summaryrefslogtreecommitdiffstats
path: root/media/java
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |_|/ |/| |
| * | Add SoundPool API to pause and resume all active streams. Bug 2426531.Dave Sparks2010-02-161-0/+22
| |/
* | Merge "Support decoder queries from media profiles xml configuration file"James Dong2010-02-161-0/+84
|\ \ | |/ |/|
| * Support decoder queries from media profiles xml configuration fileJames Dong2010-02-121-0/+84
* | New API on java's MediaPlayer to suspend/resume a session.Andreas Huber2010-02-121-0/+47
* | Fix issue 2418668: AudioManager isWiredHeadsetOn() always returns false for h...Eric Laurent2010-02-121-0/+2
* | Add support for "album artist" tag.Marco Nelissen2010-02-111-2/+4
* | Revise ThumbnailUtils API.Ray Chen2010-02-111-60/+45
|/
* Don't create a genre in the database for genre code 255 (unknown)Marco Nelissen2010-02-101-6/+14
* New external storage APIs.Dianne Hackborn2010-02-091-5/+81
* Merge "Camcorder profile Java API support - Use Enum for Quality instead of i...James Dong2010-02-041-0/+160
|\