1. d9f3005 Fix Unicode handling. by Jerry Zhang · 6 years ago
  2. 6d319b8 Write descriptors for Mtp in UsbService by Jerry Zhang · 7 years ago
  3. f9c5c25 Add MtpStorageManager for monitoring filesystem events by Jerry Zhang · 7 years ago
  4. def7b193 Add storageId to moveObjects by Jerry Zhang · 7 years ago
  5. 2279b25 frameworks/base: use proper nativehelper headers by Steven Moreland · 7 years ago
  6. abdc2b4 Make users of MtpServer fill in DeviceInfo field values by Alex Klyubin · 8 years ago
  7. bb598ee Modify UsbDeviceManager stack to allow MtpServer to use FunctionFS drivers. by Jerry Zhang · 8 years ago
  8. 76f6a86 constify JNINativeMethod function pointer tables by Daniel Micay · 9 years ago
  9. 4048a4b Remove unused variables and functions, don't warn about unused parameters by Bernhard Rosenkränzer · 10 years ago
  10. 56c8524 MTP: Add support for battery level device property by Mike Lockwood · 10 years ago
  11. e2e5932 AArch64: Use long for pointers in MTP classes by Ashok Bhat · 11 years ago
  12. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  13. dcc3194 MTP: Clean up MtpServer initialization and threading: by Mike Lockwood · 13 years ago
  14. 7a59dd2 MTP: Return error if user tries to copy a file >= 4GB to a FAT32 file system by Mike Lockwood · 13 years ago
  15. 7d40d42 MTP: Add support for PTP variant of GetDeviceInfo result. by Mike Lockwood · 13 years ago
  16. aa48835 MTP: Remove obsolete setPtpMode support by Mike Lockwood · 13 years ago
  17. e6f3f54 resolved conflicts for merge of b107f4de to master by Mike Lockwood · 13 years ago
  18. 5169054 MTP: Have GetStorageInfo command return correct storage type for removable storage by Mike Lockwood · 13 years ago
  19. 7ae938be DO NOT MERGE MTP and media provider support for multiple storage devices: by Mike Lockwood · 13 years ago
  20. 3977472 Handle the failure from GetStringUTFChars() by James Dong · 13 years ago
  21. b239b683 MTP and media provider support for multiple storage devices: by Mike Lockwood · 13 years ago
  22. 66e57f6 MTP: Disable MTP when the keyguard is locked and secure by Mike Lockwood · 13 years ago
  23. 467ca0d MTP: Add support for dynamically adding and removing storage units by Mike Lockwood · 13 years ago
  24. 071b2b6 MTP: Fix race conditions in MtpServer JNI code by Mike Lockwood · 13 years ago
  25. f26a586 Remove MTP related log spam by Mike Lockwood · 13 years ago
  26. 897f894 MTP: Close and reopen driver file after an error. by Mike Lockwood · 13 years ago
  27. a1c9180 MTP: Fix problem with MTP starting up on the first try. by Mike Lockwood · 13 years ago
  28. 0cd0136 Move MTP Java classes to android.mtp.* package. by Mike Lockwood · 14 years ago[Renamed (78%) from media/jni/android_media_MtpServer.cpp]
  29. 1b198ea MTP: Create files/folders with group media_rw instead of sdcard_rw by Mike Lockwood · 14 years ago
  30. 7f36b19 MTP: Add support for reserve storage setting to avoid low storage situations. by Mike Lockwood · 14 years ago
  31. 3e13c1b MTP: Remove some excessive logging by Mike Lockwood · 14 years ago
  32. 602bebd MTP: try to fix sim build by Mike Lockwood · 14 years ago
  33. eabe8bf Add settings option for running MTP server in PTP mode. by Mike Lockwood · 14 years ago
  34. 2b2bff5 MTP: Remove retry loop from MTP server code by Mike Lockwood · 14 years ago
  35. 23ee42f MTP: Fix some thread safety issues in MTP server start/stop sequence. by Mike Lockwood · 14 years ago
  36. ff164a7 Exclude MTP implementation from simulator build by Mike Lockwood · 14 years ago
  37. be125a5 MTP: Add support for sending events to the host when objects are added and removed by Mike Lockwood · 14 years ago
  38. c5c7853 Remove some scafolding and test code that is no longer worth maintaining. by Mike Lockwood · 14 years ago
  39. d21eac9 MTP: Use media provider database to implement MTP device support. by Mike Lockwood · 14 years ago
  40. dad6927 MTP: Fix ownership and file permissions for transferred files and folders by Mike Lockwood · 14 years ago
  41. 81ea83d Move MTP JNI code from libandroid_runtime to libmedia_jni by Mike Lockwood · 14 years ago[Renamed (98%) from core/jni/android_media_MtpServer.cpp]
  42. 98ef64e MTP: Add MtpServer Java class to wrap MTP device support. by Mike Lockwood · 14 years ago