Chaohui Wang
34d9392dfd
Merge "Clean ProxyPreferenceController" into main
2023-11-28 05:33:12 +00:00
Weng Su
f20baa2bc7
Merge "Fine-tune launch time in Network & Internet settings" into main
2023-11-28 04:02:02 +00:00
FanWu
4a769ea516
Ignore failing tests under com.android.settings.gestures
...
Bug: 313541907
Test: atest
Change-Id: Icaf54beca37a17015a849259a1b888a7c9361664
2023-11-28 11:16:22 +08:00
Chaohui Wang
b5da10e797
Clean ProxyPreferenceController
...
This is a controller without UI.
Bug: 311604902
Test: manual - on Network & internet page
Change-Id: Id88709b5c3f64ef7f6b441260b4b88ce7a9a5847
2023-11-28 11:07:44 +08:00
FanWu
b593928ac2
Ignore failing tests under com.android.settings.location
...
Bug: 313540388
Test: atest
Change-Id: I10eb8818d1a3737702df0eeb6497d3c741ba7972
2023-11-28 10:57:03 +08:00
FanWu
c9eb27c62c
Ignore failing tests under com.android.settings.wifi.details
...
Bug: 313536962
Test: atest
Change-Id: I8f2152e29fe8db0463ea1cbf5ab1e388e17366dd
2023-11-28 10:42:05 +08:00
Chaohui Wang
c3e97122c1
Clean up BackupSettingsHelper.getSummary()
...
Backup item in System page no longer has summary.
Bug: 310513318
Test: m RunSettingsRoboTests
Change-Id: I0bb3b9114287546c279a5f30b65fb7081af54e44
2023-11-28 02:30:09 +00:00
FanWu
021e3492e7
Ignore failing tests under com.android.settings.users
...
Bug: 313530297
Test: atest
Change-Id: I946b2276b8be8f1225263e9716a757c770a80ea0
2023-11-28 10:08:38 +08:00
Daniel Norman
126de9691a
Use A11yManagerService to check if the A11yService warning is required.
...
Bug: 303511250
Test: m RunSettingsRoboTests ROBOTEST_FILTER=ToggleAccessibilityServicePreferenceFragmentTest
Change-Id: Ibef748bd82ba166e377be0611df113ac09d052bc
2023-11-28 01:54:21 +00:00
Treehugger Robot
63b69694f6
Merge "Updated error text color for pin/pass" into main
2023-11-28 01:40:53 +00:00
Fan Wu
a808cbe11d
Merge "Ignore failing tests under com.android.settings.biometrics" into main
2023-11-28 01:34:27 +00:00
Fan Wu
9b17f30108
Merge "Ignore failing tests under connecteddevice/" into main
2023-11-28 01:34:08 +00:00
Joshua McCloskey
6904a341de
Updated error text color for pin/pass
...
Test: Manually verified color was different.
Fixes: 281957374
Change-Id: If03efe588c82649d9898e7818511cec2a2b207df
2023-11-28 00:24:50 +00:00
Daniel Norman
9f6e77a094
Minor refactoring to replace duplicated logic with existing methods.
...
Bug: 303511250
Test: tested in child change in the topic
Change-Id: I0995ce5fc685257ba69f7e4aa733de74aeb1fde3
2023-11-28 00:07:17 +00:00
Omer Ozer
b347d32b31
Merge "Change the existing permission to a system level perm for factory reset prep." into main
2023-11-27 22:57:32 +00:00
Weng Su
129ff9b8fe
Fine-tune launch time in Network & Internet settings
...
- Avoid creating WifiPickerTracker if Hotspot network feature is not enabled
Fix: 312905628
Test: unit test
atest -c InternetPreferenceControllerTest
Change-Id: I5818698ce06244aa7660e90a5f2fd372a3a221bf
2023-11-28 06:51:39 +08:00
Treehugger Robot
958a6ab7aa
Merge "Remove unnecessary flag check" into main
2023-11-27 19:05:22 +00:00
Manish Singh
62692bf6eb
Merge "Put stricter flag checks" into main
2023-11-27 18:53:53 +00:00
Nino Jagar
8580d8031b
Fix wrapping when zoom or large font is used
...
Bug: 310774085, 310774092
Test: Manual
Change-Id: I882f40b7df7fea8471a8668830067835d1325a82
2023-11-27 17:53:21 +00:00
Manish Singh
eaafcbcb28
Remove unnecessary flag check
...
This code is to remove the user which shouldn't be shown when in quiet
mode - if anything, it's better to keep this not behind the flag.
Also, the user property is not behind the flag.
Bug: 312976400
Test: manual
Change-Id: Ic66a53bf7608848df223914b0fe78ed00b86db70
2023-11-27 17:39:16 +00:00
Kevin Liu
bc69be0ff6
Merge "Temporarily ignore the tests that time out the execution" into main
2023-11-27 16:53:43 +00:00
FanWu
11ecd1f626
Ignore failing tests under connecteddevice/
...
Bug: 313362757
Test: atest
Change-Id: Ic9c6c1f071c403c7df5d5539cc44a401ac500774
2023-11-27 15:29:23 +08:00
Chaohui Wang
b848685b8d
Merge "Clean up Contextual Wifi card" into main
2023-11-27 06:55:55 +00:00
Chaohui Wang
357076d03d
Merge "Remove injecting developer options into Settings itself" into main
2023-11-27 06:49:55 +00:00
Chaohui Wang
30c8254cfd
Merge "Clean up unused SummaryProvider" into main
2023-11-27 06:49:47 +00:00
Charlotte Lu
c776835da5
Automatically save on return
...
Test: Visual Test
Fix: 313008844
Change-Id: I795807d1984bbd170db3fdc9e54de700ff85ec69
2023-11-27 14:48:15 +08:00
Chaohui Wang
34c4deb6c9
Clean up Contextual Wifi card
...
Bug: 245854887
Test: m RunSettingsRoboTests
Change-Id: I3b4ccc076a68eadc11e9fb3d2967a34fe0396cf9
2023-11-27 13:59:33 +08:00
Chaohui Wang
ee7139a889
Remove injecting developer options into Settings itself
...
- It can improve performance because we use less injected item
- Also use RestrictedPreference instead just checking restrictions,
so we follow policy transparency.
Note: Renamed DevelopmentSettingsDashboardActivity to
DevelopmentSettingsActivity,
because DevelopmentSettingsDashboardActivity could in disabled state
even after Settings upgrades, use a new name to prevent this issue.
Bug: 311604902
Test: manual - turn on / off Developer Options
Test: unit test
Change-Id: I17be117ae59e59410687e6d08fd5edd034d0508f
2023-11-27 05:12:13 +00:00
Chaohui Wang
c9ccf861c6
Merge "Clean up unused MobilePlanPreferenceController" into main
2023-11-27 05:11:53 +00:00
Chaohui Wang
7c4b3a3477
Clean up unused SummaryProvider
...
Remove unused content provider to improve latency.
Bug: 311604902
Test: manual - on System page
Change-Id: I3208a2fe341337c2648733b5e11159b96f5e6908
2023-11-27 12:26:48 +08:00
Treehugger Robot
fb431d863f
Merge "Temporary failing tests under com.android.settings.bluetooth" into main
2023-11-27 04:04:27 +00:00
FanWu
804dfb4fe1
Ignore failing tests under com.android.settings.biometrics
...
Bug: 313342682
Test: atest
Change-Id: Id16d407983c0cc323418a8765cadae2be0fd453a
2023-11-27 11:40:45 +08:00
Kevin Liu
3544c76c56
Temporarily ignore the tests that time out the execution
...
Fix timeout issue that cause v2/android-settings/apps/robolectric_settings_test with no result on CI
Bug: 300134365
Test: atest SettingsRoboTests
Change-Id: Ied94c6f6357d1919c37ceeca27fc1b9cb726c502
2023-11-24 23:51:55 +00:00
Manish Singh
51f1321b1e
Put stricter flag checks
...
Also removed a log which gives away flag.
Bug: 312976400
Test: manual
Change-Id: I4a989de8b6b920666aabf0cc9311e28becc4d862
2023-11-24 18:51:27 +00:00
Treehugger Robot
b76f32ef3e
Merge "Hide search results when Battery info page is disabled." into main
2023-11-24 16:50:20 +00:00
Yi-Ling Chuang
43260f6f28
Hide search results when Battery info page is disabled.
...
Fixes: 312639417
Test: robotest
Change-Id: I04279c4068ebb0e06b575ae2df44836d193f9bac
2023-11-24 23:56:08 +08:00
Chaohui Wang
a39905eabd
Clean up unused MobilePlanPreferenceController
...
Which can improve the latency of "Network & internet" page.
Bug: 311604902
Test: manual - on "Network & internet" page
Change-Id: If306e93491402278ede4f20591296765b30bde37
2023-11-24 23:55:14 +08:00
Treehugger Robot
f122a93efc
Merge "Add power consumption footer in screen timeout page." into main
2023-11-24 09:59:58 +00:00
mxyyiyi
027db802fe
Add power consumption footer in screen timeout page.
...
- show this footer when there's no footer about work profile
Screenshots:
[without work profile]: https://screenshot.googleplex.com/5pAD2xBvP6QSBvY
[with work profile]: https://screenshot.googleplex.com/7BRd6ToAjFN9QZx
Bug: 300245790
Test: manual
Test: make RunSettingsRoboTests ROBOTEST_FILTER="com.android.settings.display.ScreenTimeoutSettingsTest"
Change-Id: I6df018d7758fbec3277179358b17eb11fa1aee34
2023-11-24 17:11:15 +08:00
Yiyi Shen
ae728039ac
[Audiosharing] Enable/disable the main switch base on BT state.
...
Flagged with enable_le_audio_sharing
Bug: 305620450
Test: Manual
Change-Id: I48bf0c6fb40ff629610e6e1a48e209fea44ebdde
2023-11-24 15:41:43 +08:00
FanWu
73f3015961
Temporary failing tests under com.android.settings.bluetooth
...
Bug: 313014781
Bug: 293405483
Test: atest
Change-Id: Ib2f4504dacd8f16acd23871e3ff26e87cab99e65
2023-11-24 07:29:37 +00:00
YK Hung
e5dc6a5cba
Merge "Reset the dynamic set denylist after reboot the device" into main
2023-11-24 07:05:42 +00:00
ykhung
65260c7f5e
Reset the dynamic set denylist after reboot the device
...
Reset the uids which are set into the POLICY_REJECT_METERED_BACKGROUND
from the dynamic configured mechanism, rather than set by users
manually, to avoid it still take effect after rebooting the device.
Bug: 306329984
Test: make -j64 RunSettingsRoboTests ROBOTEST_FILTER="com.android.settings.fuelgauge"
Change-Id: Idc0c21350cad7e48e6a5c7190565d5364236c2cd
2023-11-24 13:59:20 +08:00
Chelsea Hao
fe934dd097
Merge "[Audiosharing] Hide / show audio streams category." into main
2023-11-24 05:21:00 +00:00
YK Hung
0b30f6a2e2
Merge "Replace the isWorkProfile method from the SettingsLib" into main
2023-11-24 05:07:31 +00:00
ykhung
7007b11228
Replace the isWorkProfile method from the SettingsLib
...
Replace the isWorkProfile() in the Settings with the common method
defined in the SettingsLib to avoid duplicate code
Bug: 306329984
Test: make -j64 RunSettingsRoboTests ROBOTEST_FILTER="com.android.settings.fuelgauge"
Change-Id: Ic9b18e6b80c23f9d4fc200080224daa27cbf4a4d
2023-11-24 11:08:06 +08:00
YK Hung
ba6a19ea21
Merge "Dump the DynamicDenylistManager stored data into bugreport" into main
2023-11-24 03:03:13 +00:00
ykhung
072ccdd06a
Dump the DynamicDenylistManager stored data into bugreport
...
Bug: 306329984
Test: make -j64 RunSettingsRoboTests ROBOTEST_FILTER="com.android.settings.fuelgauge.datasaver"
Change-Id: If512f561b3b376ea56e0dc78c339bf254ff20060
2023-11-24 10:01:59 +08:00
Edgar Wang
58bed09373
Refactor AppPicker to adopt the latest UX
...
- get rid of ListActivity
- add aconfig
Bug: 299195099
Test: manual
Change-Id: I922ffb46f3132d117b0f682d8076f9e975d02b2c
2023-11-23 22:17:12 +00:00
Edgar Wang
a930f5eaf8
Merge "Remove injecting multi-user settings into settings itself" into main
2023-11-23 22:02:30 +00:00