summaryrefslogtreecommitdiffstats
path: root/media/java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add a release() method to MediaScanner"James Dong2011-03-141-0/+11
|\
| * Add a release() method to MediaScannerJames Dong2011-03-111-0/+11
* | am e987cbaf: am 3fabad87: Merge "Fix for Don\'t allow adding 64-bit files(408...Shailendra Yadav2011-03-144-2/+26
|\ \
| * \ 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
* | | | am 733cb79a: am 3cbfd10b: Merge "Partial fix for issue 3515250: video chat an...Eric Laurent2011-03-141-26/+22
|\ \ \ \ | |/ / /
| * | | 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
* | | | | am 3b473d95: am 9fffd9a8: Merge "USB: minor cleanup work" into honeycomb-mr1Mike Lockwood2011-03-112-2/+2
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | USB: minor cleanup workMike Lockwood2011-03-112-2/+2
| |/ /
* | | am 75c95e9a: am 0eb7b697: Merge changes Ib63ab95a,I585b0610,Ia84da0b5 into ho...Mike Lockwood2011-03-112-417/+11
|\ \ \ | |/ /
| * | 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
* | | am a4865ec7: am a7118e33: Merge "Fix for 4080402 NPE in Transition.setDuratio...Rajneesh Chowdury2011-03-102-7/+5
|\ \ \ | |/ /
| * | 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
| | |/
* | | am 8d0e2b98: am 5fa7aac8: Merge "Fix bug 4064086 Use a death handler on audio...Jean-Michel Trivi2011-03-091-21/+17
|\ \ \ | |/ /
| * | 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
* | | | am 093cf07f: am 9e8e4ea0: Merge changes Ib517e5e4,I93be7695,I49bf22a4 into ho...Mike Lockwood2011-03-091-17/+40
|\ \ \ \ | |/ / /
| * | | USB: Add API and dialog for apps to request permissions for USB devices and a...Mike Lockwood2011-03-081-17/+40
| | |/ | |/|
* | | am bd3d019c: am 823f5bf3: Merge "MTP: Use SharedPreferences for MTP device pr...Mike Lockwood2011-03-071-52/+49
|\ \ \ | |/ /
| * | 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
* | | | am 5893b453: am 0e8dc72d: Merge "Fix for issue 3453519: (Java/JNI) do not all...Santosh Madhava2011-03-072-2/+2
|\ \ \ \ | |/ / /
| * | | 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
| | |/
* | | am 1cdb2929: am 11cb5cb9: Merge "MtpClient: Fix problem with getDeviceList() ...Mike Lockwood2011-03-071-34/+32
|\ \ \ | |/ /
| * | MtpClient: Fix problem with getDeviceList() returning empty result in some casesMike Lockwood2011-03-071-34/+32
| |/
* | Added more metadata published by the MediaMetaDataRetrieverAndreas Huber2011-03-041-0/+20
|/
* 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
|\ \ \
| * | | - Add method in MediaPlayerService to collect and pullGloria Wang2011-02-221-0/+8
* | | | am d97c598f: am 6c9b500f: Merge "Added more warnings in javadoc for failure t...James Dong2011-02-221-1/+8
|\ \ \ \ | |_|_|/ |/| | |