1. f570c77 Don't show new-window item in Downloads per Gabe. by Steve McKay · 8 years ago
  2. 2a6b5c6 Set jack.assert.policy value to 'always' by Delphine Martin · 8 years ago
  3. 0c30bdf Merge "Do not terminate AppFuse message loop when FUSE_FORGET." into nyc-dev by Daichi Hirono · 8 years ago
  4. 07f48ad Do not terminate AppFuse message loop when FUSE_FORGET. by Daichi Hirono · 8 years ago
  5. 59688a5 Remove "don't disconnect the device" description. by Daichi Hirono · 8 years ago
  6. f7e0799 Handle error result returned from MTP API correctly. by Daichi Hirono · 8 years ago
  7. 6b34b31 Merge "Fix flakiness DocumentLoader#testCancelTask." into nyc-dev by Daichi Hirono · 8 years ago
  8. 3edcde2 Fix flakiness DocumentLoader#testCancelTask. by Daichi Hirono · 8 years ago
  9. df83927 Merge "Fix crash when deleting multiple files." into nyc-dev by Daichi Hirono · 8 years ago
  10. 76be46f Fix crash when deleting multiple files. by Daichi Hirono · 8 years ago
  11. d0ef139 Remove LOG_NDEBUG 0 from AppFuse JNI. by Daichi Hirono · 8 years ago
  12. f4e7fa8 Use AppFuse to write document. by Daichi Hirono · 8 years ago
  13. 77a1c656 Open 4G+ file by using AppFuse. by Daichi Hirono · 8 years ago
  14. 1c43162 Merge "Get object size that is more than 4GB." into nyc-dev by Daichi Hirono · 8 years ago
  15. 64111e0 Get object size that is more than 4GB. by Daichi Hirono · 8 years ago
  16. 09ece6c Implement FUSE_WRITE command in app fuse. by Daichi Hirono · 8 years ago
  17. 01e236b Update an icon for MtpDocumentsProvider. by Daichi Hirono · 8 years ago
  18. f416030 Merge "Fix null pointer exception when MTP/PTP device is detached." into nyc-dev by Daichi Hirono · 8 years ago
  19. 071313e Don't map root documents in DocumentLoader. by Daichi Hirono · 8 years ago
  20. b3383fd Add root flag correctly. by Daichi Hirono · 8 years ago
  21. 678ed36 Count error document to complete adding documents to the database. by Daichi Hirono · 8 years ago
  22. e80b147 Fix null pointer exception when MTP/PTP device is detached. by Daichi Hirono · 8 years ago
  23. 07db6f3 Merge "Fix the logic to add suffix when copying." into nyc-dev by Daichi Hirono · 8 years ago
  24. 4f04fd3 Fix the logic to add suffix when copying. by Daichi Hirono · 8 years ago
  25. 2917fa9 Change the title of DocumentsUI from "Files" to "Downloads". by Daichi Hirono · 8 years ago
  26. 1360868 Merge "Add suffix number when copying a file." into nyc-dev by Daichi Hirono · 8 years ago
  27. fc7fb75 Add suffix number when copying a file. by Daichi Hirono · 8 years ago
  28. 4327283 Merge "Handle SQLite disk IO error in MtpDocumentsProvider#onCreate." into nyc-dev by Daichi Hirono · 8 years ago
  29. 5884e1f Handle SQLite disk IO error in MtpDocumentsProvider#onCreate. by Daichi Hirono · 8 years ago
  30. aa0fa38 Merge "Regard timeout as an error in the MtpDocumentsProvider test." into nyc-dev by Daichi Hirono · 8 years ago
  31. acb0e27 Regard timeout as an error in the MtpDocumentsProvider test. by Daichi Hirono · 8 years ago
  32. 497b473 MtpDocumentsProvider returns mime type from file extension. by Daichi Hirono · 8 years ago
  33. 3bb37e7 Cleans up the metadata in MtpDatabase at the first launch after booting. by Daichi Hirono · 8 years ago
  34. 37a655a Fix null pointer exception in DocumentLoader. by Daichi Hirono · 8 years ago
  35. 24ab92a Ensure to complete background thread of PipeManager. by Daichi Hirono · 8 years ago
  36. e5b499b Merge "Fix RootScanner to execute scan at least once before cancelling it." into nyc-dev by Daichi Hirono · 8 years ago
  37. 2e9a57b Fix RootScanner to execute scan at least once before cancelling it. by Daichi Hirono · 8 years ago
  38. 61ba923 Set document flag by referring MTP supported operations. by Daichi Hirono · 8 years ago
  39. 0f32537 Stops performing operations that does not supported by MTP device. by Daichi Hirono · 8 years ago
  40. 1bc289c Merge "Resolve unmapped document when the device is connected." into nyc-dev by Daichi Hirono · 8 years ago
  41. 5c69055 Delete disconnected row when the corresponding remote file is deleted in a by Daichi Hirono · 8 years ago
  42. 4e94b8d Resolve unmapped document when the device is connected. by Daichi Hirono · 8 years ago
  43. f578fa2 Update object info when writing a file. by Daichi Hirono · 8 years ago
  44. ebd2405 Use device key to map device documents. by Daichi Hirono · 8 years ago
  45. 0abde68 Merge "Add error message for locked device." into nyc-dev by Daichi Hirono · 8 years ago
  46. 2965776 Add error message for locked device. by Daichi Hirono · 8 years ago
  47. 46d5377 Merge "Open the connected device in Files app when tapping notification." into nyc-dev by Daichi Hirono · 8 years ago
  48. 90b3451 Merge "Show specific error message for busy device." into nyc-dev by Daichi Hirono · 8 years ago
  49. 1e37444 Open the connected device in Files app when tapping notification. by Daichi Hirono · 8 years ago
  50. c18f807 Show specific error message for busy device. by Daichi Hirono · 8 years ago
  51. ef2feef Returns "application/octet-stream" for unknown types of MTP files. by Daichi Hirono · 8 years ago
  52. 8e87364 Keep metadata of documents as disconnected status after the device is by Daichi Hirono · 8 years ago
  53. 619afda Check parent existance when adding/removing documents. by Daichi Hirono · 8 years ago
  54. 9fca541 Relax mapping rule to make the mapping logic simple. by Daichi Hirono · 8 years ago
  55. bf1c501 Merge "Fix NullPointerException around getObjectInfo." by Daichi Hirono · 8 years ago
  56. 6213cef Fetch mime type from file name when format code does not help. by Daichi Hirono · 8 years ago
  57. cfaab20 Fix NullPointerException around getObjectInfo. by Daichi Hirono · 8 years ago
  58. f83ccbd Drop device name from storage document name. by Daichi Hirono · 8 years ago
  59. 19aa932 Fix Identifier.equals method. by Daichi Hirono · 8 years ago
  60. fda7474 Open MTP device on demand. by Daichi Hirono · 8 years ago
  61. 6a5ea7e Move logic to skip single storage. by Daichi Hirono · 8 years ago
  62. 163e4b6 Add launch notification for MTP devices. by Daichi Hirono · 8 years ago
  63. f11f14c Merge "Return NULL available bytes when the MTP device is closed." by Daichi Hirono · 8 years ago
  64. 83983d7 Return NULL available bytes when the MTP device is closed. by Daichi Hirono · 8 years ago
  65. 2f310f6 Reuse buffer when reading bytes from files. by Daichi Hirono · 8 years ago
  66. a4d207c Merge "Fix bugs that prevent from using AppFuse." by Daichi Hirono · 8 years ago
  67. b36b155 Fix bugs that prevent from using AppFuse. by Daichi Hirono · 8 years ago
  68. 7d1ca06 Merge "Update "accessing files" notification resources." by Daichi Hirono · 8 years ago
  69. e6bffff Update "accessing files" notification resources. by Daichi Hirono · 8 years ago
  70. 148954a Add eventsSupported property to MtpDeviceInfo. by Daichi Hirono · 8 years ago
  71. af6b665 Ensure to release local reference in AppFuse JNI. by Daichi Hirono · 8 years ago
  72. e6054c0 Fix race in AppFuseTest. by Daichi Hirono · 8 years ago
  73. f52ef00 Start to use app fuse in MtpDocumentsProvider. by Daichi Hirono · 9 years ago
  74. 35fb36b Merge "Clean MtpManagerTest code." by Daichi Hirono · 8 years ago
  75. 3a6212a Clean MtpManagerTest code. by Daichi Hirono · 8 years ago
  76. fab4a97 Fix compile error introduced by ag/842950. by Daichi Hirono · 9 years ago
  77. 2153e822 Fix AppFuse JNI. by Daichi Hirono · 9 years ago
  78. d426ed2 Add a test for createDocument and getPartialObject. by Daichi Hirono · 9 years ago
  79. 0ec4312 Merge "Remove unused lines in MtpDocumentsProvider." by Daichi Hirono · 9 years ago
  80. 2a9a433 Reland "Add event parameters to MtpEvent." by Daichi Hirono · 9 years ago
  81. a12e7d1 Remove unused lines in MtpDocumentsProvider. by Daichi Hirono · 9 years ago
  82. ab03cb1 Clean up TestUtil. by Daichi Hirono · 9 years ago
  83. 1d4779c Add operationsSupported to device info. by Daichi Hirono · 9 years ago
  84. af5ea38 RealDeviceTest for MTP does not need to ask device permission. by Daichi Hirono · 9 years ago
  85. fff12cd Merge "Implement FUSE operations in AppFuse JNI." by Daichi Hirono · 9 years ago
  86. b596175 Merge "Stop to remove device rows at MtpDocumentsProvider." by Daichi Hirono · 9 years ago
  87. 8e3b9db Stop to remove device rows at MtpDocumentsProvider. by Daichi Hirono · 9 years ago
  88. 4c406121 Fix flakiness MtpManagerTest test. by Daichi Hirono · 9 years ago
  89. cc9a7d7 Implement FUSE operations in AppFuse JNI. by Daichi Hirono · 9 years ago
  90. e442872 Merge "Unmount appfuse when the device FD is closed." by Daichi Hirono · 9 years ago
  91. 91e3b50 Unmount appfuse when the device FD is closed. by Daichi Hirono · 9 years ago
  92. bdb5a45 Merge "Break while loop when the thread interuppted." by Daichi Hirono · 9 years ago
  93. 2bdb388 Break while loop when the thread interuppted. by Daichi Hirono · 9 years ago
  94. 492253f Merge "Fix compiler error on com_android_mtp_AppFuse.cpp." by Daichi Hirono · 9 years ago
  95. 01cf378 Fix compiler error on com_android_mtp_AppFuse.cpp. by Daichi Hirono · 9 years ago
  96. 6348654 Merge "Add AppFuse class and its JNI module." by Daichi Hirono · 9 years ago
  97. bee50c0 Add AppFuse class and its JNI module. by Daichi Hirono · 9 years ago
  98. 81d4853 Show MTP device as root when it has multiple/zero storages. by Daichi Hirono · 9 years ago
  99. 20754c5 Store device document even if the device is not opened. by Daichi Hirono · 9 years ago
  100. 61e7c647 Merge "Revert "Revert "Add device document to MtpDatabase.""" by Daichi Hirono · 9 years ago