1. 486ad2e Fix argument type in MtpDatabase#getObjectPropertyValue. by Daichi Hirono · 8 years ago
  2. 5a8b962 Extend MediaScanner and MtpDatabase to support RAW image files by Jaesung Chung · 9 years ago
  3. 60cfad8 Discourage use of "_data" column. by Jeff Sharkey · 9 years ago
  4. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  5. 7182774 MTP: Fix partial implementation of 5 new audio specific properties by Mike Lockwood · 10 years ago
  6. c1fda12 Also consider secondary storage when verifying paths by Marco Nelissen · 10 years ago
  7. 5f41169 Validate MTP path by Marco Nelissen · 10 years ago
  8. 1632fae Make setServer() safe to call multiple times by Marco Nelissen · 10 years ago
  9. 92b53bc MTP: Add support for some audio specific object properties by Mike Lockwood · 10 years ago
  10. 56c8524 MTP: Add support for battery level device property by Mike Lockwood · 10 years ago
  11. c975437 am 1e3395c7: am 105b545e: am 0dce19ca: am 79ceb53a: am c58abeea: Merge "AArch64: Use long for pointers in MTP classes" by Narayan Kamath · 11 years ago
  12. e2e5932 AArch64: Use long for pointers in MTP classes by Ashok Bhat · 11 years ago
  13. 6090995 Remove unused imports from frameworks/base. by John Spurlock · 11 years ago
  14. e8acd36 Merge "When deleting a db file, Context.deleteDatabase() has to be called instead of File.delete() to guarantee all db related files like journal, wal, shm, etc are deleted together." by Marco Nelissen · 11 years ago
  15. 3ed0253 When deleting a db file, by jangwon.lee · 11 years ago
  16. 1341f1e MTP: Implement date created field in GetObjectInfo by Mike Lockwood · 11 years ago
  17. 35654b6 More work on App Ops service. by Dianne Hackborn · 12 years ago
  18. 58ed5d7 am 768d9e1a: Merge "Correct executable bit for source files" by Kenny Root · 12 years ago
  19. 3a084af Correct executable bit for source files by Kenny Root · 12 years ago
  20. 465d720 am ad23333f: am 945080b5: am 1e86994c: Merge "MtpData bmp format file can\'t recognize when copy bmp into DUT" by Mike Lockwood · 12 years ago
  21. f6f1661 MtpDatabase: Use actual file size instead of media database size column by Mike Lockwood · 12 years ago
  22. 58e6831 MtpDatabase: Fix typo affecting parent and format queries by Mike Lockwood · 12 years ago
  23. 240582e MtpData bmp format file can't recognize when copy bmp into DUT by bo huang · 12 years ago
  24. 1e855d9 MtpDatabase: Fix sqlite3 pattern matching for MTP directory deletes by Mike Lockwood · 12 years ago
  25. b4b8478 Handle _ and % in paths by Marco Nelissen · 12 years ago
  26. f3a3b9e Merge "Handle adding/removing/renaming nomedia paths" by Marco Nelissen · 12 years ago
  27. 75ea64f Implement a cancelation mechanism for queries. by Jeff Brown · 13 years ago
  28. ca78f3d Handle adding/removing/renaming nomedia paths by Marco Nelissen · 13 years ago
  29. 73e56d9 MTP: Add support for restricting PTP to only certain subdirectories of the storage by Mike Lockwood · 13 years ago
  30. fe464a7 [Prime K] Fix gabage character issue by dujin.cha · 13 years ago
  31. 6acc90f MTP: Fix some problems with GetObjectHandles and GetNumObjects commands by Mike Lockwood · 13 years ago
  32. 44bc17c Rework display size access. by Dianne Hackborn · 13 years ago
  33. b239b683 MTP and media provider support for multiple storage devices: by Mike Lockwood · 13 years ago
  34. 775de95 MTP: Use SharedPreferences for MTP device properties rather than sqlite3 by Mike Lockwood · 13 years ago
  35. f9f223e Bug 1804058 FLAC extractor by Glenn Kasten · 14 years ago
  36. f26a586 Remove MTP related log spam by Mike Lockwood · 14 years ago
  37. 8ed67ac MTP: Set modification date for abstract playlists by Mike Lockwood · 14 years ago
  38. 8cc6eb1 MTP: Strip ".pla" file extension from name field for WMP playlists by Mike Lockwood · 14 years ago
  39. 7a0bd17 MTP: Fix problems with modification dates for folders and non-media files by Mike Lockwood · 14 years ago
  40. 1c4e88d Media Provider and MTP now use emulated /mnt/sdcard instead of /data/media by Mike Lockwood · 14 years ago
  41. 0cd0136 Move MTP Java classes to android.mtp.* package. by Mike Lockwood · 14 years ago[Renamed (99%) from media/java/android/media/MtpDatabase.java]
  42. 55f808c MTP: Make recursive delete more efficient by Mike Lockwood · 14 years ago
  43. bafca21 MTP: check for replacing existing files via the database instead of the file system by Mike Lockwood · 14 years ago
  44. 365e03e MTP: Improve argument checking in SendObjectInfo by Mike Lockwood · 14 years ago
  45. ea93fa1 MTP: Implement MTP_DEVICE_PROPERTY_IMAGE_SIZE device property. by Mike Lockwood · 14 years ago
  46. 7d7fb63 MTP: Add support for multiple properties in GetObjectPropList command by Mike Lockwood · 14 years ago
  47. 7adfd18 MTP: Don't fail in playlist transfer if not all playlist items can be found. by Mike Lockwood · 14 years ago
  48. a315605 Rename android.provider.Mtp to android.provider.Ptp by Mike Lockwood · 14 years ago
  49. 413577d MTP: Fixes to allow file transfers > 4 gigabytes by Mike Lockwood · 14 years ago
  50. 0b58c19 MTP: Set correct format for abstract audio playlists by Mike Lockwood · 14 years ago
  51. 3159991 MTP: Fix time values returned via GetObjectPropValue and GetObjectPropList by Mike Lockwood · 14 years ago
  52. e2ad6ec MTP: Partial implementation of the GetObjectPropList command by Mike Lockwood · 14 years ago
  53. 2b5f9ad MTP: Changes to support /mnt/sdcard paths from MediaProvider. by Mike Lockwood · 14 years ago
  54. 6a6a3af MTP: allow renaming directories by Mike Lockwood · 14 years ago
  55. 5ebac83 MTP: Add support for renaming files by Mike Lockwood · 14 years ago
  56. 0178856 MTP: Fix copying files to root of storage using parent handle = 0 by Mike Lockwood · 14 years ago
  57. ae078f7 MTP: Implement extra object properties for audio, video and image files by Mike Lockwood · 14 years ago
  58. d3bfecb MTP: Reenable GetObjectPropValue and SetObjectPropValue by Mike Lockwood · 14 years ago
  59. 12b8a99 MTP: List all the formats we support in addition to FORMAT_UNDEFINED by Mike Lockwood · 14 years ago
  60. ccb6e96 MTP: Delete all files and subdirectories when deleting directories. by Mike Lockwood · 14 years ago
  61. c37255d Media scanner support for tracking files of arbitrary type. by Mike Lockwood · 14 years ago
  62. 8490e66 Use separate Uris for MTP to the media provider files table by Mike Lockwood · 14 years ago
  63. 792ec84 MTP: Fix support for transfering folders and playlists. by Mike Lockwood · 14 years ago
  64. e521169 MTP: Allow transfering arbitrary file types. by Mike Lockwood · 14 years ago
  65. 3b2a62e Rename the media database's "objects" table to "files" by Mike Lockwood · 14 years ago
  66. 59e3f0d MTP: Implement support for getting/setting device properties by Mike Lockwood · 14 years ago
  67. 2837eef MTP: Send an Intent after an MTP session that resulted in media database modifications by Mike Lockwood · 14 years ago
  68. 5367ab6 MTP: Move all MTP protocol constants for Java to a central location. by Mike Lockwood · 14 years ago
  69. daeeddc MTP: Fix build break due to misuse of "git add -i" command by Mike Lockwood · 14 years ago
  70. dbead32 MTP: Add try/finally handling to finalize overrides by Mike Lockwood · 14 years ago
  71. 828d19d MTP: work in progress on expanded property support by Mike Lockwood · 14 years ago
  72. 4b322ce MTP: Push queries for supported formats and properties up to Java. by Mike Lockwood · 14 years ago
  73. 9a2046f MTP: Add support for syncing MTP playlists by Mike Lockwood · 14 years ago
  74. 7a047c8 MTP: Implement GetNumObjects by Mike Lockwood · 14 years ago
  75. 59c777a Clean up MtpDatabase API. by Mike Lockwood · 14 years ago
  76. b2cada9 MtpDatabase: Implement getObjectProperty by Mike Lockwood · 14 years ago
  77. d815f79 Integrate host to device file transfer with the media provider. by Mike Lockwood · 14 years ago
  78. c5c7853 Remove some scafolding and test code that is no longer worth maintaining. by Mike Lockwood · 14 years ago
  79. d21eac9 MTP: Use media provider database to implement MTP device support. by Mike Lockwood · 14 years ago