Commit Graph

144876 Commits

Author SHA1 Message Date
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
Treehugger Robot
9a022bcffb Merge "[Catalyst] Call volume migration" into main 2024-10-29 05:28:28 +00:00
Treehugger Robot
3748eec701 Merge "Refactor sound settings page for catalyst" into main 2024-10-29 05:26:33 +00:00
Yiyi Shen
fba28fab5c Merge "[Audiosharing] Fix tests for hysteresis mode" into main 2024-10-29 05:01:12 +00:00
Mill Chen
8f4f371131 [Catalyst] Call volume migration
Bug: 364898621
Test: atest CallVolumePreferenceTest
Flag: com.android.settings.flags.catalyst_sound_screen
Change-Id: I1464bd42fde7e0ae9063e2319c674b5e439b97f9
2024-10-29 04:25:13 +00:00
Mill Chen
3f1c7b0f49 Refactor sound settings page for catalyst
We have preferences existing in the sound settings page and new sound
screen. In order to ensure VolumeSeekBarPreferences work smoothly,
this changes support adding callback handling to
VolumeSeekBarPreferences that are migrated in the new screens.

Bug: 360015496
Test: visual test
Flag: EXEMPT refactor the existing feature
Change-Id: Iaee4581f1c2687db0b405cd9edbfef2088d9bb12
2024-10-29 04:23:16 +00:00
danielwbhuang
2d2f523abe [ToA] Use radio button style for single selection
1. Change TickButtonPreference to SelectorWithWidgetPreference
2. Modify tests

Bug: 375979373
Flag: EXEMPT bugfix
Test: atest TermsOfAddressFeminineControllerTest, TermsOfAddressMasculineControllerTest, TermsOfAddressNeutralControllerTest, TermsOfAddressNotSpecifiedControllerTest
Change-Id: I29c01fb3d2fa9545bdd817f50d9c48b3610f9785
2024-10-29 03:39:07 +00:00
Haijie Hong
cf7e295b4a Merge "Exit device details page when bond state is BOND_NONE" into main 2024-10-29 03:04:03 +00:00
Haijie Hong
2aa5942956 Merge "Hide spatial audio toggle when disconnected" into main 2024-10-29 03:03:42 +00:00
MiltonWu
1729f3e0bc FingerprintEnrollStageThresholdInteractor
Interactor for getting FingerprintManager::getEnrollStageThreshold()

Bug: b/372385781
Test: Get correct value from FingerprintManager
Flag: EXEMPT feature flag protected on override project
Change-Id: I6c43c17b944c0479b746955d0ba1422dc5744c4c
2024-10-29 02:50:58 +00:00
Treehugger Robot
b571f5ea01 Merge "FingerprintEnrollStageCountInteractor" into main 2024-10-29 02:36:42 +00:00