OSDN Git Service

Settings: Update to follow new volume design.
authorJohn Spurlock <jspurlock@google.com>
Sat, 5 Jul 2014 16:57:08 +0000 (12:57 -0400)
committerJohn Spurlock <jspurlock@google.com>
Mon, 7 Jul 2014 22:37:06 +0000 (18:37 -0400)
commit07f7efba67a5f261fca31890a1b60f23021325f5
tree0c6baf93814c34b2e4667948307cab1948c7ca0b
parent5fc8214555d1e705a559d52c286b38d8721316b7
Settings: Update to follow new volume design.

- "Sound & Notification"  (not Notifications)
- Remove ringer-mode pref.
- Add zen-mode pref to renamed "Interruptions" screen.
- Implement two separate "Sound" & "Notification" sections.
- Remove "Showing notifications" screen, migrate settings.
- Remove custom category styling now that we have a platform style.
- Implement new "days" sleep mode and corresponding dialog pref.
- Corresponding changes to indexable resources.

Associated frameworks/base change:
  I35afe38646f04d2ba0dbac11c2c6356120a33694

Bug:15831713
Change-Id: I6ed56791784968adfbd684f490dbbebed285a2dd
18 files changed:
AndroidManifest.xml
res/layout/zen_downtime_day.xml [moved from res/layout/zen_mode_section_first.xml with 55% similarity, mode: 0755]
res/layout/zen_mode_section.xml [deleted file]
res/values/aliases.xml [moved from res/layout/notification_app_section.xml with 65% similarity]
res/values/dimens.xml
res/values/strings.xml
res/xml/notification_display_settings.xml [deleted file]
res/xml/notification_settings.xml
res/xml/zen_mode_settings.xml
src/com/android/settings/Settings.java
src/com/android/settings/notification/AppNotificationSettings.java
src/com/android/settings/notification/NotificationDisplaySettings.java [deleted file]
src/com/android/settings/notification/NotificationSettings.java
src/com/android/settings/notification/SettingPref.java
src/com/android/settings/notification/ZenModeDowntimeDaysSelection.java [new file with mode: 0644]
src/com/android/settings/notification/ZenModeSettings.java
src/com/android/settings/search/Ranking.java
src/com/android/settings/search/SearchIndexableResources.java