Lynn Yeh
4115a9a278
Merge "Fix toolbar keyboard navigation and touch." into 24D1-dev
2024-03-20 07:56:36 +00:00
Vincent Wang
177867af12
Merge "Show calibtation result in FingerprintSettings & EnrollEnrolling if results are available" into 24D1-dev
2024-03-19 05:37:39 +00:00
George Chang
1df6f6a976
Merge "Revert "settings(dev): Remove NFC stack logging control"" into 24D1-dev
2024-03-19 05:06:34 +00:00
Vincent Wang
118abc5568
Show calibtation result in FingerprintSettings & EnrollEnrolling
...
if results are available
Bug: b/326155807
Test: Enroll multiple fingerprints and check if
calibration isn't triggered.
Change-Id: I006db64f001fb70d2bb294a15a2d3efc77e2da25
Merged-In: I006db64f001fb70d2bb294a15a2d3efc77e2da25
2024-03-19 02:32:58 +00:00
Chaohui Wang
67579d564b
New countryIfOriginLabel
...
And display this label as fallback when Regulatory Image is missing.
Bug: 329378943
Test: manual - on SIMs
Test: unit test
Change-Id: I0b8851da20face9ca444b3e6456a4a662b944b65
Merged-In: I0b8851da20face9ca444b3e6456a4a662b944b65
2024-03-15 09:23:31 +00:00
David Liu
033080b61d
Fix toolbar keyboard navigation and touch.
...
- toolbar default has touchscreenBlocksFocus enabled which make toolbar not focusable when touch screen present. Explicitly set touchscreenBlocksFocus to false make the toolbar can be focus when keyboard navigation.
- Remove focusableInTouchMode which breaks normal touch control. Read https://android-developers.googleblog.com/2008/12/touch-mode.html for more details.
Fix: 327025582
Fix: 324420544
Test: manual test with keyboard and touch navigation
Change-Id: I6cad869e3a51926405a6f3ae894daa5416050bf8
(cherry picked from commit 9b63fbb772 )
2024-03-15 06:40:57 +00:00
George Chang
b5d57eaa58
Revert "settings(dev): Remove NFC stack logging control"
...
This reverts commit a5bd1cf34f .
Bug: 329776725
Test: manual turn on/off debug logging.
Merged-In: I3c6026e230c7d35f04d9771442fadbf040a84b94
Change-Id: Ica004bb5f22636777287acfe1226b0f6a650d4f7
2024-03-15 05:55:41 +00:00
Chaohui Wang
bfb4086689
Update the summary when Wi-Fi calling ready
...
Since the correct summary can only be got after Wi-Fi calling ready.
Fix: 325414275
Test: manual - on Mobile Settings
Change-Id: Ida94fd0a86f2130b9f0dded82fe18efd3ffc0c27
Merged-In: Ida94fd0a86f2130b9f0dded82fe18efd3ffc0c27
2024-03-14 15:11:40 +08:00
Wilson Wu
7fe0754011
Fix keyboard vibration settings delay
...
The default settings observer delay is 10s for
background service. It cause the apps get the
settings update delay and lead a unsync behavior.
Update the settings change without delay.
Bug: 327094397
Test: Manual test with bug steps
Test: atest KeyboardVibrationTogglePreferenceControllerTest
Change-Id: Ib1c23ec9e1442e8397c7a36ffa157594ac64a9b3
(cherry picked from commit f2174611b8 )
Merged-In: Ib1c23ec9e1442e8397c7a36ffa157594ac64a9b3
2024-03-14 02:40:12 +00:00
Jacky Wang
081dbac72e
Reset app preferences does not trigger backup for App battery usages
...
Bug: 328712606
Fix: 328712606
Test: UT && Verify logcat when change/reset App battery usages
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:ef8a51fac85eedee8f9509b9f7c002281c1ae093 )
Merged-In: Ia3917c8dc2654185f5f048c048362fd47379b7d1
Change-Id: Ia3917c8dc2654185f5f048c048362fd47379b7d1
2024-03-13 03:23:50 +00:00
Jacky Wang
b03de69d79
Sort applications to avoid backup data change
...
Bug: 328698829
Fix: 328698829
Test: Manual test
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:ea8ed47d070be8b74297f1ca330dfdf9b196ec29 )
Merged-In: I0e5bf1145d972db136bbd85571f015b4ab6fb171
Change-Id: I0e5bf1145d972db136bbd85571f015b4ab6fb171
2024-03-13 03:23:34 +00:00
Jacky Wang
85e130ad7a
[DataStore] Support backup data state computation
...
Bug: 325144964
Test: Manual tests
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:5847d50e7bcab7d45d03351df802fb1228226aa5 )
Merged-In: I8ad4f2788f9f364eceb1bca841830e1f3a68fe77
Change-Id: I8ad4f2788f9f364eceb1bca841830e1f3a68fe77
2024-03-13 03:23:27 +00:00
Jacky Wang
a76aade27e
[DataStore] Support backup data with compression
...
Bug: 325144964
Test: Manual tests
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:23821a69f31c5712cb369bfdd7776a66926dc5ac )
Merged-In: Id73a30c2b58fafa6d9d1cbe247a6d9c38397394b
Change-Id: Id73a30c2b58fafa6d9d1cbe247a6d9c38397394b
2024-03-13 03:23:19 +00:00
Jacky Wang
11c9f1bff4
[DataStore] Migrate LocaleNotification SharedPreferences to BackupRestoreStorage
...
Bug: 325144964
Test: Manual tests
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:cc0a94d73247fa81eff0054a0dcf06e99c45adb1 )
Merged-In: I195ee91f29030fcfe7176ed0c18fb2e2d0d40257
Change-Id: I195ee91f29030fcfe7176ed0c18fb2e2d0d40257
2024-03-13 03:23:12 +00:00
Wilson Wu
81f2587fd4
Add fixed amplitude check for keyboard vibration
...
Make sure the keybaord vibration settings only show
up when fixed amplitude provided to avoid any unsync
behavior with platform.
Bug: 326027376
Test: atest KeyboardVibrationTogglePreferenceControllerTest
Change-Id: I3b4e06660e3eaa6ce537b72831073f092cba37e2
2024-03-08 11:22:34 +00:00
Graciela Wissen Putri
a0f573a35e
Follow config overlay's order of aspect ratio options
...
Fix flaky UserAspectRatioAppsPageProviderTest by using advanceUntilIdle
to make sure all coroutines are finished before asserting.
Bug: 325911424
Test: atest UserAspectRatioDetailsTest
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:32815ad699448c5c5b1f38df6d2d2a881d4251c1 )
Merged-In: I83e9a7f31536c1a006789722b0310f3364d14337
Change-Id: I83e9a7f31536c1a006789722b0310f3364d14337
2024-03-05 17:11:59 +00:00
SongFerng Wang
71c6c3e557
Merge changes I96574a79,I74681222 into main
...
* changes:
Fix the testcase failed
Add the log for SidecarFragment
2024-03-04 12:27:37 +00:00
Charlotte Lu
3b856490e8
Merge "Change WepNetworkDialogActivity exported="true"." into main
2024-03-04 10:15:53 +00:00
songferngwang
0d7d180246
Add the log for SidecarFragment
...
The system miss the SidecarFragment result, so the settings did not
active the esim.
Bug: 302505660
Test: NA
Change-Id: I746812220fed001eddc7d4aeeaf7aa0b04b86692
2024-03-04 10:10:30 +00:00
Zaiyue Xue
62132fffb2
Merge "Update the logic for logging anomaly information to WW." into main
2024-03-04 08:00:08 +00:00
Zaiyue Xue
a399c73ba0
Merge "Fix anomaly is not logged in non-debug mode." into main
2024-03-04 07:55:18 +00:00
Chaohui Wang
66dacdf050
Merge "Create phoneNumberFlow" into main
2024-03-04 07:48:37 +00:00
Angela Wang
6089d3edd6
Merge "Replaces HearingDevicePairingDetail with HearingDevicePairingFragment" into main
2024-03-04 06:53:19 +00:00
Chaohui Wang
c8edb018a4
Create phoneNumberFlow
...
Bug: 318310357
Test: manual - on Mobile Settings
Change-Id: Ib80b6c510ebd89650557240add23d914934ba6c9
2024-03-04 13:52:18 +08:00
Zaiyue Xue
87ecb92e6e
Fix anomaly is not logged in non-debug mode.
...
Proto is not supported to fully toString() in non-debug mode.
Bug: 327978756
Fix: 327978756
Test: manual
Change-Id: I1231c40769fd345b500ec120cf9c6fca3eb7c54a
2024-03-04 13:24:13 +08:00
Jacky Wang
16a99aecae
Merge "[DataStore] Migrate BatteryBackupHelper to BackupRestoreStorage" into main
2024-03-04 03:58:29 +00:00
Zaiyue Xue
51740f6540
Update the logic for logging anomaly information to WW.
...
Bug: 316075226
Test: manual
Change-Id: I22198ee1ae3cedee6ee9d2e8191423000ba32af2
2024-03-04 10:47:29 +08:00
Chelsea Hao
7eb6df8ee7
Merge "[Audiosharing] Remove audio streams from settings." into main
2024-03-04 02:33:18 +00:00
Jacky Wang
006bf17c4f
[DataStore] Migrate BatteryBackupHelper to BackupRestoreStorage
...
Bug: 325144964
Test: Manual tests
Change-Id: I19f7c78969d70648d1e45f1627827d98b1fdd1e0
2024-03-03 22:42:00 +08:00
Chaohui Wang
bec4c9573e
Create isSubscriptionEnabledFlow
...
To better display the isEnable checked state.
Bug: 318310357
Test: manual - on Mobile Settings
Test: unit test
Change-Id: Ia595e7445650ad67883f1e7c1a0662cb826565ea
2024-03-02 05:01:28 +00:00
Treehugger Robot
29e984b13a
Merge "settings(dev): Remove NFC stack logging control" into main
2024-03-02 02:16:24 +00:00
Treehugger Robot
14f9f67df6
Merge "Make SmartBatterySettings unsearchable when it's not available." into main
2024-03-01 17:56:59 +00:00
Yiling Chuang
93c0dbf98d
Make SmartBatterySettings unsearchable when it's not available.
...
Bug: 323915905
Test: robotest
Change-Id: I5adc9d19b482b8e07237f5c7d62d315556095c38
2024-03-01 16:28:12 +00:00
Shaowei Shen
624e1beca8
Merge "[A11y Setting] Add keyboard keys preferences under A11y page" into main
2024-03-01 13:37:03 +00:00
shaoweishen
a5f5ff4add
[A11y Setting] Add keyboard keys preferences under A11y page
...
Bug: 325851068
Test: make RunSettingsRoboTests
Change-Id: Ic7eb1ec9e260a95d040bee784cbff479a4f087d0
2024-03-01 12:05:30 +00:00
Jacky Wang
382f845fd4
Remove NoOpHelper from SettingsBackupHelper
...
The NoOpHelper is useless, just clean it up.
Change-Id: Id31217217c9ef1ddde3d2710f79b0572f026accd
Bug: 325144964
Test: Presubmit
2024-03-01 11:22:10 +08:00
Treehugger Robot
408232b483
Merge "Handle NFC settings page routing for the default wallet role." into main
2024-02-29 22:52:11 +00:00
Daniel Norman
b13637cea9
Merge "Add Chun-Ku to A11y Settings OWNERS" into main am: 951cd157de am: af3c4de3c3
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2985032
Change-Id: Ife119a2250976b6c03fa17f1d9079e7d43b6ff7e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-02-29 22:28:19 +00:00
Daniel Norman
af3c4de3c3
Merge "Add Chun-Ku to A11y Settings OWNERS" into main am: 951cd157de
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2985032
Change-Id: I66e884b014a5162ea02312fd31030bde7beb859d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-02-29 21:43:19 +00:00
Marcus Ge
12108acc07
Merge "[Accessibility] Add basic metrics logging for color contrast" into main
2024-02-29 21:04:23 +00:00
Daniel Norman
b9e38fa9f0
Add Chun-Ku to A11y Settings OWNERS
...
Change-Id: Ia82f9f2196a33518faf2b7f345ad354990f7cf74
Test: n/a
Bug: n/a
2024-02-29 21:04:02 +00:00
Shaowei Shen
627d7202fd
Merge "[Physical Keyboard Setting] Update layout for one pane land screen" into main
2024-02-29 19:18:31 +00:00
Omer Ozer
eb0672b36d
Handle NFC settings page routing for the default
...
wallet role.
Bug: 326592915
Test: SettingsRoboTestStub
Change-Id: I24d9dcfc8cc90f110d4fef036aaabbf8b4f64926
2024-02-29 18:43:02 +00:00
Kangping Dong
830d4c0b1e
Merge "[Thread] add Thread toggle in settings" into main am: 522e193947 am: abd5f23fe9
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2909326
Change-Id: If086f510fe5d3b3f67b4f168f2e0d3f5e0ef98bd
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-02-29 18:25:13 +00:00
Roshan Pius
a5bd1cf34f
settings(dev): Remove NFC stack logging control
...
We are now turning on verbose logging by default.
Bug: 327517842
Test: Compiles
Change-Id: I3c6026e230c7d35f04d9771442fadbf040a84b94
2024-02-29 09:44:37 -08:00
Kangping Dong
abd5f23fe9
Merge "[Thread] add Thread toggle in settings" into main am: 522e193947
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2909326
Change-Id: I8640f2cf4a90203972a5db703ebb3e027224c746
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-02-29 17:43:51 +00:00
Rafael Higuera Silva
be1c70a85e
Merge "Add new dialogue and RAC logic." into main
2024-02-29 17:32:46 +00:00
Hakjun Choi
4de688db35
Merge "Apply satellite feature flag to Settings activity" into main
2024-02-29 14:53:16 +00:00
SongFerng Wang
975e761659
Merge "Add the error dialogs" into main
2024-02-29 11:29:51 +00:00
SongFerng Wang
af5bbc5087
Merge "Modify the condition for hide Dds confirmed dialog" into main
2024-02-29 11:27:05 +00:00