YK Hung
cab23e3099
Merge "[Battery Usage] Make the timestamp slot info text format localizable."
2023-02-08 16:11:01 +00:00
TreeHugger Robot
50b0e0b196
Merge "Fix Java 8 un-compilable code."
2023-02-08 12:10:55 +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
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
488f69a0af
Merge "Add animation for progress bar and lottie in fingerprint enrollment"
2023-02-07 22:48:40 +00: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
TreeHugger Robot
0ffbd6899b
Merge "Attach FingerprintEnrollEnrollingRfps fragment"
2023-02-07 13:42:12 +00:00
Hao Dong
2e72b749ee
Add tests for SETTINGS_SHOW_UDFPS_ENROLL_IN_SETTINGS.
...
Bug: 260617060
Test: atest FingerprintEnrollEnrollingTest
Change-Id: I82fdadfd57c2f7f5adef423250ee6c880b4d6b1b
2023-02-07 21:05:40 +08:00
Milton Wu
81530e3f27
Attach FingerprintEnrollEnrollingRfps fragment
...
Support enrolling RFPS on biomerics v2.
Bug: 260957939
Test: atest FingerprintEnrollFindSensorViewModelTest
FingerprintEnrollProgressViewModelTest
FingerprintEnrollmentViewModelTest
FingerprintEnrollmentActivityTest
Change-Id: Ic04b934592415d03f1b119383bffd40bd5eef2bd
2023-02-07 12:11:45 +00:00
Vania Januar
649c5198c8
Use BluetoothUtils.isAdvancedDetailsHeader in Header controllers.
...
Also removed isAdvancedDetailsHeader from Utils as it's an
exact duplicate of the function in BluetoothUtils.
Bug: 268165863
Test: AdvancedBluetoothDetailsHeaderControllerTest,
BluetoothDetailsHeaderControllerTest
Change-Id: Ia8caa7d0dce1760dcf14f2bdfcfebd81ad370f79
2023-02-07 11:34:16 +00:00
TreeHugger Robot
5ea5e85d7e
Merge "[Settings] Add the CarrierNetworkChange case"
2023-02-07 10:15:37 +00:00
danielwbhuang
cfd02f52a6
Show touchpad entry when input device is detected as touchpad.
...
1. Remove the redundant part about active ime.
2. Add a NPE detector to fix bug.
3. Check if input device is detected as touchpad.
Bug: 247080509
Bug: 267092726
Test: manual
Change-Id: I40640e42abd471efde6d1f9166b8999243499c62
2023-02-07 17:06:56 +08:00
Zoey Chen
69fe84219a
[Settings] Add the CarrierNetworkChange case
...
Bug: 262927206
Test: atest SubscriptionsPreferenceControllerTest
Change-Id: If7eeb185224179d59ab841af0062ec5b98b956e9
2023-02-07 08:59:14 +00:00
Vania Januar
c27efd7b31
Merge "Invert STYLUS_BUTTONS_DISABLED to avoid double negatives."
2023-02-07 08:28:48 +00:00
Avichal Rakesh
63256a6e7b
Merge "Add UVC support"
2023-02-06 21:21:11 +00:00
Daniel Norman
e3b329c1ca
Merge "Updates Accessibilty Settings resources for sw600dp."
2023-02-06 20:05:48 +00:00
Diya Bera
62a25bfb58
Merge "Remove background tint during SUW" into tm-qpr-dev am: 135041eab5 am: 8f2a74479a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/21265617
Change-Id: I59aef62d50993776a25a9dcfab15d63f880b3298
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-06 18:58:18 +00:00
Diya Bera
8f2a74479a
Merge "Remove background tint during SUW" into tm-qpr-dev am: 135041eab5
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/21265617
Change-Id: I673e399d2e40d9dec1b216901902645be022dd45
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-06 18:28:50 +00:00
Diya Bera
135041eab5
Merge "Remove background tint during SUW" into tm-qpr-dev
2023-02-06 17:57:55 +00:00
Lucas Silva
285ab6b11f
Add content description to screensaver customization button am: ca65b6e5ba am: 2c7a55ed05
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/21268649
Change-Id: I12f0b44070c9b28bf99d1fd442bb6f831c414db1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-06 16:15:03 +00:00
Lucas Silva
2c7a55ed05
Add content description to screensaver customization button am: ca65b6e5ba
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/21268649
Change-Id: Ia8a22edd2cdea63042d535d6ad7ebe3ae27d125d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-06 15:49:38 +00:00
TreeHugger Robot
6f76d5dc91
Merge "Fix b/265746746: Announce "Battery usage for [slot_timestamp]" instead of changing focus when Talk Back on."
2023-02-06 10:49:46 +00:00
Vincent Wang
8a913f7980
Merge "Refactor FingerprintEnrollFinish to fragment"
2023-02-06 10:20:45 +00:00
Zaiyue Xue
e04ffdea58
Fix b/265746746: Announce "Battery usage for [slot_timestamp]" instead of changing focus when Talk Back on.
...
https://drive.google.com/file/d/173RPKsnIE7ZhBAJLrivqkbiWg9Ay41bC/view?usp=sharing&resourcekey=0-jHJ7vZ9BEhzxdWncqCQVQg
Bug: 265746746
Fix: 265746746
Test: manual
Change-Id: Iad92eff50d73853793daa9d6d3551768678c2eb2
2023-02-06 17:38:29 +08:00
ykhung
a43f9ead39
Add incompatible charging battery tip detector
...
Fix: 263193978
Bug: 246960554
Test: make -j64 RunSettingsRoboTests ROBOTEST_FILTER="com.android.settings.fuelgauge.batterytip"
Change-Id: Ifbfd28e81b03aa8e1bb4cc70199b3262e21931cc
2023-02-06 08:48:49 +00:00
firewall
fa9ddb5f63
Refactor FingerprintEnrollFinish to fragment
...
Bug: b/260959142
Test: Build pass & Biometric enroll progress works well
Change-Id: Iff99d01e799344682a3f2da2d3c8fd3dfaf4b6e9
2023-02-06 08:11:55 +00:00
Vincent Wang
6686dcc1fc
Merge "Refactor FingerprintEnrollEnrolling to fragment"
2023-02-06 08:07:57 +00:00
YK Hung
20326d6907
Merge "Add incompatible charging battery tip UI and card skeleton"
2023-02-06 05:57:43 +00:00
ykhung
c6d34d6c58
Add incompatible charging battery tip UI and card skeleton
...
Bug: 263193978
Bug: 246960554
Test: make -j64 RunSettingsRoboTests ROBOTEST_FILTER="com.android.settings.fuelgauge.batterytip"
Change-Id: I8180022bd39f66c88463a2552c6050669bb0357c
2023-02-06 03:25:23 +00:00
TreeHugger Robot
ff76e0488f
Merge "Clean up useless battery tips and detectors"
2023-02-05 11:38:02 +00:00
ykhung
2593fcd1bf
Clean up useless battery tips and detectors
...
Bug: 263193978
Test: make -j64 RunSettingsRoboTests
ROBOTEST_FILTER="com.android.settings.fuelgauge.batterytip"
Change-Id: Idfe03eee5acee33126f1805ef45ccc4a9fc7e7a8
2023-02-05 18:34:00 +08:00
Quang Luong
fd85412b1e
Merge "Fix connected wifi entry not clearing when Wifi is disabled"
2023-02-04 22:03:18 +00:00
Amy Hsu
2209c02dfe
Merge "[RRS] show resolution option on Settings page."
2023-02-04 15:10:13 +00:00
Amy Hsu
be19785b51
[RRS] show resolution option on Settings page.
...
Due to the special width/ height of the device, we have to modify the
available condition otherwise the resolution option cannot be shown on Settings.
Bug: 258346214
Test: Lunch Settings and check the Display page
atest SettingsUnitTests:ScreenResolutionControllerTest
atest SettingsUnitTests:ScreenResolutionFragmentTest
Change-Id: Ie22df7dff6e31a7697c128eabe69dfe4bba29746
2023-02-04 06:48:03 +00:00