TreeHugger Robot
3a445a3ea1
Merge "Allow Magnification Settings launch from outside of AccessibilitySettings" into udc-dev
2023-02-24 18:54:44 +00:00
Darrell Shi
6b6c68fd94
Merge "Hide "additional info" when active dream does not support." into tm-qpr-dev
2023-02-24 16:10:13 +00:00
Zaiyue Xue
ae0d935dcc
Merge "Fix b/265387286: The total percentage of all apps is not 100%" into udc-dev
2023-02-24 12:55:21 +00:00
Vincent Wang
d17704196f
Merge "Refactor FingerprintEnrollEnrolling to fragment" into udc-dev
2023-02-24 11:42:26 +00:00
Zaiyue Xue
6d939b34dc
Fix b/265387286: The total percentage of all apps is not 100%
...
Bug: 265387286
Fix: 265387286
Test: manual
Change-Id: I654f8211a45c818f9a2d4867ac679e72c9ce6eb1
2023-02-24 19:19:28 +08:00
TreeHugger Robot
fa57dd3f2e
Merge "[Settings] Re-enable previous work on data saver" into udc-dev
2023-02-24 10:15:32 +00:00
Tom Hsu
7e2ea92559
Merge "Switch off Calendar UI fo regional preferences" into udc-dev
2023-02-24 09:47:01 +00:00
Vincent Wang
882b49c8fb
Refactor FingerprintEnrollEnrolling to fragment
...
Bug: b/260957933
Test: NA
Change-Id: I281ec7a7373f6863e2e6f8f20bbbb01fa01e009a
2023-02-24 08:43:17 +00:00
Arc Wang
1596a2838d
Allow Magnification Settings launch from outside of AccessibilitySettings
...
Before this CL, Magnification Settings can only be
launched from MagnificationPreferenceController.
This CL initializes FooterPreferenceController if the
parent class does not initialize it from Intent extras.
Bug: 268411305
Test: manual
make RunSettingsRoboTests ROBOTEST_FILTER=MagnificationGesturesPreferenceControllerTest
make RunSettingsRoboTests ROBOTEST_FILTER=ToggleScreenMagnificationPreferenceFragmentTest
Change-Id: I954739c39c823ce7fe0daa711743f729d182571b
2023-02-24 15:56:43 +08:00
Bonian Chen
c9cca5940b
[Settings] Re-enable previous work on data saver
...
Previous work on data saver performance got disabled, this is a change to re-enable it.
Bug: 249502488
Test: build pass
Change-Id: I7264b1e8c21a789db358e0aae70a2cf0ce09ebba
(cherry picked from commit 2115d0e495
)
2023-02-24 06:27:18 +00:00
tom hsu
22dff773fa
Switch off Calendar UI fo regional preferences
...
- Due to unsupported calendar type in java lib, it may happen
unexpected exception. Hence switch off this function till we find a
better way to improve.
Bug: b/270650444
Test: Manual test.
Change-Id: If380dbe5d98b915f3e288eb668df573ef2971ae2
2023-02-24 14:03:45 +08:00
Weng Su
d7bbd4505c
Refer to the last Hotspot password when generating the password
...
- Query the last Hotspot password when security type is SECURITY_TYPE_OPEN and it will be used when the user changes to another security type
- If the last hotspot password is an empty string, then generate random password
Bug: 201789473
Test: manual test
atest -c WifiHotspotRepositoryTest
make RunSettingsRoboTests ROBOTEST_FILTER=WifiTetherPasswordPreferenceControllerTest
Change-Id: Id3a846099238433e7b6c8b934fa26a74df0dcb61
2023-02-24 11:22:40 +08:00
TreeHugger Robot
802bff9092
Merge "Fix b/265364351: Light theme icons opacity is too light" into udc-dev
2023-02-24 03:10:42 +00:00
Florian Mayer
9d99ab422a
Disable MTE developer option if device config overrides it
...
On the backend, the device config would already override the setting by
the UI.
(cherry picked from commit 65116faa29
)
Bug: 269523554
Merged-In: Idd249e060a275b58a399349f202fc68b42964eb0
Change-Id: Idd249e060a275b58a399349f202fc68b42964eb0
2023-02-23 17:58:33 +00:00
Zaiyue Xue
ea5b49f799
Fix b/265364351: Light theme icons opacity is too light
...
https://screenshot.googleplex.com/Avqsw3gb2tjKqrK.png
https://screenshot.googleplex.com/46AZuJMjp2HMyqd.png
https://screenshot.googleplex.com/9mE3XutRUNaGckg.png
https://screenshot.googleplex.com/5rNUKMJjhNBNShZ.png
Bug: 265364351
Fix: 265364351
Test: manual
Change-Id: I7521030f1a5d84cd88027fb84a465623610707fb
2023-02-23 21:12:29 +08:00
Daniel Huang
6e6b067863
Merge "Change key name "Meta" to "Action key"" into udc-dev
2023-02-23 12:50:31 +00:00
Zaiyue Xue
2959831d59
Merge "Fix b/265364507: Merge GPU and TPU into Others in battery usage system components list" into udc-dev
2023-02-23 11:46:58 +00:00
Avinash Vadlamudi
2a619718ee
Merge "[Auto Pin Confirm]: Fix the usage of LockPatternUtils#isAutoPinConfirmFeatureAvailable method" into udc-dev
2023-02-23 11:33:41 +00:00
Bonian Chen
7d76797f94
Merge "[Settings] Customizable resource for hiding 3G preferred network type" into udc-dev
2023-02-23 11:04:19 +00:00
danielwbhuang
b8e1799527
Change key name "Meta" to "Action key"
...
1. In the modifier key remapping page, the string "Meta" should be changed to "Action"
2. We should add the default focus effect when users go into this page first time.
Demo: https://screencast.googleplex.com/cast/NTA2NjA2MzEyMjI2ODE2MHw2YjRjOTljMi0xMQ
Bug: 269981968
Test: manual
Change-Id: I481be0370166a8831bedc721751e23cee3b39703
2023-02-23 18:01:15 +08:00
Angela Wang
aa54f1b32b
Updates to use flash notification settings keys in settings provider
...
Previously we hard-coded the settings key in FlashNotificationUtils. Change to use internal system settings key for retrieving flash notification settings from the database.
Bug: 266775683
Test: make RunSettingsRoboTests ROBOTEST_FILTER=CameraFlashNotificationPreferenceControllerTest
Test: make RunSettingsRoboTests ROBOTEST_FILTER=ScreenFlashNotificationPreferenceControllerTest
Test: make RunSettingsRoboTests ROBOTEST_FILTER=FlashNotificationsPreviewPreferenceControllerTest
Test: make RunSettingsRoboTests ROBOTEST_FILTER=FlashNotificationsUtilTest
Change-Id: I1e7a0c4ed58505cfb3c06e43af866744fa1b2d41
2023-02-23 09:17:03 +00:00
Bonian Chen
a9717482a7
[Settings] Customizable resource for hiding 3G preferred network type
...
Add a customiazble resource for specifying the carriers that avoiding
from showing 3G option within the preferred network type.
Bug: 261615630
Bug: 247995343
Bug: 268564499
Bug: 265147144
Bug: 267433657
Bug: 240176276
Bug: 266724047
Bug: 265147263
Bug: 242017692
Bug: 220998105
Bug: 209835551
Bug: 237837196
Bug: 239318933
Bug: 247996564
Test: local
Change-Id: I8092372372cb334b5ac1956b869d194b9fcd0523
2023-02-23 09:04:50 +00:00
Bonian Chen
ad209be4af
[Settings] EID should be read out as phone number
...
EID need to support TTS.
Bug: 270517566
Test: local
Change-Id: I630e94cca8d240595546897ac17ae6c59366c84a
2023-02-23 08:45:25 +00:00
Charles Chen
159b42a247
Make Settings show in two-pane on portrait tablet
...
Test: manual - Change Display size and observe
Bug: 211562623
Change-Id: I0c26a7443882cc28edb5500f8d135c5f00dee515
Merged-In: I0c26a7443882cc28edb5500f8d135c5f00dee515
2023-02-23 08:38:52 +00:00
Zaiyue Xue
cbd5223bc7
Fix b/265364507: Merge GPU and TPU into Others in battery usage system components list
...
Bug: 265364507
Fix: 265364507
Test: manual
Change-Id: Ia428a0854c42dacff130c2492ae11642643043b0
2023-02-23 16:01:07 +08:00
Anvesh Renikindi
a54ecedde3
Merge changes from topic "androidx_ae"
...
* changes:
Fix build for jetpack update
Update ActivityEmbedding usage.
2023-02-23 06:22:15 +00:00
Avinash Vadlamudi
e644d26b95
[Auto Pin Confirm]: Fix the usage of LockPatternUtils#isAutoPinConfirmFeatureAvailable method
...
- The method isAutoPinConfirmFeatureAvailable is changed to static, so refactoring the code to use it properly.
Bug: 270315296
Test: Manual Test
Test: atest AutoPinConfirmPreferenceControllerTest
Test: atest ChooseLockPasswordTest
Change-Id: Idecaeca296b9ae9acdd0c094dcbb736db31b74b3
2023-02-23 05:56:58 +00:00
Weiyue Huang
1b6ab7ec90
Prevent the screen reader box from unexpected scrolling in dream setting
...
page.
Bug: 228355186
Test: manual
Change-Id: I66a70d6b12bd3a2766e6879cb27c68a851d1dd87
Merged-In: I66a70d6b12bd3a2766e6879cb27c68a851d1dd87
(cherry picked from commit edfd262be2
)
2023-02-23 03:16:00 +00:00
Henri Chataing
b2e4e3c85f
Nfc: Rename system properties in Nfc settings
...
The nfc properties are now added to system/libsysprop and
were renamed at the same time for homogenity.
Bug: 268219397
Test: m Settings
Change-Id: I496e128b9db225aac583a1e0b91687f78a268b63
(cherry picked from commit 94e898a02b
)
2023-02-23 01:48:42 +00:00
Jack Yu
252dd209b3
Show reboot dialog when users disable developer options am: d91e7a0565
am: e1dfe3d417
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2332204
Change-Id: I7225161683a0b68b6eebf188ec99f39e57a33851
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-22 19:16:48 +00:00
Jack Yu
86a6c6a9a7
Add a new NFC developer setting option for NFC vendor verbose log am: 8f1794043c
am: 0797feaf7b
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2332203
Change-Id: Id9fd40284b018c8cc3424d6a77c6f6f7bf43da2e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-22 19:16:45 +00:00
Jack Yu
08c64a4414
Add a new NFC developer setting option for NFCSNOOP am: a2f8944942
am: 81f481fac4
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2332202
Change-Id: I28561bde03b8dd3cbf2394ea5c851b15b584da49
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-22 19:15:02 +00:00
Treehugger Robot
4767472df7
Merge "Change API name" am: a0642974a4
am: f9d1535640
am: a14b3c6be2
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2445642
Change-Id: I368b125ea1f96f6a70ce4eb0cbcf91150d865ef5
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-22 18:48:37 +00:00
Diya Bera
1da59b0eab
Merge "Remove duplicate code" into tm-qpr-dev am: 041d00afac
am: 65721576d8
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/21487844
Change-Id: I8efe213dc674f2790130d2935ce9062546b5210f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-22 18:42:46 +00:00
Treehugger Robot
a14b3c6be2
Merge "Change API name" am: a0642974a4
am: f9d1535640
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2445642
Change-Id: Id8b6e017f93933b3b64b66be9639b203b0fa9e93
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-22 18:37:55 +00:00
Jack Yu
e1dfe3d417
Show reboot dialog when users disable developer options am: d91e7a0565
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2332204
Change-Id: If1a8b237f58bcbb1c07a27b054be09a7530922f2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-22 18:30:54 +00:00
Jack Yu
0797feaf7b
Add a new NFC developer setting option for NFC vendor verbose log am: 8f1794043c
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2332203
Change-Id: Ic9c47d49121184737369e041048a678dda53bf52
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-22 18:30:50 +00:00
Jack Yu
81f481fac4
Add a new NFC developer setting option for NFCSNOOP am: a2f8944942
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2332202
Change-Id: Ic96878e632ec919f2486263a5cb479486b9d4c54
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-22 18:30:37 +00:00
Treehugger Robot
f9d1535640
Merge "Change API name" am: a0642974a4
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2445642
Change-Id: I3a96da519c41151b57e7580b0816101590322b1a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-22 18:21:01 +00:00
Diya Bera
65721576d8
Merge "Remove duplicate code" into tm-qpr-dev am: 041d00afac
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/21487844
Change-Id: If6a80674fa3d00f6d5a82110df1f2bab50693ba4
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-22 18:15:52 +00:00
Henri Chataing
4de9ff1a8f
Merge changes from topic "nfc_logging_control"
...
* changes:
Add test cases for NfcSnoopLog and NfcVerboseVendorLog
Show reboot dialog when users disable developer options
Add a new NFC developer setting option for NFC vendor verbose log
Add a new NFC developer setting option for NFCSNOOP
2023-02-22 17:12:46 +00:00
Diya Bera
041d00afac
Merge "Remove duplicate code" into tm-qpr-dev
2023-02-22 16:44:06 +00:00
YK Hung
629782cc88
Merge "Fix b/270290013: Updates battery usage system component icons" into udc-dev
2023-02-22 15:06:44 +00:00
YK Hung
c74a6b4fb0
Merge "Fix b/265364509 Update battery usage page footer string" into udc-dev
2023-02-22 14:56:15 +00:00
Zaiyue Xue
7350621d40
Fix b/270290013: Updates battery usage system component icons
...
Bug: 270290013
Fix: 270290013
Test: manual
Change-Id: I92cda88269fdee767b00cd1b9aa78062015a5095
2023-02-22 18:23:20 +08:00
Zaiyue Xue
cc9df56ed4
Fix b/265364509 Update battery usage page footer string
...
Bug: 265364509
Fix: 265364509
Test: manual
Change-Id: I1deef3157ae7c5a8425e2ae438dacebcadd25fce
2023-02-22 15:55:51 +08:00
TreeHugger Robot
22a620dbd4
Merge "Cleaned up the deprecated APIs" into udc-dev
2023-02-22 06:45:01 +00:00
Tiger
f9616e0e5a
Add an developer option to enable config_navBarDefaultTransparent
...
This enables the user to make navigation bar color transparent by
default. It will only affect apps which don't specify the navigation
bar color.
Fix: 232195501
Test: atest TransparentNavigationBarPreferenceControllerTest
Change-Id: I91581558b92abeaa3501b9749f1a1ab43db8e771
2023-02-22 14:44:16 +08:00
Chaohui Wang
6461dc3814
Merge "Update HomePageProvider to use getSettingsPage" into udc-dev
2023-02-22 01:28:43 +00:00
Jack Yu
aeb9d72bac
Cleaned up the deprecated APIs
...
Bug: 270094276
Test: Basic phone funcationality tests
Change-Id: If58b250be461aa05ec3e55390fe73142676b283d
2023-02-21 15:01:23 -08:00