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
56a0f27f25
Merge "Properly set all data fields" into sc-dev am: a27c8d91dd am: 39863255de
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15157922
Change-Id: I83070c7ed7d2d9bb005b530507640bf169f2a6d7
2021-06-30 19:24:04 +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
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
be3afca13f
Merge "Fix 'No Apps' UI issues of ManageApplications" into sc-dev am: cb00a65a0d am: f695195dd4
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15124032
Change-Id: If20eb1c8705353feacfe8af481bb0b245dbc05ea
2021-06-30 09:51:02 +00:00
Stanley Wang
ae0c236f79
Merge "Update Adaptive connectivity page." into sc-dev am: 8cd20c0bb1 am: df504b9b7c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15142232
Change-Id: I4004fbca7bd1ef5022a617ac9f0166aca34d14cf
2021-06-30 09:50:45 +00: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
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
Peter Wang
5d00b130cc
Merge "Add a cancel string for ToggleSubscriptionDialog to handle Tamil translation" into sc-dev am: baecf00ce2 am: 67f631e82e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15140324
Change-Id: I508b0cdc8b148473694a0de712124fdbf9ab1e86
2021-06-30 07:18:41 +00: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
TreeHugger Robot
f85fe536f8
Merge "Password settings: Fix duplicate title" into sc-dev am: d8cd67b52d am: 5e853f90bc
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15147962
Change-Id: I693e5b04aa029d8765a429a908d5ef0bc7389678
2021-06-30 06:59:42 +00:00
Peter Wang
baecf00ce2
Merge "Add a cancel string for ToggleSubscriptionDialog to handle Tamil translation" into sc-dev
2021-06-30 06:52:43 +00:00
TreeHugger Robot
b0d13fdba4
Merge "Password settings: Fix duplicate title" into sc-dev am: d8cd67b52d
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15147962
Change-Id: I30e91b8c3815045c4069d7709dc94a43b9fb4cee
2021-06-30 06:47:41 +00:00
TreeHugger Robot
d8cd67b52d
Merge "Password settings: Fix duplicate title" into sc-dev
2021-06-30 06:35:33 +00:00
Stanley Wang
e6ff7ab434
Change the illustration in one-hand mode page. am: 913fbf7e0c am: b33b1640e8
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15064552
Change-Id: Ia0c71f2f7b003b196086717c159eb3c059b68bb0
2021-06-30 06:26:55 +00:00
Stanley Wang
bab0604a1c
Change the illustration in one-hand mode page. am: 913fbf7e0c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15064552
Change-Id: I0adf06ecf101a3d123e811380db41d6df4a4aaee
2021-06-30 06:12:57 +00:00
Stanley Wang
913fbf7e0c
Change the illustration in one-hand mode page.
...
- Different one-hand modes need to display different illustrations.
Fix: 191334556
Test: rebotest and see the UI
Change-Id: Id6edba40142e008c618fdb3536424edd2b77f9b0
2021-06-30 13:47:34 +08:00
PETER LIANG
35373bf94e
Merge "Replace the AnimatedImagePreference with IllustrationPreference." into sc-dev am: 1a77fce131 am: aeb28e87f4
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15080037
Change-Id: I2f8de8fbd589df6b9ecdb7048e11c7ddca69264a
2021-06-30 01:07:03 +00:00
PETER LIANG
f5f46ec78b
Merge "Replace the AnimatedImagePreference with IllustrationPreference." into sc-dev am: 1a77fce131
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15080037
Change-Id: I31ba59f5dd59b37afb945080bf0f4d83cdfc3aba
2021-06-30 00:47:09 +00:00
PETER LIANG
1a77fce131
Merge "Replace the AnimatedImagePreference with IllustrationPreference." into sc-dev
2021-06-30 00:38:20 +00:00
Ahaan Ugale
437c037830
Password settings: Fix duplicate title
...
For the autofill service settings, "Autofill service" is both the
section title and the preference title. This change removes the
duplicate preference title and promotes the app label from the summary
string to the title in its place.
Fix: 192403526
Test: manual - single profile, personal+work profile, change service and
re-check
Change-Id: Ia012232ba2856e0757289982bc3045d948ff4aa8
2021-06-29 17:21:01 -07:00
TreeHugger Robot
5fde00d783
Merge "Fix buttons and icons for fingerprint enroll intro" into sc-dev am: ca61c3919e am: 80a62d6d90
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15140321
Change-Id: I06e2a71677004c488ef20bdb3a3d75ae86cab8d4
2021-06-29 22:48:27 +00:00
TreeHugger Robot
a0413849ee
Merge "Fix buttons and icons for fingerprint enroll intro" into sc-dev am: ca61c3919e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15140321
Change-Id: I0c40126a8a27b3bf4be7b8ef44abba139c3286e0
2021-06-29 22:32:37 +00:00
TreeHugger Robot
ca61c3919e
Merge "Fix buttons and icons for fingerprint enroll intro" into sc-dev
2021-06-29 22:20:03 +00:00
Peter Wang
eba8857094
Add a cancel string for ToggleSubscriptionDialog to handle Tamil
...
translation
Bug: 185553806
Test: Build
Change-Id: I90149c9e4459747d8cd1c35d00c29f81710eb6f4
2021-06-29 15:08:00 -07:00
Curtis Belmonte
218187bcce
Fix buttons and icons for fingerprint enroll intro
...
Updates the labels of buttons and the colors of icons shown on the
fingerprint enroll intro screen to be consistent with the face enroll
intro screen and match the latest mocks.
Note that this commit removes some unused strings but does not add any
new ones requiring l10n.
Test: Manually tested face enroll from Setup Wizard and Settings
Fixes: 192381823
Change-Id: Id991d4f29d6de82acd538f1853bc8a5e50cd2637
2021-06-29 14:05:27 -07:00
TreeHugger Robot
2171d72c0d
Merge "[Settings] Pass the system user to launch the web help page" into sc-dev am: b36bbc55d1 am: aa3e4f7348
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15105946
Change-Id: I710c1878e60bf6f0fb09888752e5d9b033849cfe
2021-06-29 19:25:31 +00:00
TreeHugger Robot
c0aab4416a
Merge "[Settings] Pass the system user to launch the web help page" into sc-dev am: b36bbc55d1
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15105946
Change-Id: Ifc37331783f90bbb921d1eedaba9c8272a192e33
2021-06-29 19:07:51 +00:00
TreeHugger Robot
b36bbc55d1
Merge "[Settings] Pass the system user to launch the web help page" into sc-dev
2021-06-29 18:55:24 +00:00
Jan Tomljanovic
9d7cff7532
Merge "Enable controllers to use a custom key." into sc-dev am: 2b8678c5d4 am: b91878940e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15101190
Change-Id: Ieb4978ed3d1467afaff9473a7cceb34d3dcca002
2021-06-29 16:26:46 +00:00
Jan Tomljanovic
d8ab97081b
Merge "Enable controllers to use a custom key." into sc-dev am: 2b8678c5d4
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15101190
Change-Id: If128e463dd8d4886d94bd41ed457b8c02eac8e93
2021-06-29 16:18:13 +00:00
Jan Tomljanovic
2b8678c5d4
Merge "Enable controllers to use a custom key." into sc-dev
2021-06-29 16:02:55 +00:00
TreeHugger Robot
555f390b69
Merge "[Provider Model] Fix the "Cancel" button issue in the reminder dialog" into sc-dev am: a375349c0a am: a1743644bd
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15135719
Change-Id: Idbee65ea3b5e20e1ac743e7dcf6c40b2c9fcc645
2021-06-29 13:39:28 +00:00
TreeHugger Robot
1d69f1c0e1
Merge "[Provider Model] Hide Connectivity Subsystems when recovering" into sc-dev am: 80fd8a7cce am: 2a56929f62
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15124033
Change-Id: I4e76656f5cfefe4dca6a432929e9c8ac756c34db
2021-06-29 13:39:21 +00:00
TreeHugger Robot
49ab6f7ba5
Merge "Fix the multiple instences of NetworkProviderSettingsActivity issue" into sc-dev am: b121a52359 am: 87baaeb505
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15135727
Change-Id: I1d3fd2c6ded732e4815d0c5dc913fbd11a205a07
2021-06-29 13:39:08 +00:00
TreeHugger Robot
ed8c6b358b
Merge "[Provider Model] Fix the "Cancel" button issue in the reminder dialog" into sc-dev am: a375349c0a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15135719
Change-Id: I0812260ec7ca5c4e27e40ed0b3cbd725f1024f7c
2021-06-29 13:24:49 +00:00
TreeHugger Robot
0c0eb5e6e2
Merge "[Provider Model] Hide Connectivity Subsystems when recovering" into sc-dev am: 80fd8a7cce
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15124033
Change-Id: I224d04fcf4afb0596e3910673582f68aa0088192
2021-06-29 13:24:42 +00:00
TreeHugger Robot
31abfa4b1b
Merge "Fix the multiple instences of NetworkProviderSettingsActivity issue" into sc-dev am: b121a52359
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15135727
Change-Id: I3aebcdad1bd6e81aa648562edaa043e5d007117e
2021-06-29 13:24:31 +00:00
TreeHugger Robot
a375349c0a
Merge "[Provider Model] Fix the "Cancel" button issue in the reminder dialog" into sc-dev
2021-06-29 13:13:04 +00:00
TreeHugger Robot
80fd8a7cce
Merge "[Provider Model] Hide Connectivity Subsystems when recovering" into sc-dev
2021-06-29 13:11:14 +00:00