aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Initial commit for Espresso tests.staging/devweldoncyngn2015-08-2811-1/+731
* Picker UpdatesRichard MacGregor2015-08-2118-174/+717
* Selection bar: New toolbar updateStephen Bird2015-08-1925-1032/+1090
* Build crashing due to missing string.herriojr2015-08-191-0/+1
* Added in the MFU Screen and data layer.herriojr2015-08-1923-87/+1355
* Add support for showing and moving files with CMFM [1/2]d34d2015-08-197-4/+305
* Update open file progress dialogRichard MacGregor2015-08-1815-39/+525
* NavigationFragment: Stop intending to have multiple navigation viewsStephen Bird2015-08-141-70/+29
* Refresh: stop refreshes in actionStephen Bird2015-08-141-30/+29
* Fixed search to actually open the clicked folderherriojr2015-08-142-3/+8
* Moved the sort of the data set off the UI Thread.herriojr2015-08-141-14/+20
* Open files with Uri so that providers can write back modificationsRaj Yengisetty2015-08-141-33/+10
* Replace pdf iconRichard MacGregor2015-08-141-14/+3
* Manage Storage Sources: intent to settings properlyStephen Bird2015-08-075-1/+27
* Login Card: Remember the dismiss eventStephen Bird2015-08-072-14/+45
* Login: add new task flagStephen Bird2015-08-071-0/+1
* Remove LoginFragment: Moving to settingsStephen Bird2015-08-078-347/+72
* Remove old filetype iconsRichard MacGregor2015-08-07147-658/+3
* Quick Search: Bring Design up to parStephen Bird2015-08-078-132/+291
* Two more iconsRichard MacGregor2015-08-071-4/+2
* Fix navigation view background and selection ripplesRichard MacGregor2015-08-073-7/+27
* Add file system details to menuRaj Yengisetty2015-08-065-19/+213
* Folders now use volume colorRichard MacGregor2015-08-063-6/+29
* Set Navigation Drawer header color based on current DirectoryRaj Yengisetty2015-08-063-3/+15
* Make icons prettyRichard MacGregor2015-08-0650-1014/+1534
* Implement new action barRaj Yengisetty2015-08-0623-1181/+583
* StorageAPI ListCommand mimics other consolesRichard MacGregor2015-08-061-2/+4
* Fix launcher shortcutsRaj Yengisetty2015-08-051-3/+18
* Why?cretin452015-08-051-1/+1
* Handle errors on Open/Copy/Move/Deletecretin452015-08-0514-305/+589
* Home screen: update search barRaj Yengisetty2015-08-0513-52/+197
* Milestone 2: version bumpRaj Yengisetty2015-07-311-2/+2
* ANR Caused by passes over Data Set on notifyDataSetChanged()herriojr2015-07-301-230/+104
* Add provider cache for nav drawercretin452015-07-3010-56/+264
* New launcher icon and bannercretin452015-07-297-0/+0
* Refactored the ImageLoader a bit, so that it doesn't have troubleherriojr2015-07-293-152/+157
* Allow providers to be added if not auth'dcretin452015-07-285-6/+40
* Reverse the backwardscretin452015-07-242-2/+2
* Update actions which appear in ActionsDialogRichard MacGregor2015-07-246-87/+71
* When moving a file, confirm success before removalRichard MacGregor2015-07-241-26/+45
* Use ProviderStatus from delete commandsRaj Yengisetty2015-07-242-2/+2
* Temporarily Remove Icon LayoutRichard MacGregor2015-07-233-6/+8
* Fix selection state when browsing storage providerRichard MacGregor2015-07-233-5/+10
* Switch to using new putFile implementation using parcelFileDescriptorsRaj Yengisetty2015-07-231-3/+4
* Fix progress dialog for storage providersRichard MacGregor2015-07-221-8/+22
* Implement createFile and createDirectory commands for StorageApiConsoleRaj Yengisetty2015-07-2232-100/+377
* Fix unintended Android.mk changeRichard MacGregor2015-07-211-1/+1
* Check for success when getting metadataRaj Yengisetty2015-07-212-2/+2
* Storage api: Implement DeleteFile and DeleteDirRaj Yengisetty2015-07-215-36/+215
* Implement MoveCommand and CopyCommand for storageapiRichard MacGregor2015-07-2019-155/+1011