1. 98f4847 Use Context#startForegroundService in MTP provider by Daichi Hirono · 7 years ago
  2. 9642447 Merge "Fix MtpDocumentsProvider test." by TreeHugger Robot · 7 years ago
  3. 4e4ec16 Fix MtpDocumentsProvider test. by Daichi Hirono · 7 years ago
  4. 7f2afd2 Add test configs to apct tests under frameworks/base by Dan Shi · 7 years ago
  5. 473a16e frameworks/base: Add APCT tests to the device-tests suite. by Simran Basi · 7 years ago
  6. b690b4d Address comments from API council. by Garfield Tan · 7 years ago
  7. d3c6dd1 Start MtpDocumentsService as foreground service. by Daichi Hirono · 8 years ago
  8. 648abd31 Merge "Prepare for removal of legacy-test from default targets" by Paul Duffin · 8 years ago
  9. e80ea38 Use public version of AppFuse in MtpDocumentsProvider. by Daichi Hirono · 8 years ago
  10. 8aeb59e Prepare for removal of legacy-test from default targets by Paul Duffin · 8 years ago
  11. 29c3f68 Add structured sort data to ContentResolver.query. by Steve McKay · 8 years ago
  12. 29de769 Add isChildDocument to MtpDocumentsProvider. by Daichi Hirono · 8 years ago
  13. 2cf7c48 Merge "Not create document under the device." by TreeHugger Robot · 8 years ago
  14. 35b2ec5 Not create document under the device. by Daichi Hirono · 8 years ago
  15. f46a463 Change findPath() to findDocumentPath() in MtpDocumentsProvider. by Garfield Tan · 8 years ago
  16. b9ffa2a Add findPath method to MtpDocumentsProvider. by Daichi Hirono · 8 years ago
  17. 83c679e7 Set Root.FLAG_LOCAL_ONLY for MTP roots. by Daichi Hirono · 8 years ago
  18. daa61d4 Fix MtpDatabaseTest#testFormatCodeForMpeg. by Daichi Hirono · 8 years ago
  19. f20e49ec Fix warning from error prone. by Daichi Hirono · 8 years ago
  20. 86c1a9b Remove MTP API marked as @removed. by Daichi Hirono · 8 years ago
  21. 3edcde2 Fix flakiness DocumentLoader#testCancelTask. by Daichi Hirono · 8 years ago
  22. 76be46f Fix crash when deleting multiple files. by Daichi Hirono · 8 years ago
  23. f4e7fa8 Use AppFuse to write document. by Daichi Hirono · 8 years ago
  24. 1c43162 Merge "Get object size that is more than 4GB." into nyc-dev by Daichi Hirono · 8 years ago
  25. 64111e0 Get object size that is more than 4GB. by Daichi Hirono · 8 years ago
  26. 09ece6c Implement FUSE_WRITE command in app fuse. by Daichi Hirono · 9 years ago
  27. b3383fd Add root flag correctly. by Daichi Hirono · 8 years ago
  28. 678ed36 Count error document to complete adding documents to the database. by Daichi Hirono · 8 years ago
  29. 1360868 Merge "Add suffix number when copying a file." into nyc-dev by Daichi Hirono · 8 years ago
  30. fc7fb75 Add suffix number when copying a file. by Daichi Hirono · 8 years ago
  31. aa0fa38 Merge "Regard timeout as an error in the MtpDocumentsProvider test." into nyc-dev by Daichi Hirono · 8 years ago
  32. acb0e27 Regard timeout as an error in the MtpDocumentsProvider test. by Daichi Hirono · 8 years ago
  33. 497b473 MtpDocumentsProvider returns mime type from file extension. by Daichi Hirono · 8 years ago
  34. 3bb37e7 Cleans up the metadata in MtpDatabase at the first launch after booting. by Daichi Hirono · 8 years ago
  35. 37a655a Fix null pointer exception in DocumentLoader. by Daichi Hirono · 8 years ago
  36. 24ab92a Ensure to complete background thread of PipeManager. by Daichi Hirono · 8 years ago
  37. 61ba923 Set document flag by referring MTP supported operations. by Daichi Hirono · 8 years ago
  38. 0f32537 Stops performing operations that does not supported by MTP device. by Daichi Hirono · 8 years ago
  39. 4e94b8d Resolve unmapped document when the device is connected. by Daichi Hirono · 8 years ago
  40. f578fa2 Update object info when writing a file. by Daichi Hirono · 8 years ago
  41. ebd2405 Use device key to map device documents. by Daichi Hirono · 8 years ago
  42. 2965776 Add error message for locked device. by Daichi Hirono · 8 years ago
  43. c18f807 Show specific error message for busy device. by Daichi Hirono · 8 years ago
  44. 8e87364 Keep metadata of documents as disconnected status after the device is by Daichi Hirono · 8 years ago
  45. 619afda Check parent existance when adding/removing documents. by Daichi Hirono · 8 years ago
  46. 9fca541 Relax mapping rule to make the mapping logic simple. by Daichi Hirono · 8 years ago
  47. f83ccbd Drop device name from storage document name. by Daichi Hirono · 8 years ago
  48. fda7474 Open MTP device on demand. by Daichi Hirono · 9 years ago
  49. 6a5ea7e Move logic to skip single storage. by Daichi Hirono · 9 years ago
  50. f11f14c Merge "Return NULL available bytes when the MTP device is closed." by Daichi Hirono · 9 years ago
  51. 83983d7 Return NULL available bytes when the MTP device is closed. by Daichi Hirono · 9 years ago
  52. 2f310f6 Reuse buffer when reading bytes from files. by Daichi Hirono · 9 years ago
  53. b36b155 Fix bugs that prevent from using AppFuse. by Daichi Hirono · 9 years ago
  54. 148954a Add eventsSupported property to MtpDeviceInfo. by Daichi Hirono · 9 years ago
  55. e6054c0 Fix race in AppFuseTest. by Daichi Hirono · 9 years ago
  56. f52ef00 Start to use app fuse in MtpDocumentsProvider. by Daichi Hirono · 9 years ago
  57. 3a6212a Clean MtpManagerTest code. by Daichi Hirono · 9 years ago
  58. d426ed2 Add a test for createDocument and getPartialObject. by Daichi Hirono · 9 years ago
  59. 0ec4312 Merge "Remove unused lines in MtpDocumentsProvider." by Daichi Hirono · 9 years ago
  60. 2a9a433 Reland "Add event parameters to MtpEvent." by Daichi Hirono · 9 years ago
  61. a12e7d1 Remove unused lines in MtpDocumentsProvider. by Daichi Hirono · 9 years ago
  62. ab03cb1 Clean up TestUtil. by Daichi Hirono · 9 years ago
  63. 1d4779c Add operationsSupported to device info. by Daichi Hirono · 9 years ago
  64. af5ea38 RealDeviceTest for MTP does not need to ask device permission. by Daichi Hirono · 9 years ago
  65. fff12cd Merge "Implement FUSE operations in AppFuse JNI." by Daichi Hirono · 9 years ago
  66. 4c406121 Fix flakiness MtpManagerTest test. by Daichi Hirono · 9 years ago
  67. cc9a7d7 Implement FUSE operations in AppFuse JNI. by Daichi Hirono · 9 years ago
  68. e442872 Merge "Unmount appfuse when the device FD is closed." by Daichi Hirono · 9 years ago
  69. 91e3b50 Unmount appfuse when the device FD is closed. by Daichi Hirono · 9 years ago
  70. 6348654 Merge "Add AppFuse class and its JNI module." by Daichi Hirono · 9 years ago
  71. bee50c0 Add AppFuse class and its JNI module. by Daichi Hirono · 9 years ago
  72. 81d4853 Show MTP device as root when it has multiple/zero storages. by Daichi Hirono · 9 years ago
  73. 20754c5 Store device document even if the device is not opened. by Daichi Hirono · 9 years ago
  74. 61e7c647 Merge "Revert "Revert "Add device document to MtpDatabase.""" by Daichi Hirono · 9 years ago
  75. b3fe72b Revert "Revert "Add device document to MtpDatabase."" by Daichi Hirono · 9 years ago
  76. d0be161 Merge "Revert "Add device document to MtpDatabase."" by Daichi Hirono · 9 years ago
  77. b63e8c6 Revert "Add device document to MtpDatabase." by Daichi Hirono · 9 years ago
  78. b702547 Merge "Add device document to MtpDatabase." by Daichi Hirono · 9 years ago
  79. c0ae45b Add device document to MtpDatabase. by Daichi Hirono · 9 years ago
  80. 9984ebd Use column name instead of index in MtpDatabaseTest for readability. by Daichi Hirono · 9 years ago
  81. 7d0b3cd Merge "Stop reopening MTP devices." by Daichi Hirono · 9 years ago
  82. be38848 Stop reopening MTP devices. by Daichi Hirono · 9 years ago
  83. 42a5e0e Merge "Integerate mapping methods for root/child documents into the same methods." by Daichi Hirono · 9 years ago
  84. 7a375c4 Integerate mapping methods for root/child documents into the same methods. by Daichi Hirono · 9 years ago
  85. 4b54e03 Add document type to MtpDatabase. by Daichi Hirono · 9 years ago
  86. 99b5805 Polish MtpManagerTest. by Daichi Hirono · 9 years ago
  87. 56e086f Merge "Extract test utility class." by Daichi Hirono · 9 years ago
  88. ed2f850 Merge "Add storage icon for MTP roots." by Daichi Hirono · 9 years ago
  89. b255f58 Extract test utility class. by Daichi Hirono · 9 years ago
  90. 39795da Add storage icon for MTP roots. by Daichi Hirono · 9 years ago
  91. 1b8f619 Merge "Handle Android M as a MTP device in MtpManagerTest." by Daichi Hirono · 9 years ago
  92. f26af12 Handle Android M as a MTP device in MtpManagerTest. by Daichi Hirono · 9 years ago
  93. e0282dd Reopen MTP devices when the provider is created. by Daichi Hirono · 9 years ago
  94. 259ce80 Extract mapping operations to partial class of MtpDatabase. by Daichi Hirono · 9 years ago
  95. 9e8a4fa Change ID format of MtpDocumentsProvider. by Daichi Hirono · 9 years ago
  96. 49f920f Add new methods to MtpDatabase. by Daichi Hirono · 9 years ago
  97. e1d5771 Don't close database when all devices have been detached. by Daichi Hirono · 9 years ago
  98. 47eb192 Start using MtpDatabase in DocumentLoader. by Daichi Hirono · 9 years ago
  99. 4604b74 Prepare for adding MtpDocumentsProvider tests to APCT. by Daichi Hirono · 9 years ago
  100. dc47344 Start to use MtpDatabase in RootScanner. by Daichi Hirono · 9 years ago