Jason Chiu
792d8a97dd
[Catalyst] Tethering screen migration
...
- Add a flag for the migration
- Add the skeleton of the screen
Test: atest TetherScreenTest
Bug: 368359963
Flag: com.android.settings.flags.catalyst_tether_settings
Change-Id: Ib9987def4f1a644f7661e75c314b3a556e8f210c
2024-10-31 09:25:23 +08:00
Bill Yi
2b87ee1de7
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Id4fbb7f38b5b2f0cee5e68c023347594e5155969
2024-10-30 18:12:48 -07:00
Bill Yi
c5cfcf96e9
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: If6b9c2d537380e342190f14891b56357a9c1e2f5
2024-10-30 18:10:50 -07:00
Bill Yi
8673b0e5ba
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Iffb8bb4021740d5700a4f905f6ec306d70ce95e1
2024-10-30 18:09:12 -07:00
Treehugger Robot
01359592a2
Merge "Clean up android.webkit.update_service_v2." into main
2024-10-30 21:21:33 +00:00
Austin Delgado
4c0df13f28
Merge "Force Private Space to always use biometric prompt" into main
2024-10-30 21:03:08 +00:00
Treehugger Robot
e616136902
Merge "[Screen off unlock UDFPS] Fingerprint Settings integration 2/2" into main
2024-10-30 20:45:14 +00:00
Austin Delgado
7c235e3c0c
Force Private Space to always use biometric prompt
...
Bug: 365094949
Bug: 365932447
Bug: 366441553
Test: Verified manually
Flag: android.hardware.biometrics.private_space_bp
Change-Id: I78cb53e6e38c73d7819f7368546f53bc7026f9b5
2024-10-30 19:58:36 +00:00
David Liu
307cb08760
Migrate About phone
...
Add the skeleton of About phone
Bug: 373001670
Test: atest MyDeviceInfoScreenTest
Flag: com.android.settings.flags.catalyst_my_device_info_pref_screen
Change-Id: I7799fa5fb82f9dd96959f1419108d15e7e4f7bb9
2024-10-30 18:22:12 +00:00
songferngwang
685074260d
Hide the mobile data enable dialog during factory reset
...
Bug: 365582830
Test: manual testing
Flag: EXEMPT bugfix
Change-Id: I632c3cbaa994f77dc7d0bc1a4a5ef448230165f2
2024-10-30 18:19:17 +00:00
Treehugger Robot
2fdca61ce4
Merge "Change SUW theme style for Fingerprint and Face enrollment flow (1/n)" into main
2024-10-30 14:56:21 +00:00
Joshua Mccloskey
01a374e499
Merge "Removed flag from environment" into main
2024-10-30 13:39:00 +00:00
Jacky Wang
9332b06675
[Catalyst] Provide launch intent
...
Bug: 373895400
Flag: com.android.settings.flags.catalyst
Test: manual
Change-Id: If7825798c441dc0009fbd91918d4795873b39fa3
2024-10-30 20:24:18 +08:00
Jason Chiu
82a44bf593
Export Battery usage screen
...
Fix: 375298764
Test: manual
Flag: EXEMPT only export activity
Change-Id: I8c6a7926ccdf0faebf18626501bfff7073dab319
2024-10-30 19:31:55 +08:00
Treehugger Robot
5cdcc9be3e
Merge "Migrate Smooth display" into main
2024-10-30 10:57:51 +00:00
Yiyi Shen
fe59b3da1a
Merge "[Audiosharing] Cancel notification when BT BLE both off" into main
2024-10-30 10:39:09 +00:00
Chelsea Hao
01cc104074
Merge "Show error message when inputting invalid audio sharing password." into main
2024-10-30 09:24:35 +00:00
Jason Chang
005aafde24
Change SUW theme style for Fingerprint and Face enrollment flow (1/n)
...
Apply SUW theme style for Fingerprint and Face enrollment flow
Flag: EXEMPT Using setup library's flag
Bug: 346562327
Test: manually build and perform a visual inspection.
Change-Id: I7cbcc04290ba1ddee1328afe3e4efbe1f36aff1c
2024-10-30 08:57:16 +00:00
Sunny Shao
48a1edb12e
Migrate Smooth display
...
Test: manual test
Bug: 374936314
Bug: 368359268
Flag: com.android.settings.flags.catalyst_display_settings_screen
Change-Id: Iaacf72751806ca64018145531dd33d510dca7f6a
2024-10-30 16:29:59 +08:00
shaoweishen
dba15f821f
[PhysicalKeyboard] Update Setting Feature Provider for follow up usage
...
rename method in provider and usage, the provider is not activated now,
this change will not have impact on current feature.
Bug: 369937888
Test: atest packages/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/
Flag: NONE, rename method, no effect on current feature.
Change-Id: I1bb66b106c338a8a8730bbd9163d6a921c17b9c0
2024-10-30 08:22:10 +00:00
Haijie Hong
77132f0e61
Merge "Remove extra space around profiles and audio category" into main
2024-10-30 08:13:38 +00:00
Treehugger Robot
6757b8e69a
Merge "Fix Settings crash due to no SatelliteManager." into main
2024-10-30 06:28:11 +00:00
Candice Lo
d83b5d1073
Merge "Enable HearingAid page search if the device supports hearing aid" into main
2024-10-30 06:22:35 +00:00
Haijie Hong
2c9e4d373e
Remove extra space around profiles and audio category
...
BUG: 376021212
Test: local test
Flag: com.android.settings.flags.enable_bluetooth_device_details_polish
Change-Id: If3e18ce26c688087158542e28e4981cf821fa2b8
2024-10-30 05:31:55 +00:00
Yiyi Shen
55cd3c67cb
[Audiosharing] Cancel notification when BT BLE both off
...
BluetoothAdapter#isLeAudioBroadcastSourceSupported and
isLeAudioBroadcastAssistantSupported returns ERROR_BLUETOOTH_NOT_ENABLED
when turning off BT/BLE and BT+BLE both off. Still need to cancel audio sharing notification in these case.
Test: atest
Bug: 372837932
Flag: com.android.settingslib.flags.enable_le_audio_sharing
Change-Id: Ib02d9ef10378996a8ee6b9f091935ddaaf7b3c99
2024-10-30 13:18:55 +08:00
tomhsu
b2b5255abf
Fix Settings crash due to no SatelliteManager.
...
Flag: EXEMPT bug fix
Bug: 375962358
Test: make pass.
Change-Id: I2894be2b8e2580ce35b0d34ca512992c576a1020
2024-10-30 04:37:45 +00:00
Yuchen Sun
34a378ecc5
Merge "[Catalyst] Migrate AdaptiveConnection preference." into main
2024-10-30 04:25:16 +00:00
Daniel Huang
623be9471d
Merge "[ToA] Use radio button style for single selection" into main
2024-10-30 03:03:13 +00:00
Daniel Huang
b995a32466
Merge "Use radio button style for single selection" into main
2024-10-30 02:52:06 +00:00
Yuchen
101f0f7463
[Catalyst] Migrate AdaptiveConnection preference.
...
Bug: 368355361
Flag: com.android.settings.flags.catalyst_adaptive_connectivity
Test: Manual testing
atest -c AdaptiveConnectivityTogglePreferenceTest;
atest AdaptiveConnectivityScreenTest
Change-Id: I29e6d037ce5acbe03970aa519357ee1e4c021dbe
2024-10-30 02:43:35 +00:00
lbill
88cf7037b0
[Screen off unlock UDFPS] Fingerprint Settings integration 2/2
...
1. Integrate FingerprintSettings with Toggle
2. Sync the Toggle state with SettingProvider key
"screen_off_unlock_udfps"
Reference: go/udfps-aof #Settings UI design(Deck)
Bug: 373792870
Bug: 369939804
Bug: 369938501
Flag: android.hardware.biometrics.screen_off_unlock_udfps
Test: atest FingerprintSettingsFragmentTest
atest DevelopmentSettingsDashboardFragmentTest
atest FingerprintSettingsUnlockCategoryControllerTest
atest FingerprintSettingsScreenOffUnlockUdfpsPreferenceControllerTest
Test: adb shell settings put secure
screen_off_unlock_udfps <1|0>
Change-Id: I03794f53684bfb60b4a854e14507e67f60c55a7d
2024-10-30 02:29:43 +00:00
Jacky Wang
ce5ecef874
Merge "[Catalyst] Specify order in hierarchy" into main
2024-10-30 00:30:58 +00:00
Treehugger Robot
6e08ff35ee
Merge "Fix incorrect first() value from fingerprintSensor" into main
2024-10-29 23:54:19 +00:00
Joshua McCloskey
407e3c9e2f
Removed flag from environment
...
This flag should never have been there in the first place. The
environment is essentially a library, and the features that are built on
top of this library should be gaurded by flags.
Flag: EXEMPT not needed
Fixes: 369161783
Test: Manual
Change-Id: Id165bec98bd5f2669ccfde51e4755e47e5e88e06
2024-10-29 18:32:33 +00:00
Treehugger Robot
7220061d7e
Merge "Import translations. DO NOT MERGE ANYWHERE" into main
2024-10-29 18:17:35 +00:00
Treehugger Robot
e1bdd8045b
Merge "Import translations. DO NOT MERGE ANYWHERE" into main
2024-10-29 18:17:35 +00:00
Treehugger Robot
c59fb0904d
Merge "Import translations. DO NOT MERGE ANYWHERE" into main
2024-10-29 18:17:35 +00:00
Treehugger Robot
64ae180b8d
Merge "Re-enable all SetupFingerprintEnrollFinishTest test cases" into main
2024-10-29 18:12:55 +00:00
danielwbhuang
689e0e4a17
Use radio button style for single selection
...
1. First day of week page
2. Temperature page
3. Numbering system page
Bug: 375979373
Flag: EXEMPT bugfix
Test: atest FirstDayOfWeekItemListControllerTest, TemperatureUnitListControllerTest, NumberingSystemItemControllerTest
Change-Id: I645c5399e49caf880fa83f33a44ff974a602080c
2024-10-29 15:09:12 +00:00
lbill
e25afc6a00
Re-enable all SetupFingerprintEnrollFinishTest test cases
...
Remove @Ignore annotation
Flag: EXEMPT for re-enabling robotest
Bug: 295325503
Test: atest SetupFingerprintEnrollFinishTest
atest SetupFingerprintEnrollIntroductionTest
Change-Id: Iab662c0466cd9d3d0f9d44ec92e0ea660d2ff909
2024-10-29 13:58:42 +00:00
Bill Yi
79450d890d
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I47a5b4f24ada2b3e9c620caf521a051b61bbc719
2024-10-29 05:58:44 -07:00
Bill Yi
6c2eb686a4
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I179baafe0802dbe92898d3d2503104c56dbc803a
2024-10-29 05:56:44 -07:00
Bill Yi
e3a89c38a3
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ia78b80b8647ad76cc761703cf2290ebd159897d6
2024-10-29 05:55:07 -07:00
Jacky Wang
4ad4f35f78
[Catalyst] Specify order in hierarchy
...
NO_IFTTT=Update preference order
Bug: 332201912
Flag: EXEMPT refactor
Test: Manual
Change-Id: Iae99e699d852229779ea41a1cbc92bba47684a7b
2024-10-29 20:51:51 +08:00
MiltonWu
6bfa0eead1
Fix incorrect first() value from fingerprintSensor
...
FingerprintSensorRepository provides wrong value, DEFALUT_PROP,
when interactors call its fingerprintSensor.first()
Bug: b/372385781
Test: Get correct value from fingerprintSensor api
Flag: EXEMPT feature flag protected on override project
Change-Id: I1748e88e5deaccd8862a6712d9baea27d7db2184
2024-10-29 09:46:10 +00:00
Zoey Chen
0478218dad
Merge "[PixelSettings] Group each preference by category and add android:key" into main
2024-10-29 08:41:57 +00:00
SongFerng Wang
d32bef7900
Merge "Fix startActivity for multi-user issue HSUM mode" into main
2024-10-29 07:45:48 +00:00
Treehugger Robot
9069404a8b
Merge "FingerprintEnrollStageThresholdInteractor" into main
2024-10-29 06:20:56 +00:00
Zoey Chen
7b1b253d44
[PixelSettings] Group each preference by category and add android:key
...
Bug: 376172757
Test: manual
Flag: EXEMPT resource only update
Change-Id: I6bfe9f48e90f5022cf474043ff57306619d95b44
2024-10-29 05:34:06 +00:00
Chelsea Hao
f0f7d1a252
Merge "Add developer option for le audio sharing ui flow." into main
2024-10-29 05:33:53 +00:00