| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | MTP: Add debug code for printing names of MTP format and property codes. | Mike Lockwood | 2010-08-09 | 2 | -7/+321 |
* | MTP: Fix some typos | Mike Lockwood | 2010-08-09 | 2 | -3/+3 |
* | MTP: Add support for syncing MTP playlists | Mike Lockwood | 2010-08-03 | 3 | -7/+47 |
* | MTP: Implement GetNumObjects | Mike Lockwood | 2010-08-02 | 3 | -5/+33 |
* | Clean up MtpDatabase API. | Mike Lockwood | 2010-08-02 | 2 | -25/+19 |
* | MTP host: Reduce buffer size for readObject so we don't clog our pipe. | Mike Lockwood | 2010-07-27 | 1 | -1/+1 |
* | MTP: Turn off excessive logging | Mike Lockwood | 2010-07-27 | 5 | -16/+12 |
* | MTP host: Add support for reading files from an MTP device via ParcelFileDesc... | Mike Lockwood | 2010-07-26 | 4 | -2/+263 |
* | MTP: Don't request thumbnails for folder objects in MtpCursor | Mike Lockwood | 2010-07-26 | 2 | -13/+19 |
* | MTP: Add hard coded support to recognize a couple MTP music players for testi... | Mike Lockwood | 2010-07-26 | 1 | -3/+37 |
* | Merge "MTP host fixes:" | Mike Lockwood | 2010-07-20 | 2 | -39/+53 |
|\ |
|
| * | MTP host fixes: | Mike Lockwood | 2010-07-20 | 2 | -39/+53 |
* | | Fix sim-eng build. | Andy McFadden | 2010-07-20 | 1 | -2/+2 |
|/ |
|
* | MTP: Remove race condition in initial device enumeration for host mode. | Mike Lockwood | 2010-07-20 | 2 | -11/+31 |
* | MTP: Fix problems reading and writing arrays in property values. | Mike Lockwood | 2010-07-20 | 3 | -6/+39 |
* | MTP: add Linux host library for MTP/PTP host support. | Mike Lockwood | 2010-07-20 | 2 | -0/+32 |
* | MTP: Only send events to host if we have an open session. | Mike Lockwood | 2010-07-19 | 1 | -12/+16 |
* | Exclude MTP implementation from simulator build | Mike Lockwood | 2010-07-15 | 1 | -0/+5 |
* | Remove our copy of the f_mtp.h kernel header, now that it is in bionic. | Mike Lockwood | 2010-07-15 | 3 | -55/+2 |
* | MTP: Add support for sending events to the host when objects are added and re... | Mike Lockwood | 2010-07-13 | 7 | -1/+154 |
* | Integrate host to device file transfer with the media provider. | Mike Lockwood | 2010-07-12 | 3 | -14/+36 |
* | Remove some scafolding and test code that is no longer worth maintaining. | Mike Lockwood | 2010-07-09 | 17 | -1295/+1 |
* | MTP: Use media provider database to implement MTP device support. | Mike Lockwood | 2010-07-08 | 6 | -22/+32 |
* | MTP: remove separate audio table from prototype MTP database | Mike Lockwood | 2010-07-08 | 9 | -426/+42 |
* | MTP: Fix ownership and file permissions for transferred files and folders | Mike Lockwood | 2010-07-02 | 3 | -4/+24 |
* | MTP: Make MtpDatabase class abstract so we can have multiple implementations | Mike Lockwood | 2010-07-02 | 9 | -571/+715 |
* | MTP: Remove an unnecessary thread from the MtpClient class. | Mike Lockwood | 2010-07-01 | 2 | -23/+67 |
* | Try to fix the simulator build. | Mike Lockwood | 2010-06-30 | 1 | -5/+4 |
* | MTP: Implement GetObjectPropDesc | Mike Lockwood | 2010-06-30 | 5 | -15/+192 |
* | MTP: Add MtpServer Java class to wrap MTP device support. | Mike Lockwood | 2010-06-30 | 2 | -28/+21 |
* | MTP: replace printfs with logcat | Mike Lockwood | 2010-06-30 | 22 | -80/+123 |
* | MTP: Use a fd instead of a file path in file transfer ioctls. | Mike Lockwood | 2010-06-22 | 2 | -10/+15 |
* | mtptest: Add option to specify storage path at the command line. | Mike Lockwood | 2010-06-22 | 2 | -4/+10 |
* | MTP: Use stat.st_mode instead of dirent.d_type to determine file type. | Mike Lockwood | 2010-06-14 | 1 | -2/+2 |
* | MTP device: Read manufacturer name and serial number from system properties. | Mike Lockwood | 2010-06-14 | 2 | -3/+10 |
* | MTP: Fix uninitialized pointer bug. | Mike Lockwood | 2010-06-14 | 1 | -0/+1 |
* | MTP: Add host support for deleting objects. | Mike Lockwood | 2010-06-11 | 2 | -0/+31 |
* | MTP: Add support for retrieving thumbnails to MTP content provider. | Mike Lockwood | 2010-06-10 | 6 | -5/+78 |
* | MTP provider: Add columns for MTP ObjectInfo dataset to the MTP objects table | Mike Lockwood | 2010-06-10 | 2 | -6/+109 |
* | Include stdlib to fix sim build | Kenny Root | 2010-06-08 | 1 | -0/+1 |
* | MTP: host support for retrieving device property descriptors | Mike Lockwood | 2010-06-07 | 11 | -24/+339 |
* | Merge "MTP: Add support for host cancellation of file transfers." | Mike Lockwood | 2010-06-04 | 2 | -22/+52 |
|\ |
|
| * | MTP: Add support for host cancellation of file transfers. | Mike Lockwood | 2010-06-04 | 2 | -22/+52 |
* | | Add missing library to linker command line. | Doug Kwan | 2010-06-03 | 1 | -1/+1 |
* | | Add missing libraries, in order for gold to work. | Jing Yu | 2010-06-03 | 1 | -1/+2 |
|/ |
|
* | Prototype Content Provider support for MTP/PTP devices. | Mike Lockwood | 2010-06-01 | 9 | -363/+859 |
* | MTP: adjust ptptest app for changes in libusbhost API. | Mike Lockwood | 2010-05-25 | 1 | -3/+3 |
* | PTP host: Implement getObjectHandles and getObjectInfo commands | Mike Lockwood | 2010-05-19 | 10 | -26/+234 |
* | More work on PTP host support. | Mike Lockwood | 2010-05-19 | 20 | -64/+500 |
* | MTP: More prototyping work: | Mike Lockwood | 2010-05-18 | 10 | -170/+858 |