Oleg Petšjonkin
d82f6583fb
Merge "Fixing resolution announced by Talkback" into main
2025-03-04 02:37:03 -08:00
Bill Yi
065cda3b1f
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I199089f90c4ef1f16250a8944526eade2b0f0c80
2025-03-03 20:37:01 -08:00
Michael Mikhail
aec68e2372
[catalyst] migrate media controls settings
...
Flag: com.android.settings.flags.catalyst_media_controls
Fixes: 337243570
Fixes: 389133530
Fixes: 389133114
Test: atest MediaControlsLockScreenSwitchPreferenceTest
Test: atest MediaControlsSwitchPreferenceTest
Change-Id: Ibe8fed064cd6223085764f5125cff45a9bea734d
2025-03-03 22:50:05 +00:00
Pawan Wagh
e713abaae7
Use userContext instead of context
...
- update string to remove word 'forced'
Test: m Settings && adb install -r $ANDROID_PRODUCT_OUT/system_ext/priv-app/Settings/Settings.apk
Bug: 389696304
Flag: EXEMPT bug_fix
Change-Id: I79d4ec1afbf44131bd53d786c126c14c163a9207
2025-03-03 22:43:09 +00:00
Santos Cordon
43e0a04580
Merge "Remove EvenDimmer Toggle" into main
2025-03-03 07:19:04 -08:00
Treehugger Robot
6288eb50da
Merge "[Expressive design] Update homepage preference layout" into main
2025-03-03 02:21:05 -08:00
Treehugger Robot
c794912537
Merge "[Expressive design] Apply colors to homepage icons" into main
2025-03-03 02:21:05 -08:00
Treehugger Robot
8ad06b4667
Merge "[Expressive design] Add colors for homepage icons" into main
2025-03-03 02:21:05 -08:00
Jason Chiu
9c16e94552
[Expressive design] Apply colors to homepage icons
...
Bug: 396944193
Test: visual, robotest
Flag: com.android.settingslib.widget.theme.flags.is_expressive_design_enabled
Change-Id: I6ec24bdf8cb9a6f8454bd837daffe743b3b01526
2025-03-03 00:45:08 -08:00
Treehugger Robot
49f129ee11
Merge "Fix disruptive announcement on PIN/Password set up" into main
2025-03-02 17:32:19 -08:00
Treehugger Robot
6e2bddaabd
Merge "Stop app when toggling backcompat setting" into main
2025-03-02 16:59:40 -08:00
Treehugger Robot
11b78c6fef
Merge "[Mag] Keyboard shortcut info shown when physical keyboard present" into main
2025-02-28 18:09:04 -08:00
Xiaomiao Zhang
8e3b899f30
Merge "Implement Web content filters entry point in Supervision Settings dashboard." into main
2025-02-28 17:58:08 -08:00
Xiaomiao Zhang
0dabc23adb
Implement Web content filters entry point in Supervision Settings dashboard.
...
Test: atest SupervisionWebContentFiltersScreenTest
Bug: 395134536
Flag:android.app.supervision.flags.enable_web_content_filters_screen
Change-Id: I5471d8b2956e94b0120ae13bec6187065a5e738a
2025-02-28 16:46:10 -08:00
Treehugger Robot
5e5a48d560
Merge "Import translations. DO NOT MERGE ANYWHERE" into main
2025-02-28 16:24:48 -08:00
Treehugger Robot
2719be50de
Merge "Import translations. DO NOT MERGE ANYWHERE" into main
2025-02-28 16:24:48 -08:00
Hao Dong
1cd98d4993
Add content description for password&pin credential view.
...
Bug: 384635437
Test: manual test with talkback on on settings device unlock
Flag: EXEMPT for a11y big fix
Change-Id: Ie9edd41dca8274cd69700d2a5dfc7b5fe5a7be8e
2025-02-28 21:24:10 +00:00
David Padlipsky
99b20e5c36
Map pointer speed slider on mouse page to control mouse speed
...
Currently, the pointer slider on the mouse settings page is actually
controlling touchpad pointer speed. Modify this to instead control the
mouse pointer speed.
Bug: 398034722
Test: Manually on device
Flag: com.android.settings.keyboard.keyboard_and_touchpad_a11y_new_page_enabled
Change-Id: I66cec4ef0a758e250bab89c194073eb408402431
2025-02-28 19:42:09 +00:00
petsjonkin
df5313a06d
Fixing resolution announced by Talkback
...
Bug: b/386030131
Test: manual testing
Flag: EXEMPT bugfix
Change-Id: I83beab2cfdc25d163c657c89193c0d463f86dbb1
2025-02-28 19:27:59 +00:00
Yuri Ufimtsev
375679e5aa
Add Content Protection settings to Advanced Security page
...
That simplifies OEM integration when SafetyCenter is disabled.
Entrypoints are kept in both SafetyCenter-specific `more_security_privacy_settings`
and `security_advanced_settings` as these pages are mutually exclusive.
Bug: 399869618
Test: manual - took a photo
Change-Id: Ie1280fd53b46191763d820a186c769414d82629e
2025-02-28 18:10:58 +00:00
Randy Pfohl
25b8a583bd
Remove demo button from animation and move to gesture navigation settings fragment
...
Flag: NONE N/A
Test: Built and tested flow, video in bug
Bug: 399034564
Change-Id: I9c8386e2d4236ab4f686daff49e0cd088ad5e126
2025-02-28 16:47:36 +00:00
Pawan Wagh
a63c370eb6
Stop app when toggling backcompat setting
...
- Add method to stop package
- Backcompat setting takes two launches right now to take effect.
stop application when backcompat setting is toggled.
Test: m Settings && adb install -r $ANDROID_PRODUCT_OUT/system_ext/priv-app/Settings/Settings.apk
Bug: 389696304
Flag: EXEMPT bug_fix
Change-Id: Iadc8030fe34f66e7eaf854513b14aeb78a556308
2025-02-28 01:14:30 +00:00
Oleg Petšjonkin
b1066b1348
Merge "Talkback should not announce Selected when changing screen resolution" into main
2025-02-27 15:07:14 -08:00
Katie Dektar
e94d88c74e
[Mag] Keyboard shortcut info shown when physical keyboard present
...
Shows keyboard shortcut info in magnification settings when a
physical keyboard is present. See bug for screenshots.
Hides touchscreen info in magnification settings when a touchscreen
is not present.
Adds ShadowInputDevice support for physical full keyboards.
Bug: b/388847050
Test: Manual, atest ToggleScreenMagnificationPreferenceFragmentTest
Flag: com.android.server.accessibility.enable_magnification_keyboard_control
Change-Id: Ib53fbd8f929d1cc8e294f6f04bab405c9bb576a9
2025-02-27 23:00:12 +00:00
Yuhan Yang
01d938228a
Merge "Add revert to left click to autoclick settings page" into main
2025-02-27 12:24:48 -08:00
Bill Yi
68062e6e18
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I3324b5b4298a3fc032d8c1dc35b9a8166c86b48e
2025-02-27 12:06:30 -08:00
Bill Yi
d7bf3ce05d
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I0e3f13e341f5918e387699d17899469c30d25677
2025-02-27 12:04:53 -08:00
Daniel Norman
551534959c
Merge "Update the dark theme and EDT description" into main
2025-02-27 11:26:10 -08:00
Riley Jones
e8a5eae1dd
Merge "Left & right buttons for display size & text preview" into main
2025-02-27 11:13:55 -08:00
Yuhan Yang
d96bcf8f85
Add revert to left click to autoclick settings page
...
Screenshot: go/screenshot-4sdpfqk5rf3u23l
UI mock: go/screenshot-vcu7ui2ar9bjrm6
Bug: 388845719
Test: ToggleAutoclickRevertToLeftClickControllerTest
Flag: com.android.server.accessibility.enable_autoclick_indicator
Change-Id: I813613f3d920ce6795e6750c440449e78d9b9c37
2025-02-27 17:32:41 +00:00
Simon Wingrove
d781287746
Merge "Update "do not disturb access" to "do not disturb control"" into main
2025-02-27 08:53:20 -08:00
Zoey Chen
25a3ba4eab
Merge "[Settings] Update title by UX suggestion" into main
2025-02-27 01:31:16 -08:00
Angela Wang
ddd2946804
Merge "Set content description on ambien volume sliders" into main
2025-02-27 01:29:18 -08:00
Yiyi Shen
9fa2160a31
Merge changes from topic "join_handler" into main
...
* changes:
[Audiosharing] Handle device connected in handler activity
[Audiosharing] Add activity skeleton to handle new connected sink
2025-02-26 23:02:05 -08:00
Zoey Chen
c9d46e6527
[Settings] Update title by UX suggestion
...
Bug: 377664066
Test: manual
Flag: EXEMPT refactor
Change-Id: Ic6869e614d4464bad64ec44c5973589fb997f598
2025-02-26 22:52:50 -08:00
lbill
d334ebb556
Fix disruptive announcement on PIN/Password set up
...
- Do not invoke deprecated announceForAccessibility()
- Define corresponding content description for PIN & Password
Flag: EXEMPT for a11y bug fixinig
Bug: 384607370
Test: Enabled Talkback, Setup Screen Lock PIN/Password,
ensure the "Password is now set up" for set up password, and
the "PIN is now set up" announced without disruptive announcement
Change-Id: I97c2c7fd8824468fccca8526c4e61ce642fd62ac
2025-02-27 04:21:25 +00:00
Yi Jiang
b996d80d4b
Merge "Make the learn more link more descriptive." into main
2025-02-26 18:44:27 -08:00
petsjonkin
20786fdc6f
Talkback should not announce Selected when changing screen resolution
...
Bug: b/386029188
Test: manual testing
Flag: EXEMPT bugfix
Change-Id: I13a4ef58711a25549dc02c37a2a9911b1dfebf82
2025-02-26 22:40:16 +00:00
Yi Jiang
cddb8cff14
Make the learn more link more descriptive.
...
Test: atest ScreenTimeoutSettingsTest
Bug: 316992953
Flag: EXEMPT bugfix
Change-Id: Ib859ee8eccd1b08fc48524bd545347bde7c4fb40
2025-02-26 13:15:37 -08:00
Treehugger Robot
de81197c74
Merge "Migrate SeekBarPreference to SliderPreference for haptics" into main
2025-02-26 13:01:19 -08:00
Simon Wingrove
854ac99a99
Merge "Update "usage access" string" into main
2025-02-26 10:49:49 -08:00
Treehugger Robot
577f341e0e
Merge "[3F Tap] Radio Group VisD updates" into main
2025-02-26 08:46:44 -08:00
Candice
4a97b31f42
Update the dark theme and EDT description
...
Bug: 315012822
Test: Manually. See screenshot in the bug
Test: atest DarkModeTopIntroPreferenceControllerTest
Flag: android.view.accessibility.force_invert_color
Change-Id: I94ba1af4e49c461978fc6b31e82e44c88ba19109
2025-02-26 15:56:44 +00:00
Jason Chiu
4604734d54
[Expressive design] Update homepage preference layout
...
Bug: 396944193
Test: visual
Flag: com.android.settingslib.widget.theme.flags.is_expressive_design_enabled
Change-Id: I2dd3d984a3181d2fc49e56a26cd57332ac00bb33
2025-02-26 22:28:46 +08:00
Jason Chiu
4b343e216e
[Expressive design] Add colors for homepage icons
...
Bug: 396944193
Test: visual
Flag: EXEMPT add/change colors
Change-Id: Id9d9173c275a97676cdd66c32bb6cfb69bb527e0
2025-02-26 06:24:47 -08:00
Mill Chen
14d3093333
Revert^2 "Update background color for Settings homepage"
...
d4a8ebab43
Bug: 317163103
Bug: 391685101
Test: visual test
Flag: EXEMPT bugfix
Change-Id: I4d371e57838b8f2820a33c12c692b8d17e4be2fa
2025-02-26 06:18:48 -08:00
Treehugger Robot
d3b4656bec
Merge "Modify string to match the design." into main
2025-02-26 05:39:02 -08:00
tom hsu
9b7f0bbf95
Modify string to match the design.
...
Flag: EXEMPT bug fix
Bug: b/397958254
Test: Manual test.
Change-Id: Ic424e30ce4c44ea63ee650bd6c1bcafcd60070a4
2025-02-26 03:08:01 -08:00
Yiyi Shen
4b13fb3655
[Audiosharing] Add activity skeleton to handle new connected sink
...
Test: atest
Flag: com.android.settingslib.flags.promote_audio_sharing_for_second_auto_connected_lea_device
Bug: 395786392
Change-Id: Iff1378af8d9a8aa50ccd02b92630541acb24a1ad
2025-02-26 01:20:31 -08:00
noshinmir
16e32fae3f
Add nested toggle switches under Adaptive connectivity settings UI
...
Bug: 393645580
Flag: com.android.settings.flags.enable_nested_toggle_switches
Test: Manual testing
atest AdaptiveConnectivityScreenTest
hsv: https://hsv.googleplex.com/5165236934934528
Change-Id: I12403f5c80290ebccc04f11771ec3f06ee216610
2025-02-26 07:16:38 +00:00