Chun-Ku Lin
8b67c17a7b
Show QS shortcut option if the a11y feature provides a tile.
...
Bug: 314852953
Test: atest com.android.settings.accessibility
Test: atest com.android.settings.accessibility.shortcuts
Test: manual
Flag: ACONFIG android.view.accessibility.a11y_qs_shortcut STAGING
Change-Id: Id7a6b3adfd4c4f3cb2b9f7fe15269b57a3d00543
2024-03-06 20:26:28 +00:00
Isaac Chai
46369353ed
Adding Settings preference for single finger panning feature
...
Test: Locally tested on device +
MagnificationOneFingerPanningPreferenceControllerTest
Bug: 282039824
Change-Id: I1d1a649060cba862c8f333e6e76184fade2dcdce
2024-03-05 19:10:59 +00:00
Manish Singh
ea341bdf98
Merge "Add controller for location for private profile" into main
2024-03-05 18:48:35 +00:00
Matías Hernández
65e6431ec5
Merge "Moved zen-conversion-related methods into ZenAdapters" into main
2024-03-05 16:52:03 +00:00
Manish Singh
dd5a8e610c
Add controller for location for private profile
...
Bug: 303196278
Test: manual
Change-Id: I0997918e5046ac803c2c2d117c2e027b4aacc2c2
2024-03-05 16:27:28 +00:00
Treehugger Robot
d89636390f
Merge "[Thread] fix wrong kotlin argument name" into main am: dee4388b93 am: 887741ee49
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2984352
Change-Id: I329e07a9a27327d967a9c8de34531f33c847a74b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-03-05 16:04:15 +00:00
David Liu
710b4cdcbe
Merge "Fix toolbar keyboard navigation and touch." into main
2024-03-05 16:04:08 +00:00
Treehugger Robot
887741ee49
Merge "[Thread] fix wrong kotlin argument name" into main am: dee4388b93
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2984352
Change-Id: I309e4d56dc379680d07bf1e28648ca620b824bad
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-03-05 15:22:33 +00:00
Treehugger Robot
dee4388b93
Merge "[Thread] fix wrong kotlin argument name" into main
2024-03-05 14:31:02 +00:00
Harry Cutts
175a901f2c
Merge "Touchpad: add Framework Input team as owners" into main am: a3a04112fd am: 3c1a5bb3c0
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2982053
Change-Id: Ifae971d2fd89374e8e0c1d3a147c6390a85dee46
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-03-05 12:45:49 +00:00
Harry Cutts
3c1a5bb3c0
Merge "Touchpad: add Framework Input team as owners" into main am: a3a04112fd
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2982053
Change-Id: Idf76ff1bf592de800d224052910927285c47c42e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-03-05 12:05:02 +00:00
Harry Cutts
01bd498503
Merge changes I0c0a76c7,Iccfbe842 into main
...
* changes:
Touchpad: remove icons
Touchpad: add tap dragging setting
2024-03-05 11:39:22 +00:00
Harry Cutts
a3a04112fd
Merge "Touchpad: add Framework Input team as owners" into main
2024-03-05 11:17:46 +00:00
Vaibhav Devmurari
d3dbe6ce23
Merge "Modify PK Settings page to make it more user friendly" into main
2024-03-05 10:53:48 +00:00
Anna Zhuravleva
a05ba46acd
Merge "Log change in autolock settings" into main
2024-03-05 10:18:58 +00:00
Simon Wingrove
6fbec88456
Merge "Prevent full-screen face enroll on tablet" into main
2024-03-05 09:56:38 +00:00
Manish Singh
0d1d483d7c
Merge "Return true only if the userManager belongs to private profile" into main
2024-03-05 09:46:40 +00:00
Riley Jones
ee25100639
Merge "Change EditShortcutsPreferenceFragment to use a Preference for subtitle/description" into main
2024-03-05 02:53:47 +00:00
Roy Chou
79ee7bc941
Merge "chore(magnification): remove onResume overrides for controllers in ToggleScreenMagnificationPreferenceFragment" into main
2024-03-05 01:32:33 +00:00
Riley Jones
f8237aee94
Change EditShortcutsPreferenceFragment to use a Preference for subtitle/description
...
Replaces PreferenceCategory with unselectable Preference to better match desired visuals
Screenshot at https://x20web.corp.google.com/users/jo/jonesriley/dragToEdit/editScreenWithSubtitle.png
Flag: N/A
Test: N/A
Bug: 323388734
Change-Id: Ia1b333bc246ea4dd98070a646d5a8a1716ccbcee
2024-03-04 22:45:11 +00:00
Manish Singh
55e9f41bda
Return true only if the userManager belongs to private profile
...
The existing code asks the main user's userManager if there's a
private profile belonging to it. If a private profile exists then the
answer to that question will always be true. So, we always end up
showing the apps from the private profile for the personal case.
We should instead ask the userManager if it belongs to the private
profile or not.
Bug: 327598131
Test: manual
Change-Id: I7bc9d58c371341235579d3456b54ea85f598892b
2024-03-04 18:26:58 +00:00
Anna Zhuravleva
cbc0ec7111
Log change in autolock settings
...
Bug: 327181532
Test: statsd_testdrive https://paste.googleplex.com/4866138112000000
Change-Id: I4133e35ff343e32261cb0fc190af4a32474b69e3
2024-03-04 18:24:05 +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
Vaibhav Devmurari
8754f114ac
Modify PK Settings page to make it more user friendly
...
PK Settings page:
- Show current PK layout selected for the current user profile and current IME language instead of a list of IMEs
PK layout mapping page:
- Show IME name in header only if multiple active IMEs
- Show the PK layout selection criteria (Automatic v/s User selected)
Bug: 325925410
Bug: 326195401
Test: manual
Change-Id: I93a2e169742a800fa116fa5d55e1a91e5548cebb
2024-03-04 10:55:47 +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
Roy Chou
654e43b2e8
chore(magnification): remove onResume overrides for controllers in ToggleScreenMagnificationPreferenceFragment
...
As b/186731461, so far MagnificationModePreferenceController and other
magnification preference controllers are only used in
ToggleScreenMagnificationPreferenceFragment, which is DashboardFragment.
Since DashboardFragment already updates preference state in its
onResume, so we can remove the onResume overrides in those controllers.
Besides, we can also remove the LifeCycle dependency for the controllers
since it's not used anymore.
Bug: 186731461
Flag: NA
Test: manually
atest ToggleScreenMagnificationPreferenceFragmentTest
atest MagnificationAlwaysOnPreferenceControllerTest
atest MagnificationFollowTypingPreferenceControllerTest
atest MagnificationJoystickPreferenceControllerTest
atest MagnificationModePreferenceControllerTest
Change-Id: I379a6a3a985c9d8b7a37bbb878b84cee1bd6adfb
2024-03-04 03:44:59 +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
David Liu
9b63fbb772
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
2024-03-01 07:13:58 +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