summaryrefslogtreecommitdiff
path: root/media/java/android/mtp/MtpObjectInfo.java
Commit message (Collapse)AuthorAgeFilesLines
* Add @NonNull / @Nullable annotations to android.mtp API.Daichi Hirono2016-07-081-6/+19
| | | | | | BUG=26758882 Change-Id: Ic86d2253114b487d68a069f3e63f19b200d6cb97
* Add varietions of MtpDevice's mehtods using long.Daichi Hirono2016-01-281-17/+117
| | | | | | BUG=26525304 Change-Id: I0a0b187910cf498720d8e7b8fbe9b0590e67e65e
* Remove MtpDocument.Tomasz Mikolajewski2015-09-011-0/+5
| | | | Change-Id: Ie4b0e55f6ff2c7b323cf767a5ed3d3c61c12734d
* Add support for uploading files via MTP.Tomasz Mikolajewski2015-08-281-19/+19
| | | | Change-Id: Id1811ab70cb28be471e0a99999e9ad5380deac49
* Wire uploading to MtpDocumentsProvider.Tomasz Mikolajewski2015-08-201-1/+1
| | | | | | | | This patch does not yet allow to upload files, but uploading (creating) directories already works. Bug: 22545670 Change-Id: If4d5a53aa26f791475bb1a783e0ac9540d6760c1
* Add API for uploading files to MTP devices.Tomasz Mikolajewski2015-08-141-1/+151
| | | | | Bug: 22545670 Change-Id: I038c54db06b7cf780bd027d76693e98c685d57a7
* Add MTP/PTP host support to the public APIMike Lockwood2011-02-111-2/+0
| | | | | | | Needed for unbundling the Gallery app Change-Id: I57e6b76ee5c9e57cb8c055329ac13251879baafd Signed-off-by: Mike Lockwood <lockwood@android.com>
* New APIs for MTP and PTP host supportMike Lockwood2011-01-221-0/+257
This replaces the previous ContentProvider based interface Change-Id: I4cea2544854adb9fdcc04345e4d73d8ef05380f3 Signed-off-by: Mike Lockwood <lockwood@android.com>