summaryrefslogtreecommitdiffstats
path: root/media/jni/android_media_MtpDatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move MTP Java classes to android.mtp.* package.Mike Lockwood2010-12-301-1243/+0
* MTP: Check for null string before calling GetStringUTFChars() in MtpDatabase JNIMike Lockwood2010-12-111-1/+1
* MTP: Improve argument checking in SendObjectInfoMike Lockwood2010-12-081-6/+9
* MTP: pass format back as default value in GetObjectPropDesc for format propertyMike Lockwood2010-12-071-0/+3
* MTP: Implement MTP_DEVICE_PROPERTY_IMAGE_SIZE device property.Mike Lockwood2010-12-071-10/+15
* MTP: Add support for multiple properties in GetObjectPropList commandMike Lockwood2010-12-021-12/+19
* MTP: Use DateTime form in GetObjectPropDesc for date/time properties.Mike Lockwood2010-11-231-3/+6
* MTP: Fixes to allow file transfers > 4 gigabytesMike Lockwood2010-11-171-3/+4
* MTP: Fix time values returned via GetObjectPropValue and GetObjectPropListMike Lockwood2010-11-151-0/+14
* MTP: Partial implementation of the GetObjectPropList commandMike Lockwood2010-11-151-79/+265
* MTP: allow renaming directoriesMike Lockwood2010-10-121-3/+2
* MTP: Add support for renaming filesMike Lockwood2010-10-121-1/+5
* MTP: Fix local reference leaks.Mike Lockwood2010-09-271-2/+19
* MTP: Implement extra object properties for audio, video and image filesMike Lockwood2010-09-271-2/+31
* MTP: Include current property value in GetDevicePropDescMike Lockwood2010-09-251-2/+16
* MTP: Reenable GetObjectPropValue and SetObjectPropValueMike Lockwood2010-09-231-6/+11
* MTP: Implement support for getting/setting device propertiesMike Lockwood2010-09-021-15/+226
* MTP: Send an Intent after an MTP session that resulted in media database modi...Mike Lockwood2010-08-311-0/+30
* MTP: work in progress on expanded property supportMike Lockwood2010-08-251-5/+91
* MTP: Check and clear exceptions after calling into Java in MtpDatabaseMike Lockwood2010-08-241-27/+61
* MTP: Push queries for supported formats and properties up to Java.Mike Lockwood2010-08-101-0/+91
* MTP: Fix some typosMike Lockwood2010-08-091-1/+1
* MTP: Add support for syncing MTP playlistsMike Lockwood2010-08-031-0/+48
* MTP: Implement GetNumObjectsMike Lockwood2010-08-021-4/+19
* Clean up MtpDatabase API.Mike Lockwood2010-08-021-36/+11
* Exclude MTP implementation from simulator buildMike Lockwood2010-07-151-0/+7
* Integrate host to device file transfer with the media provider.Mike Lockwood2010-07-121-7/+25
* Remove some scafolding and test code that is no longer worth maintaining.Mike Lockwood2010-07-091-13/+0
* MTP: Use media provider database to implement MTP device support.Mike Lockwood2010-07-081-0/+451