Weng Su
0085bb7052
Merge "Initialize Anonymous identity field for TTLS and PEAP EAP methods"
2023-02-09 02:23:13 +00:00
Charles Chen
bd9fa42d84
Merge "Make Settings show in two-pane on portrait tablet"
2023-02-09 01:39:40 +00:00
TreeHugger Robot
cffd452993
Merge "Hide dialog when disabling Credential Manager providers"
2023-02-08 19:58:06 +00:00
Treehugger Robot
df6da12e2e
Merge "Merge TQ1A.230205.002" am: 0a9affaaab am: 016f304b8d am: cb9a31aa1c
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2423108
Change-Id: I5720c546d1208ba404615cbee4b1803b5ba12142
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-08 19:32:00 +00:00
Julia Reynolds
48bb894de6
Merge "Add unique id for NLS approval dialog"
2023-02-08 19:02:38 +00:00
Treehugger Robot
cb9a31aa1c
Merge "Merge TQ1A.230205.002" am: 0a9affaaab am: 016f304b8d
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2423108
Change-Id: I22fdfd669e6ed54fab8119c4e4469855c62e7549
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-08 18:45:24 +00:00
Becca Hughes
cd453fb58c
Hide dialog when disabling Credential Manager providers
...
In the CredMan settings page we have a dialog that asks
the user to confirm their action. It has been decided
by UX/product that this should be removed.
Test: make
Bug: 267816757
Change-Id: I61528e5ac5300cd1d7165bf0eadee794b28aa02d
2023-02-08 18:33:51 +00:00
Treehugger Robot
016f304b8d
Merge "Merge TQ1A.230205.002" am: 0a9affaaab
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2423108
Change-Id: I4147301439d6f88a08a8fa0f3b78cb5c9dd13f70
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-08 18:13:26 +00:00
Valentin Iftime
a3d905eed2
Add dimensions for notification channel panel am: 42ac382af5 am: 4b733b249f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/21334700
Change-Id: I94425217f087d755babd9c27d4a058c0d6e99b55
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-08 17:14:45 +00:00
Becca Hughes
51aa1c6ef0
Merge "Hide password managers from cred man settings"
2023-02-08 17:10:56 +00:00
Valentin Iftime
4b733b249f
Add dimensions for notification channel panel am: 42ac382af5
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/21334700
Change-Id: Ifccc813cdfc93c795ec0938131adeee402f44b2f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-08 16:32:46 +00:00
YK Hung
cab23e3099
Merge "[Battery Usage] Make the timestamp slot info text format localizable."
2023-02-08 16:11:01 +00:00
Weng Su
a346f5b5e2
Initialize Anonymous identity field for TTLS and PEAP EAP methods
...
- The anonymized identity field will only be displayed for TTLS and PEAP EAP methods
- Initialize the default anonymous identity when it is displayed
Bug: 267517525
Test: manual test
make RunSettingsRoboTests ROBOTEST_FILTER=WifiConfigController2Test
Change-Id: I08bd322ff6d86c44298ebd1c4926c0a1363a16ce
2023-02-08 23:42:33 +08:00
Valentin Iftime
42ac382af5
Add dimensions for notification channel panel
...
Removes dependency on output switcher dimens.
Fix notification settings bottom sheet scroll in landscape.
Test: adb shell cmd notification post "Test notif" &
adb shell am start -a android.settings.CHANNEL_NOTIFICATION_SETTINGS --es android.provider.extra.CHANNEL_FILTER_LIST "sound" --es android.provider.extra.CHANNEL_ID "shell_cmd" --es android.provider.extra.APP_PACKAGE "com.android.shell"
Bug: 238845213
Change-Id: Iaf4b52b0aa8376c93ebc55fc005cdb55d2a9620e
2023-02-08 14:16:13 +00:00
TreeHugger Robot
50b0e0b196
Merge "Fix Java 8 un-compilable code."
2023-02-08 12:10:55 +00:00
Charles Chen
cf3199fc9e
Make Settings show in two-pane on portrait tablet
...
Test: manual - Change Display size and observe
Bug: 211562623
Change-Id: I0c26a7443882cc28edb5500f8d135c5f00dee515
2023-02-08 18:43:10 +08:00
Treehugger Robot
0a9affaaab
Merge "Merge TQ1A.230205.002"
2023-02-08 10:40:37 +00:00
Prabal Singh
1674384c28
Merge "Add new category key for More Settings page"
2023-02-08 09:49:44 +00:00
Vania Januar
b5c00b8bdf
Merge "Use BluetoothUtils.isAdvancedDetailsHeader in Header controllers."
2023-02-08 09:36:56 +00:00
Chengfei Tao
af1a9183fa
Merge "Better biometric subtitle with createConfirmDeviceCredentialIntent() API"
2023-02-08 09:11:04 +00:00
Zaiyue Xue
c9fc8bca94
Fix Java 8 un-compilable code.
...
Test: manual
Change-Id: I84cabab4d2753202143175d838d635c69daf090e
2023-02-08 16:09:16 +08:00
Zaiyue Xue
d4aa8d764d
[Battery Usage] Make the timestamp slot info text format localizable.
...
(1) Some languages could localize the hephen to "~" or "to".
(2) Both 12hr format and 24hr format will have spaces around the hyphen.
Bug: 267185303
Bug: 266839251
Bug: 267349989
Bug: 267572852
Bug: 267595534
Test: manual
Change-Id: I62ff37d9ab20292621ee29ee3080cea7f8fd0fdb
2023-02-08 15:38:42 +08:00
TreeHugger Robot
896e120375
Merge "[Settings] Device without EID crash settings UI"
2023-02-08 07:24:06 +00:00
TreeHugger Robot
cb099dfc5e
Merge "Check current user owns a frp credential"
2023-02-08 07:13:12 +00:00
SongFerng Wang
c98030bc2f
Merge "Add a config to hide the 3G option at preferred network mode UI"
2023-02-08 06:36:06 +00:00
Bonian Chen
eeee2d0d78
[Settings] Device without EID crash settings UI
...
Device without EID should hide the UI, and avoid from null pointer
exception.
Bug: 268104585
Test: local
Change-Id: I3e0016dbbae11d089de534b3fc383611719d7cbe
2023-02-08 06:21:57 +00:00
Tsung-Mao Fang
4175f40fca
Check current user owns a frp credential
...
In Android U+ tablet device, Android introduces headless mode which
running on a main user instead of system user. Therefore, device throw
a security error in HSUM build now.
For now, we check whether current user owns a frp
credential instead. This way also works on non HSUM build.
Test: robo test + run FRP mode in Suw flow.
Fix: 262438904
Change-Id: Ie4c7c470b13b9de8d532e61e9984521cebe7adff
2023-02-08 13:27:32 +08:00
Daniel Huang
1be63ef9d7
Merge "Show touchpad entry when input device is detected as touchpad."
2023-02-08 04:48:24 +00:00
Tom Hsu
cb5dc7fb27
Merge "Remove empty space when searching language list"
2023-02-08 02:57:02 +00:00
TreeHugger Robot
d590c1ebc9
Merge "Add tests for SETTINGS_SHOW_UDFPS_ENROLL_IN_SETTINGS."
2023-02-08 01:55:28 +00:00
TreeHugger Robot
7ae05f4ffb
[automerger skipped] Merge "Add animation for progress bar and lottie in fingerprint enrollment" into tm-qpr-dev am: a48f8944f9 am: e57000f2c4 -s ours
...
am skip reason: Merged-In I547d86182a87846aca7d025b35a008675f449e2e with SHA-1 e211c103b8 is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/21145688
Change-Id: I4aee4e56f04c5363632a0346d006613c7e053176
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-08 01:21:27 +00:00
TreeHugger Robot
e57000f2c4
Merge "Add animation for progress bar and lottie in fingerprint enrollment" into tm-qpr-dev am: a48f8944f9
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/21145688
Change-Id: I69ac66e0a3d92a21c18f8980607d8b9c6571101e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-08 00:37:40 +00:00
TreeHugger Robot
a48f8944f9
Merge "Add animation for progress bar and lottie in fingerprint enrollment" into tm-qpr-dev
2023-02-07 23:53:42 +00:00
SongFerngWang
f7685dd715
Add a config to hide the 3G option at preferred network mode UI
...
Add a config config_display_network_mode_3g_option to hide the 3G
option at preferred network mode UI
Bug: 261615630
Test: build pass. local test pass.
atest EnabledNetworkModePreferenceControllerTest
Change-Id: I4f94971add1d1eddc9f7c7458b8fc8fdcec3935e
2023-02-08 07:48:08 +08:00
Tyler Freeman
36557e9810
fix(#AlwaysOnMagnifier): update state when setting is changed outside the app
...
Refactor to keep track of all controllers and notify them all when a key
changes, similar to ColorAndMotionFragment.java
Bug: b/265086261
Fix: 267433655
Test: atest packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ToggleScreenMagnificationPreferenceFragmentTest.java
Change-Id: Id44d1d4074318aff8c4c4bc6f07d65b3e0ffc561
2023-02-07 23:14:54 +00:00
Lyn Han
0a79769c15
Merge "Settings page to manage FSI permission"
2023-02-07 22:52:09 +00:00
Diya Bera
7eb40da9c4
Add animation for progress bar and lottie in fingerprint enrollment
...
Test: Manual - While enrolling a fingerprint, onHelp will cause the
lottie and progress bar to shake
Bug: 266838595
Change-Id: I547d86182a87846aca7d025b35a008675f449e2e
Merged-in: I547d86182a87846aca7d025b35a008675f449e2e
2023-02-07 22:48:55 +00:00
Diya Bera
488f69a0af
Merge "Add animation for progress bar and lottie in fingerprint enrollment"
2023-02-07 22:48:40 +00:00
Julia Reynolds
92448ba2cc
Add unique id for NLS approval dialog
...
Test: make
Fixes: 260071888
Change-Id: I6606fcd097247d1778e8e7acf7cec47c9c1ccc74
2023-02-07 14:52:39 -05:00
Diya Bera
e211c103b8
Add animation for progress bar and lottie in fingerprint enrollment
...
Test: Manual - While enrolling a fingerprint, onHelp will cause the
lottie and progress bar to shake
Bug: 266838595
Change-Id: I547d86182a87846aca7d025b35a008675f449e2e
2023-02-07 17:48:42 +00:00
Prabal Singh
9463e91f6f
Add new category key for More Settings page
...
Test: manually tested
Bug: b/260060884
Change-Id: Ida3816203a85cb267bc57e1b19bb9b9b81ee955d
2023-02-07 16:56:15 +00:00
Tyler Freeman
92a4144f14
Merge "feat(#AlwaysOnMagnifier): add preference for enabling Always On Magnification to Settings"
2023-02-07 16:34:52 +00:00
Behnam Heydarshahi
63cb1070d2
[automerger skipped] Merge "Make volume panel tall again" into tm-qpr-dev am: 7e4686c798 am: 86c7ab0d60 -s ours
...
am skip reason: Merged-In Ic99a5576e118f3bf7ba217f34e4f5a03cdf111fb with SHA-1 39a55bfcb9 is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/21299436
Change-Id: I4a503d18ff8fd91e6956f7763dcba3e0491b3c7a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-07 16:25:20 +00:00
Behnam Heydarshahi
86c7ab0d60
Merge "Make volume panel tall again" into tm-qpr-dev am: 7e4686c798
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/21299436
Change-Id: Iabc6f0836063a3133a4231a75e1d4aabe5db8b61
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-07 15:41:47 +00:00
Behnam Heydarshahi
7e4686c798
Merge "Make volume panel tall again" into tm-qpr-dev
2023-02-07 15:19:02 +00:00
Behnam Heydarshahi
f50aa0bc90
Make volume panel tall again
...
On landscape large devices, volume panel should be tall enough to be
able to display all volume sliders without scrolling.
Bug: b/267325700
Test: Manual. Open volume panel on a large landscape device. All volume
sliders should be visible without the need to scroll.
Change-Id: Ic99a5576e118f3bf7ba217f34e4f5a03cdf111fb
Merged-In: Ic99a5576e118f3bf7ba217f34e4f5a03cdf111fb
2023-02-07 14:34:54 +00:00
Behnam Heydarshahi
49d6ba60a4
Merge "Make volume panel tall again"
2023-02-07 14:31:03 +00:00
Zoey Chen
f2dd879042
[automerger skipped] [Settings] Add the CarrierNetworkChange case am: ba7418ecd7 am: 245def5cad -s ours
...
am skip reason: Merged-In If7eeb185224179d59ab841af0062ec5b98b956e9 with SHA-1 69fe84219a is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/21312559
Change-Id: I13a1828d8c4e344baebdcfda51c2fa7926b31ffb
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-07 14:10:59 +00:00
TreeHugger Robot
0ffbd6899b
Merge "Attach FingerprintEnrollEnrollingRfps fragment"
2023-02-07 13:42:12 +00:00
Zoey Chen
245def5cad
[Settings] Add the CarrierNetworkChange case am: ba7418ecd7
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/21312559
Change-Id: Ie5927ffa717e26bc452c74f5ddb94f84720e9b29
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-07 13:31:29 +00:00