Zhen Zhang
370653a24b
Merge "Update summary for AllInOneTetherPreference accordingly"
2020-02-17 05:50:55 +00:00
Jean Chen
b18b637b0e
Merge "Support caption second UI structure (4/n)"
2020-02-17 03:41:48 +00:00
ChenJean
04fe3260d7
Support caption second UI structure (4/n)
...
Always show preview text on windows.
Bug: 143502915
Test: manual
Change-Id: I65b48373905fc59a664c51500613f1dc509b5c8f
2020-02-17 10:16:00 +08:00
TreeHugger Robot
5c9a3725c7
Merge "Moving code to previous behavior"
2020-02-16 11:56:09 +00:00
Menghan Li
9d664e3c90
Merge "Use a configurable default if the setting has never been set."
2020-02-16 00:38:50 +00:00
menghanli
655551841a
Use a configurable default if the setting has never been set.
...
AccessibilityManager#getAccessibilityShortcutTargets may not return
correct shortcut targets during boot. Needs to read settings directly.
Bug: 149293174
Bug: 147989561
Test: Manual test
Change-Id: Ia8997b08d11da78dab5cd568787e9c61b0b0eeab
2020-02-16 00:38:31 +00:00
Daniel Bright
c5dbc53ea5
Moving code to previous behavior
...
Undoing change to move to updated SystemApi version of
secret code. This failed because the AndroidManifest
was not updated. Rolling it back to previous state
for now.
Bug: 149604099
Test: make, flash
Test: Moving code to previous behavior
Change-Id: I8f3f9f4ef5c64dd9fa74bb9393446a9a1340f26e
2020-02-15 14:35:20 -08:00
Julia Reynolds
184e2f34ab
Fix history links for conversations
...
Include the conversation id who the right settings screen
is launched
Test: manual
Bug: 149505730
Change-Id: Idef9d88c9333a83c5c9ce035f7b25bc50c6cfa35
2020-02-15 12:41:51 +00:00
Jason Hsu
133dc99b42
Merge "Fix the animated image can not be displayed."
2020-02-15 09:22:58 +00:00
TreeHugger Robot
5924be85dc
Merge "Add a SaftyNet for security vulnerability"
2020-02-15 08:09:47 +00:00
jasonwshsu
78400244af
Fix the animated image can not be displayed.
...
* Need to process arguments earlier.
Bug: 142528112
Test: Manual test
Change-Id: I63e116e47ccdb6409969f629b41b8c3622adb9dc
2020-02-15 15:53:45 +08:00
TreeHugger Robot
00596b03a5
Merge "Remove the isCustomCard and related codes"
2020-02-15 07:26:35 +00:00
Jason Hsu
e5cdb3a9ac
Merge "Fix the NPE error when get the service summary."
2020-02-15 07:05:23 +00:00
Sunny Shao
f0b0d46106
Remove the isCustomCard and related codes
...
Bug: 143058171
Test: make RunSettingsRoboTests -j ROBOTEST_FILTER=com.android.settings.homepage
Change-Id: I9d9ab16f327aef65599150e2f58b23bcb9986b30
2020-02-15 13:46:22 +08:00
jasonwshsu
13b6850c52
Fix the NPE error when get the service summary.
...
* Check NPE for AccessibilityInfo.loadSummary()
* Remove the state argument that could get from info argument
Bug: 148837311
Test: Manual test
Change-Id: Ic6906fdbdd7f1c241776d1045be33f89468670b6
2020-02-15 11:49:37 +08:00
TreeHugger Robot
f7d30b1f77
Merge "Add app badges to conversation icons"
2020-02-15 03:04:51 +00:00
Bonian Chen
ef83d26558
Merge "[Settings] Avoid access hidden constant ACTION_IMS_REGISTRATION_ERROR"
2020-02-14 23:49:52 +00:00
Julia Reynolds
2eb9ef4d6f
Notification history improvements
...
- don't keep readding history list onresume
- remove unstyled background (just use elevation for contrast for now)
- remove summaries from snoozed and recently dimissed because the user
wouldn't have seen their content
Test: manual
Fixes: 149499024
Change-Id: Ie43c752f42a7dfcac5ca9e3d118df07124daf974
2020-02-14 21:33:56 +00:00
Julia Reynolds
bfd03422c0
Add app badges to conversation icons
...
Test: atest, manual
Fixes: 149573346
Change-Id: I79e688b7837c361a12f3272b4e9a23c2f378adbe
2020-02-14 21:17:59 +00:00
David Su
8de938499e
Merge "Rename requirePMF to requirePmf"
2020-02-14 18:27:15 +00:00
TreeHugger Robot
c6ad5f77e8
Merge "Clean up unused DB columns."
2020-02-14 15:15:51 +00:00
TreeHugger Robot
0eba407374
Merge "UX changes for the new cross profile settings page"
2020-02-14 13:44:59 +00:00
Bonian Chen
64595f18d7
Merge "[Settings] Code refactor for IMS part"
2020-02-14 13:35:03 +00:00
Bonian Chen
fedd8fa7ef
[Settings] Avoid access hidden constant ACTION_IMS_REGISTRATION_ERROR
...
Replace ACTION_IMS_REGISTRATION_ERROR by
ACTION_WFC_IMS_REGISTRATION_ERROR.
Bug: 140542283
Test: build pass
Change-Id: I9c54eb63a0df3fde38965ee7e2ae46cc1b7efd47
2020-02-14 21:25:52 +08:00
TreeHugger Robot
78de05712b
Merge "Make TopLevelSettings un-searchable and direct result to relevant page."
2020-02-14 12:46:12 +00:00
Yi-Ling Chuang
682a30f4c9
Clean up unused DB columns.
...
Remove some columns from Contextual Card DB as they are never used.
Fixes: 143058171
Test: robotests
Change-Id: Ic618ccba16c3ed9f0a85b905535916e5d062d79e
2020-02-14 19:59:35 +08:00
kholoud mohamed
00c46041b6
UX changes for the new cross profile settings page
...
Bug: 136249261
Bug: 140728653
Bug: 148594054
Test: make RunSettingsRoboTests ROBOTEST_FILTER=InteractAcrossProfilesControllerTest
Test: make RunSettingsRoboTests ROBOTEST_FILTER=InteractAcrossProfilesDetailsTest
Test: make RunSettingsRoboTests ROBOTEST_FILTER=InteractAcrossProfilesPreferenceControllerTest
Test: make RunSettingsRoboTests ROBOTEST_FILTER=InteractAcrossProfilesSettingsTest
Change-Id: I9666b34a03e5c082eed7c4120e70a07017ab7ef0
2020-02-14 11:51:39 +00:00
Menghan Li
c23968fe0d
Merge "Use HTML text preference for rich content"
2020-02-14 10:57:26 +00:00
Edgar Wang
77de405a5d
Make TopLevelSettings un-searchable and direct result to relevant page.
...
Fixes: 149372187
Test: manual & robotest
Change-Id: I9daca03d1c11a262f8e3b55bb46aabbc035ece96
2020-02-14 17:58:38 +08:00
Bonian Chen
4074e9aab7
[Settings] Code refactor for IMS part
...
Return boolean in method names starting with "is".
Bug: 140542283
Test: m RunSettingsRoboTests -j ROBOTEST_FILTER=Enhanced4gBasePreferenceControllerTest
Test: m RunSettingsRoboTests -j ROBOTEST_FILTER=Enhanced4gLteSliceHelperTest
Test: m RunSettingsRoboTests -j ROBOTEST_FILTER=VideoCallingPreferenceControllerTest
Change-Id: I2a9ca9ae829f0dcda478f3343cd50e61f441a9a7
2020-02-14 16:29:11 +08:00
Zhen Zhang
c2b9e5ef20
Update summary for AllInOneTetherPreference accordingly
...
The summary for AllInOneTetherPreference in NetworkDashboardFragment is
updated according to tethering state and tether interface chosen by
user.
Bug: 149256198
Test: AllInOneTetherPreferenceControllerTest, TetherEnablerTest,
CodeInspectionTest
Change-Id: I24ba4deabbb02b203e76d32048040d7ccf1b2d22
2020-02-14 00:14:23 -08:00
TreeHugger Robot
ee583650c3
Merge "Add a feature flag for contextual home V2."
2020-02-14 04:50:58 +00:00
Jason Chiu
0c3babb8b3
Merge "Fix the header talkback bug in DND schedule page"
2020-02-14 03:54:30 +00:00
Jean Chen
e9f289d5b3
Merge "Support autoclick secondary action (5/n)"
2020-02-14 01:28:15 +00:00
Zhen Zhang
c4a2294730
Merge "Add a Preference into "Network & internet" for new tethering UI"
2020-02-14 00:05:54 +00:00
Menghan Li
655debca76
Merge "Accessibility Service & Shortcut Redesign - Remove “volume key shortcut” setting (2/n)"
2020-02-14 00:01:49 +00:00
Curtis Belmonte
0802552947
Merge "Pass CDC text as credential-only to BiometricPrompt"
2020-02-13 20:29:14 +00:00
Curtis Belmonte
c4bcf041d2
Pass CDC text as credential-only to BiometricPrompt
...
Invokes the new hidden API to allow the work authentication prompt to
supply specific text to BiometricPrompt for credential auth. This
allows the prompt to use work-specific language when verifying work
credentials, while retaining more generic language when authenticating
with biometrics.
Test: Work lock prompt shows "Enter your work ___" for credential
Test: Work lock prompt now shows "Verify it's you" for face
Bug: 149003660
Change-Id: Icab8e16702ca31d08fa8b0b00f0519c9a37f609f
2020-02-13 10:12:19 -08:00
Bonian Chen
fd8e319801
Merge "[Settings] Replace isImsRegistered"
2020-02-13 17:25:57 +00:00
TreeHugger Robot
1e7ecc1ad5
Merge "Show the footer when global switch is off."
2020-02-13 15:34:31 +00:00
Menghan Li
14c548e38a
Merge "Remove on/off information if the services cannot toggle service on/off"
2020-02-13 15:33:48 +00:00
Menghan Li
ca7ca5595d
Merge "Fine tunes the color correction layout"
2020-02-13 15:04:01 +00:00
menghanli
04a46cb7c6
Remove on/off information if the services cannot toggle service on/off
...
Bug: 148837311
Test: Manual test
Change-Id: I57e0ed33bebc41cde99008bb2ed014c63194c52a
2020-02-13 10:41:30 +00:00
Jason Chiu
cd5267c3c9
Fix the header talkback bug in DND schedule page
...
- set unselectable for LayoutPreference in xml
- use the correct done() API to modify the given LayoutPreference
Bug: 146848260
Test: robotest, manual
Change-Id: I29a00d788fbf87efd0b89e9b6bfa50d1ff24d466
2020-02-13 10:08:25 +00:00
Yi-Ling Chuang
1a6a7e76bd
Add a feature flag for contextual home V2.
...
Bug: 143055685
Test: rebuild
Change-Id: I8c610967fbd47f025fd1015a0772d854a436c3b2
2020-02-13 18:04:09 +08:00
Zhen Zhang
31f1a34629
Add a Preference into "Network & internet" for new tethering UI
...
Adding a MasterSwitchPreference into "Network & internet" and create
corresponding controller. The preference is hidden by the feature flag.
It does NOT affect the existing UI.
Bug: 146147778
Test: CodeInspectionTest, TetherPreferenceControllerTest,
NetworkDashboardFragmentTest
Change-Id: Ida8e088efbb22d0c983acecbc420672206392dad
2020-02-12 23:55:02 -08:00
menghanli
a8b9f30d11
Accessibility Service & Shortcut Redesign - Remove “volume key shortcut” setting (2/n)
...
Bug: 142529032
Test: make RunSettingsRoboTests ROBOTEST_FILTER=AccessibilityShortcutPreferenceControllerTest
Change-Id: Ic55d4fd8db0678b8fccbbb6ef1d217b47a5094bd
2020-02-13 15:44:11 +08:00
menghanli
0922c5a292
Fine tunes the color correction layout
...
Bug: 145968068
Test: Manual test
Change-Id: I291f2669c110ff6571039da2d224015dfef85488
2020-02-13 15:21:43 +08:00
ChenJean
fb85c52c32
Support autoclick secondary action (5/n)
...
Seekbar UI show complete on all of devices.
Bug: 146019277
Test: manual
Change-Id: I18227db46ba5040082b9a4a691ad8e5233e3e269
2020-02-13 15:14:48 +08:00
TreeHugger Robot
be94018ba9
Merge "Handle null case in AppStateAppOpsBridge"
2020-02-13 06:44:30 +00:00