summaryrefslogtreecommitdiffstats
path: root/src/com/android/mtp/Mapper.java
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when deleting multiple files.Daichi Hirono2016-04-111-0/+35
* Get object size that is more than 4GB.Daichi Hirono2016-03-281-2/+13
* Set document flag by referring MTP supported operations.Daichi Hirono2016-02-261-2/+4
* Stops performing operations that does not supported by MTP device.Daichi Hirono2016-02-261-2/+7
* Merge "Resolve unmapped document when the device is connected." into nyc-devDaichi Hirono2016-02-251-6/+1
|\
| * Resolve unmapped document when the device is connected.Daichi Hirono2016-02-231-6/+1
* | Delete disconnected row when the corresponding remote file is deleted in aDaichi Hirono2016-02-231-10/+16
|/
* Use device key to map device documents.Daichi Hirono2016-02-171-76/+92
* Keep metadata of documents as disconnected status after the device isDaichi Hirono2016-02-101-21/+46
* Check parent existance when adding/removing documents.Daichi Hirono2016-02-101-13/+56
* Relax mapping rule to make the mapping logic simple.Daichi Hirono2016-02-091-145/+1
* Drop device name from storage document name.Daichi Hirono2016-02-041-6/+2
* Show MTP device as root when it has multiple/zero storages.Daichi Hirono2015-12-181-30/+29
* Store device document even if the device is not opened.Daichi Hirono2015-12-161-10/+17
* Revert "Revert "Add device document to MtpDatabase.""Daichi Hirono2015-12-151-13/+34
* Revert "Add device document to MtpDatabase."Daichi Hirono2015-12-151-34/+13
* Add device document to MtpDatabase.Daichi Hirono2015-12-151-13/+34
* Integerate mapping methods for root/child documents into the sameDaichi Hirono2015-12-151-124/+66
* Extract mapping operations to partial class of MtpDatabase.Daichi Hirono2015-11-261-0/+513