summaryrefslogtreecommitdiff
path: root/media/mtp/MtpServer.cpp
AgeCommit message (Expand)Author
2011-02-22MTP: Add support for dynamically adding and removing storage unitsMike Lockwood
2011-01-31MTP: Use ro.product.manufacturer system property value for MTP manufacturer nameMike Lockwood
2011-01-21Remove MTP related log spamMike Lockwood
2011-01-18MTP: Fix problems with modification dates for folders and non-media filesMike Lockwood
2010-12-13MTP: check for replacing existing files via the database instead of the file ...Mike Lockwood
2010-12-12MTP: Add support for reserve storage setting to avoid low storage situations.Mike Lockwood
2010-12-08MTP: Improve argument checking in SendObjectInfoMike Lockwood
2010-12-07MTP: Use correct return type for getSupportedObjectPropertiesMike Lockwood
2010-12-02MTP: Add support for multiple properties in GetObjectPropList commandMike Lockwood
2010-11-23MTP: Fix typo in MtpServer::doGetObjectPropListMike Lockwood
2010-11-23MTP: Implement GetPartialObject commandMike Lockwood
2010-11-17MTP: Fixes to allow file transfers > 4 gigabytesMike Lockwood
2010-11-17MTP: Set correct format for abstract audio playlistsMike Lockwood
2010-11-15MTP: Partial implementation of the GetObjectPropList commandMike Lockwood
2010-11-11MTP: Add missing call to closedir() in recursive delete codeMike Lockwood
2010-10-11MTP: Include size of 12 byte header in packet size for GetObject data packetMike Lockwood
2010-09-23MTP: Reenable GetObjectPropValue and SetObjectPropValueMike Lockwood
2010-09-23MTP: Minor debug output cleanupMike Lockwood
2010-09-14MTP: Delete all files and subdirectories when deleting directories.Mike Lockwood
2010-09-02MTP: Implement support for getting/setting device propertiesMike Lockwood
2010-08-31MTP: Send an Intent after an MTP session that resulted in media database modi...Mike Lockwood
2010-08-25MTP: work in progress on expanded property supportMike Lockwood
2010-08-10MTP: Fix wrong delete operator from previous change.Mike Lockwood
2010-08-10MTP: Push queries for supported formats and properties up to Java.Mike Lockwood
2010-08-09MTP: Fix some typosMike Lockwood
2010-08-03MTP: Add support for syncing MTP playlistsMike Lockwood
2010-08-02MTP: Implement GetNumObjectsMike Lockwood
2010-08-02Clean up MtpDatabase API.Mike Lockwood
2010-07-19MTP: Only send events to host if we have an open session.Mike Lockwood
2010-07-15Remove our copy of the f_mtp.h kernel header, now that it is in bionic.Mike Lockwood
2010-07-13MTP: Add support for sending events to the host when objects are added and re...Mike Lockwood
2010-07-12Integrate host to device file transfer with the media provider.Mike Lockwood
2010-07-09Remove some scafolding and test code that is no longer worth maintaining.Mike Lockwood
2010-07-08MTP: Use media provider database to implement MTP device support.Mike Lockwood
2010-07-08MTP: remove separate audio table from prototype MTP databaseMike Lockwood
2010-07-02MTP: Fix ownership and file permissions for transferred files and foldersMike Lockwood
2010-07-02MTP: Make MtpDatabase class abstract so we can have multiple implementationsMike Lockwood
2010-06-30MTP: Implement GetObjectPropDescMike Lockwood
2010-06-30MTP: replace printfs with logcatMike Lockwood
2010-06-22MTP: Use a fd instead of a file path in file transfer ioctls.Mike Lockwood
2010-06-14MTP device: Read manufacturer name and serial number from system properties.Mike Lockwood
2010-06-04MTP: Add support for host cancellation of file transfers.Mike Lockwood
2010-05-19PTP host: Implement getObjectHandles and getObjectInfo commandsMike Lockwood
2010-05-18MTP: More prototyping work:Mike Lockwood
2010-05-14Move MTP code to the android namespaceMike Lockwood
2010-05-13Checkpoint work on MTP and PTP investigation.Mike Lockwood