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