TreeHugger Robot
d7ce9a6534
Merge "Change ScrollView to NestedScrollView for screen size page"
2021-01-12 02:14:38 +00:00
TreeHugger Robot
cbfeb8bf01
Merge "Set a title for personal dictionary"
2021-01-12 02:14:38 +00:00
TreeHugger Robot
bd4b0687a6
Merge "Remove some emergency setting items scattered in settings"
2021-01-12 02:06:33 +00:00
Fan Zhang
3440b9529f
Remove some emergency setting items scattered in settings
...
All these items are displayed in the new Safety & emergency page.
Bug: 175158310
Test: manual
Change-Id: I3e323f2452db6d62aa98c79835c964c1c06a06cf
2021-01-11 15:28:35 -08:00
Diego Vela
12797dc986
Merge "Revert "Expose role API for Settings on RoleManager.""
2021-01-11 19:30:04 +00:00
Diego Vela
e822aea2e1
Revert "Expose role API for Settings on RoleManager."
...
Revert submission 13261069-role-settings-api
Reason for revert: Might be breaking RcsProvisioningMonitorTest
Bug: 177227549
Test: RcsProvisioningMonitor
Reverted Changes:
Idbd0db119:Expose role API for Settings on RoleManager.
Iafe1d2460:Expose role API for Settings on RoleManager.
I6a3e5a26c:Expose role API for Settings on RoleManager.
Change-Id: Ic48c562e8249ca43e7c594f55d94ba190540be22
2021-01-11 19:11:25 +00:00
Mill Chen
1b37291364
Change ScrollView to NestedScrollView for screen size page
...
To make sure the collapsing toolbar work as usual, we need to use
NestedScrollView instead of ScrollView in the screen size page.
Bug: 176896338
Test: manual test and visual verified
1) Navigate to Settings -> Display -> Display size
2) Change the size on the seekbar
3) Observe and check if the preview window can be scrolled
Change-Id: Ia5bb66ef63b9d9a7713cebddbf6ab6258ff82b8d
2021-01-12 02:56:32 +08:00
Ashwini Oruganti
eb9e2e74cc
Merge "Bulk apply PendingIntent.FLAG_MUTABLE_UNAUDITED."
2021-01-11 18:25:05 +00:00
Fan Zhang
1447ed1fa5
Merge "Add android:order to all emergency setting items"
2021-01-11 16:52:11 +00:00
Mill Chen
124f01999c
Set a title for personal dictionary
...
After the collapsing toolbar layout is applied to subsetting pages, the
title of the personal dictionary page won't be shown. This CL is to set
a title for the personal dictionary page.
Bug: 176897229
Test: manual test and visual verified
1) Navigate to Settings -> System -> Languages & input -> Personal
dictionary
2) Enable collapsing toolbar feature
3) Observe and check if the title is shown as normal
Change-Id: I0b6488bc2c8040b275ba0d5348d09aa4bad905d1
2021-01-11 17:59:47 +08:00
Yanting Yang
ed9df99790
Merge "Update wallpaper icon for silky home"
2021-01-11 09:08:59 +00:00
Weng Su
062a80f221
Merge "Add Hotspot WPA3 Settings"
2021-01-11 08:46:15 +00:00
PETER LIANG
90c976b8c0
Merge "Add test cases for ToggleAutoclickCustomSeekbarController."
2021-01-11 07:34:21 +00:00
tim peng
ce66cbb502
Merge "Rename MediaOutputSliceConstants to MediaOutputConstants"
2021-01-11 05:08:26 +00:00
Yanting Yang
e18dc24d18
Update wallpaper icon for silky home
...
Bug: 168166015
Test: robotest & visual
Change-Id: I7ff26037a6efa89fb3be5d71037721d3c21c634f
2021-01-11 10:24:10 +08:00
Weng Su
b9c865b704
Add Hotspot WPA3 Settings
...
- Add WPA3 SAE security types
- "WPA3-Personal"
- "WPA2/WPA3-Personal"
- Verify valid WPA3 password
- Enable QR code scanner for Hotspot WPA3
- Avoid null point exception when settings keyword searching
- Screenshot
https://screenshot.googleplex.com/B6u54wh8w35Xnyf
https://screenshot.googleplex.com/8hWHHUTb6UaS9vB
Bug: 167968488
Test: manual test
- atest WifiTetherSecurityPreferenceControllerTest
- atest WifiUtilsTest
Change-Id: I2992040498f8add107a4cce70a92c1c6ee6ab805
2021-01-10 08:38:39 +00:00
TreeHugger Robot
6ac579fe44
[automerger skipped] Merge "Add adaptive charging to the top level settings menu" into rvc-qpr-dev am: 4046f5c134
am: 07c98be876
-s ours
...
am skip reason: Change-Id Iba2d81e779e2b4aaa3c7b7c38710a03c6792c4a9 with SHA-1 b60870cb7d
is in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13287641
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I4334a1cdf8988492abd999ade92da8fccdc9cb5a
2021-01-09 00:39:30 +00:00
TreeHugger Robot
07c98be876
Merge "Add adaptive charging to the top level settings menu" into rvc-qpr-dev am: 4046f5c134
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13287641
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Ie23c4efbf1923e89c4f077decb397251f6c70f28
2021-01-09 00:02:13 +00:00
Fan Zhang
78cbca8cbd
Add android:order to all emergency setting items
...
Each item has a gap of 100 to allow external setting injection choose
where to display.
Bug: 175158310
Test: manual
Change-Id: Icf150ad8fc956c3db391251382b08b5155034a8b
2021-01-08 23:56:33 +00:00
TreeHugger Robot
4046f5c134
Merge "Add adaptive charging to the top level settings menu" into rvc-qpr-dev
2021-01-08 23:16:28 +00:00
TreeHugger Robot
fa19722c3a
Merge "Increase char count"
2021-01-08 21:51:40 +00:00
Ashwini Oruganti
2f349da025
Bulk apply PendingIntent.FLAG_MUTABLE_UNAUDITED.
...
We've been working hard to require PendingIntents explicitly declare
if they allow their contents to be mutated or not, and to finish
landing that work this change applies the new FLAG_MUTABLE_UNAUDITED
flag to all remaining code locations until they can be manually
inspected.
Bug: 160794467
Test: manual
Change-Id: I7b9ef5dcd35187facef1ec424589b81f834f23c0
2021-01-08 13:14:05 -08:00
Julia Reynolds
25bb0b9e6c
Increase char count
...
Test: manual
Fixes: 176998789
Change-Id: I396fb41ed016cc608509200b950b1bc650e6303e
2021-01-08 15:20:47 -05:00
Joshua Mccloskey
83102ab0a2
Merge "Updated Fingerprint enrollment logging"
2021-01-08 19:11:51 +00:00
TreeHugger Robot
4419633fb1
Merge "Expose role API for Settings on RoleManager."
2021-01-08 18:48:37 +00:00
Bill Yi
e5f17d9b91
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 1d5c247dbf
-s ours am: 834bce20d7
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13306223
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I588abee420f9f42423ee8b026fd7507f9aae3c95
2021-01-08 18:30:18 +00:00
Bill Yi
834bce20d7
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 1d5c247dbf
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13306223
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Ife4a611a82a86cb6ed3236ed244cb691d48ea985
2021-01-08 18:00:46 +00:00
TreeHugger Robot
2fbfc6f57a
Merge "Import translations. DO NOT MERGE ANYWHERE"
2021-01-08 17:38:59 +00:00
TreeHugger Robot
c81a929f65
Merge "Import translations. DO NOT MERGE ANYWHERE"
2021-01-08 17:15:13 +00:00
Bill Yi
1d5c247dbf
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ic94d377a34a4c4e4df254418e06023ef13abb5b8
2021-01-08 07:36:39 -08:00
Bill Yi
b11aa0bce4
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I8ff6eb1cf9c0da480e9fcbf23d12f3e20d522f5f
2021-01-08 15:00:28 +00:00
Bill Yi
ed27135cc9
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I3e54272d727177238bf945b3415fa8ac3f4cda4a
2021-01-08 14:31:21 +00:00
Jason Hsu
606e8b1f88
Merge "Fix crash when rotating the device on magnification mode dialog"
2021-01-08 13:13:28 +00:00
TreeHugger Robot
1d4857d8dd
Merge "Animate the search bar expansion"
2021-01-08 12:51:38 +00:00
Edgar Wang
d5e9dbb878
Merge "Make Autofill category in developer options can not be search"
2021-01-08 12:47:29 +00:00
Treehugger Robot
4fa8813f8b
Merge "Fix too many receivers Exception" am: 2e6cde6b94
am: 8c2b2cc806
am: f83f554a75
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1498417
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I994084cd157a33e74a07525e6dd61229069fbdd7
2021-01-08 10:40:56 +00:00
Treehugger Robot
f83f554a75
Merge "Fix too many receivers Exception" am: 2e6cde6b94
am: 8c2b2cc806
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1498417
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Iac11b0261e6c2323558d974e7e81788c54661029
2021-01-08 10:14:26 +00:00
Treehugger Robot
8c2b2cc806
Merge "Fix too many receivers Exception" am: 2e6cde6b94
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1498417
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Id69d676c8386f74a7e642984ea7387baacd2711c
2021-01-08 09:22:52 +00:00
Tsung-Mao Fang
902a3469f0
Animate the search bar expansion
...
Enable the transition between Settings app and Settings Search
Test: Record the transition video and confirm it.
Fix: 175764903
Change-Id: I95125fba17bbf517feee9a10fd828ff8017f7106
2021-01-08 07:48:54 +00:00
Fan Zhang
80c7251526
Switch to use EmergencyNumberUtils to update e-number.
...
The backend storage choice is delegated to EmergencyNumberUtils. Using
the utils class abstrats underlying details away from Settings app.
Bug: 177006940
Test: manual
Change-Id: I78c5ef79e141e3609ab9d10e558803457b617911
2021-01-07 22:45:39 -08:00
Treehugger Robot
2e6cde6b94
Merge "Fix too many receivers Exception"
2021-01-08 05:35:46 +00:00
TreeHugger Robot
6f74b9a5dd
Merge "Update the message for FingerprintEnrollIntroduction"
2021-01-08 05:34:46 +00:00
TreeHugger Robot
75e2af7645
Merge "Add the mutability flag to the pendingIntent"
2021-01-08 05:26:31 +00:00
Bryan Ferris
43f8e3bb7c
[automerger skipped] Merge "RESTRICT AUTOMERGE Update String" into pi-dev am: 8a79a4314d
-s ours am: 12033fe425
am: f5477b05d9
-s ours am: 857f330841
am: 421dce1928
am: 1b11dbe557
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13276368
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Ibc4191676c34c961d88c9da0fff2c18a85e23476
2021-01-08 05:05:24 +00:00
Bryan Ferris
538af12904
[automerger skipped] Merge "RESTRICT AUTOMERGE Update String" into pi-dev am: 8a79a4314d
-s ours am: 12033fe425
am: f5477b05d9
-s ours am: 857f330841
am: 24390f2449
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13276368
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I9e2b0a6f8ee26c300a58d70b94eb409d6568a542
2021-01-08 04:17:04 +00:00
Bryan Ferris
1b11dbe557
[automerger skipped] Merge "RESTRICT AUTOMERGE Update String" into pi-dev am: 8a79a4314d
-s ours am: 12033fe425
am: f5477b05d9
-s ours am: 857f330841
am: 421dce1928
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13276368
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Ifc4696861836d97e73a376f20280a16cc6f236ca
2021-01-08 04:16:46 +00:00
TreeHugger Robot
66363d707f
Merge "[Provider Model] Replace WiFi panel to Internet panel"
2021-01-08 03:57:19 +00:00
Bryan Ferris
24390f2449
[automerger skipped] Merge "RESTRICT AUTOMERGE Update String" into pi-dev am: 8a79a4314d
-s ours am: 12033fe425
am: f5477b05d9
-s ours am: 857f330841
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13276368
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I1670f28e87a1838b128d47fd09db8688e6d77605
2021-01-08 03:54:30 +00:00
Bryan Ferris
421dce1928
[automerger skipped] Merge "RESTRICT AUTOMERGE Update String" into pi-dev am: 8a79a4314d
-s ours am: 12033fe425
am: f5477b05d9
-s ours am: 857f330841
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13276368
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I1b1f1188958d52b025bd67bc27c847725b38598f
2021-01-08 03:53:39 +00:00
Bryan Ferris
857f330841
[automerger skipped] Merge "RESTRICT AUTOMERGE Update String" into pi-dev am: 8a79a4314d
-s ours am: 12033fe425
am: f5477b05d9
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13276368
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I41680fe10178c008dbf5a173f8c73892cb49422d
2021-01-08 03:17:10 +00:00