1. fab4a97 Fix compile error introduced by ag/842950. by Daichi Hirono · 9 years ago
  2. 2153e822 Fix AppFuse JNI. by Daichi Hirono · 9 years ago
  3. d426ed2 Add a test for createDocument and getPartialObject. by Daichi Hirono · 9 years ago
  4. 0ec4312 Merge "Remove unused lines in MtpDocumentsProvider." by Daichi Hirono · 9 years ago
  5. 2a9a433 Reland "Add event parameters to MtpEvent." by Daichi Hirono · 9 years ago
  6. a12e7d1 Remove unused lines in MtpDocumentsProvider. by Daichi Hirono · 9 years ago
  7. ab03cb1 Clean up TestUtil. by Daichi Hirono · 9 years ago
  8. 1d4779c Add operationsSupported to device info. by Daichi Hirono · 9 years ago
  9. af5ea38 RealDeviceTest for MTP does not need to ask device permission. by Daichi Hirono · 9 years ago
  10. fff12cd Merge "Implement FUSE operations in AppFuse JNI." by Daichi Hirono · 9 years ago
  11. b596175 Merge "Stop to remove device rows at MtpDocumentsProvider." by Daichi Hirono · 9 years ago
  12. 8e3b9db Stop to remove device rows at MtpDocumentsProvider. by Daichi Hirono · 9 years ago
  13. 4c406121 Fix flakiness MtpManagerTest test. by Daichi Hirono · 9 years ago
  14. cc9a7d7 Implement FUSE operations in AppFuse JNI. by Daichi Hirono · 9 years ago
  15. e442872 Merge "Unmount appfuse when the device FD is closed." by Daichi Hirono · 9 years ago
  16. 91e3b50 Unmount appfuse when the device FD is closed. by Daichi Hirono · 9 years ago
  17. bdb5a45 Merge "Break while loop when the thread interuppted." by Daichi Hirono · 9 years ago
  18. 2bdb388 Break while loop when the thread interuppted. by Daichi Hirono · 9 years ago
  19. 492253f Merge "Fix compiler error on com_android_mtp_AppFuse.cpp." by Daichi Hirono · 9 years ago
  20. 01cf378 Fix compiler error on com_android_mtp_AppFuse.cpp. by Daichi Hirono · 9 years ago
  21. 6348654 Merge "Add AppFuse class and its JNI module." by Daichi Hirono · 9 years ago
  22. bee50c0 Add AppFuse class and its JNI module. by Daichi Hirono · 9 years ago
  23. 81d4853 Show MTP device as root when it has multiple/zero storages. by Daichi Hirono · 9 years ago
  24. 20754c5 Store device document even if the device is not opened. by Daichi Hirono · 9 years ago
  25. 61e7c647 Merge "Revert "Revert "Add device document to MtpDatabase.""" by Daichi Hirono · 9 years ago
  26. b3fe72b Revert "Revert "Add device document to MtpDatabase."" by Daichi Hirono · 9 years ago
  27. d0be161 Merge "Revert "Add device document to MtpDatabase."" by Daichi Hirono · 9 years ago
  28. b63e8c6 Revert "Add device document to MtpDatabase." by Daichi Hirono · 9 years ago
  29. b702547 Merge "Add device document to MtpDatabase." by Daichi Hirono · 9 years ago
  30. c0ae45b Add device document to MtpDatabase. by Daichi Hirono · 9 years ago
  31. 9984ebd Use column name instead of index in MtpDatabaseTest for readability. by Daichi Hirono · 9 years ago
  32. 7d0b3cd Merge "Stop reopening MTP devices." by Daichi Hirono · 9 years ago
  33. be38848 Stop reopening MTP devices. by Daichi Hirono · 9 years ago
  34. 42a5e0e Merge "Integerate mapping methods for root/child documents into the same methods." by Daichi Hirono · 9 years ago
  35. 7a375c4 Integerate mapping methods for root/child documents into the same methods. by Daichi Hirono · 9 years ago
  36. 4b54e03 Add document type to MtpDatabase. by Daichi Hirono · 9 years ago
  37. dc89e07 Merge "Grant USB device permission by using system permission." by Daichi Hirono · 9 years ago
  38. b863990 Enable MtpDocumentsProvider by default. by Daichi Hirono · 9 years ago
  39. 4751880 Grant USB device permission by using system permission. by Daichi Hirono · 9 years ago
  40. a57d9ed Turn MtpDocumentsService foreground when devices are opend. by Daichi Hirono · 9 years ago
  41. 99b5805 Polish MtpManagerTest. by Daichi Hirono · 9 years ago
  42. 56e086f Merge "Extract test utility class." by Daichi Hirono · 9 years ago
  43. ed2f850 Merge "Add storage icon for MTP roots." by Daichi Hirono · 9 years ago
  44. b255f58 Extract test utility class. by Daichi Hirono · 9 years ago
  45. 39795da Add storage icon for MTP roots. by Daichi Hirono · 9 years ago
  46. 1b8f619 Merge "Handle Android M as a MTP device in MtpManagerTest." by Daichi Hirono · 9 years ago
  47. f26af12 Handle Android M as a MTP device in MtpManagerTest. by Daichi Hirono · 9 years ago
  48. e0282dd Reopen MTP devices when the provider is created. by Daichi Hirono · 9 years ago
  49. 259ce80 Extract mapping operations to partial class of MtpDatabase. by Daichi Hirono · 9 years ago
  50. 9e8a4fa Change ID format of MtpDocumentsProvider. by Daichi Hirono · 9 years ago
  51. 49f920f Add new methods to MtpDatabase. by Daichi Hirono · 9 years ago
  52. e1d5771 Don't close database when all devices have been detached. by Daichi Hirono · 9 years ago
  53. 47eb192 Start using MtpDatabase in DocumentLoader. by Daichi Hirono · 9 years ago
  54. 4604b74 Prepare for adding MtpDocumentsProvider tests to APCT. by Daichi Hirono · 9 years ago
  55. dc47344 Start to use MtpDatabase in RootScanner. by Daichi Hirono · 9 years ago
  56. 18d70d5 Split MtpDatabase class into three classes. by Daichi Hirono · 9 years ago
  57. cfcb0c0 Adds new method to update existing documents in MtpDatabase. by Daichi Hirono · 9 years ago
  58. 0378da4 Add root information to MtpDatabase. by Daichi Hirono · 9 years ago
  59. a8a3722e Extends MtpDatabase so that it can handle child documents. by Daichi Hirono · 9 years ago
  60. 6de8a0e Implement ID mapping for root documents. by Daichi Hirono · 9 years ago
  61. 59686f6 Update JavaDoc in MtpDatabase. by Daichi Hirono · 9 years ago
  62. 85a808b Let MtpDatabase add device name to storage root. by Daichi Hirono · 9 years ago
  63. 88d2f78 Remove fullpath from MtpDatabase. by Daichi Hirono · 9 years ago
  64. b999b0c Move TestResources class to the outside of MtpDocumentProviderTest. by Daichi Hirono · 9 years ago
  65. 9678f60 Add MtpDatabase class. by Daichi Hirono · 9 years ago
  66. d391813 Merge "Support major format code in MtpDocumentsProvider." by Daichi Hirono · 9 years ago
  67. 3359d45 Support major format code in MtpDocumentsProvider. by Daichi Hirono · 9 years ago
  68. 17c8d8b Add device model name to MtpDocumentsProvider's roots. by Daichi Hirono · 9 years ago
  69. 0b49466 Add readEvent method to MtpDevice. by Daichi Hirono · 9 years ago
  70. 4c1d3dd Create PipeManager and DocumentLoader per device. by Tomasz Mikolajewski · 9 years ago
  71. 9d89dc4 Replace hardcoded numeric literals with those in MtpConstants. by Tomasz Mikolajewski · 9 years ago
  72. 81d7474 Refresh directory changes on Mtp when a child is deleted or created. by Tomasz Mikolajewski · 9 years ago
  73. df54417 Fix uploading multiple files via MtpDocumentsProvider. by Tomasz Mikolajewski · 9 years ago
  74. ab65d36 Remove redundand code from TestMtpManager. by Tomasz Mikolajewski · 9 years ago
  75. bb430fa Remove MtpDocument. by Tomasz Mikolajewski · 9 years ago
  76. 3d13bdf Merge "Fix remaining renames in MtpDocumentsProvider tests." by Tomasz Mikolajewski · 9 years ago
  77. 2e95181 Merge "Add simple unit test for MtpManager which uses real MTP device." by Daichi Hirono · 9 years ago
  78. 3edb420 Fix remaining renames in MtpDocumentsProvider tests. by Tomasz Mikolajewski · 9 years ago
  79. 5bc41d1 Add simple unit test for MtpManager which uses real MTP device. by Daichi Hirono · 9 years ago
  80. c68b9df Merge "Fix member naming style in PipeManagerTest." by Daichi Hirono · 9 years ago
  81. 84dfb05 Fix member naming style in PipeManagerTest. by Daichi Hirono · 9 years ago
  82. 03a0965 Merge "Add activity to show the result of tests." by Daichi Hirono · 9 years ago
  83. c3e93a8 Add activity to show the result of tests. by Daichi Hirono · 9 years ago
  84. b80a3cf Add support for uploading files via MTP. by Tomasz Mikolajewski · 9 years ago
  85. c0834cd Fix tests in MtpDocumentsProvider. by Tomasz Mikolajewski · 9 years ago
  86. 7f2aba0 Merge "Wire uploading to MtpDocumentsProvider." by Tomasz Mikolajewski · 9 years ago
  87. 87763e6 Wire uploading to MtpDocumentsProvider. by Tomasz Mikolajewski · 9 years ago
  88. 831c5a1 Merge "Extract task list operations from MTP DocumentLoader to the internal task list class." by Daichi Hirono · 9 years ago
  89. d40b030 Extract task list operations from MTP DocumentLoader to the internal task list class. by Daichi Hirono · 9 years ago
  90. 743d554 Merge "Add comment to argument in MtpDocumentsProvider#openDocumentThumbnail." by Steve McKay · 9 years ago
  91. b1870e9 Handle null value returned by MtpDevice#getRoots. by Daichi Hirono · 9 years ago
  92. 8b9024f Add RootScanner to MtpDocumentsProvider to handle new/removed MTP storages. by Daichi Hirono · 9 years ago
  93. 630be43 Merge "Let MTPDocumentsProvider load documents in background thread." by Daichi Hirono · 9 years ago
  94. 6baa16e Let MTPDocumentsProvider load documents in background thread. by Daichi Hirono · 9 years ago
  95. 2ff024f Start to use importFile to file descriptor. by Daichi Hirono · 9 years ago
  96. 573c1fb Add comment to argument in MtpDocumentsProvider#openDocumentThumbnail. by Daichi Hirono · 9 years ago
  97. 124d060 Implement MtpDocumentsProvider#queryChildDocuemnts. by Daichi Hirono · 9 years ago
  98. 3faa43a Implement MtpDocumentsProvider#openDocumentThumbnail. by Daichi Hirono · 9 years ago
  99. 52652ac Make reading files streamed in MtpDocumentsProvider. by Tomasz Mikolajewski · 9 years ago
  100. 5fecc6c Implement MtpDocumentsProvider#deleteDocument. by Daichi Hirono · 9 years ago