1. 5386a9d Merge RP1A.200409.001 by Steven Laver · 4 years, 2 months ago
  2. e0297ce MTP: Add MTP host exception handling#2 by James Wei · 4 years, 2 months ago
  3. 051b0f7 Merge RP1A.200326.001 by Steven Laver · 4 years, 3 months ago
  4. 1548696 MTP: Add MTP host exception handling by James Wei · 4 years, 3 months ago
  5. ee6e4d4 Merge RP1A.191114.001 by Steven Laver · 4 years, 7 months ago
  6. 7c7387d MtpService: Proper control of storage volumes count by a.lukianenko · 4 years, 9 months ago
  7. ee9ac0a Adds back value-adds to MtpService.java. by Daniel Norman · 4 years, 9 months ago
  8. 8b65d67 Migrate MTP service into separate project. by Jeff Sharkey · 4 years, 10 months ago
  9. 3944473 Merge "Use getCompressedSizeLong to get correct size for 2G file" am: ee1720cffa am: d3ffd42b19 by robinz1x · 6 years ago
  10. 71903bc Use getCompressedSizeLong to get correct size for 2G file by robinz1x · 6 years ago
  11. 7fc3571 More robust MTP-to-MIME-type mappings. by Jeff Sharkey · 6 years ago
  12. d065999 Add metadata support to MTP docs provider. by Steve McKay · 7 years ago
  13. 16cf042 Fix NPE in MtpDocumentsProviderTests by Daichi Hirono · 7 years ago
  14. 345526c Merge "Set notification channel to MTP notification." into oc-dev by TreeHugger Robot · 7 years ago
  15. 59e2654 Set notification channel to MTP notification. by Daichi Hirono · 7 years ago
  16. 9aeeaad Fix doc flag for device having multiple storages by Daichi Hirono · 7 years ago
  17. 5fa2c59 Use Context#startForegroundService in MTP provider by Daichi Hirono · 7 years ago
  18. b15e9a6 Fix an argument passing to putStorageDocuments. by Daichi Hirono · 7 years ago
  19. ace3d43 Address comments from API council. by Garfield Tan · 7 years ago
  20. a06a8ad Remove DocumentsContract.ACTION_BROWSE. by Garfield Tan · 7 years ago
  21. 156afb3 Start MtpDocumentsService as foreground service. by Daichi Hirono · 7 years ago
  22. efd398f Use public version of AppFuse in MtpDocumentsProvider. by Daichi Hirono · 8 years ago
  23. c29baac Add isChildDocument to MtpDocumentsProvider. by Daichi Hirono · 8 years ago
  24. ac09a79 Merge "Not create document under the device." by TreeHugger Robot · 8 years ago
  25. 3c17301 Not create document under the device. by Daichi Hirono · 8 years ago
  26. 3e2fd8d Change findPath() to findDocumentPath() in MtpDocumentsProvider. by Garfield Tan · 8 years ago
  27. 0f79011 Add findPath method to MtpDocumentsProvider. by Daichi Hirono · 8 years ago
  28. 7a190d9 Remove the EXTRA_FANCY_FEATURES flag... by Steve McKay · 8 years ago
  29. 62941db Set Root.FLAG_LOCAL_ONLY for MTP roots. by Daichi Hirono · 8 years ago
  30. 2cf2a47 Fix NullPointerException in MtpManager. by Daichi Hirono · 8 years ago
  31. da30562 Don't show new-window item in Downloads per Gabe. by Steve McKay · 8 years ago
  32. 87e79bf Merge "Do not terminate AppFuse message loop when FUSE_FORGET." into nyc-dev by Daichi Hirono · 8 years ago
  33. 2139930 Do not terminate AppFuse message loop when FUSE_FORGET. by Daichi Hirono · 8 years ago
  34. ba14002 Remove "don't disconnect the device" description. by Daichi Hirono · 8 years ago
  35. c252ddd Handle error result returned from MTP API correctly. by Daichi Hirono · 8 years ago
  36. a2390e7 Fix flakiness DocumentLoader#testCancelTask. by Daichi Hirono · 8 years ago
  37. 1461d3e Fix crash when deleting multiple files. by Daichi Hirono · 8 years ago
  38. c72fe17 Use AppFuse to write document. by Daichi Hirono · 8 years ago
  39. 1688668 Open 4G+ file by using AppFuse. by Daichi Hirono · 8 years ago
  40. f3a020f Merge "Get object size that is more than 4GB." into nyc-dev by Daichi Hirono · 8 years ago
  41. 106b5bf Get object size that is more than 4GB. by Daichi Hirono · 8 years ago
  42. 1a6b72a Implement FUSE_WRITE command in app fuse. by Daichi Hirono · 8 years ago
  43. 30816a9 Merge "Fix null pointer exception when MTP/PTP device is detached." into nyc-dev by Daichi Hirono · 8 years ago
  44. a596e0d Don't map root documents in DocumentLoader. by Daichi Hirono · 8 years ago
  45. 56fa804 Add root flag correctly. by Daichi Hirono · 8 years ago
  46. adbd5e8 Count error document to complete adding documents to the database. by Daichi Hirono · 8 years ago
  47. 7ed4b7a Fix null pointer exception when MTP/PTP device is detached. by Daichi Hirono · 8 years ago
  48. 5d6fac0 Fix the logic to add suffix when copying. by Daichi Hirono · 8 years ago
  49. b78b208 Merge "Add suffix number when copying a file." into nyc-dev by Daichi Hirono · 8 years ago
  50. 0a77b29 Add suffix number when copying a file. by Daichi Hirono · 8 years ago
  51. 8914456 Merge "Handle SQLite disk IO error in MtpDocumentsProvider#onCreate." into nyc-dev by Daichi Hirono · 8 years ago
  52. 172c6d7 Handle SQLite disk IO error in MtpDocumentsProvider#onCreate. by Daichi Hirono · 8 years ago
  53. 9ede6a5 Merge "Regard timeout as an error in the MtpDocumentsProvider test." into nyc-dev by Daichi Hirono · 8 years ago
  54. 61aa31e Regard timeout as an error in the MtpDocumentsProvider test. by Daichi Hirono · 8 years ago
  55. 1a933fa MtpDocumentsProvider returns mime type from file extension. by Daichi Hirono · 8 years ago
  56. 0799453 Cleans up the metadata in MtpDatabase at the first launch after booting. by Daichi Hirono · 8 years ago
  57. eede771 Fix null pointer exception in DocumentLoader. by Daichi Hirono · 8 years ago
  58. cc04a54 Ensure to complete background thread of PipeManager. by Daichi Hirono · 8 years ago
  59. 5521d77 Merge "Fix RootScanner to execute scan at least once before cancelling it." into nyc-dev by Daichi Hirono · 8 years ago
  60. 965800d Fix RootScanner to execute scan at least once before cancelling it. by Daichi Hirono · 8 years ago
  61. ab682a3 Set document flag by referring MTP supported operations. by Daichi Hirono · 8 years ago
  62. b988074 Stops performing operations that does not supported by MTP device. by Daichi Hirono · 8 years ago
  63. ac8245a Merge "Resolve unmapped document when the device is connected." into nyc-dev by Daichi Hirono · 8 years ago
  64. 8062a05 Delete disconnected row when the corresponding remote file is deleted in a by Daichi Hirono · 8 years ago
  65. 8835090 Resolve unmapped document when the device is connected. by Daichi Hirono · 8 years ago
  66. f1cf07f Update object info when writing a file. by Daichi Hirono · 8 years ago
  67. 9f9d512 Use device key to map device documents. by Daichi Hirono · 8 years ago
  68. 146cb9b Merge "Add error message for locked device." into nyc-dev by Daichi Hirono · 8 years ago
  69. d93fee9 Add error message for locked device. by Daichi Hirono · 8 years ago
  70. 6ac37d0 Merge "Open the connected device in Files app when tapping notification." into nyc-dev by Daichi Hirono · 8 years ago
  71. 1e288e0 Merge "Show specific error message for busy device." into nyc-dev by Daichi Hirono · 8 years ago
  72. 7675445 Open the connected device in Files app when tapping notification. by Daichi Hirono · 8 years ago
  73. 5ca0878 Show specific error message for busy device. by Daichi Hirono · 8 years ago
  74. 7ad26a1 Returns "application/octet-stream" for unknown types of MTP files. by Daichi Hirono · 8 years ago
  75. 382191d Keep metadata of documents as disconnected status after the device is by Daichi Hirono · 8 years ago
  76. 856f454 Check parent existance when adding/removing documents. by Daichi Hirono · 8 years ago
  77. ab83dd5 Relax mapping rule to make the mapping logic simple. by Daichi Hirono · 8 years ago
  78. f9179e8 Merge "Fix NullPointerException around getObjectInfo." by Daichi Hirono · 8 years ago
  79. 9d08cea Fetch mime type from file name when format code does not help. by Daichi Hirono · 8 years ago
  80. b271a3b Fix NullPointerException around getObjectInfo. by Daichi Hirono · 8 years ago
  81. 5505b99 Drop device name from storage document name. by Daichi Hirono · 8 years ago
  82. 54f7fb9 Fix Identifier.equals method. by Daichi Hirono · 8 years ago
  83. bb592de Open MTP device on demand. by Daichi Hirono · 8 years ago
  84. 85f5295 Move logic to skip single storage. by Daichi Hirono · 8 years ago
  85. 3b5ae77 Add launch notification for MTP devices. by Daichi Hirono · 8 years ago
  86. d7ea658 Merge "Return NULL available bytes when the MTP device is closed." by Daichi Hirono · 8 years ago
  87. 1741f22 Return NULL available bytes when the MTP device is closed. by Daichi Hirono · 8 years ago
  88. 6cb2359 Reuse buffer when reading bytes from files. by Daichi Hirono · 8 years ago
  89. 3744201 Merge "Fix bugs that prevent from using AppFuse." by Daichi Hirono · 8 years ago
  90. a4930fa Fix bugs that prevent from using AppFuse. by Daichi Hirono · 8 years ago
  91. be2a7cf Merge "Update "accessing files" notification resources." by Daichi Hirono · 8 years ago
  92. a32b2e0 Update "accessing files" notification resources. by Daichi Hirono · 8 years ago
  93. 6478b7f Add eventsSupported property to MtpDeviceInfo. by Daichi Hirono · 8 years ago
  94. 897b050 Fix race in AppFuseTest. by Daichi Hirono · 8 years ago
  95. 38f008f Start to use app fuse in MtpDocumentsProvider. by Daichi Hirono · 8 years ago
  96. d9d18fc Add a test for createDocument and getPartialObject. by Daichi Hirono · 8 years ago
  97. 56d8e67 Remove unused lines in MtpDocumentsProvider. by Daichi Hirono · 8 years ago
  98. 0c38ede Add operationsSupported to device info. by Daichi Hirono · 8 years ago
  99. fdc2403 Merge "Implement FUSE operations in AppFuse JNI." by Daichi Hirono · 8 years ago
  100. 51a23e0 Stop to remove device rows at MtpDocumentsProvider. by Daichi Hirono · 8 years ago