History log of /packages/apps/Settings/src/com/android/settings/RingerVolumePreference.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dfb654367d4b65fb45089cd8d7d0905e3cd68ae3 30-Nov-2011 Amith Yamasani <yamasani@google.com> Overhaul vibrate and silent settings to match hard keys.

We go back to the old style of toggling between Mute/Vibrate/Normal.
There is an addition of a checkbox to indicate Vibrate on ring/notif.

Icons in volume dialogs are no longer touchable.

Bug: 5586083

This simplifies the logic in SoundSettings quite a bit, since there's a 1-1 mapping
with ringer mode.

Don't disable volume sliders when muted, so you can go to zero and back up by sliding
your finger. This is because the icons are not clickable anymore.

Change-Id: Ia7ce7e1bf108419eb107f03b7720101efe1598b1
/packages/apps/Settings/src/com/android/settings/RingerVolumePreference.java
ca7205842aa2e0c6c3df027c32acce63dcc35e3b 29-Oct-2011 Amith Yamasani <yamasani@google.com> Use vibrate icon in volume settings when appropriate.

Clicking on icon will now put it in vibrate mode (instead of silent)
if vibrate is enabled for silent mode.

Bug: 5530217
Change-Id: Icd314981734af2cb37cf47fe27fc697bf447af73
/packages/apps/Settings/src/com/android/settings/RingerVolumePreference.java
697d9384f1028daa0a357f43b88f4e305b9fc601 30-Aug-2011 Amith Yamasani <yamasani@google.com> Ignore the volume hard keys in Volume settings screen.

Bug: 5214785

Also brings that dialog in compliance with the new volume spec.

Change-Id: I68ce68887515193f1a73a5c8b1182dc290da05c6
/packages/apps/Settings/src/com/android/settings/RingerVolumePreference.java
f6cf49f63e33731491fcb99ab5b21d16096bc733 11-Aug-2011 Amith Yamasani <yamasani@google.com> Merge "Fix mute toggle behavior in Volume dialog."
f63942e6863125ec24360aff3752e39c73372233 11-Aug-2011 Amith Yamasani <yamasani@google.com> Fix mute toggle behavior in Volume dialog.

Adjust some padding and alignment.

Bug: 5128528

Fix highlighted entry when using Battery shortcut.

Bug: 5099767
Change-Id: I830dbb40b0b8a6448d33b2be2c36b9b80ff14bc4
/packages/apps/Settings/src/com/android/settings/RingerVolumePreference.java
7f0d760ea5350ae87c3db8cc94d6a25ce64aaebb 09-Aug-2011 Amith Yamasani <yamasani@google.com> Volumes panel shouldn't depend on Silent mode setting.

Otherwise it wont be possible to adjust alarm and music volumes.
Also fixes an inconsistent state when screen is turned off and on.

Bug: 5128528
Bug: 5128850

Change-Id: I3bfae44956de291b086905b9f43ca4ff5c7b9bbf
/packages/apps/Settings/src/com/android/settings/RingerVolumePreference.java
823bf0c155fb481476cc3f755bdc12943ed5d4b8 02-Aug-2011 Amith Yamasani <yamasani@google.com> Sound settings screen and volumes dialog reconfiguration.

Removed the "Notifications use ring volume" checkbox.

Show the current ringtones in the summary area.

Bug: 5032308
Change-Id: I17e63f32c1775dd2097904df1aa6aaf699bd8ae2
/packages/apps/Settings/src/com/android/settings/RingerVolumePreference.java
9133a10190a4e788a5dfb616ce18c25549f5e1dc 20-Jul-2011 Eric Laurent <elaurent@google.com> Fix issue 5012047: silent mode mutes music

Always display notification volume seek bar and ignore "use ringtone
volume for notifications" check box on non voice capable devices (tablets).

Change-Id: I379eb6858594a271b9ee11a2359bfdc27153c5af
/packages/apps/Settings/src/com/android/settings/RingerVolumePreference.java
78713aed9e23fbf2f89edae87b2ba9e1387104ff 03-Feb-2011 Jim Miller <jaggies@google.com> Fix 3419077: implement new volume control in Settings.

Change-Id: Ia4b803315382d59ae231c26187afaceb69397952
/packages/apps/Settings/src/com/android/settings/RingerVolumePreference.java
424953d55b1cf790aa9ace5774469ead3d49181e 01-Feb-2011 Amith Yamasani <yamasani@google.com> Use a custom media file for media volume sample.

Bug: 3409194

Intercept volume hard keys and ignore them if not voice capable.

Change-Id: Ieb620f1cfff675ab5a6a8ee69a7dd42355d2932e
/packages/apps/Settings/src/com/android/settings/RingerVolumePreference.java
99d71d571835437e7a7b6928890d2e8256603735 29-Oct-2010 Amith Yamasani <yamasani@google.com> Remove extra labels from Volume settings.

Bug: 3013561
/packages/apps/Settings/src/com/android/settings/RingerVolumePreference.java
60133dd03657354e06fa3aa7e6041862f8ce20a8 11-Sep-2010 Amith Yamasani <yamasani@google.com> Conditionally remove settings that aren't required on the tablet.

Bug: 2985267

Changes not done : SD card related stuff, as we need some way still
to figure out if there is a real SD card in the device.

Change-Id: I21c41f18ebe6c050981918481a7f6d69f04b65d0
/packages/apps/Settings/src/com/android/settings/RingerVolumePreference.java
88ea1164afb52327b4ae2d5c695700b12fff1134 26-Feb-2010 Amith Yamasani <yamasani@google.com> Fix a couple of monkey bugs.

Bug: 2467286
Bug: 2436861
/packages/apps/Settings/src/com/android/settings/RingerVolumePreference.java
dcea680f2a0b6bc17b0ba332a29cb3a40cf389ca 11-Feb-2010 Amith Yamasani <yamasani@google.com> Volume settings refinements as per designer feedback.

Reduced titles, changed dialog icon, reduced padding.
/packages/apps/Settings/src/com/android/settings/RingerVolumePreference.java
431fa27d646a471189f39f4457f3b042665ae9d4 03-Feb-2010 Amith Yamasani <yamasani@google.com> Fix an NPE in Volume dialog when notification volume is tied to ringer volume.
/packages/apps/Settings/src/com/android/settings/RingerVolumePreference.java
992f10240d0bfd78bb99855fe23ec7a1b61a2551 25-Jan-2010 Amith Yamasani <yamasani@google.com> Refactor settings hierarchy and clump all volumes in one dialog.

Bug:2362077 Bug:2312836 Bug:2166486

Split Sound and Display into separate top-level settings.
All volume settings (including Alarm volume) now in one Volume dialog.
Remove some sub-texts to reduce clutter.
/packages/apps/Settings/src/com/android/settings/RingerVolumePreference.java
e13209ab423932a739b66eac7d8bd4abd6e52287 25-Aug-2009 Amith Yamasani <yamasani@google.com> Remember dialog state for notification volume.

Restore the original volume if user hasn't okayed the new volume.
/packages/apps/Settings/src/com/android/settings/RingerVolumePreference.java
afc4ab2ffbb8327ddce9907961295a32cbf49d0f 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Settings/src/com/android/settings/RingerVolumePreference.java
4e14e5ccbf1ef27220419849133d482a546d5c04 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Settings/src/com/android/settings/RingerVolumePreference.java
abc48f80d8747b4fc051b7dd364355ee667a9bac 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/packages/apps/Settings/src/com/android/settings/RingerVolumePreference.java