summaryrefslogtreecommitdiffstats
path: root/src/com/android/mtp/DocumentLoader.java
Commit message (Expand)AuthorAgeFilesLines
* Fix flakiness DocumentLoader#testCancelTask.Daichi Hirono2016-04-121-3/+4
* Fix crash when deleting multiple files.Daichi Hirono2016-04-111-28/+34
* Get object size that is more than 4GB.Daichi Hirono2016-03-281-1/+35
* Don't map root documents in DocumentLoader.Daichi Hirono2016-03-221-2/+4
* Count error document to complete adding documents to the database.Daichi Hirono2016-03-221-134/+106
* Fix null pointer exception in DocumentLoader.Daichi Hirono2016-03-071-1/+3
* Set document flag by referring MTP supported operations.Daichi Hirono2016-02-261-11/+17
* Resolve unmapped document when the device is connected.Daichi Hirono2016-02-231-47/+154
* Check parent existance when adding/removing documents.Daichi Hirono2016-02-101-15/+22
* Fix NullPointerException around getObjectInfo.Daichi Hirono2016-02-051-3/+11
* Move logic to skip single storage.Daichi Hirono2016-02-031-1/+1
* Integerate mapping methods for root/child documents into the sameDaichi Hirono2015-12-151-3/+3
* Extract mapping operations to partial class of MtpDatabase.Daichi Hirono2015-11-261-4/+4
* Change ID format of MtpDocumentsProvider.Daichi Hirono2015-11-261-5/+4
* Add new methods to MtpDatabase.Daichi Hirono2015-11-191-0/+6
* Start using MtpDatabase in DocumentLoader.Daichi Hirono2015-11-171-41/+79
* Create PipeManager and DocumentLoader per device.Tomasz Mikolajewski2015-09-151-15/+4
* Refresh directory changes on Mtp when a child is deleted or created.Tomasz Mikolajewski2015-09-011-2/+17
* Remove MtpDocument.Tomasz Mikolajewski2015-09-011-17/+19
* Extract task list operations from MTP DocumentLoader to the internal task lis...Daichi Hirono2015-08-191-39/+55
* Let MTPDocumentsProvider load documents in background thread.Daichi Hirono2015-08-131-0/+222