Betty Chang
60d2057417
Merge "Add Adaptive Connectivity switch on/off string for fixing string gender" into sc-dev
2021-07-01 08:53:10 +00:00
Tom Hsu
a3852ffc75
Merge "[Settings] Make UI be able to update current status, after SIM absent." into sc-dev am: f5a55229fa
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15151685
Change-Id: I019ad9d7712f15f1aa4ce548cde7a60cc8b283c4
2021-07-01 08:32:51 +00:00
Alex Johnston
ab4f1de8f3
Merge "Fix Settings usb preference search" into sc-dev am: 4174cf1b28
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15155296
Change-Id: I5b7855ecd5a5fe647deb6dd2df06dd5c803a5f38
2021-07-01 08:32:46 +00:00
Wesley Wang
15d004a5b8
Merge "Update high usage tips string" into sc-dev am: ddc8a5db98
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15109303
Change-Id: I45d64bd2ae2014c89092635ca71528955f0e6883
2021-07-01 08:32:38 +00:00
Tom Hsu
f5a55229fa
Merge "[Settings] Make UI be able to update current status, after SIM absent." into sc-dev
2021-07-01 08:28:15 +00:00
Alex Johnston
4174cf1b28
Merge "Fix Settings usb preference search" into sc-dev
2021-07-01 08:26:51 +00:00
Wesley Wang
ddc8a5db98
Merge "Update high usage tips string" into sc-dev
2021-07-01 08:22:11 +00:00
Arc Wang
566d06af22
Fix profile tab text contrast problem
...
Spec specify textColorSecondary of default state,
however, TabLayout uses a not expected state of the color.
This change sets default state color of textColorSecondary
instead of textColorSecondary.
Bug: 189793243
Test: manual visual
Change-Id: I025ffac68505016f4c4ffb7e1c0b2ff86308d3be
2021-07-01 07:54:29 +00:00
Wesley.CW Wang
15ca9a632f
Update filter logic for BatteryDiffEntries
...
- Use user id and package name to query the battery entry list instead of uid, to handle the
cases which enter app info page without uid like launch icon -> app
info
Bug: 178197718
Test: make SettingsRoboTests
Change-Id: I665e57ff3eabf23485455fb2e1af2e0376af1e40
2021-07-01 15:48:23 +08:00
Jason Chiu
ab902d4d84
Merge "Guard against the exceptions when launching a non-existing fragment" into sc-dev am: 1f4eb8fbcc
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15142234
Change-Id: I14b3f1890c9b278f21e781c2a9348d57528e8b29
2021-07-01 07:24:42 +00:00
Jason Chiu
a460e4f890
Update title and subtext of Contact search in Work profile settings
...
Test: visual
Bug: 184610902
Change-Id: I5391ce3c1dc4aef6ec9e840f382d74a6a399e562
2021-07-01 07:22:40 +00:00
Jason Chiu
1f4eb8fbcc
Merge "Guard against the exceptions when launching a non-existing fragment" into sc-dev
2021-07-01 07:10:56 +00:00
changbetty
b453e44bf8
Add Adaptive Connectivity switch on/off string for fixing string gender
...
Bug: 189234188
Test: Manual test
Change-Id: I8a3df2a0f4b364e4bc31e0efd116312b5fdf3b42
2021-07-01 14:57:52 +08:00
Mill Chen
e24255fe7e
Fix multiple biometrics enrollment flow
...
Suppose both face auth and fingerprint auth exist in a device, the setup
flow will skip fingerprint enrollment when a user skips to register
face data on the face enrollment education page. Updated the skip button
method and make the flow move on to fingerprint enrollment if a use
doesn't want to register face data.
Fix: 186084024
Test: manual verified
1) Reset device and start from SUW
2) Press skip button on the face unlock education page
3) The next flow should be fingerprint enrollment intro page
Change-Id: I037ae68f39f5fdbf62ea95b998621c7f7df31b43
2021-07-01 14:45:33 +08:00
tom hsu
a8456b4aa9
[Settings] Make UI be able to update current status, after SIM absent.
...
- The cache of default data subscription id does not update when SIM
absent. Therefore, uses getActiveSubscriptionIdList instead current to
make it more precise.
Bug: 192032602
Test: Manual test. see b/192032602#7
Change-Id: I29e697e97d32ecb2e93c9620ec65215f963e4ebe
2021-07-01 05:35:46 +00:00
Kevin Han
4d762a190a
Enable hibernation by default for Settings
...
Enable hibernation by default
Bug: 192397298
Test: forrest
Change-Id: I350d2e82459be2bd8b8bca4d183ac508ec199b4f
2021-06-30 21:30:43 -07:00
TreeHugger Robot
dfb8409116
Merge "Fix ManageApplications pinned header overlaps content" into sc-dev am: f421525d2c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15126430
Change-Id: Ibf6c9652f206bc9803ffd56a6b3d5a651ea3d149
2021-07-01 02:50:00 +00:00
TreeHugger Robot
f421525d2c
Merge "Fix ManageApplications pinned header overlaps content" into sc-dev
2021-07-01 02:38:18 +00:00
Android Build Coastguard Worker
d6160fe061
Snap for 7510676 from a86c8be5fa
to sc-release
...
Change-Id: Ic69bede413749310d0ee2a85eb066f56194de7a3
2021-07-01 01:09:09 +00:00
Joy Babafemi
60758f3eb6
Remove UWB Toggle temporarily.
...
Test: Manual
Bug: 192499944
Change-Id: I48b8190d9e10d95f261bb13b92c899093283bfac
2021-07-01 00:47:14 +00:00
Ahaan Ugale
d4ce558f33
Password settings: Fix work profile
...
Currently, the work profile password settings just point to the personal
profile app. This change fixes this using the forWork metadata tag, that
sets the work profile user in BasePreferenceController.
Also fixes and re-enables the
displayPreference_withPasswords_addsPreference test.
Fix: 192417100
Test: manual - work profile link works, password count is accurate
Test: atest PasswordsPreferenceControllerTest
Change-Id: I6345b69b9c03ff13b8e2784e69dc0188abc436e3
2021-06-30 17:22:07 -07:00
Joe Bolinger
de779f2883
Prevent finishing early on single sensor devices. am: 47e8ddbdb9
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15162645
Change-Id: I37dfd3cd27fb0952db602a60663b83b911e616ba
2021-07-01 00:02:34 +00:00
Joe Bolinger
a095d7f518
Revert "Revert "Return enrollment consent status to caller."" am: c17876365a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15162634
Change-Id: I836c89f4e86679feb671084041a0c723b2616c2c
2021-07-01 00:02:32 +00:00
Android Build Coastguard Worker
83e626ab60
Merge cherrypicks of [15164514, 15164515, 15164096, 15164078, 15163495, 15164068, 15164480, 15164097, 15164098, 15164482, 15164698, 15164375, 15164485, 15164469, 15164730, 15164731, 15164732, 15164733, 15164734, 15164735, 15164736, 15164737, 15164738, 15163662, 15164486, 15164519, 15164699, 15164700, 15164487, 15164099] into rvc-qpr3-release
...
Change-Id: I947f7501bbfc8aeda2fd9b503d6f5c59f54b704f
2021-07-01 00:00:47 +00:00
Hugh Chen
18c83959b1
RESTRICT AUTOMERGE Fix phishing attacks over Bluetooth due to unclear warning message
...
This CL add more prompts presented for users to avoid phishing attacks.
Screenshot:
https://screenshot.googleplex.com/p5PZbphN46ddPFV.png
https://screenshot.googleplex.com/6Q2wKfPbNQmTtx8.png
https://screenshot.googleplex.com/987VpYgNUZL2K4T.png
https://screenshot.googleplex.com/9eVg6SAGScVXU8U.png
Bug: 167403112
Test: manually test
Change-Id: Iadec059b662fd91754ad573bbe688702cdd3c9af
(cherry picked from commit 10e4599219
)
(cherry picked from commit 80d8b03d02
)
2021-06-30 23:59:30 +00:00
Hugh Chen
4217584da9
RESTRICT AUTOMERGE Update string
...
1. Replace "An untrusted Bluetooth device" to "A Bluetooth device".
2. Replace "Deny" to "Don't allow"
https://docs.google.com/document/d/18bVSIAyX4MNpNeCvxqyZu7CXcBUcdV0pnh-gzVprjqU/edit?ts=60709637
Bug: 167403112
Test: send intent to test right prompts message is pop up.
make -j42 RunSettingsRoboTests
Change-Id: I38da15d4b1fb08671f6352458cbf3f735b4083bc
(cherry picked from commit 38fc9a91b5
)
(cherry picked from commit f4f2fae306
)
2021-06-30 23:59:26 +00:00
Joe Bolinger
47e8ddbdb9
Prevent finishing early on single sensor devices.
...
Fixes regression from commit c358adad56
.
Fix: 192420564
Fix: 188847063
Test: manual enroll face & fingerprint via setup wizard (on fp, face, & fp+face device variants)
Change-Id: If7027e4d0ddf9d73daf91f174f237e4eb1621ea7
2021-06-30 14:21:04 -07:00
Joe Bolinger
c17876365a
Revert "Revert "Return enrollment consent status to caller.""
...
This reverts commit c358adad56
.
Reason for revert: Applying original change with additional change for single sensor devices.
Bug: 192420564
Bug: 188847063
Test: manual enroll face & fingerprint via setup wizard (on fp, face, & fp+face device variants)
Change-Id: Idfaaa2b6f4611056f9999325bac8401e28a7510b
2021-06-30 14:16:56 -07:00
Joe Bolinger
79d132c225
Merge "Revert "Return enrollment consent status to caller."" into sc-dev am: a86c8be5fa
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15155700
Change-Id: Ibc379469f3961649a6e6bb142696dff302911983
2021-06-30 20:26:17 +00:00
Joe Bolinger
a86c8be5fa
Merge "Revert "Return enrollment consent status to caller."" into sc-dev
2021-06-30 20:10:58 +00:00
TreeHugger Robot
133feb7830
Merge "Properly set all data fields" into sc-dev am: a27c8d91dd
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15157922
Change-Id: Ifc6870a6cb8d6dc1fc1ead9a2eda2294cdb5a5d3
2021-06-30 19:12:09 +00:00
TreeHugger Robot
a27c8d91dd
Merge "Properly set all data fields" into sc-dev
2021-06-30 18:58:13 +00:00
Julia Reynolds
b61b739661
Properly set all data fields
...
So stale data doesn't stick around when the view is recycled
Test: manual:
- dismiss a notification
- set a short timer (a custom view notif)
- check history after timer expires (so there are 2 notifs in 'recently
dismissed')
- stop the timer and check history
- there are now 3 notifs and no stale text in any of them
Fixes: 192294011
Change-Id: I229a0388a703b9df0d92eec81066a9a2f67e183e
2021-06-30 12:59:28 -04:00
Joshua Mccloskey
b182a4fb5c
Refactored bad_calibration string
...
Test: Manual
Bug: 192105305
Change-Id: I82b0965459537c940b269636b8277af89b5ad284
2021-06-30 09:16:20 -07:00
Android Build Coastguard Worker
486660dd06
Merge cherrypicks of [15156496] into sc-release
...
Change-Id: I1dfd9bbb899445d1e9af317cc13d53c21677105b
2021-06-30 15:17:28 +00:00
bsears
57735f20cb
Revert "Return enrollment consent status to caller."
...
This reverts commit eb1dac69f0
.
Reason for revert: Based on bisection, this CL is the root cause for bug 192420564, which breaks Setup Wizard.
Bug: 192420564
Change-Id: I8d9aee7fe2415e134fcc981b0548bd9ce300db55
(cherry picked from commit c358adad56
)
2021-06-30 15:17:23 +00:00
bsears
c358adad56
Revert "Return enrollment consent status to caller."
...
This reverts commit eb1dac69f0
.
Reason for revert: Based on bisection, this CL is the root cause for bug 192420564, which breaks Setup Wizard.
Bug: 192420564
Change-Id: I8d9aee7fe2415e134fcc981b0548bd9ce300db55
2021-06-30 14:53:13 +00:00
Alex Johnston
0ad4783163
Fix Settings usb preference search
...
* Invert isPageSearchEnabled check
Bug: 192449168
Test: manual testing with TestDPC
Change-Id: I91dcf930485ad16a83cb04bf170c9608c1768ea2
2021-06-30 14:36:23 +00:00
Alex Johnston
8d06d63fe3
Remove credential management app Settings
...
* Update string and icon
* Flip icon if languate is RTL e.g. Arabic
* Add dialog when 'Remove app' is selected
* Add Material Next theme to dialog
* Update string terminology when removing a
CA or user certificate to from 'remove'
to 'uninstall'
* Final UI tweaks to RequestManageCredentials screen
Screenshots
* Light mode: https://screenshot.googleplex.com/66QKFLhtn6ZueZQ
* Dark mode: https://screenshot.googleplex.com/9kkTaaDV6CiHudF
* RTL: https://screenshot.googleplex.com/AkwSibXakARYM8H
* Request light mode: https://screenshot.googleplex.com/6n6raBQ8drXRHcU
* Request dark mode: https://screenshot.googleplex.com/3bmWNoTwE6JBqAX
Bug: 189416800
Test: atest CredentialManagementAppButtonsControllerTest
manual testing with TestDPC
Change-Id: I5450d33603418930e92b03c4447aaa1095afe9a3
2021-06-30 13:53:58 +00:00
Jason Chiu
c38978f3e1
Guard against the exceptions when launching a non-existing fragment
...
Test: robotest
Bug: 190371550
Change-Id: I2bb7d4bdb23756634526db7e272563a1587c9640
2021-06-30 18:33:59 +08:00
TreeHugger Robot
26dfc5485d
Merge "Fix 'No Apps' UI issues of ManageApplications" into sc-dev am: cb00a65a0d
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15124032
Change-Id: Iabf6d870bfa979b820ef5e143393fee4c33f2220
2021-06-30 09:50:37 +00:00
TreeHugger Robot
cb00a65a0d
Merge "Fix 'No Apps' UI issues of ManageApplications" into sc-dev
2021-06-30 09:47:11 +00:00
PETER LIANG
8a5b01dd66
Merge "Update the material next style for the banner of Auto Click." into sc-dev am: c4176b73e0
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15153298
Change-Id: I6d556db697a92bb3c5c3c76e0136f4c93d4891ac
2021-06-30 09:40:59 +00:00
PETER LIANG
c4176b73e0
Merge "Update the material next style for the banner of Auto Click." into sc-dev
2021-06-30 09:39:41 +00:00
Peter_Liang
1eba90f572
Update the material next style for the banner of Auto Click.
...
Action:
Apply the illustrationPreference from SettingsLib to the banner.
Bug: 190585192
Bug: 192413239
Test: manual test
Change-Id: I7d78804b4fa89735edfb73f01f31771821bcd8c2
2021-06-30 09:39:23 +00:00
Stanley Wang
ed28ce2c0a
Merge "Update Adaptive connectivity page." into sc-dev am: 8cd20c0bb1
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15142232
Change-Id: Id3fd4456a5024c613ce33e4fe85a20bb1dfb721b
2021-06-30 09:36:25 +00:00
Stanley Wang
8cd20c0bb1
Merge "Update Adaptive connectivity page." into sc-dev
2021-06-30 09:23:51 +00:00
Stanley Wang
e722fbe277
Update Adaptive connectivity page.
...
- Use MainSwitchPreference.
- Use the TopIntroPreference to display the summary.
- Use the IllustrationPreference to display the stastic
illustration.
- Add new illustrations for adaptive connectivity.
Fix: 178673083
Test: robotest and test the switch preference manually
Change-Id: I2376f4433b61ce1d3da287de92660fbeea5dd64e
2021-06-30 16:12:17 +08:00
Wesley.CW Wang
f01c5cfa8e
Update high usage tips string
...
Bug: 183689347
Test: make SettingsRoboTests
Change-Id: Id38c9a7e10827dcf72a0f5016723f51c8f119a98
2021-06-30 15:58:48 +08:00
Peter Wang
94d612267f
Merge "Add a cancel string for ToggleSubscriptionDialog to handle Tamil translation" into sc-dev am: baecf00ce2
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15140324
Change-Id: Iacbc657322bba98d92865273de5efdf7a6613422
2021-06-30 07:02:23 +00:00