summaryrefslogtreecommitdiffstats
path: root/media/java
Commit message (Expand)AuthorAgeFilesLines
* Dont store video genre metadata as audio genre in MediaScannerHiroshi Iwata2010-11-211-1/+1
* Prevent MediaScanner from removing Micro thumbnail database after scan.Mattias Brodda2010-11-211-7/+9
* Add selection of silent mode with volume control.Eran2010-10-171-7/+27
* support FM Radio audio routing in audio flingerxinyu2010-10-124-4/+14
* Prevent MediaScanner from removing Micro thumbnail database after scan.Mattias Brodda2010-09-082-5/+36
* camera: Add autofocus support to the media recorderSteve Kondik2010-09-061-0/+2
* Fix setStreamTyp not workingJonas Larsson2010-08-161-3/+1
* Merge branch 'froyo' of git://android.git.kernel.org/platform/frameworks/base...Steve Kondik2010-08-091-1/+1
|\
| * fix doc bugsScott Main2010-08-041-1/+1
| * Fix issue 2811538: System server crash when disconnecting BT headset after us...Eric Laurent2010-07-011-2/+13
* | libmedia: Add support to set camera parametersMohan Kandra2010-08-051-0/+3
* | frameworks/base: Fix for no sound output issue in preview ringtone.Mahesh Kumar2010-07-261-0/+3
* | media: Unhide AAC encoderSteve Kondik2010-07-251-1/+1
* | Unhide encoder profiles, add "front" profile.Steve Kondik2010-07-252-3/+6
* | Fix issue 2811538: System server crash when disconnecting BT headset after us...Eric Laurent2010-07-221-2/+13
* | Add adjustable haptic feedback stuffMichael Webster2010-07-071-0/+7
* | Add FLAC support to the media frameworkKenny Root2010-06-231-1/+3
|/
* Fix a Javadoc to clarify when setAudioStreamType() should be called.James Dong2010-06-031-2/+6
* Merge "Hide two audio focus methods." into froyoXavier Ducrohet2010-05-111-0/+2
|\
| * Hide two audio focus methods.Xavier Ducrohet2010-05-111-0/+2
* | Don't clear the _data column in the audio_meta table, since it isn'tMarco Nelissen2010-05-111-2/+5
|/
* Update javadoc in android.media.AudioManager to not hide theJean-Michel Trivi2010-05-111-9/+15
* Fix bug 2670395 and 2599698Jean-Michel Trivi2010-05-112-22/+25
* Fix bug 2619062 Music is routed to Phone speaker, though it isJean-Michel Trivi2010-04-231-2/+17
* Update AudioService to reflect phone state changes with AudioFocus.Jean-Michel Trivi2010-04-201-29/+52
* Merge "When updating existing entries in the media database, don't update the...Marco Nelissen2010-04-201-2/+6
|\
| * When updating existing entries in the media database, don't updateMarco Nelissen2010-04-201-2/+6
* | Fix issue 2602879: camera shutter sound not playing.Eric Laurent2010-04-201-0/+6
* | Fix issue 2604270 Device auto connects to Car Dock (Media profile) after und...Eric Laurent2010-04-201-0/+3
|/
* 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