summaryrefslogtreecommitdiffstats
path: root/media/java
Commit message (Expand)AuthorAgeFilesLines
* Fix issue 2592680: Saved ringer volume forced to 0 when receiving a call in s...Eric Laurent2010-04-141-17/+9
* Fix issue 2589563: Able to set ringer volume to 0 outside of silent mode.Eric Laurent2010-04-141-0/+3
* Fix bug 2578813 Delay pausing music and routing audio for car docksJean-Michel Trivi2010-04-131-11/+56
* Honor the "Never vibrate" setting for incoming calls.Daniel Sandler2010-04-131-4/+2
* Fix monkey bug 2586534 java.util.ConcurrentModificationExceptionJean-Michel Trivi2010-04-091-2/+6
* Per requested by API council, rename MediaScannerConneciton.ScanResultListene...Ray Chen2010-04-071-30/+30
* Make createVideoThumbnail and createImageThumbnail look consistent.Ray Chen2010-04-051-128/+43
* Fix bug 2565463 Ensure an object cannot appear twice in theJean-Michel Trivi2010-04-012-1/+9
* Public API changes for CameraProfile and CamcorderProfile classesJames Dong2010-04-013-59/+109
* Fix bug 2553575 API REVIEW: android.media Change 1 of 3Jean-Michel Trivi2010-03-311-8/+8
* Fix issue 2472495: Phone cannot be set to silent mode via volume keys while D...Eric Laurent2010-03-221-49/+88
* Unhide the MediaButton receiver API in android.media.AudioManagerJean-Michel Trivi2010-03-221-27/+0
* Update MediaRecorder.java documentation to mention it does not work on the em...James Dong2010-03-221-0/+1
* Merge "Fix two AudioFocus issues: - if a focus owner abandons audio focus dur...Jean-Michel Trivi2010-03-191-15/+52
|\
| * Fix two AudioFocus issues:Jean-Michel Trivi2010-03-191-15/+52
* | Unhide new constants used in AudioFocus API to denote a situationJean-Michel Trivi2010-03-191-9/+11
|/
* Merge "We should pass null for the album artist if it was not set, instead of...Marco Nelissen2010-03-191-6/+6
|\
| * We should pass null for the album artist if it was not set, instead of a copyMarco Nelissen2010-03-191-6/+6
* | Fix SDK build Remove links to hidden constant in javadoc.Jean-Michel Trivi2010-03-181-3/+0
* | Attempt to fix the SDK build.Eric Laurent2010-03-181-1/+1
* | Support focus requests where ducking of the loser of audio focusJean-Michel Trivi2010-03-182-30/+43
* | Unhide AudioManager API to control bluetooth SCO audio connection.Eric Laurent2010-03-181-17/+1
* | Merge "Include "album artist" when inserting items in the media provider."Marco Nelissen2010-03-181-1/+5
|\ \ | |/
| * Include "album artist" when inserting items in the media provider.Marco Nelissen2010-03-181-1/+5
* | Issue 2416481: Support Voice Dialer over BT SCO.Eric Laurent2010-03-183-1/+326
|/
* Fix bug where the ID stored for an OnAudioFocusChangeListener is anJean-Michel Trivi2010-03-171-4/+1
* Merge "Implementation of the policing of transport control key press events a...Jean-Michel Trivi2010-03-173-21/+223
|\
| * Implementation of the policing of transport control key pressJean-Michel Trivi2010-03-173-21/+223
* | Fix #2509370 ThumbnailUtils.createThumbnailFromEXIF crashes media provider.Ray Chen2010-03-151-1/+1
* | Add GPSProcessingMethod tag to ExifInterface.Ray Chen2010-03-111-0/+2
|/
* Avoid overriding DATE_TAKEN by unreliable file time. MediaProvider will calcu...Ray Chen2010-03-091-4/+0
* Fix bug 2329540Jean-Michel Trivi2010-03-091-29/+18
* Unhide API additions to AudioManager for AudioFocus support.Jean-Michel Trivi2010-03-091-22/+0
* Unhide CamcorderProfile and CameraProfile Java APIJames Dong2010-03-042-2/+0
* Remove native options.Ray Chen2010-03-051-32/+7
* Clean up MediaRecorder for public Java SDKJames Dong2010-03-031-46/+63
* Fix issue 2456968: Alarm rings in "silent mode and when Alarm in silent mode ...Eric Laurent2010-03-031-11/+25
* First implementation of the audio focus management as an extensionJean-Michel Trivi2010-03-024-1/+501
* New vibrate/silent mode behavior.Daniel Sandler2010-02-261-9/+11
* Merge "Make AsyncPlayer.startSound catch all exceptions instead of only a few...Marco Nelissen2010-02-261-3/+1
|\
| * Make AsyncPlayer.startSound catch all exceptions instead of only a few.Marco Nelissen2010-02-261-3/+1
* | Merge "Image encoding settings java API through xml configuration file"James Dong2010-02-252-1/+64
|\ \ | |/ |/|
| * Image encoding settings java API through xml configuration fileJames Dong2010-02-242-1/+64
* | Merge "Replace system property retrieval calls with DecoderCapabilities Java ...James Dong2010-02-231-3/+27
|\ \ | |/ |/|
| * Replace system property retrieval calls with DecoderCapabilities Java API calls.James Dong2010-02-171-3/+27
* | The MediaScanner is way too obsessed with restricting the files to be scanned.Andreas Huber2010-02-191-19/+1
* | Unhide new SoundPool API's. Bug 2415373.Dave Sparks2010-02-171-8/+0
* | Merge "Fix issue 2440226: Car dock volume synchronization."Jaikumar Ganesh2010-02-172-9/+20
|\ \
| * | Fix issue 2440226: Car dock volume synchronization.Eric Laurent2010-02-162-9/+20
* | | Merge "Add SoundPool API to pause and resume all active streams. Bug 2426531."Dave Sparks2010-02-161-0/+22
|\ \ \ | |_|/ |/| |