mxyyiyi
ff3786f451
Fix talkback focus on "Less than a min"
...
- update text "min" to "minute"
Fix: 317140357
Test: manual
Change-Id: Iad1b72064f1b17c9d1ef4ed02b3d2de280d5449c
2024-03-21 15:04:13 +08:00
Xinyi Mao
4e56242991
Merge "Update percentage symbol from western sign to arabic sign" into main
2024-03-21 06:41:15 +00:00
mxyyiyi
8ce68baa24
Update percentage symbol from western sign to arabic sign
...
(https://screenshot.googleplex.com/ALgEzpDKG4BMBB4 )
Fix: 322855881
Test: manual
Change-Id: I1335996814a1b80006481f52201a107144497859
2024-03-21 12:09:55 +08:00
Daniel Norman
88feeec3c1
Merge "Remove usages of bugfix flag cleanup_accessibility_warning_dialog." into main
2024-03-20 17:49:34 +00:00
Andy Wickham
cc10abe1c2
Merge "Allows for system navigation settings to be added dynamically." into main
2024-03-20 03:00:10 +00:00
Daniel Norman
8ce099c2cd
Remove usages of bugfix flag cleanup_accessibility_warning_dialog.
...
Flag has been in Trunkfood for over a month.
Includes one mechanical refactor to move a method from a now-removed
file into a private method in the class that uses it: createDisableDialog
(This flag guarded a preliminary cleanup and minor bug fix for
b/303511250, but the actual feature for b/303511250 is tracked in a
different flag 'skip_accessibility_warning_dialog_for_trusted_services')
Bug: 303511250
Test: existing tests in Presubmit (no change to behavior)
Change-Id: Iccf439adb2806e988310f503fb3891a6bd022054
2024-03-19 23:05:07 +00:00
Manish Singh
acafaf94b9
Merge "Support private profile in spinner adapters" into main
2024-03-19 09:54:58 +00:00
Haijie Hong
ba80f1934e
Merge "Add event for Spatial Audio toggle in Settings" into main
2024-03-19 09:52:01 +00:00
Haijie Hong
b2d6c06c5c
Add event for Spatial Audio toggle in Settings
...
Bug: 322279959
Test: atest BluetoothDetailsSpatialAudioControllerTest
Change-Id: Id0a3e4c0bcdce80c25326c83db7913a51462ef58
2024-03-19 15:29:45 +08:00
Ze Li
29168c0d3e
Merge "[ConnectedDevicePage] Add setup to fix testing fail." into main
2024-03-19 05:05:40 +00:00
Chun-Ku Lin
59a329cae5
Merge "Make QS shortcut type as default preferred shortcut for A11yService that associate with a TileService" into main
2024-03-18 17:20:43 +00:00
Allen Su
354a78e33b
Merge "Fix Locale unit test failure" into main
2024-03-18 14:11:08 +00:00
Ze Li
e1bff83335
[ConnectedDevicePage] Add setup to fix testing fail.
...
Test: manual test
Bug: 322712259
Change-Id: I770e56524ce28511b9d3f773b439d6ea419b1509
2024-03-18 19:22:41 +08:00
Allen Su
99fb1065fa
Fix Locale unit test failure
...
Bug: 301380610
Bug: 313604701
Test: atest LocalePickerActivityTest
Change-Id: Icab8eeea62c7c40c160d745afd08f71fcca5ec9c
2024-03-18 08:52:34 +00:00
Jakub Rotkiewicz
1c4d2116da
Merge "Refactor Bluetooth Codec settings to dynamic ListPreference" into main
2024-03-18 08:21:57 +00:00
Chun-Ku Lin
5cdf972b50
Make QS shortcut type as default preferred shortcut for A11yService that
...
associate with a TileService
Bug: 322712028
Test: manual (Turn on the shortcut for the first time for various
feature with or without tile. Verify only the A11yService with tile
would show QS as the shortcut when directly turn on the main shortcut
toggle)
Test: atest com.android.settings.accessibility
Flag: aconfig android.view.accessibility.a11y_qs_shortcut
Change-Id: I569b417639d2db8b7eddd818a2b9037ed4be2509
2024-03-18 00:14:43 +00:00
Manish Singh
d7ff6fe966
Support private profile in spinner adapters
...
Screenshot - https://screenshot.googleplex.com/35czwQHeevX75pj
Video - https://drive.google.com/file/d/1LkYPJ3i8llArnQBE3ieLPYMctEOw3xdp/view?usp=sharing&resourcekey=0-j-3-VV4OyXJKBPXwAqJvKg
Bug: 328565911
Bug: 313610609
Bug: 302082696
Test: manual
Test: atest UserAdapterTest
Test: atest StylusDevicesControllerTest
Change-Id: If8395eba5cc73809ab4abc95bc13067451c38b8f
2024-03-15 17:16:57 +00:00
Prince Donkor
5f35b28015
Merge "Toggle Home controls when user selects Home Control Panel Dream" into main
2024-03-15 13:35:08 +00:00
Treehugger Robot
cef373c705
Merge "Support Private Space in battery usage." into main
2024-03-15 09:46:38 +00:00
Chaohui Wang
87318b10cd
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
2024-03-15 15:25:55 +08:00
mxyyiyi
c9e8b8a011
Support Private Space in battery usage.
...
- Use database cache for single-user single-profile
- Reload battery usage info in other cases
Bug: 299032923
Test: manual
Change-Id: I5e524a094422639eedbf6e07eda498f3f72fccae
2024-03-15 11:13:34 +08:00
Andy Wickham
07109c158a
Allows for system navigation settings to be added dynamically.
...
This allows for controller-backed preferences to be added or
overridden via xml.
Similarly, if the controllers cause all of the preferences for
2 or 3 button nav to be unavailable, we hide the settings button.
Bug: 324036308
Test: Manual and unit tests
Flag: NA
Change-Id: I2371f3173076172489966728ac69c8767570cd56
2024-03-14 20:07:33 +00:00
Jakub Rotkiewicz
89612e53d7
Refactor Bluetooth Codec settings to dynamic ListPreference
...
Fetch supported codecs from native and present to user using
ListPreference.
Bug: 305779598
Bug: 311451118
Bug: 323319530
Tag: #feature
Test: atest SettingsRoboTests:com.android.settings.development.bluetooth.AbstractBluetoothListPreferenceController
Test: atest SettingsRoboTests:com.android.settings.development.bluetooth.BluetoothCodecListPreferenceControllerTest
Change-Id: Iedbfd01c0d1b59df8a073f4e9aedca3913e6d45f
2024-03-14 11:00:35 +00:00
Isaac Chai
00c6677745
Merge "Fix test for MagnificationOneFinger preference test" into main
2024-03-14 02:13:22 +00:00
Isaac Chai
a95f2d3745
Fix test for MagnificationOneFinger preference test
...
Test: Locally ran and passed
Bug: 329189635, 329188827
Change-Id: I2c4948cb47aac28d403edfc94aa3b8dfe766f6f8
2024-03-13 18:12:19 +00:00
Chun-Ku Lin
958d17bb69
Merge "Reflect QS shortcut changes in a11y pages." into main
2024-03-13 16:02:59 +00:00
Prince
8b02d17db8
Toggle Home controls when user selects Home Control Panel Dream
...
Test: DreamSettingsTest
Flag: ACONFIG android.service.controls.flags.home_panel_dream STAGING
Fixes: 323887821
Change-Id: Iba7c2ff41e3e0074a28f96c4e5fa1028b80f7a92
2024-03-13 14:51:07 +00:00
Wilson Wu
ab589363b4
Merge "Fix keyboard vibration settings delay" into main
2024-03-13 08:32:48 +00:00
Angela Wang
0517422918
Merge "Fix logging format and add test cases" into main
2024-03-13 08:27:24 +00:00
Wilson Wu
f2174611b8
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
2024-03-13 06:33:08 +00:00
Nino Jagar
720bdde511
Merge "Integrate admin controls for content protection" into main
2024-03-12 17:05:24 +00:00
Joseph Vincent
d003fb1be8
Merge "Show Alert dialog on Hide when locked is enabled" into main
2024-03-12 17:04:44 +00:00
josephpv
3c97c63d62
Show Alert dialog on Hide when locked is enabled
...
Bug: 325398789
Test: atest HidePrivateSpaceControllerTest
Change-Id: I6bfa3546b3ba56905918f8fd44c5351bf2d284b8
2024-03-12 10:35:56 +00:00
Treehugger Robot
3c26c93bd5
Merge "Add new dialogue when user is going to delete multiple sims where aleast on of them use RAC." into main
2024-03-12 05:45:06 +00:00
Charlotte Lu
470c27b8bd
Merge "Add dhcp in advanced settings toggle." into main
2024-03-12 02:32:57 +00:00
Chun-Ku Lin
deba8599d8
Reflect QS shortcut changes in a11y pages.
...
Bug: 314843909
Test: manual (modify qs tiles in QS panel while the a11y page is open,
verify the a11y page reflect the qs changes)
Test: atest com.android.settings.accessibility
Test: atest com.android.settings.accessibility.shortcuts
Flag: ACONFIG android.view.accessibility.a11y_qs_shortcut
Change-Id: Ie5b46459faab902912a214ca131eb5d0b105a7ef
2024-03-12 01:32:00 +00:00
Rafael Higuera Silva
9ac44b3aae
Add new dialogue when user is going to delete multiple sims where aleast on of them use RAC.
...
Test: make, manually test, atest com.android.settings.network, atest SubscriptionUtilTest
Bug: 328649505
Change-Id: I0c6fb7b5407179ec6850ece47f486b64759e2d1c
2024-03-11 23:29:30 +00:00
Jacky Wang
e18a651d89
Merge "Reset app preferences does not trigger backup for App battery usages" into main
2024-03-11 09:11:12 +00:00
Angela Wang
c9563a59da
Merge changes from topic "ha-preset" into main
...
* changes:
Selects presets in device details page (2/2)
Selects presets in device details page (1/2)
Separate category controller out of HearingDeviceControlsController
2024-03-11 08:33:46 +00:00
Charlotte Lu
08f8f0ce9e
Add dhcp in advanced settings toggle.
...
Test: Unit Test
Fix: 329002870
Change-Id: I5c57deb1e8ed0dd59a7699b56f5eb99ca29876b8
2024-03-11 06:47:38 +00:00
Jacky Wang
ef8a51fac8
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
Change-Id: Ia3917c8dc2654185f5f048c048362fd47379b7d1
2024-03-11 13:41:03 +08:00
Fan Wu
c8d5701ab5
Merge "Fix AppInfoWithHeaderTest" into main
2024-03-11 04:06:35 +00:00
Treehugger Robot
0003443c3d
Merge "Fix Settings profile selector on HSUM" into main
2024-03-08 18:36:27 +00:00
Chun-Ku Lin
9cf7f6e861
Merge "Show QS shortcut option if the a11y feature provides a tile." into main
2024-03-08 17:20:15 +00:00
Nino Jagar
65eb00f0f3
Integrate admin controls for content protection
...
Bug: 323038631
Test: End-to-end with TestDPC, new units
Change-Id: I98d52fdd95fca023b8eb576c97d563a1f3cab464
2024-03-07 22:56:09 +00:00
Sudheer Shanka
34bd0481df
Merge "Remove the developer option to control Quarantine app state." into main
2024-03-07 19:39:55 +00:00
Liahav Eitan
0f37c7463b
Fix Settings profile selector on HSUM
...
Currently Settings ProfileSelectorFragment uses isSystem() to identify
the personal user. This change migrates it to use isMain() in line with
HSUM architecture.
Test: atest SettingsRoboTests:com.android.settings.dashboard.profileselector.ProfileSelectFragmentTest
Fixes: 327610266, 327600527, 327585940, 326574736
Change-Id: I064b2fb295b89cffcd556e151fe1bf4484caf384
2024-03-07 14:41:07 +00:00
Graciela Wissen Putri
aed31bb8bd
Follow config overlay's order of aspect ratio options am: a0f573a35e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/26456385
Change-Id: I30ff221caba3be36834acb44958cf2aed30c17d1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-03-07 12:11:14 +00:00
Olivier Nshimiye
b816437d39
Merge changes from topic "add-ps-features-flag" into main
...
* changes:
Add Private Space features flag check to Settings tests
Add an additional flag guard for Private Space implementation
2024-03-07 10:48:58 +00:00
Wilson Wu
4406de67e0
Merge "Add fixed amplitude check for keyboard vibration" into main
2024-03-07 04:30:36 +00:00