1. 3edcde2 Fix flakiness DocumentLoader#testCancelTask. by Daichi Hirono · 8 years ago
  2. 76be46f Fix crash when deleting multiple files. by Daichi Hirono · 8 years ago
  3. f4e7fa8 Use AppFuse to write document. by Daichi Hirono · 8 years ago
  4. 1c43162 Merge "Get object size that is more than 4GB." into nyc-dev by Daichi Hirono · 8 years ago
  5. 64111e0 Get object size that is more than 4GB. by Daichi Hirono · 8 years ago
  6. 09ece6c Implement FUSE_WRITE command in app fuse. by Daichi Hirono · 9 years ago
  7. b3383fd Add root flag correctly. by Daichi Hirono · 8 years ago
  8. 678ed36 Count error document to complete adding documents to the database. by Daichi Hirono · 8 years ago
  9. 1360868 Merge "Add suffix number when copying a file." into nyc-dev by Daichi Hirono · 8 years ago
  10. fc7fb75 Add suffix number when copying a file. by Daichi Hirono · 8 years ago
  11. aa0fa38 Merge "Regard timeout as an error in the MtpDocumentsProvider test." into nyc-dev by Daichi Hirono · 8 years ago
  12. acb0e27 Regard timeout as an error in the MtpDocumentsProvider test. by Daichi Hirono · 8 years ago
  13. 497b473 MtpDocumentsProvider returns mime type from file extension. by Daichi Hirono · 8 years ago
  14. 3bb37e7 Cleans up the metadata in MtpDatabase at the first launch after booting. by Daichi Hirono · 8 years ago
  15. 37a655a Fix null pointer exception in DocumentLoader. by Daichi Hirono · 8 years ago
  16. 24ab92a Ensure to complete background thread of PipeManager. by Daichi Hirono · 8 years ago
  17. 61ba923 Set document flag by referring MTP supported operations. by Daichi Hirono · 8 years ago
  18. 0f32537 Stops performing operations that does not supported by MTP device. by Daichi Hirono · 8 years ago
  19. 4e94b8d Resolve unmapped document when the device is connected. by Daichi Hirono · 8 years ago
  20. f578fa2 Update object info when writing a file. by Daichi Hirono · 8 years ago
  21. ebd2405 Use device key to map device documents. by Daichi Hirono · 9 years ago
  22. 2965776 Add error message for locked device. by Daichi Hirono · 9 years ago
  23. c18f807 Show specific error message for busy device. by Daichi Hirono · 9 years ago
  24. 8e87364 Keep metadata of documents as disconnected status after the device is by Daichi Hirono · 9 years ago
  25. 619afda Check parent existance when adding/removing documents. by Daichi Hirono · 9 years ago
  26. 9fca541 Relax mapping rule to make the mapping logic simple. by Daichi Hirono · 9 years ago
  27. f83ccbd Drop device name from storage document name. by Daichi Hirono · 9 years ago
  28. fda7474 Open MTP device on demand. by Daichi Hirono · 9 years ago
  29. 6a5ea7e Move logic to skip single storage. by Daichi Hirono · 9 years ago
  30. f11f14c Merge "Return NULL available bytes when the MTP device is closed." by Daichi Hirono · 9 years ago
  31. 83983d7 Return NULL available bytes when the MTP device is closed. by Daichi Hirono · 9 years ago
  32. 2f310f6 Reuse buffer when reading bytes from files. by Daichi Hirono · 9 years ago
  33. b36b155 Fix bugs that prevent from using AppFuse. by Daichi Hirono · 9 years ago
  34. 148954a Add eventsSupported property to MtpDeviceInfo. by Daichi Hirono · 9 years ago
  35. e6054c0 Fix race in AppFuseTest. by Daichi Hirono · 9 years ago
  36. f52ef00 Start to use app fuse in MtpDocumentsProvider. by Daichi Hirono · 9 years ago
  37. 3a6212a Clean MtpManagerTest code. by Daichi Hirono · 9 years ago
  38. d426ed2 Add a test for createDocument and getPartialObject. by Daichi Hirono · 9 years ago
  39. 0ec4312 Merge "Remove unused lines in MtpDocumentsProvider." by Daichi Hirono · 9 years ago
  40. 2a9a433 Reland "Add event parameters to MtpEvent." by Daichi Hirono · 9 years ago
  41. a12e7d1 Remove unused lines in MtpDocumentsProvider. by Daichi Hirono · 9 years ago
  42. ab03cb1 Clean up TestUtil. by Daichi Hirono · 9 years ago
  43. 1d4779c Add operationsSupported to device info. by Daichi Hirono · 9 years ago
  44. af5ea38 RealDeviceTest for MTP does not need to ask device permission. by Daichi Hirono · 9 years ago
  45. fff12cd Merge "Implement FUSE operations in AppFuse JNI." by Daichi Hirono · 9 years ago
  46. 4c406121 Fix flakiness MtpManagerTest test. by Daichi Hirono · 9 years ago
  47. cc9a7d7 Implement FUSE operations in AppFuse JNI. by Daichi Hirono · 9 years ago
  48. e442872 Merge "Unmount appfuse when the device FD is closed." by Daichi Hirono · 9 years ago
  49. 91e3b50 Unmount appfuse when the device FD is closed. by Daichi Hirono · 9 years ago
  50. 6348654 Merge "Add AppFuse class and its JNI module." by Daichi Hirono · 9 years ago
  51. bee50c0 Add AppFuse class and its JNI module. by Daichi Hirono · 9 years ago
  52. 81d4853 Show MTP device as root when it has multiple/zero storages. by Daichi Hirono · 9 years ago
  53. 20754c5 Store device document even if the device is not opened. by Daichi Hirono · 9 years ago
  54. 61e7c647 Merge "Revert "Revert "Add device document to MtpDatabase.""" by Daichi Hirono · 9 years ago
  55. b3fe72b Revert "Revert "Add device document to MtpDatabase."" by Daichi Hirono · 9 years ago
  56. d0be161 Merge "Revert "Add device document to MtpDatabase."" by Daichi Hirono · 9 years ago
  57. b63e8c6 Revert "Add device document to MtpDatabase." by Daichi Hirono · 9 years ago
  58. b702547 Merge "Add device document to MtpDatabase." by Daichi Hirono · 9 years ago
  59. c0ae45b Add device document to MtpDatabase. by Daichi Hirono · 9 years ago
  60. 9984ebd Use column name instead of index in MtpDatabaseTest for readability. by Daichi Hirono · 9 years ago
  61. 7d0b3cd Merge "Stop reopening MTP devices." by Daichi Hirono · 9 years ago
  62. be38848 Stop reopening MTP devices. by Daichi Hirono · 9 years ago
  63. 42a5e0e Merge "Integerate mapping methods for root/child documents into the same methods." by Daichi Hirono · 9 years ago
  64. 7a375c4 Integerate mapping methods for root/child documents into the same methods. by Daichi Hirono · 9 years ago
  65. 4b54e03 Add document type to MtpDatabase. by Daichi Hirono · 9 years ago
  66. 99b5805 Polish MtpManagerTest. by Daichi Hirono · 9 years ago
  67. 56e086f Merge "Extract test utility class." by Daichi Hirono · 9 years ago
  68. ed2f850 Merge "Add storage icon for MTP roots." by Daichi Hirono · 9 years ago
  69. b255f58 Extract test utility class. by Daichi Hirono · 9 years ago
  70. 39795da Add storage icon for MTP roots. by Daichi Hirono · 9 years ago
  71. 1b8f619 Merge "Handle Android M as a MTP device in MtpManagerTest." by Daichi Hirono · 9 years ago
  72. f26af12 Handle Android M as a MTP device in MtpManagerTest. by Daichi Hirono · 9 years ago
  73. e0282dd Reopen MTP devices when the provider is created. by Daichi Hirono · 9 years ago
  74. 259ce80 Extract mapping operations to partial class of MtpDatabase. by Daichi Hirono · 9 years ago
  75. 9e8a4fa Change ID format of MtpDocumentsProvider. by Daichi Hirono · 9 years ago
  76. 49f920f Add new methods to MtpDatabase. by Daichi Hirono · 9 years ago
  77. e1d5771 Don't close database when all devices have been detached. by Daichi Hirono · 9 years ago
  78. 47eb192 Start using MtpDatabase in DocumentLoader. by Daichi Hirono · 9 years ago
  79. 4604b74 Prepare for adding MtpDocumentsProvider tests to APCT. by Daichi Hirono · 9 years ago
  80. dc47344 Start to use MtpDatabase in RootScanner. by Daichi Hirono · 9 years ago
  81. 18d70d5 Split MtpDatabase class into three classes. by Daichi Hirono · 9 years ago
  82. cfcb0c0 Adds new method to update existing documents in MtpDatabase. by Daichi Hirono · 9 years ago
  83. 0378da4 Add root information to MtpDatabase. by Daichi Hirono · 9 years ago
  84. a8a3722e Extends MtpDatabase so that it can handle child documents. by Daichi Hirono · 9 years ago
  85. 6de8a0e Implement ID mapping for root documents. by Daichi Hirono · 9 years ago
  86. 85a808b Let MtpDatabase add device name to storage root. by Daichi Hirono · 9 years ago
  87. 88d2f78 Remove fullpath from MtpDatabase. by Daichi Hirono · 9 years ago
  88. b999b0c Move TestResources class to the outside of MtpDocumentProviderTest. by Daichi Hirono · 9 years ago
  89. 9678f60 Add MtpDatabase class. by Daichi Hirono · 9 years ago
  90. 17c8d8b Add device model name to MtpDocumentsProvider's roots. by Daichi Hirono · 9 years ago
  91. 0b49466 Add readEvent method to MtpDevice. by Daichi Hirono · 9 years ago
  92. 4c1d3dd Create PipeManager and DocumentLoader per device. by Tomasz Mikolajewski · 9 years ago
  93. 9d89dc4 Replace hardcoded numeric literals with those in MtpConstants. by Tomasz Mikolajewski · 9 years ago
  94. df54417 Fix uploading multiple files via MtpDocumentsProvider. by Tomasz Mikolajewski · 9 years ago
  95. ab65d36 Remove redundand code from TestMtpManager. by Tomasz Mikolajewski · 9 years ago
  96. bb430fa Remove MtpDocument. by Tomasz Mikolajewski · 9 years ago
  97. 3d13bdf Merge "Fix remaining renames in MtpDocumentsProvider tests." by Tomasz Mikolajewski · 9 years ago
  98. 2e95181 Merge "Add simple unit test for MtpManager which uses real MTP device." by Daichi Hirono · 9 years ago
  99. 3edb420 Fix remaining renames in MtpDocumentsProvider tests. by Tomasz Mikolajewski · 9 years ago
  100. 5bc41d1 Add simple unit test for MtpManager which uses real MTP device. by Daichi Hirono · 9 years ago