summaryrefslogtreecommitdiffstats
path: root/media/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* | StorageManager: Clean up and generalize storage configuration resourcesMike Lockwood2011-05-161-2/+1
|/
* 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 MediaScanner: Add special casing of WMP album art files to isNoM...Mike Lockwood2011-05-031-29/+37
* | DO NOT MERGE MediaScanner: reimplement the ".nomedia" feature for hiding file...Mike Lockwood2011-05-032-89/+108
* | DO NOT MERGE Fix media scanner uri handling.Marco Nelissen2011-05-031-21/+13
* | 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
* Merge "Fix for 4087846 Crash reported by monkey report (Java/Jni)" into honey...Rajneesh Chowdury2011-03-161-0/+12
|\
| * Fix for 4087846 Crash reported by monkey report (Java/Jni)Rajneesh Chowdury2011-03-151-0/+12
* | Merge "Fix for Don't allow adding 64-bit files(4086708)" into honeycomb-mr1Shailendra Yadav2011-03-144-2/+26
|\ \
| * | Fix for Don't allow adding 64-bit files(4086708)Shailendra Yadav2011-03-144-2/+26
* | | Merge "Partial fix for issue 3515250: video chat and SCO" into honeycomb-mr1Eric Laurent2011-03-141-26/+22
|\ \ \ | |_|/ |/| |
| * | Partial fix for issue 3515250: video chat and SCOEric Laurent2011-03-121-26/+22
* | | 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
* | Merge "Fix for 4080402 NPE in Transition.setDuration" into honeycomb-mr1Rajneesh Chowdury2011-03-102-7/+5
|\ \
| * | Fix for 4080402 NPE in Transition.setDurationRajneesh Chowdury2011-03-102-7/+5
| |/
* | Merge "Fix bug 4064086 Use a death handler on audio focus changes from mode" ...Jean-Michel Trivi2011-03-091-21/+17
|\ \
| * | Fix bug 4064086 Use a death handler on audio focus changes from modeJean-Michel Trivi2011-03-081-21/+17
* | | 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
* | | Merge "Fix for issue 3453519: (Java/JNI) do not allow editing of DRM protecte...Santosh Madhava2011-03-072-2/+2
|\ \ \ | |_|/ |/| |
| * | Fix for issue 3453519: (Java/JNI) do not allow editing of DRM protected contentsSantosh Madhava2011-03-042-2/+2
| |/
* | MtpClient: Fix problem with getDeviceList() returning empty result in some casesMike Lockwood2011-03-071-34/+32
|/
* 3406494 Gallery photos in nonsensical orderRay Chen2011-03-031-0/+9
* Merge "MtpClient: remove finalize override to avoid multiple calls to unregis...Mike Lockwood2011-03-021-9/+0
|\
| * MtpClient: remove finalize override to avoid multiple calls to unregisterRece...Mike Lockwood2011-03-021-9/+0
* | Merge "Fix for issue 3495914: (In Java) Video clip switches between start and...Santosh Madhava2011-03-021-2/+2
|\ \ | |/ |/|
| * Fix for issue 3495914: (In Java) Video clip switches between start and endSantosh Madhava2011-03-011-2/+2
* | Move USB framework support from android.hardware to android.hardware.usb packageMike Lockwood2011-03-012-10/+10
|/
* Merge "Fix for issue 3466385: Low quality video properties are applied to all"Santosh Madhava2011-02-283-2/+8
|\
| * Fix for issue 3466385: Low quality video properties are applied to allSantosh Madhava2011-02-273-2/+8
* | Merge "Fix issue 3388354."Eric Laurent2011-02-281-9/+23
|\ \
| * | Fix issue 3388354.Eric Laurent2011-02-281-9/+23
| |/
* | Instrumentation code to enable/disable memory leak check using setpropRajneesh Chowdury2011-02-271-0/+51
|/
* Fix for issue 3485010: The project thumbnail is not regeneratedSantosh Madhava2011-02-241-0/+11
* Merge "UsbManager: Remove redundant Intent extras from USB device and accesso...Mike Lockwood2011-02-241-3/+2
|\
| * UsbManager: Remove redundant Intent extras from USB device and accessory broa...Mike Lockwood2011-02-231-3/+2
* | Bug 3438258 Add SurfaceTexture as MediaPlayer sinkGlenn Kasten2011-02-231-5/+46
* | Merge "Cleanup for issue 3471160 : video editor calls System.gc"Santosh Madhava2011-02-232-2/+0
|\ \
| * | Cleanup for issue 3471160 : video editor calls System.gcSantosh Madhava2011-02-222-2/+0
* | | Merge "- Add method in MediaPlayerService to collect and pull codec usage (...Gloria Wang2011-02-231-0/+8
|\ \ \