TreeHugger Robot
17508c9c14
Merge "Make NFC Setting summary text translatable" into tm-dev am: da591a4f76
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17129536
Change-Id: I565b2bfada1fa78137022d8fe9a5f0a0424344ad
2022-03-15 15:11:41 +00:00
TreeHugger Robot
da591a4f76
Merge "Make NFC Setting summary text translatable" into tm-dev
2022-03-15 14:47:16 +00:00
YK Hung
e343a8dcbb
Merge "Update the categorize rule for system and app item bucket" into tm-dev am: b0151d1155
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17184511
Change-Id: I3d6d566e151f787374661a1c826690aaebf9b194
2022-03-15 13:42:06 +00:00
YK Hung
b0151d1155
Merge "Update the categorize rule for system and app item bucket" into tm-dev
2022-03-15 13:17:53 +00:00
TreeHugger Robot
345daf8328
Merge "[Panlingual] Settings UI revamp - Navigation handling"
2022-03-15 11:04:11 +00:00
danielwbhuang
fbf8cde0fb
[Panlingual] Settings UI revamp - Navigation handling
...
Entry: Settings > Apps > All apps > any app
- video: https://screencast.googleplex.com/cast/NjM1NjUwODYxNTkwMTE4NHxkOGQzZDM2OS01Nw
Bug: 223090378
Test: local
Change-Id: Ied357b60c103f25540981cc0cb7abadb020f7995
2022-03-15 17:22:56 +08:00
ykhung
273d3445ee
Update the categorize rule for system and app item bucket
...
Add a config to control different design concept in the chart 1) put all apps with system UID and system components (e.g. bluetooth, display, wifi ... etc) into the system bucket or 2) separate them into two different bucket (app & system bucket) in the chart UI for better experimental testing
Bug: 202118250
Test: make RunSettingsRoboTests
Change-Id: Id6f7c07d96ad8a365e7405160a5248c57a5a008d
2022-03-15 08:31:21 +00:00
TreeHugger Robot
1524a8ca20
Merge "Correct null UserHandle handling for ACTION_CHANGE_DEFAULT" into tm-dev am: 0469e3b5ba
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17180788
Change-Id: I8598fb0a0c9ec5ac48a0868b50bc56d16f58d02d
2022-03-15 03:16:04 +00:00
TreeHugger Robot
0469e3b5ba
Merge "Correct null UserHandle handling for ACTION_CHANGE_DEFAULT" into tm-dev
2022-03-15 02:48:20 +00:00
Jack Yu
323606ee25
Correct null UserHandle handling for ACTION_CHANGE_DEFAULT
...
When there is no userhandle passed via Intent.EXTRA_USER,
use UserHandle.myUserId() instead.
Bug: 221561126
Test: set default payment in GPay app
Change-Id: I272aa6674b7a18523fe02fadeb4a502a67303ee7
2022-03-15 02:47:25 +00:00
Timi Rautamäki
46f8b18446
Settings: only set phone number if it's not empty
...
Only set the phone number in Rename mobile network dialog if it's not
empty in order to preserve the ´Not available´ -text.
Test: m, open ´SIMs´ in settings, click Pen-icon to edit SIM, verify
either mobile number or ´Not available´ -text is shown.
Change-Id: I3bc1f1f4eb26cda38e5cc7a12bd4db1bf922f076
2022-03-15 02:11:17 +00:00
Joshua Mccloskey
54b7d84212
Updated fp enrollment to have 5 enroll stages.
...
Test: Verified with multiple devices that there are now
5 stages for UDFPS enrollment.
Fixes: 222587017
Change-Id: I60780553894880f8e5301303f9be6b0cbb84651f
2022-03-14 23:38:06 +00:00
TreeHugger Robot
c60fd3ebf4
Merge "FPSettings depends on SensorProps for maxEnrolls" into tm-dev am: b65ba00903
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17143748
Change-Id: Ib66596eb8099e0ed9a71dcef5e0c401cb5b2edc5
2022-03-14 22:39:10 +00:00
TreeHugger Robot
b65ba00903
Merge "FPSettings depends on SensorProps for maxEnrolls" into tm-dev
2022-03-14 22:13:56 +00:00
Abel Tesfaye
ad23893e5f
Update auto-rotate strings/toggles for better accessibility
...
This change will update some strings for smart-auto-rotate and replace
the activity based switchbar with SettingsMainSwitchPreference. The
switchbar had to be replaced to allow the new text to appear above the main toggle.
Test: locally with flame and with resolver service enabled & disabled
Bug: 220182618
Change-Id: I4b60bf006bdde9e47b33a52c7719ec770caf5746
2022-03-14 19:33:07 +00:00
TreeHugger Robot
be97647d59
Merge "Export battery usage data for EBS essential list filter mechanism" into tm-dev am: 34d3f79fe5
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17180633
Change-Id: I1c34cfd0c1b2c6fcd46733f5447cb39ad238d6ca
2022-03-14 12:31:30 +00:00
TreeHugger Robot
34d3f79fe5
Merge "Export battery usage data for EBS essential list filter mechanism" into tm-dev
2022-03-14 12:04:03 +00:00
Peter_Liang
9a845de914
Fix that the toggle of High contrast text doesn't change to turn off after tapping the Reset button.
...
Solution:
Triggered the updateState() after setChecked() to ensure the UI with the correct state.
Fix: 220081053
Test: atest HighTextContrastPreferenceControllerTest
Change-Id: I33c61d4e5602dfd67ec93a0826613304a1af7c2d
2022-03-14 18:58:30 +08:00
ykhung
93a4ef67c4
Export battery usage data for EBS essential list filter mechanism
...
Bug: 207471193
Test: make RunSettingsRoboTests
Change-Id: I0003bbfce7428e92a2a0e144903d72fc51804dbb
2022-03-14 17:34:50 +08:00
TreeHugger Robot
efa2ee2c96
Merge "Provide getBatteryLast24HrUsageData() method for application info" into tm-dev am: b527497438
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17180744
Change-Id: I4670e49e20abc0ec035e6ee9c3f83d83c829ff27
2022-03-14 08:12:29 +00:00
TreeHugger Robot
b527497438
Merge "Provide getBatteryLast24HrUsageData() method for application info" into tm-dev
2022-03-14 07:54:52 +00:00
TreeHugger Robot
d328f73ec5
Merge "Add ingress rate limit to developer settings" into tm-dev
2022-03-14 07:53:33 +00:00
Mill Chen
d45b5275d1
Update animation on storage item
...
To prevent the flicker happening, the animation is being applied to both
progress bar and storage size info in the storage item.
Bug: 222421324
Test: manual test
1) Install memory fill
2) Increase storage size using memory fill
3) Navigate to Settings > Storage
3) Check the progress bar and size info has animation when updating
Change-Id: I4583358697afd416bc20cafac3ff89361397b6b9
2022-03-14 15:49:05 +08:00
Jason Chiu
764e7fbc44
Prevent scrolling after the homepage recreating
...
- Only apply the layout transition when contextual home is enabled
- Do not scroll for highlighting when the homepage is recreated and
never scrolled
Fix: 222238012
Bug: 222473415
Test: robotest, manual
Change-Id: I490c3f8dbca63a5250bae01555592b7795c90af2
2022-03-14 15:13:08 +08:00
ykhung
ffba705f8d
Provide getBatteryLast24HrUsageData() method for application info
...
Bug: 178197718
Test: make SettingsRoboTests
Change-Id: Iaa5f0c1bdead1a5380129f63987bbae3b4461633
2022-03-14 13:35:15 +08:00
Jack Yu
47bdc61116
Make NFC Setting summary text translatable
...
Add a string in resource xml for the work app summary text in the
default payment selection list.
Bug: 202369556
Test: manual test
Change-Id: Iec3f4bd47c641f3226506a5c49f1601cb24f613a
2022-03-14 11:45:19 +08:00
Treehugger Robot
7eb35a6ee9
Merge "Remove developer option for bluetooth Gabeldorche" am: 4041027433 am: e9e158f469 am: abb0838f46 am: 6b985b365d
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2012195
Change-Id: I96b323ef300d12ba73d4bc2ed7a12d662151bfa9
2022-03-14 03:42:41 +00:00
Treehugger Robot
6b985b365d
Merge "Remove developer option for bluetooth Gabeldorche" am: 4041027433 am: e9e158f469 am: abb0838f46
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2012195
Change-Id: I3f15b8fea0f6ca4f51d07b3e8e97d249324444c4
2022-03-14 03:21:17 +00:00
Alice Kuo
25c2e31242
Add LE audio hardware offload development option
...
Bug: 197296692
Bug: 215492586
Test: make RunSettingsRoboTests ROBOTEST_FILTER=BluetoothLeAudioHwOffloadPreferenceControllerTest
Test: make RunSettingsRoboTests
ROBOTEST_FILTER=BluetoothA2dpHwOffloadPreferenceControllerTest
Change-Id: If1203c50d1d94ac9ed377293b5cb389b7b6f54a1
Merged-In: If1203c50d1d94ac9ed377293b5cb389b7b6f54a1
2022-03-14 03:03:47 +00:00
Treehugger Robot
abb0838f46
Merge "Remove developer option for bluetooth Gabeldorche" am: 4041027433 am: e9e158f469
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2012195
Change-Id: Idbf038ee0d4e060d55cd2140b69ac3e49196a05e
2022-03-14 03:00:09 +00:00
TreeHugger Robot
af41782d7f
Merge "Add LE audio hardware offload development option" into tm-dev am: a5af8fef21
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17100784
Change-Id: I82a437cc03629248cbdb1384469cb7069043430f
2022-03-14 02:47:43 +00:00
TreeHugger Robot
a5af8fef21
Merge "Add LE audio hardware offload development option" into tm-dev
2022-03-14 02:24:49 +00:00
Bidhya
c697af1787
Remove developer option for bluetooth Gabeldorche
...
Bug:220175020
Test: Manually verified
Change-Id: I3c37228f7142892f2eb45552f2aced51360651af
2022-03-11 20:56:03 +00:00
SongFerng Wang
e742684bba
Merge "[MEP] sort the simSlotMapping by logcal slot id" into tm-dev am: faa0eddcc7
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17159743
Change-Id: Iff7f806c02ad6a4413f9a98eb7db93691debe0c3
2022-03-11 07:55:42 +00:00
SongFerng Wang
faa0eddcc7
Merge "[MEP] sort the simSlotMapping by logcal slot id" into tm-dev
2022-03-11 07:31:56 +00:00
Joshua Mccloskey
8ef158fcd3
Merge "Allow deferred SUW to add multiple fingerprints" into tm-dev am: c724e0594a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17129985
Change-Id: I699e92b5cf186c0fe0ded9a22b7288733ec804b9
2022-03-11 03:29:47 +00:00
Joshua Mccloskey
c724e0594a
Merge "Allow deferred SUW to add multiple fingerprints" into tm-dev
2022-03-11 03:11:10 +00:00
PETER LIANG
ea4be02e0a
Merge "Change the metric category of "Display size and text" in SuW." into tm-dev am: 0e2cb579b7
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17148788
Change-Id: Icb12f3e78cc85b5b014422ef689db11f71214e93
2022-03-11 01:33:10 +00:00
PETER LIANG
0e2cb579b7
Merge "Change the metric category of "Display size and text" in SuW." into tm-dev
2022-03-11 01:13:57 +00:00
Alice Kuo
7d56faf46a
Add LE audio hardware offload development option
...
Bug: 197296692
Bug: 215492586
Test: make RunSettingsRoboTests ROBOTEST_FILTER=BluetoothLeAudioHwOffloadPreferenceControllerTest
Test: make RunSettingsRoboTests
ROBOTEST_FILTER=BluetoothA2dpHwOffloadPreferenceControllerTest
Change-Id: If1203c50d1d94ac9ed377293b5cb389b7b6f54a1
2022-03-11 07:45:54 +08:00
Joshua Mccloskey
66095680b2
Allow deferred SUW to add multiple fingerprints
...
Test: Verified that I could add extra fingerprints in deferred
SUW.
Test: m -j30 RunSettingsRoboTests ROBOTEST_FILTER=FingerprintEnrollIntroductionTest
Fixes: 204846146
Fixes: 223722376
Change-Id: Ib3fc31131e97f13512783ca2bab9d205da3a4044
2022-03-10 23:02:13 +00:00
Marie Matheson
21ac5e7d94
Merge "Bug fix - when enrolled, biometrics have ok safety state." into tm-dev am: 0b82bf9df3 am: 8bb49c90cc
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17142588
Change-Id: Ic6c1efe682ed768994f189cc7cbaea99d972de27
2022-03-10 20:28:14 +00:00
SongFerngWang
506c3df5b9
[MEP] sort the simSlotMapping by logcal slot id
...
The modem assign the simSlotMapping like UiccSlotMapping[
(mPortIndex=0, mPhysicalSlotIndex=0, mLogicalSlotIndex=1),
UiccSlotMapping (mPortIndex=1, mPhysicalSlotIndex=0,
mLogicalSlotIndex=0)]. The settings replace the first one
UiccSlotMapping when user insert psim and the both of esim
profile are not enabled. It is not correct. The root cause is that
the settings did not sort the simSlotMapping by logcal slot id.
Bug: 223662007
Test: atest UiccSlotUtilTest (PASS)
Change-Id: I6871db6c2d8d7b9f3cb334bb5cd2c7978b5b3b85
2022-03-11 02:58:55 +08:00
Marie Matheson
0b82bf9df3
Merge "Bug fix - when enrolled, biometrics have ok safety state." into tm-dev
2022-03-10 13:40:54 +00:00
Patrick Rohr
40ebbb17cf
Add ingress rate limit to developer settings
...
Test: make -j64 RunSettingsRoboTests
ROBOTEST_FILTER="com.android.settings.development.IngressRateLimitPreferenceControllerTest"
Bug: 157552970
Bug: 122993151
Change-Id: I0d0aa40610016c1f9e94596cfe3ed6c9a0614d89
Merged-In: I0d0aa40610016c1f9e94596cfe3ed6c9a0614d89
(cherry picked from commit b0e5e84d49 )
2022-03-10 13:16:25 +00:00
Patrick Rohr
3fe8175bcd
Merge "Add ingress rate limit to developer settings"
2022-03-10 13:11:33 +00:00
Tom Hsu
76147437bf
Merge "[Panlingual] Revamp the panlingual UI in Settings."
2022-03-10 13:06:47 +00:00
Ricky Wai
6840252c11
Merge "Apply restricted settings to notification access." into tm-dev
2022-03-10 12:04:49 +00:00
Les Lee
5353d3462c
Merge "wifi setting: Add psk length check" into tm-dev am: 4801983e1f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17130190
Change-Id: Ie5ac9db46431671170110909bbcdf84dac13bebd
2022-03-10 11:59:24 +00:00
Les Lee
4801983e1f
Merge "wifi setting: Add psk length check" into tm-dev
2022-03-10 11:28:43 +00:00