summaryrefslogtreecommitdiffstats
path: root/src/com/android/mtp/RootScanner.java
Commit message (Expand)AuthorAgeFilesLines
* Fix an argument passing to putStorageDocuments.Daichi Hirono2017-03-211-1/+1
* Regard timeout as an error in the MtpDocumentsProvider test.Daichi Hirono2016-03-151-4/+12
* Merge "Fix RootScanner to execute scan at least once before cancelling it." i...Daichi Hirono2016-03-011-11/+21
|\
| * Fix RootScanner to execute scan at least once before cancelling it.Daichi Hirono2016-03-011-11/+21
* | Stops performing operations that does not supported by MTP device.Daichi Hirono2016-02-261-1/+2
|/
* Use device key to map device documents.Daichi Hirono2016-02-171-2/+1
* Check parent existance when adding/removing documents.Daichi Hirono2016-02-101-12/+26
* Drop device name from storage document name.Daichi Hirono2016-02-041-6/+1
* Open MTP device on demand.Daichi Hirono2016-02-041-3/+24
* Remove unused lines in MtpDocumentsProvider.Daichi Hirono2016-01-111-3/+0
* Merge "Break while loop when the thread interuppted."Daichi Hirono2015-12-221-3/+2
|\
| * Break while loop when the thread interuppted.Daichi Hirono2015-12-221-3/+2
* | Show MTP device as root when it has multiple/zero storages.Daichi Hirono2015-12-181-1/+1
|/
* Store device document even if the device is not opened.Daichi Hirono2015-12-161-22/+13
* Revert "Revert "Add device document to MtpDatabase.""Daichi Hirono2015-12-151-8/+27
* Revert "Add device document to MtpDatabase."Daichi Hirono2015-12-151-27/+8
* Add device document to MtpDatabase.Daichi Hirono2015-12-151-8/+27
* Integerate mapping methods for root/child documents into the sameDaichi Hirono2015-12-151-10/+6
* Extract mapping operations to partial class of MtpDatabase.Daichi Hirono2015-11-261-3/+4
* Don't close database when all devices have been detached.Daichi Hirono2015-11-191-55/+74
* Start using MtpDatabase in DocumentLoader.Daichi Hirono2015-11-171-3/+5
* Start to use MtpDatabase in RootScanner.Daichi Hirono2015-11-161-28/+50
* Add RootScanner to MtpDocumentsProvider to handle new/removed MTP storages.Daichi Hirono2015-08-141-0/+106