summaryrefslogtreecommitdiffstats
path: root/media/java/android/mtp
Commit message (Expand)AuthorAgeFilesLines
* MTP: Clean up MtpServer initialization and threading:Mike Lockwood2011-07-131-20/+10
* MTP: Return error if user tries to copy a file >= 4GB to a FAT32 file systemMike Lockwood2011-07-112-1/+11
* MTP: Add support for PTP variant of GetDeviceInfo result.Mike Lockwood2011-06-211-3/+3
* MTP: Fix some problems with GetObjectHandles and GetNumObjects commandsMike Lockwood2011-06-171-22/+68
* MTP: Remove obsolete setPtpMode supportMike Lockwood2011-06-081-5/+0
* StorageVolume: Add getStorageId() accessorMike Lockwood2011-05-171-7/+8
* Merge "DO NOT MERGE. Integrate from master: Rework display size access." int...Dianne Hackborn2011-05-161-2/+2
|\
| * DO NOT MERGE. Integrate from master: Rework display size access.Dianne Hackborn2011-05-161-2/+2
* | MTP: Have GetStorageInfo command return correct storage type for removable st...Mike Lockwood2011-05-161-1/+12
|/
* Merge remote branch 'goog/honeycomb-mr1' into honeycomb-mr2The Android Automerger2011-05-082-1/+12
|\
| * docs: add package description for mtp and a little more info to MtpDeviceScott Main2011-05-052-1/+12
* | DO NOT MERGE MTP and media provider support for multiple storage devices:Mike Lockwood2011-05-034-46/+152
|/
* Improve Javadoc for USB Manager and MTP/PTP support.Mike Lockwood2011-04-012-10/+31
* MtpServer: Do not attempt to stop MTP if it has not been startedMike Lockwood2011-03-171-2/+13
* USB: minor cleanup workMike Lockwood2011-03-112-2/+2
* Remove MtpClient class from framework and public APIMike Lockwood2011-03-111-413/+0
* UsbDevice: Move IO related methods to new UsbDeviceConnection classMike Lockwood2011-03-112-12/+19
* USB: Add API and dialog for apps to request permissions for USB devices and a...Mike Lockwood2011-03-081-17/+40
* Merge "MTP: Use SharedPreferences for MTP device properties rather than sqlit...Mike Lockwood2011-03-071-52/+49
|\
| * MTP: Use SharedPreferences for MTP device properties rather than sqlite3Mike Lockwood2011-03-051-52/+49
* | MtpClient: Fix problem with getDeviceList() returning empty result in some casesMike Lockwood2011-03-071-34/+32
|/
* MtpClient: remove finalize override to avoid multiple calls to unregisterRece...Mike Lockwood2011-03-021-9/+0
* Move USB framework support from android.hardware to android.hardware.usb packageMike Lockwood2011-03-012-10/+10
* UsbManager: Remove redundant Intent extras from USB device and accessory broa...Mike Lockwood2011-02-231-3/+2
* MTP: Disable MTP when the keyguard is locked and secureMike Lockwood2011-02-221-0/+7
* Add MTP/PTP host support to the public APIMike Lockwood2011-02-116-137/+497
* MTP: Fix NPE in MtpPropertyGroupMike Lockwood2011-02-081-1/+1
* MTP: Add support for querying all objects in GetObjectPropListMike Lockwood2011-02-071-16/+26
* Bug 1804058 FLAC extractorGlenn Kasten2011-02-031-0/+1
* am 7fadb5e7: am 2b3da7ab: Merge "MTP: Fix race conditions in MtpServer JNI co...Mike Lockwood2011-01-252-5/+1
|\
| * MTP: Fix race conditions in MtpServer JNI codeMike Lockwood2011-01-252-5/+1
* | Merge "New APIs for MTP and PTP host support"Mike Lockwood2011-01-225-0/+822
|\ \ | |/ |/|
| * New APIs for MTP and PTP host supportMike Lockwood2011-01-225-0/+822
* | Remove MTP related log spamMike Lockwood2011-01-212-27/+1
|/
* MTP: Set modification date for abstract playlistsMike Lockwood2011-01-181-0/+1
* MTP: Strip ".pla" file extension from name field for WMP playlistsMike Lockwood2011-01-181-0/+4
* MTP: Fix problems with modification dates for folders and non-media filesMike Lockwood2011-01-181-13/+1
* Media Provider and MTP now use emulated /mnt/sdcard instead of /data/mediaMike Lockwood2011-01-121-14/+2
* Remove support for obsolete PTP content providerMike Lockwood2011-01-062-327/+0
* Move MTP Java classes to android.mtp.* package.Mike Lockwood2010-12-307-0/+2194