Beverly
5cfb5aa52d
Updates main page for Do Not Disturb
...
Settings > Sound > Do Not Disturb
- Update strings, more descriptive summary for DND Apps summary
- Move top-level ordering of preferences
- Remove old unused DND strings
Test: make RunSettingsRoboTests7
Test: make ROBOTEST_FILTER=ZenModeBypassingAppsPreferenceControllerTest RunSettingsRoboTests
Test: manual
Bug: 151845457
Change-Id: I9c23c558a9d764702e966d22e5c6e5c5425e4d32
2020-03-23 01:41:45 +00:00
TreeHugger Robot
1e89647ccf
Merge "Enable Night Light preference searchable" into rvc-dev am: 1b0d27dbad
am: 7f3bc7d7f5
am: c6a759919c
am: 6d9885a215
...
Change-Id: I0d8df8407544f946256db5ced941f76fade701d4
2020-03-20 15:37:41 +00:00
Joshua Duong
04bc02223e
Merge changes from topic "adbwifi-bugs"
...
* changes:
Add toast error message for no WiFi on wireless debugging.
Add visibility control to ADB QR code preference.
2020-03-20 15:07:14 +00:00
TreeHugger Robot
7f3bc7d7f5
Merge "Enable Night Light preference searchable" into rvc-dev am: 1b0d27dbad
...
Change-Id: I8529b5e819bf4b6d87ab3b8f78c3563b8c10a830
2020-03-20 14:55:01 +00:00
TreeHugger Robot
1b0d27dbad
Merge "Enable Night Light preference searchable" into rvc-dev
2020-03-20 14:40:25 +00:00
Menghan Li
3584ad62e5
Merge "Update R accessibility assets and strings (8/n)" into rvc-dev am: 9eb0906019
am: 135bab49bd
am: 4199c44cb0
am: 7462ad2d4c
...
Change-Id: I92d01c4aa0ea94287d8576be47b8086bfbb06cff
2020-03-20 13:32:38 +00:00
Menghan Li
135bab49bd
Merge "Update R accessibility assets and strings (8/n)" into rvc-dev am: 9eb0906019
...
Change-Id: I6184173dd956c7fd2eb3f0fe57a5aef6b14cf4c3
2020-03-20 12:53:19 +00:00
TreeHugger Robot
52257685e8
Merge "Revise strings to up to date for tutorial improvement." into rvc-dev am: a5a629c7fb
am: 3a9efed4ef
am: a0783d38b2
am: f4e9e0394b
...
Change-Id: I8af6876ca8dd052ac4dd74cc20faa725b33e925d
2020-03-20 12:40:59 +00:00
Menghan Li
9eb0906019
Merge "Update R accessibility assets and strings (8/n)" into rvc-dev
2020-03-20 12:36:29 +00:00
Yanting Yang
cf837e9ea8
Enable Night Light preference searchable
...
When the searchable attribute of preference is false, we do not collect
it to Settings Search, therefore, we can not get its sitemap relation
from index data.
Since we do not index the NightDisplayPreference, it caused the sitemap
relation loss. The relevant night light preferences can not map to
the correct parent page, Display page.
In order to fix the breadcrumb and grouping problem, remove the
searchable="false" of NightDisplayPreference to enable the indexing
again.
Bug: 151206664
Test: visual
Change-Id: Ia4f82b29cfe4f78ae55b20dad0356ac56b735307
2020-03-20 20:09:41 +08:00
TreeHugger Robot
3a9efed4ef
Merge "Revise strings to up to date for tutorial improvement." into rvc-dev am: a5a629c7fb
...
Change-Id: I1eb8c117d3226c25d50f33100ec434f38923aec5
2020-03-20 11:43:57 +00:00
TreeHugger Robot
a5a629c7fb
Merge "Revise strings to up to date for tutorial improvement." into rvc-dev
2020-03-20 11:28:18 +00:00
menghanli
e367ce2951
Update R accessibility assets and strings (8/n)
...
- Q behavior migration strings
- consistency for 1s or 3s
- Change the Shortcut from lock screen char limit
Bug: 148837311
Bug: 151635593
Test: Manual test
Change-Id: Icf6eae77e6dcbe55f53f896677de6513d0a33e7d
2020-03-20 10:03:05 +00:00
Peter_Liang
41f536df13
Revise strings to up to date for tutorial improvement.
...
Bug: 148989018
Test: manual test
Change-Id: If6691f36277fa13b89f6305864fad30152a3cda9
2020-03-20 15:22:30 +08:00
TreeHugger Robot
2c0250d993
Merge "Update the icon of security IA." into rvc-dev am: 750ff89856
am: ea1c86bfdc
am: 9999d6ba97
am: 10c6b6b821
...
Change-Id: I3c0beeb7455b1069ad3095203e6f3d9bafaa65dd
2020-03-20 07:11:48 +00:00
TreeHugger Robot
ea1c86bfdc
Merge "Update the icon of security IA." into rvc-dev am: 750ff89856
...
Change-Id: Iaae4b0e5953fc8846450703809185136db28e3d1
2020-03-20 06:24:34 +00:00
TreeHugger Robot
750ff89856
Merge "Update the icon of security IA." into rvc-dev
2020-03-20 06:11:06 +00:00
Goven Liu
22d36871c0
Merge "[Wi-Fi] Add API to handle help button click event" into rvc-dev am: b626a602c9
am: a3e9660230
am: 1db751a1d3
am: 8450e47487
...
Change-Id: Ic6ccbc9086d500da823282234f2fcc845c8ff4ac
2020-03-20 05:30:09 +00:00
Goven Liu
a3e9660230
Merge "[Wi-Fi] Add API to handle help button click event" into rvc-dev am: b626a602c9
...
Change-Id: I35f128811a9d4e480ada35a99f1fa4b90c243834
2020-03-20 04:56:52 +00:00
Goven Liu
b626a602c9
Merge "[Wi-Fi] Add API to handle help button click event" into rvc-dev
2020-03-20 04:54:46 +00:00
Joshua Duong
6178918653
Add visibility control to ADB QR code preference.
...
The preference should be hidden if isAdbWifiQrSupported() is false.
Bug: 150163684
Bug: 149843499
Test: make RunSettingsRoboTests ROBOTEST_FILTER=AdbQrCodePreferenceControllerTest
Change-Id: I3e833440fb1a6f369ac97cec8db04f2b99dd4640
2020-03-19 21:28:13 -07:00
Yi-Ling Chuang
d44ceb95cc
Update the icon of security IA.
...
Fixes: 140556928
Test: rebuild and check the icon on the homepage
Change-Id: I211ea9f57910943a75d8a98c6d88ce99018debfe
2020-03-20 11:36:18 +08:00
TreeHugger Robot
72ebe55ea8
Merge "Update string for Adaptive sleep slice title." into rvc-dev am: b436d149e4
am: 8fd066d5d3
am: bb219af59b
am: f753a5941d
...
Change-Id: Ie8f9f2d46471ea049ad2b98bafeacf6153f968a8
2020-03-20 03:02:40 +00:00
TreeHugger Robot
24779d3848
Merge "Change to Contact Discovery Dialog Language based on Privacy Feedback" into rvc-dev am: db468353e0
am: 70215248d1
am: 9c411a05a8
am: add7d3ae54
...
Change-Id: I882a2800530dc1771d54adabe7f37f9e134a7e5d
2020-03-20 02:38:49 +00:00
TreeHugger Robot
23df2cf9c9
Merge "Update string for Adaptive sleep slice title." into rvc-dev am: b436d149e4
...
Change-Id: Ic0b09f6cd825e413e87b06434bfdeb65e66225c3
2020-03-20 02:18:53 +00:00
TreeHugger Robot
8fd066d5d3
Merge "Update string for Adaptive sleep slice title." into rvc-dev am: b436d149e4
...
Change-Id: Ice2f1aae12ae46f1448bf11b25c78008c5ab4e34
2020-03-20 02:16:04 +00:00
TreeHugger Robot
b436d149e4
Merge "Update string for Adaptive sleep slice title." into rvc-dev
2020-03-20 01:16:53 +00:00
TreeHugger Robot
33650f397b
Merge "Change to Contact Discovery Dialog Language based on Privacy Feedback" into rvc-dev am: db468353e0
...
Change-Id: I70f069eed562fedf4cdcc89361a115942c6ed1b3
2020-03-20 00:51:17 +00:00
TreeHugger Robot
70215248d1
Merge "Change to Contact Discovery Dialog Language based on Privacy Feedback" into rvc-dev am: db468353e0
...
Change-Id: I5c210eec0fe7d89e8117ea5c21d4656e42cba522
2020-03-20 00:51:01 +00:00
TreeHugger Robot
db468353e0
Merge "Change to Contact Discovery Dialog Language based on Privacy Feedback" into rvc-dev
2020-03-20 00:41:34 +00:00
govenliu
907e402cfa
[Wi-Fi] Add API to handle help button click event
...
Add API to launch help page when Openroaming help button is tapped.
Bug: 146669261
Test: Add openSubscriptionHelpPage_shouldCallStartActivityForResult unit test to check StartActivityForResult had been launched correctly.
Change-Id: If18248e7d985215e65dfdc5742cd9007efbbff1a
2020-03-19 23:22:36 +00:00
TreeHugger Robot
06f8261d39
Merge "Add strings for the install app banner in cross profile settings" into rvc-dev am: c4fd9b8d6f
am: 123fcc61f7
am: 021a365b12
am: 5e3e2885e9
...
Change-Id: Iab2373795a904b705cfb61cb8b2c2b6b3c0b9fb6
2020-03-19 23:11:19 +00:00
TreeHugger Robot
a8d39b0db0
Merge "Settings strings for bubbles" into rvc-dev am: 7be978cd84
am: 2fac4fae3a
am: 0e40fdfc6e
am: 48c380ccc4
...
Change-Id: Ibb01abf12e2e95d0039397416ae4b29a95f45515
2020-03-19 23:11:00 +00:00
TreeHugger Robot
7215a8a982
Merge "Add strings for the install app banner in cross profile settings" into rvc-dev am: c4fd9b8d6f
...
Change-Id: I40ad2a07f2e9231fa16d98006e6ad79c49a9de4c
2020-03-19 22:48:43 +00:00
TreeHugger Robot
123fcc61f7
Merge "Add strings for the install app banner in cross profile settings" into rvc-dev am: c4fd9b8d6f
...
Change-Id: I73daeb7b347a75ca9ba17150ccb0e1d15d158872
2020-03-19 22:48:32 +00:00
TreeHugger Robot
2fac4fae3a
Merge "Settings strings for bubbles" into rvc-dev am: 7be978cd84
...
Change-Id: I3cb785619efbd09712a60a3a1b02cb1265ad7748
2020-03-19 22:47:27 +00:00
TreeHugger Robot
32d71ab700
Merge "Settings strings for bubbles" into rvc-dev am: 7be978cd84
...
Change-Id: I0d1b386cb8fb5ad18bfe832fe9cee8bdacfbf603
2020-03-19 22:47:21 +00:00
TreeHugger Robot
c4fd9b8d6f
Merge "Add strings for the install app banner in cross profile settings" into rvc-dev
2020-03-19 22:39:31 +00:00
TreeHugger Robot
7be978cd84
Merge "Settings strings for bubbles" into rvc-dev
2020-03-19 22:37:11 +00:00
TreeHugger Robot
f228011189
Merge "Change cross profile settings page title" into rvc-dev am: 691aa7a05e
am: a94808e416
am: 7c487d23b3
am: aa56446b28
...
Change-Id: I59692f2ed46409fc31187f9786e94217ad67436c
2020-03-19 22:27:48 +00:00
Brad Ebinger
de2ffe1f16
Change to Contact Discovery Dialog Language based on Privacy Feedback
...
Bug: 141950843
Test: verify text
Change-Id: Iadc46ac18c1ec8e63cfe0d4d162e7222bfbc9a12
2020-03-19 15:26:25 -07:00
Michael Groover
3c14b044ff
Merge "Add developer option to disable automatic adb grant revocation" into rvc-dev am: 0a189b3abe
am: 44c041651b
am: 81020f989d
am: 64453c54f0
...
Change-Id: I0bd0205132c4e60b3b0968d62cfc66b4412b686e
2020-03-19 22:20:23 +00:00
TreeHugger Robot
13b129632a
Merge "Change cross profile settings page title" into rvc-dev am: 691aa7a05e
...
Change-Id: Iee14e77394977a8b2aafc6249a010fa9b820ca96
2020-03-19 22:11:31 +00:00
TreeHugger Robot
a94808e416
Merge "Change cross profile settings page title" into rvc-dev am: 691aa7a05e
...
Change-Id: I20b328855032254efc862de8b7fe46f2b78e09fb
2020-03-19 22:11:21 +00:00
TreeHugger Robot
691aa7a05e
Merge "Change cross profile settings page title" into rvc-dev
2020-03-19 22:03:22 +00:00
Michael Groover
4605509b09
Merge "Add developer option to disable automatic adb grant revocation" into rvc-dev am: 0a189b3abe
...
Change-Id: Iddcb73d6300a4563d6ce146c27446d88638f212b
2020-03-19 21:37:41 +00:00
Michael Groover
44c041651b
Merge "Add developer option to disable automatic adb grant revocation" into rvc-dev am: 0a189b3abe
...
Change-Id: Ic0a0fb5ea9c1e75168bb3ea75d620de2ec1da42f
2020-03-19 21:36:20 +00:00
Michael Groover
0a189b3abe
Merge "Add developer option to disable automatic adb grant revocation" into rvc-dev
2020-03-19 21:31:01 +00:00
Mady Mellor
1f54e84c3c
Settings strings for bubbles
...
To be used in a follow up..
Test: treehugger
Bug: 151965589
Change-Id: I1a285d0eb827eed33d9dcca2ec6e2be2ef098185
2020-03-19 13:16:36 -07:00
TreeHugger Robot
6651b2396d
Merge "Add Ethernet Tethering settings" into rvc-dev am: 635c0e7f78
am: 866a77ee75
am: 22aedc6715
am: 62d9ca6725
...
Change-Id: Ia5fe588128da02667792537b24b6a64150c0e7ef
2020-03-19 20:16:26 +00:00