summaryrefslogtreecommitdiffstats
path: root/media/java/android/media/AudioService.java
Commit message (Expand)AuthorAgeFilesLines
* Fix ring/notification volume not restoring correctly on headset (dis)connectPhil Tunstall2012-07-221-31/+39
* Sound preference: Safe volume restore when plugging in a headset (1/2)Phil Tunstall2012-05-281-1/+28
* Allow theming of framework UI elements.Danny Baumann2012-05-131-3/+31
* Added support for a fourth audio device - dockStevenHarperUK2012-04-101-2/+7
* Add separate headset and speaker volumesDalingrin2012-03-301-0/+49
* Allow unlinking of notification sound and ringtone volume. Thanks to http://f...gsarrica2012-02-181-0/+18
* New and improved silent mode on lockscreen.Amith Yamasani2011-12-061-2/+8
* Merge "Further volume improvements." into ics-mr1Amith Yamasani2011-12-021-8/+2
|\
| * Further volume improvements.Amith Yamasani2011-12-011-8/+2
* | AudioService: strengthen A2DP device detectionEric Laurent2011-11-301-159/+239
|/
* Fix 5623252 unlink to death of audio focus client earlyJean-Michel Trivi2011-11-151-14/+18
* Fix 5615747 Don't leak remote control client death handlersJean-Michel Trivi2011-11-141-2/+10
* Fix 5607938 AudioFocusDeathHandler leaks GREFJean-Michel Trivi2011-11-111-4/+16
* Fix problems in tablet silent mode.Eric Laurent2011-11-091-7/+18
* Fix volume indication in vibrate mode.Eric Laurent2011-10-311-2/+4
* Bring back the old-style Ring/Vibrate/Silent states when using volume keys.Amith Yamasani2011-10-281-8/+22
* Fix issue 5462427: Volume should never be 0 ...Eric Laurent2011-10-141-13/+33
* Indicate screen off condition to audio framework.Eric Laurent2011-10-141-0/+6
* Fix 5153611 remove remote control client/display log from AudioServiceJean-Michel Trivi2011-10-131-2/+1
* Fix bug 5357295 NPE on display when remote control client diesJean-Michel Trivi2011-09-281-10/+18
* Bug 5300223 RemoteControlClient uses PendingIntent for media button eventsJean-Michel Trivi2011-09-161-63/+97
* Issue 5044873: Pb with BT SCO AudioManager APIEric Laurent2011-09-141-20/+28
* Fix issue 4673378: switching from VoIP to GSM callEric Laurent2011-09-081-80/+108
* Fix startBluetoothSco raceMarco Nelissen2011-09-061-4/+2
* Fix issue 5252593: any app can restart the runtimeEric Laurent2011-09-021-14/+26
* Merge "Fix 5243349 RemoteControlDisplay incorrectly updated"Jean-Michel Trivi2011-08-311-43/+47
|\
| * Fix 5243349 RemoteControlDisplay incorrectly updatedJean-Michel Trivi2011-08-311-43/+47
* | Merge "Change condition to enter silent mode."Eric Laurent2011-08-311-15/+16
|\ \ | |/ |/|
| * Change condition to enter silent mode.Eric Laurent2011-08-311-15/+16
* | Fix 5242200 only update RemoteControlDisplay when a client is presentJean-Michel Trivi2011-08-311-3/+6
|/
* Bug 5045498 Force display update when display registersJean-Michel Trivi2011-08-301-29/+19
* Update IRemoteControlDisplay when it registers.Jean-Michel Trivi2011-08-291-3/+18
* Address multiple RemoteControlDisplay competing for registrationJean-Michel Trivi2011-08-261-23/+56
* Fix deadlock in AudioServiceJean-Michel Trivi2011-08-241-39/+41
* More information for RemoteControlDisplay about new clientJean-Michel Trivi2011-08-241-9/+41
* Merge "Bug 5045498 New implementation of remote control API"Jean-Michel Trivi2011-08-231-70/+227
|\
| * Bug 5045498 New implementation of remote control APIJean-Michel Trivi2011-08-231-70/+227
* | Revert "Change condition to enter silent mode."Eric Laurent2011-08-231-11/+8
|/
* Merge "Bug 5045498 RemoteControlClient interface"Jean-Michel Trivi2011-08-171-15/+23
|\
| * Bug 5045498 RemoteControlClient interfaceJean-Michel Trivi2011-08-171-15/+23
* | Merge "Fix issue 5126270: Holding volume down vibrates"Eric Laurent2011-08-171-0/+4
|\ \
| * | Fix issue 5126270: Holding volume down vibratesEric Laurent2011-08-171-0/+4
* | | Change condition to enter silent mode.Eric Laurent2011-08-161-8/+11
| |/ |/|
* | Merge "Fix issue 5131056: key beeps when screen is locked"Eric Laurent2011-08-151-2/+9
|\ \
| * | Fix issue 5131056: key beeps when screen is lockedEric Laurent2011-08-151-2/+9
* | | Bug 5045498 Send media button event receiver to remote controlJean-Michel Trivi2011-08-151-2/+7
|/ /
* | Fail request for audio focus when linkToDeath failsJean-Michel Trivi2011-08-141-12/+13
* | Fix leak of global references and AudioFocusDeathHandler objects.Jean-Michel Trivi2011-08-141-14/+25
|/
* Pass flags on remote control client information change in intentJean-Michel Trivi2011-08-111-47/+26
* Check pids instead of IBindersMarco Nelissen2011-08-101-2/+10