Yining Liu
1436bcff72
Fix the toggle status for show sensitive content switches
...
We need to make the show sensitive content switch checked by default.
The old implementation misses calling to super.updateState(), which
caused lacking of UI refreshment.
This change also added validation to the preference id that is used
to construct the LockScreenNotificationShowSensitiveController, which
avoids misusage.
Added unit tests to verify that the UI is also updated upon Settings
change, and the preference IDs are verified.
Fix: 392621932
Flag: com.android.server.notification.notification_lock_screen_settings
Test: manual
Change-Id: I31fe602d5b5439515e5fdf5c706b420edaf79042
2025-01-29 12:59:53 -08:00
Daniel Norman
7e6cc163d9
Merge "Includes new HCT-Migration-Notification entrypoint in a11y stats logs." into main
2025-01-23 10:08:58 -08:00
Treehugger Robot
4f5ccc672f
Merge changes from topic "catalyst" into main
...
* changes:
[Catalyst] Migrate WifiCallingScreen to parameterized screen
[Catalyst] Support parameterized screens
2025-01-23 07:44:29 -08:00
Treehugger Robot
3114fdfaa4
Merge "Fix missing mode title and menu" into main
2025-01-23 05:53:54 -08:00
Jacky Wang
7a24cd61ac
[Catalyst] Migrate WifiCallingScreen to parameterized screen
...
Bug: 388420844
Bug: 372732219
Flag: com.android.settings.flags.catalyst_wifi_calling
Test: devtool
Change-Id: I322001acc453eae0d69761f7a585c6f33087ef6a
2025-01-23 17:16:41 +08:00
Jacky Wang
1e92038918
[Catalyst] Support parameterized screens
...
Bug: 388420844
Flag: com.android.settings.flags.catalyst
Test: devtool
Change-Id: I73158d8aca0b026d944451289965d72c2c814efb
2025-01-23 17:16:40 +08:00
Chelsea Hao
f956509b8c
Merge "Show qr code in "Share your audio" dialog" into main
2025-01-22 23:35:39 -08:00
chelseahao
b6ba9c3bbc
Show qr code in "Share your audio" dialog
...
Test: atest
Bug: 381775542
Flag: com.android.settingslib.flags.enable_le_audio_sharing
Change-Id: I6fe339beb50803989d4110fca681e609d2d600c1
2025-01-23 14:23:38 +08:00
Treehugger Robot
a9c090df87
Merge "Fix potential NPE in DevelopmentSettingsDashboardFragment" into main
2025-01-22 20:00:37 -08:00
Treehugger Robot
38b843f8ff
Merge "Update Wi-Fi hotspot log" into main
2025-01-22 19:31:53 -08:00
Jacky Wang
f29c38b7c5
Fix potential NPE in DevelopmentSettingsDashboardFragment
...
Fix: 364044354
Flag: EXEMPT bugfix
Test: N/A
Change-Id: If4809b44873c620c615696d697a9f2349dbe7890
2025-01-23 10:53:17 +08:00
Daniel Norman
f362378c03
Merge "Increment TeX counters for the HCT migration notification." into main
2025-01-22 15:55:12 -08:00
Vilas Bhat
3b6958253a
Merge "16KB: Fix failing tests for AOSP targets" into main am: 62c017beb5
am: 78c5a735ad
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/3455768
Change-Id: Ia25f358582c9e5a7b515b08bbeb9040e7e76c700
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2025-01-22 14:58:37 -08:00
Bill Yi
4b92d217f9
Merge "Import translations. DO NOT MERGE ANYWHERE" into main
2025-01-22 14:51:31 -08:00
Bill Yi
7ce82a4ccf
Merge "Import translations. DO NOT MERGE ANYWHERE" into main
2025-01-22 14:51:31 -08:00
Vilas Bhat
78c5a735ad
Merge "16KB: Fix failing tests for AOSP targets" into main am: 62c017beb5
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/3455768
Change-Id: If65e7e554d6b2850436b09de06bb96ac3669fbb8
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2025-01-22 14:21:32 -08:00
Daniel Norman
c734de5e80
Includes new HCT-Migration-Notification entrypoint in a11y stats logs.
...
Bug: 391672253
Test: none
Flag: EXEMPT (code which uses this entrypoint is flagged with
com.android.graphics.hwui.flags.high_contrast_text_small_text_rect)
Change-Id: Id99481caa731c5cbff241c054e2c7c9331112cba
2025-01-22 14:13:50 -08:00
Vilas Bhat
62c017beb5
Merge "16KB: Fix failing tests for AOSP targets" into main
2025-01-22 13:55:06 -08:00
Daniel Norman
5b2a769765
Increment TeX counters for the HCT migration notification.
...
See the corresponding TeX change for more details.
Bug: 369906140
Flag: com.android.graphics.hwui.flags.high_contrast_text_small_text_rect
Test: run statsd_testdrive 644 and verify the output when the
notification appears
Test: ensure that rotating / restarting the activity does not trigger
multiple increments to the counter
Change-Id: Iea01962611e3e327cfbde6f3451f7f1ec54b955e
2025-01-22 19:17:31 +00:00
Riley Jones
9707e4039f
Merge "Cleanup of deprecated A11y settings functions" into main
2025-01-22 10:41:05 -08:00
Treehugger Robot
3d626d8e8b
Merge "Partial flag clean up: Remove large mouse pointer in A11y Setting screen" into main
2025-01-22 10:13:34 -08:00
Vitor Carvalho
4c9232dda4
Merge "Fix ActionDisabledByAdminDialogHelperTest by setting a mock SupervisionManager as system service." into main
2025-01-22 10:07:22 -08:00
Treehugger Robot
3dcc09cc82
Merge "Fix incorrect region" into main
2025-01-22 09:10:27 -08:00
Vitor Carvalho
e866c91b84
Fix ActionDisabledByAdminDialogHelperTest by setting a mock SupervisionManager as system service.
...
A shadow of DPM is automatically added as system service by Robolectric infra. Since SupervisionManager is new, it doesn't have that.
We will consider changing Robolectric to do the same thing when SupervisionManager becomes more stable.
Flag: TEST_ONLY
Bug: 382034839
Test: atest ActionDisabledByAdminDialogHelperTest
Change-Id: I389938df10ce97c563511473b0aeaee52225f419
2025-01-22 16:53:16 +00:00
Weng Su
6f2b7e4e4a
Update Wi-Fi hotspot log
...
- Update "allowedChannels" log to avoid confusion by "WifiService: getUsableChannels" log
Bug: 390232242
Flag: EXEMPT log only update
Test: Manual testing
Change-Id: I030220d0fa6c28fe2dea06d1c9e64c6ae87b09a8
2025-01-22 22:11:04 +08:00
Matías Hernández
a588f3ebc4
Fix missing mode title and menu
...
By moving these from onStart to onResume. Looks like a recent change to Settings broke this.
Bug: 391543900
Test: manual
Flag: EXEMPT Trivial bugfix
Change-Id: Ie9b8bd08e8513e7c6c2f1baeab4801af2fbe1cae
2025-01-22 14:57:48 +01:00
Allen Su
9e09f00956
Fix incorrect region
...
Bug: 388426025
Test: UI verification
Flag: com.android.settings.flags.regional_preferences_api_enabled
Change-Id: I62df2e3d2111ee45aece7a6af81edc561fe72b07
2025-01-22 11:02:52 +00:00
Chung Tang
bb094b877c
Merge "Accommodate BATT protocol modifications." into main
2025-01-22 02:58:57 -08:00
Bill Yi
e48b8d2724
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I6f5f3f90c7c96e9d50afad96bf7a14ab84e6c0f9
2025-01-22 01:22:42 -08:00
Bill Yi
e29f9d6486
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I42ec2ebc50027441018a073c2c0238b8018c0d3f
2025-01-22 01:20:49 -08:00
Yiyi Shen
a618a8a241
Merge "[Audiosharing] Move entry preference out of group category" into main
2025-01-22 01:09:08 -08:00
Chung Tang
8a6ea1a106
Accommodate BATT protocol modifications.
...
Bug: 380790573
Test: atest com.android.settings.bluetooth.AdvancedBluetoothDetailsHeaderControllerTest and Manual
Flag: com.android.settings.flags.enable_battery_level_display
Change-Id: Ibc4eb66aacedaf3a4111d4a411dada6cde1a5b9c
2025-01-22 00:14:53 -08:00
Yiyi Shen
001ec9d33e
Merge "[Audiosharing] Avoid popup dialog when broadcast start in SysUI" into main
2025-01-22 00:02:30 -08:00
Bill Lin
e34c3f9b99
Merge "Fix the SUW setup Pattern view the two steps offset issue" into main
2025-01-21 23:12:37 -08:00
lbill
5b70748ce9
Fix the SUW setup Pattern view the two steps offset issue
...
Test: manual go through SUW setup Pattern view, and make sure pattern
view do not shift in confirm step
Fixes: 324489595
Flag: EXEMPT bugfix/clean up layout issue
Change-Id: Ia5e6ef8a8c9ecf712f69bfde2bb631dc2605210d
2025-01-21 22:42:36 -08:00
Shawn Lin
047c38856a
Merge "[Biometric Onboarding & Edu] move screen lock settings to choose lock" into main
2025-01-21 22:34:40 -08:00
Treehugger Robot
11127f729e
Merge "[Catalyst] Initial migration for "Display size and text" screen" into main
2025-01-21 22:00:06 -08:00
Jacky Wang
4cadb751c2
[Catalyst] Allow using zero screen res in DashboardFragment
...
Bug: 383568136
Flag: android.app.supervision.flags.enable_supervision_settings_screen
Test: manual
Change-Id: Ic76121821b63aafe799cec6e784bf26bf1328092
2025-01-22 11:38:36 +08:00
Shawn Lin
d6df87cca6
[Biometric Onboarding & Edu] move screen lock settings to choose lock
...
- Hide gear menu in LockScreenSafetySource
- Move screen lock settings to ChooseLockGeneric
Bug: 370940762
Test: atest ScreenLockPreferenceDetailsUtilsTest
Flag: com.android.settings.flags.biometrics_onboarding_education
Change-Id: I07c7bb16ecc2ea6e7cd64a4e1d6bf4f493c5b951
2025-01-22 03:28:19 +00:00
Sunny Shao
d38e43b82f
[Catalyst] Initial migration for "Display size and text" screen
...
Test: Manual
Bug: 372776688
Flag: com.android.settings.flags.catalyst_text_reading_screen
Change-Id: Iadbf36cee58083b8182ed5b275912a9e3a15b119
2025-01-22 02:58:29 +00:00
Vincent Wang
aa39f81625
Merge "Determine if devices support screen off unlock from config" into main
2025-01-21 17:38:15 -08:00
Treehugger Robot
dd65609fd8
Merge "Revert "Replace system_ext container with system"" into main
2025-01-21 16:54:05 -08:00
Vilas Bhat
d30433c92e
16KB: Fix failing tests for AOSP targets
...
UiAutomator is case sensitive. On AOSP builds, the "Erase all data"
string is displayed in all caps in the dialog box on trying to erase all
data and switch to ext4 mode. This is a workaround fix for the issue.
Bug: 390535191
Flag: EXEMPT bugfix
Test: Enable16kbTest on AOSP Pixel 8 targets
Change-Id: I119fe076eb3eb037a23f07af77b9ad4935cb4064
2025-01-22 00:12:56 +00:00
Jacky Wang
82100793fd
[Catalyst] Implement metrics logger for Get/Set/Graph API
...
Bug: 372980186
Flag: com.android.settings.flags.catalyst
Test: statsd_testdrive
Change-Id: I358449612a09ef325e47d0d107e1d72339a9f741
2025-01-22 07:30:28 +08:00
Riley Jones
75500c02b2
Cleanup of deprecated A11y settings functions
...
Bug: 367414968
Test: atest com.android.settings.accessibility
Flag: EXEMPT cleanup
NO_IFTTT= Change does not alter preference list
Change-Id: I64f5f7fba112b6fb5035b88f01c04d9ee309f2c0
2025-01-21 21:07:34 +00:00
Yvonne Jiang
777378996f
Merge "Initial skeleton of new "Supervision" settings screen with top-level entry point." into main
2025-01-21 11:27:13 -08:00
Joy Babafemi
64769aae17
Merge "Credential Manager Settings Improvement Bug fixes" into main
2025-01-21 11:12:25 -08:00
Yvonne Jiang
b3c8c71fb3
Initial skeleton of new "Supervision" settings screen with top-level entry point.
...
Intake bug: b/379312924
Test: atest SupervisionDashboardScreenTest
Test: atest SupervisionMainSwitchPreferenceTest
Test: manually on real device
Bug: 383568136
Change-Id: I6bb8aa432c1b4527cec0f4c2593fd1494975503d
Flag: android.app.supervision.flags.enable_supervision_settings_screen
2025-01-21 10:54:57 -08:00
Bill Yi
968807c3bc
Merge "Import translations. DO NOT MERGE ANYWHERE" into main
2025-01-21 10:35:29 -08:00
Bill Yi
083acefed7
Merge "Import translations. DO NOT MERGE ANYWHERE" into main
2025-01-21 10:35:29 -08:00