1. 1feac5a Fix AppFuse JNI. by Daichi Hirono · 9 years ago
  2. d9d18fc Add a test for createDocument and getPartialObject. by Daichi Hirono · 9 years ago
  3. f01af15 Merge "Remove unused lines in MtpDocumentsProvider." by Daichi Hirono · 9 years ago
  4. 9bab52b Merge "Reland "Add event parameters to MtpEvent."" by Daichi Hirono · 9 years ago
  5. bd37491 Reland "Add event parameters to MtpEvent." by Daichi Hirono · 9 years ago
  6. c48a1e1 Revert "Add event parameters to MtpEvent." by Daichi Hirono · 9 years ago
  7. 8e59e25 Add event parameters to MtpEvent. by Daichi Hirono · 9 years ago
  8. 56d8e67 Remove unused lines in MtpDocumentsProvider. by Daichi Hirono · 9 years ago
  9. c9fc1f6 Clean up TestUtil. by Daichi Hirono · 9 years ago
  10. 0c38ede Add operationsSupported to device info. by Daichi Hirono · 9 years ago
  11. 3bd5baf RealDeviceTest for MTP does not need to ask device permission. by Daichi Hirono · 9 years ago
  12. fdc2403 Merge "Implement FUSE operations in AppFuse JNI." by Daichi Hirono · 9 years ago
  13. b7d659f Merge "Stop to remove device rows at MtpDocumentsProvider." by Daichi Hirono · 9 years ago
  14. 51a23e0 Stop to remove device rows at MtpDocumentsProvider. by Daichi Hirono · 9 years ago
  15. 6d99fa0 Fix flakiness MtpManagerTest test. by Daichi Hirono · 9 years ago
  16. 472797b Implement FUSE operations in AppFuse JNI. by Daichi Hirono · 9 years ago
  17. 96008f9 Merge "Unmount appfuse when the device FD is closed." by Daichi Hirono · 9 years ago
  18. a1eac75 Unmount appfuse when the device FD is closed. by Daichi Hirono · 9 years ago
  19. 86d6e01 Merge "Break while loop when the thread interuppted." by Daichi Hirono · 9 years ago
  20. dc8d64e Break while loop when the thread interuppted. by Daichi Hirono · 9 years ago
  21. 18a6fc5 Merge "Fix compiler error on com_android_mtp_AppFuse.cpp." by Daichi Hirono · 9 years ago
  22. abbf1f4 Fix compiler error on com_android_mtp_AppFuse.cpp. by Daichi Hirono · 9 years ago
  23. ea58f25 Merge "Add AppFuse class and its JNI module." by Daichi Hirono · 9 years ago
  24. 9c46e1b Add AppFuse class and its JNI module. by Daichi Hirono · 9 years ago
  25. 81a2831 Show MTP device as root when it has multiple/zero storages. by Daichi Hirono · 9 years ago
  26. baef386 Store device document even if the device is not opened. by Daichi Hirono · 9 years ago
  27. d46e858 Merge "Revert "Revert "Add device document to MtpDatabase.""" by Daichi Hirono · 9 years ago
  28. 2899de6 Revert "Revert "Add device document to MtpDatabase."" by Daichi Hirono · 9 years ago
  29. 35ed67a Merge "Revert "Add device document to MtpDatabase."" by Daichi Hirono · 9 years ago
  30. 695ecf1 Revert "Add device document to MtpDatabase." by Daichi Hirono · 9 years ago
  31. b767c62 Merge "Add device document to MtpDatabase." by Daichi Hirono · 9 years ago
  32. b5521c4 Add device document to MtpDatabase. by Daichi Hirono · 9 years ago
  33. 0b9b96f Use column name instead of index in MtpDatabaseTest for readability. by Daichi Hirono · 9 years ago
  34. 4cfbb4c Merge "Stop reopening MTP devices." by Daichi Hirono · 9 years ago
  35. e485899 Stop reopening MTP devices. by Daichi Hirono · 9 years ago
  36. 1181394 Merge "Integerate mapping methods for root/child documents into the same methods." by Daichi Hirono · 9 years ago
  37. c48b83b Integerate mapping methods for root/child documents into the same methods. by Daichi Hirono · 9 years ago
  38. d413565 Add document type to MtpDatabase. by Daichi Hirono · 9 years ago
  39. e999c96 Merge "Grant USB device permission by using system permission." by Daichi Hirono · 9 years ago
  40. 48a79b1 Enable MtpDocumentsProvider by default. by Daichi Hirono · 9 years ago
  41. 37c571b Grant USB device permission by using system permission. by Daichi Hirono · 9 years ago
  42. ae052af Turn MtpDocumentsService foreground when devices are opend. by Daichi Hirono · 9 years ago
  43. eea3f96 Polish MtpManagerTest. by Daichi Hirono · 9 years ago
  44. ef9ab1e Merge "Extract test utility class." by Daichi Hirono · 9 years ago
  45. b147b9d Merge "Add storage icon for MTP roots." by Daichi Hirono · 9 years ago
  46. fd34f3c Extract test utility class. by Daichi Hirono · 9 years ago
  47. e68eca0 Add storage icon for MTP roots. by Daichi Hirono · 9 years ago
  48. 0067d63 Merge "Handle Android M as a MTP device in MtpManagerTest." by Daichi Hirono · 9 years ago
  49. 80226dc Handle Android M as a MTP device in MtpManagerTest. by Daichi Hirono · 9 years ago
  50. 8ecb907 Reopen MTP devices when the provider is created. by Daichi Hirono · 9 years ago
  51. a9a3500 Extract mapping operations to partial class of MtpDatabase. by Daichi Hirono · 9 years ago
  52. f4c26bb Change ID format of MtpDocumentsProvider. by Daichi Hirono · 9 years ago
  53. b03fa31 Add new methods to MtpDatabase. by Daichi Hirono · 9 years ago
  54. b11d374 Don't close database when all devices have been detached. by Daichi Hirono · 9 years ago
  55. 7b67cad Start using MtpDatabase in DocumentLoader. by Daichi Hirono · 9 years ago
  56. 4b0e3d7 Prepare for adding MtpDocumentsProvider tests to APCT. by Daichi Hirono · 9 years ago
  57. f977a25 Start to use MtpDatabase in RootScanner. by Daichi Hirono · 9 years ago
  58. a8397a4 Split MtpDatabase class into three classes. by Daichi Hirono · 9 years ago
  59. 2c7465a Adds new method to update existing documents in MtpDatabase. by Daichi Hirono · 9 years ago
  60. 95ec2c6 Add root information to MtpDatabase. by Daichi Hirono · 9 years ago
  61. 26a1818 Extends MtpDatabase so that it can handle child documents. by Daichi Hirono · 9 years ago
  62. cf8f812 Implement ID mapping for root documents. by Daichi Hirono · 9 years ago
  63. 7cf76f6 Update JavaDoc in MtpDatabase. by Daichi Hirono · 9 years ago
  64. 98952ab Let MtpDatabase add device name to storage root. by Daichi Hirono · 9 years ago
  65. 94061d4 Remove fullpath from MtpDatabase. by Daichi Hirono · 9 years ago
  66. f115567 Move TestResources class to the outside of MtpDocumentProviderTest. by Daichi Hirono · 9 years ago
  67. 3bf0acc Add MtpDatabase class. by Daichi Hirono · 9 years ago
  68. dead599 Merge "Support major format code in MtpDocumentsProvider." by Daichi Hirono · 9 years ago
  69. f6bd1f1 Support major format code in MtpDocumentsProvider. by Daichi Hirono · 9 years ago
  70. 223f5de Add device model name to MtpDocumentsProvider's roots. by Daichi Hirono · 9 years ago
  71. 3b90e67 Add readEvent method to MtpDevice. by Daichi Hirono · 9 years ago
  72. 7f2b57e Create PipeManager and DocumentLoader per device. by Tomasz Mikolajewski · 9 years ago
  73. f33eb43 Replace hardcoded numeric literals with those in MtpConstants. by Tomasz Mikolajewski · 9 years ago
  74. b0764bd Refresh directory changes on Mtp when a child is deleted or created. by Tomasz Mikolajewski · 9 years ago
  75. 6ce5ecc Fix uploading multiple files via MtpDocumentsProvider. by Tomasz Mikolajewski · 9 years ago
  76. 61bafb0 Remove redundand code from TestMtpManager. by Tomasz Mikolajewski · 9 years ago
  77. 9ccc215 Remove MtpDocument. by Tomasz Mikolajewski · 9 years ago
  78. e5665c3 Merge "Fix remaining renames in MtpDocumentsProvider tests." by Tomasz Mikolajewski · 9 years ago
  79. 4ccf6a1 Merge "Add simple unit test for MtpManager which uses real MTP device." by Daichi Hirono · 9 years ago
  80. 54b421f Fix remaining renames in MtpDocumentsProvider tests. by Tomasz Mikolajewski · 9 years ago
  81. 11d7653 Add simple unit test for MtpManager which uses real MTP device. by Daichi Hirono · 9 years ago
  82. ea14050 Merge "Fix member naming style in PipeManagerTest." by Daichi Hirono · 9 years ago
  83. c72459f Fix member naming style in PipeManagerTest. by Daichi Hirono · 9 years ago
  84. c87a8a5 Merge "Add activity to show the result of tests." by Daichi Hirono · 9 years ago
  85. bac0407 Add activity to show the result of tests. by Daichi Hirono · 9 years ago
  86. 75fbe9e Add support for uploading files via MTP. by Tomasz Mikolajewski · 9 years ago
  87. 696c205 Fix tests in MtpDocumentsProvider. by Tomasz Mikolajewski · 9 years ago
  88. 83712e6 Merge "Wire uploading to MtpDocumentsProvider." by Tomasz Mikolajewski · 9 years ago
  89. 82f255e Wire uploading to MtpDocumentsProvider. by Tomasz Mikolajewski · 9 years ago
  90. 7620257 Merge "Extract task list operations from MTP DocumentLoader to the internal task list class." by Daichi Hirono · 9 years ago
  91. f6a4078 Extract task list operations from MTP DocumentLoader to the internal task list class. by Daichi Hirono · 9 years ago
  92. 82e64b2 Merge "Add comment to argument in MtpDocumentsProvider#openDocumentThumbnail." by Steve McKay · 9 years ago
  93. ed45df7 Handle null value returned by MtpDevice#getRoots. by Daichi Hirono · 9 years ago
  94. cd278b0 Add RootScanner to MtpDocumentsProvider to handle new/removed MTP storages. by Daichi Hirono · 9 years ago
  95. 47f61fb Merge "Let MTPDocumentsProvider load documents in background thread." by Daichi Hirono · 9 years ago
  96. e753123 Let MTPDocumentsProvider load documents in background thread. by Daichi Hirono · 9 years ago
  97. 23b9bb5 Start to use importFile to file descriptor. by Daichi Hirono · 9 years ago
  98. 65d140c Add comment to argument in MtpDocumentsProvider#openDocumentThumbnail. by Daichi Hirono · 9 years ago
  99. f80eb5d Implement MtpDocumentsProvider#queryChildDocuemnts. by Daichi Hirono · 9 years ago
  100. ce47615 Implement MtpDocumentsProvider#openDocumentThumbnail. by Daichi Hirono · 9 years ago