summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/VolumePanel.java
Commit message (Expand)AuthorAgeFilesLines
* Extract Vibrator implementation from interface.Jeff Brown2012-04-131-1/+1
* AudioManager: Add support for master muteMike Lockwood2012-02-101-4/+33
* AudioManager: transparently convert volume settings for other streams to mast...Mike Lockwood2012-02-101-8/+4
* VolumePanel: Add support for master volumeMike Lockwood2012-02-101-12/+79
* Show the current stream's volume in the volume panel.Amith Yamasani2011-12-081-1/+1
* No clicking on volume icon in volume dialog.Amith Yamasani2011-11-301-22/+0
* Bring back the old-style Ring/Vibrate/Silent states when using volume keys.Amith Yamasani2011-10-281-2/+12
* Add alarm volume to the list of volumes in the volume overlay.Amith Yamasani2011-10-141-1/+7
* Use ringer assets for notification volume since the two volumes are tied.Amith Yamasani2011-10-121-44/+63
* Make Volume control non-modal and allow touches underneath to take effect.Amith Yamasani2011-09-161-17/+21
* Adjust slider range to be one more than max for base 1 volumes.Amith Yamasani2011-08-231-25/+9
* Dismiss the volume overlay dialog when user touches above the dialog as well.Amith Yamasani2011-08-181-0/+20
* Accessibility and silent mode changes to Volume Panel.Amith Yamasani2011-08-101-1/+9
* Whoops also need to move notification shade above lock screen.Dianne Hackborn2011-08-031-6/+5
* Volume panel changes.Amith Yamasani2011-08-011-94/+34
* Added bluetooth SCO stream to VolumePanelEric Laurent2011-02-171-0/+4
* Fix over-eager locking of volume dialog's primary stream.Amith Yamasani2011-02-101-4/+3
* Bug 3352047 Wrong message when adjusting volumeGlenn Kasten2011-02-101-1/+4
* Fix issues 3425035 and 3423785.Eric Laurent2011-02-041-0/+2
* Issue 3371080: fix VolumePanel in mute stateEric Laurent2011-02-031-1/+4
* Expanded volume panel with sliders and mute buttons.Amith Yamasani2011-02-031-111/+393
* Issue 3315999: catch ToneGenerator exceptions.Eric Laurent2011-01-191-6/+13
* Support for selection of silent ringtone from the ringtone picker.Marco Nelissen2009-07-281-8/+23
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+410
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-410/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-57/+65
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-43/+104
* Initial ContributionThe Android Open Source Project2008-10-211-0/+341