History log of /packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
06976317cb7365affab2e991c1f3456738919098 12-May-2017 Matthew Fritze <mfritze@google.com> Remove duplicates from sound settings

Duplicates include:
- Do not disturb preferences
- Block Visual Disturbances
- Emergency broadcasts

Bug: 33701673
Test: make RunSettingsRoboTests
Change-Id: I3de430b80fd11d7937d3bec908fbbaa6a176e785
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
0335cd1e9b428e78c37835a52c0dd92032de2c9e 06-May-2017 Fan Zhang <zhfan@google.com> Fix crash when there is no emergencybroadcast app on device

Some devices do not have emergencybroadcast app installed, so we should
not show the preference item for it. Add the preference controller into
AppAndNotificationFragment properly hides it.

Change-Id: Ic39ba24da9bd8f3200a5e44232a5489e35c48c0a
Fix: 37945069
Test: make RunSettingsRoboTests
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
540023608d9dba06c6e98dac69db52ca7aa6d887 03-May-2017 Fan Zhang <zhfan@google.com> Skip "null" string when building advanced button summary

- Also added help string to SoundSettings as a side fix.

Change-Id: Ia81a46c6e199b72b52ae1fa9d996c094193b506c
Fix: 37933524
Test: robotests
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
007dc1abe62e73a5f84c8e3a1f7564ea1f3a55fc 11-Apr-2017 Tony Mak <tonymak@google.com> Show RingtonePickerActivity in work user instead

Test: make RunSettingsRoboTests
Test: Try to import custom ringtone in work profile, no crash observed
Test: Set the custom ringtone as default. Tested both work gmail and
calendar can play that ringtone.
Test: Try to import the peresonal ringtone, it is still working.

Bug: 37197930
Change-Id: I2b662247d7e70b59bae08e082e9682d74d797484
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
dc9a82f5b017f430aa7d50f12450082f1bdc871e 16-Mar-2017 Fan Zhang <zhfan@google.com> Fix a crash when resuming sound setting with AfW on Ryu

Also renamed a few xmls

Change-Id: I8ff5a778a39ea45471a27048be4ea2f21075872a
Fix: 36357493
Test: make RunSettingsRoboTests
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
b00811da646a2ea335074f2a478f3c18b1a09274 28-Feb-2017 Fan Zhang <zhfan@google.com> Let fragment and indexProvider share prefControllers

Bug: 35812240
Test: make RunSettingsRoboTests
Change-Id: Ifd96f935836a52e0a56f170f3cdf9b9ddf7c499a
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
47311675006b4be75c859283eb045f93fe4c7acd 28-Feb-2017 Doris Ling <dling@google.com> Remove old code from SoundSettings not used in new IA.

- remove the old sound settings xml
- merge Sound Dashboard metadata into SiybdSettingsActivity instead
and remove Sound Dashboard.
- remove OtherSoundSettings

Bug: 35764802
Test: make RunSettingsRoboTests
Change-Id: I25bb94b375cfe0277b3c961e4bee6fec9a14fb98
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
a10ff3b109b305c409e1b7e5822cd07c58afea15 14-Feb-2017 Doris Ling <dling@google.com> Move Ringtones out of Advanced.

Increase the tile limit in Settings->Sound so that Ringtones is not
hidden inside the Advances options.

Fix: 35318739
Test: Visual

Change-Id: I08db7b79127226bb6ef8ce8f147e5a90f5939d79
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
7520e81ab5b75097a6a1c76e19e89b455a18cf58 09-Feb-2017 Fan Zhang <zhfan@google.com> Update top level menu items summary text.

- Use static summary for most items
- Move summary for user setting to user&account setting

Bug: 34975053
Test: RunSettingsRoboTests
Change-Id: I9bf87267778dc5933f97f5d3b9ae0f4f0b8da1a8
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
7e6df837ee23a62879d2e5182f923388d209ce56 24-Jan-2017 Fan Zhang <zhfan@google.com> Remove getCategoryKey() from DashboardFragment children.

Use the centralized registry to look up category key instead.

Bug: 32936784
Test: make RunSettingsRoboTests -j40
Change-Id: I0b8c72d70f93e4b5c58871ac90de41f69ad15653
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
3ca367757b5f458c517f5860ffe421e827418d67 12-Jan-2017 Doris Ling <dling@google.com> Add items in Other Sound directly into Sound settings.

- In new IA, Other Sound no longer is a separate preference screen, but
individual preferences are put directly under SoundSettings.

- Add controllers for each other sounds preference.

- Remove Cast settings from Soundsettings in new IA.

Change-Id: I75d771674ffabfecbd66079bc86844b2ff098b71
Fix: 33944294
Test: make RunSettingsRoboTests
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
b1ddde17d282f7ed9bb4a22b3f6d7ccf0a35b8a6 07-Jan-2017 Fan Zhang <zhfan@google.com> Only show first 5 items in sound setting until click More.

Bug: 32255863
Test: RunSettingsRoboTests
Change-Id: Ib9449b70e2f2a003b3c6a810d0cc03016d025edb
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
d2c0eef22227008b325961b7b0d4faeff8a65892 04-Oct-2016 jackqdyulei <jackqdyulei@google.com> Add suppressor text in SummaryProvider of Sound when it exists.

When suppressor exists for the sound effect, the sound summary
should show "muted by ...", not the "Ring volume at ..."

Bug: 31461022
Test: make -j40 RunSettingsRoboTests
Change-Id: I5d6895a7a330c993aac40bdca3bb1c79f8b7fbfe
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
2adb6ea4ec979aed855060fc7324a1f8143dbe74 09-Dec-2016 Doris Ling <dling@google.com> Refactor Work sounds in SoundSettings.

- final round of refactoring SoundSettings to use preference
controller.
- add work sound controller to control all the work profile sound
settings.

Change-Id: Ifa9f9c1f717ca292576f077311fe284325e12651
Fixes: 32276590
Test: make RunSettingsRoboTests
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
6c2cf0dbc58caced6803a77e055e19b614dd2148 05-Dec-2016 Doris Ling <dling@google.com> Refactor SoundSettings to use more preference controller.

- second round of refactoring SoundSettings to use preference
controller.
- add controller for Emergency broadcast, Vibrate when ring, Phone
ringtone, Alarm ringtone, and Notification ringtone.

Bug: 32276590
Test: make RunSettingsRoboTests
Change-Id: Iaff48ecb27bf156a5c8995de20ce7a440b094cdb
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
1b3ec0474875ce754c3f7cd80f762b091d48b627 01-Dec-2016 Doris Ling <dling@google.com> Update SoundSettings to extend DashboardFragment.

- initial round of refactoring SoundSettings to use DashboardFragment.
- add controller for Cast, Do not disturb, Alarm volume, Media volume,
Ring volume and Notification volume.

Bug: 32276590
Test: make RunSettingsRoboTests
Change-Id: I5c02a344bff5117bfce93d7ccac650fccc82d2b0
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
265d3c2a0c36251bf8a9f571d7239b6dd404d942 22-Jun-2016 Tamas Berghammer <tberghammer@google.com> Update package names to work with the proto3 compiler

Bug: b/28974522
Change-Id: I5f3adf4946ee4ba1e09e4f40afe83c151405972a
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
1e516287bd0c910f83d2ead28bf67e26dfbead86 16-Sep-2016 Fan Zhang <zhfan@google.com> Add visibility metrics to dialogs.

Bug: 30681529
Test: adb logcat -b events | egrep "(sysui_|notification_)"
Change-Id: I199d2e1b2cb8588a562b46bb8128d8ece24952f0
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
923534f6414a9b69a40d9eb6ce5727a110b8e8d7 07-Sep-2016 Salvador Martinez <dehboxturtle@google.com> resolve merge conflicts of 8ec7028 to master

Change-Id: I02767dea7e2fd8e6dfdfe495af1c28587b080630
b706d4e956c5d511d25441be7b996d1bd30be7e9 31-Aug-2016 Salvador Martinez <dehboxturtle@google.com> Fixed Sound Settings summary text

The summary for Sound settings was not
descriptive enough when the volume was set
to 0% so additional strings were added. Now
it will change let you know the status
of the ringer and vibration settings when
at 0% volume. Espresso tests added to test
that text is properly updated in each of
these states.

Test: make SettingsTests
Bug: 31099179
Change-Id: Id49e2d0c4b7ac0f17efcdaf31de48d5eb678ca46
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
1355d03287e7718d3c05298fb05a927ccbf1a469 06-Sep-2016 TreeHugger Robot <treehugger-gerrit@google.com> Merge "[Settings App] Get ringtone titles from Ringtone"
e51fc163c2b6e4918de317b811745af620998c4d 02-Sep-2016 Robin Lee <rgl@google.com> Cut work sound prefs when personal ones are gone

For example when:
- voice calls aren't supported, we hide phone ringtone.
- audio is single stream, we hide everything.

Bug: 30658854
Change-Id: I8b2ad2fa08b35fa93f10447ef718a767fa389417
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
7b92e281a79d537442cc982c05fe39593bdefe85 25-Aug-2016 Andre Lago <andrelago@google.com> [Settings App] Get ringtone titles from Ringtone

Instead of using custom code to get ringtone titles, use the Ringtone
API which already returns 'None' if the Uri is null

Bug: 31084929
Change-Id: Ifff3eaa3591e90020a2ac108a5916e19fb71e0bd
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
6ecc414e77289e270bf128d50e8f1eb4c1210e3c 19-Aug-2016 André Lago <andrelago@google.com> Merge "[Settings] Set different ringtones at work profile"
6507613ebcd22e4691c2af92a5c161bd327db336 08-Aug-2016 Fan Zhang <zhfan@google.com> Log visibility change for all fragments.

Bug: 30681771
Test: SettingsUnitTests

Refactor visibility logging from InstrumentedFragment into a mixin. And
apply mixin in remaining fragments.

Change-Id: Ibbb59904336254a3e4bb9e8c7d0b36e5a6bc2622
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
3e398c87f2f8d04876c871f1484a03bd74073451 25-Jul-2016 Andre Lago <andrelago@google.com> [Settings] Set different ringtones at work profile

Updated the Settings app to allow setting different default system
ringtones for work profile apps

Bug: 30658854
Change-Id: I7461be070bd4e8d86bf1fd724039e53d500094ad
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
5a48c8493fcb3ec6bc32f475e1aee29a11f80a30 21-Jun-2016 Muyuan Li <muyuanli@google.com> Only shows music stream when using master stream.

Bug: 29446492
Change-Id: I52b686daa21499d0b054f762251c544c263fdec4
(cherry picked from commit ec88e104befb872c0bde99871eec73bf5d705369)
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
c736efcb61efca979f0c78d6dd67cde843eb7733 01-Apr-2016 Julia Reynolds <juliacr@google.com> Fix ringtone persistance after device rotation.

Bug: 26122624
Change-Id: I187fe673dea250e93c6e9603239f01845ed378a3
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
3e19fc5600f739e7f172fb9331cfc0f4a884d4ce 08-Mar-2016 Jason Monk <jmonk@google.com> Move temporary metrics constants to proto

Change-Id: I8fb3ac22df7bdc52039dd640f7696ebd32281f0b
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
f892e21696fd884e2cd78fc0e7703ebe4ddda59c 25-Feb-2016 Andy Hung <hunga@google.com> Remove mono audio from SoundSettings

Mono audio will move to AccessibilitySettings only.
This reverts commit 0863ea40cdecc101f90bdca9c12345b3a1a554aa.

Bug: 15283594
Change-Id: I2cc744c96a9f6a6454b0bf533a44bb2eb56b745a
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
29737ad9109895152e8600349a426260b6f94b3a 11-Feb-2016 Sudheer Shanka <sudheersai@google.com> Part2 - Don't add padlock if the restriction is not set by admin.

Bug: 26687435
Change-Id: I85ef42e1ff1216791d1393a975e8559191b3781f
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
682a916836f5e108289a70579f671f9d4a880993 13-Jan-2016 Sudheer Shanka <sudheersai@google.com> Add padlocks to preferences that can be disabled by policy.

Change-Id: I43b6b5954ef6ec65b86d99321cabab9f49df842d
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
193e7b044d87be0c6a300e798512c122e29c9c7e 20-Jan-2016 Julia Reynolds <juliacr@google.com> Add default alarm ringtone to sound settings.

Bug: 25957833
Change-Id: I68d6747894665c97853eabac7edb0f751d1fdcc1
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
0863ea40cdecc101f90bdca9c12345b3a1a554aa 21-Dec-2015 Andy Hung <hunga@google.com> Add mono audio to SoundSettings

Bug: 15283594
Bug: 22700363
Change-Id: Ic4571dee4567a94265bbcf11d08108b19687b284
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
3b7936fb43f881de248458f720920399458408ee 02-Dec-2015 Julia Reynolds <juliacr@google.com> Hide cell broadcast settings link if needed.

Bug: 25939664
Change-Id: Iccf7d17267aecadff0d18f9fb4f464f3597e4c3e
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java
8c0a4238655990094fe444ac8f7b182963497030 24-Nov-2015 Julia Reynolds <juliacr@google.com> Split Sound & notification settings.

Bug: 25860852
Change-Id: If88daf6fd50b5abf86fb86f3590361f0118172a1
/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java