SongFerngWang
f795e9b6d0
[MEP]The Esim's PhysicalSlotIndex is wrong am: d3f3730721
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2063560
Change-Id: If1d1172fd657eb43510b1672323244317163d1a9
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-04-14 08:24:10 +00:00
SongFerngWang
a6794dcc8a
The list does not follow the UX dialog design doc in alert dialog. am: f88ffb09fd
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2063558
Change-Id: I117ed9f34fdf3758525dec30b1364db0a7645bf7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-04-14 08:24:08 +00:00
SongFerngWang
ef80331fb0
[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
Merged-In: I6871db6c2d8d7b9f3cb334bb5cd2c7978b5b3b85
2022-04-14 03:47:20 +08:00
SongFerngWang
ccd55cc5c9
In E+E, the user can't enable the PSIM
...
In the E+E and there is the empty slot, the user can't enable PSIM.
Since the settings can't set the correct simSlotMapping.
Bug: 222231991
Test: atest UiccSlotUtilTest (All passes) and Build pass
Change-Id: Ia261e3b41c6c4a43a5429815d93ae9f6ff16f0ec
Merged-In: Ia261e3b41c6c4a43a5429815d93ae9f6ff16f0ec
2022-04-14 03:46:28 +08:00
SongFerngWang
2479c9f7bd
[MEP] psim's logical slot index is 0
...
psim's logical slot index is 0, so changing the API and adding test
cases.
Bug: 221839363
Test: atest UiccSlotUtilTest
Change-Id: I1588bd4a2f552a6b41844883b6ad50f1bfec95de
(cherry picked from commit b162438b5d
)
Merged-In: I1588bd4a2f552a6b41844883b6ad50f1bfec95de
2022-04-14 03:45:55 +08:00
SongFerngWang
d3f3730721
[MEP]The Esim's PhysicalSlotIndex is wrong
...
Using the getUiccSlotInfo API to get the PhysicalSlotIndex of esim
Bug: 215302360
Test: atest UiccSlotUtilTest
Change-Id: Ic43d6c4a3209d24673769b71b9a148e780ee81ab
Merged-In: Ic43d6c4a3209d24673769b71b9a148e780ee81ab
2022-04-14 03:33:42 +08:00
SongFerngWang
f88ffb09fd
The list does not follow the UX dialog design doc in alert dialog.
...
Please refer the comment#1 at bug and there are change below
- the divider is 4dp
- the item's radius is different in the list.
Bug: 216233391
Test: manual test: check the UI
make RunSettingsRoboTests ROBOTEST_FILTER=SimListDialogFragmentTest (PASS)
Change-Id: I758d60202fcf477aeb49014e60b949e7ad08c082
Merged-In: I758d60202fcf477aeb49014e60b949e7ad08c082
2022-04-14 03:32:16 +08:00
TreeHugger Robot
18b0dde5d7
Merge "Unchecked battery saver switch once it's 1st launch" into tm-dev am: 55aba46fe9
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17707388
Change-Id: I748241f2dc580bd910c9455ad15821bbdd455a32
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-04-13 11:56:26 +00:00
Presubmit Automerger Backend
3632d82d97
[automerge] Unchecked battery saver switch once it's 1st launch 2p: d2ce1d9194
am: 2885a43ddd
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17707388
Change-Id: Id55628cd91c2be5615d371b9279589c301223c6b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-04-13 11:55:36 +00:00
TreeHugger Robot
55aba46fe9
Merge "Unchecked battery saver switch once it's 1st launch" into tm-dev
2022-04-13 11:15:46 +00:00
Presubmit Automerger Backend
2885a43ddd
[automerge] Unchecked battery saver switch once it's 1st launch 2p: d2ce1d9194
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17707388
Bug: 227725656
Change-Id: If2036f7792f3c9358e88061d5afd4873612fd3f9
2022-04-13 09:07:40 +00:00
Wesley Wang
d2ce1d9194
Unchecked battery saver switch once it's 1st launch
...
- Add low battery warning ack check to onSwitchChanged(), reset the
switch to off once it's 1st time launch, the switch should be enable
by battery saver change event at 1st instead of enable directly, will
not check this state anymore after 1st launch
Bug: 227725656
Test: make RunSettingsRoboTests
Change-Id: I79f502f567fae5dd10166d8b24fd50d59c261001
2022-04-13 17:06:52 +08:00
Edgar Wang
f520a1f648
Merge "Index the gesture options in System Navigation Settings page" into tm-dev am: 5a539c5cb2
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17684395
Change-Id: I3c3891c154e4fec5214741afc9a9792fa39b5e90
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-04-13 05:00:13 +00:00
Edgar Wang
5a539c5cb2
Merge "Index the gesture options in System Navigation Settings page" into tm-dev
2022-04-13 04:34:04 +00:00
Edgar Wang
e40e18c10d
Merge changes from topic "presubmit-am-020809e13415452dbdf7bee571efa369"
...
* changes:
[automerge] Index the gesture options in System Navigation Settings page 2p: 257ebe4a5e
2p: 739a359b07
[automerge] Index the gesture options in System Navigation Settings page 2p: 257ebe4a5e
Index the gesture options in System Navigation Settings page
2022-04-13 04:34:04 +00:00
Edgar Wang
2c52db547b
Merge changes from topic "presubmit-am-020809e13415452dbdf7bee571efa369" into tm-mainline-prod
...
* changes:
[automerge] Index the gesture options in System Navigation Settings page 2p: 257ebe4a5e
Index the gesture options in System Navigation Settings page
2022-04-13 04:34:04 +00:00
Presubmit Automerger Backend
8eadfcd0d6
[automerge] Fix that device isn't responding for a while when resetting all settings on “Display size and text” page. 2p: 09a2a49bd3
am: 74dd53583b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17614845
Change-Id: I76f447e38c77aff30b587694088d053d50a524c5
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-04-13 01:25:25 +00:00
Julia Reynolds
773c7e937e
[automerge] Add missing extra when launching apps 2p: 87bb1b34c5
am: 3d8de3e21f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17721989
Change-Id: I305aa504ba2c4b242078341b9af15e62b8a25a04
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-04-13 00:52:16 +00:00
PETER LIANG
c18637a51f
Merge "Fix that device isn't responding for a while when resetting all settings on “Display size and text” page." into tm-dev am: 8bd6647885
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17614845
Change-Id: Ia7c99a555600f57989dcecd6afe7235640282a1a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-04-13 00:44:51 +00:00
PETER LIANG
8bd6647885
Merge "Fix that device isn't responding for a while when resetting all settings on “Display size and text” page." into tm-dev
2022-04-13 00:39:27 +00:00
Presubmit Automerger Backend
74dd53583b
[automerge] Fix that device isn't responding for a while when resetting all settings on “Display size and text” page. 2p: 09a2a49bd3
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17614845
Bug: 223747686
Bug: 220082104
Bug: 220070773
Change-Id: If66da507a1e49fa2abec0f4a36507cb73fb176b4
2022-04-13 00:38:51 +00:00
Peter_Liang
09a2a49bd3
Fix that device isn't responding for a while when resetting all settings on “Display size and text” page.
...
Goal:
Probably has the race condition issue between "Bold text" and the other features including "Display Size", “Font Size” if they would be enabled at the same time, so our workaround is that the “Bold text” would be reset first and then do the remaining to avoid flickering problem.
Bug: 223747686
Bug: 220082104
Bug: 220070773
Test: make RunSettingsRoboTests ROBOTEST_FILTER=TextReadingPreferenceFragmentTest
Change-Id: If1425fe2579bec8dded69680ac73fbfb03c37321
2022-04-13 00:38:44 +00:00
TreeHugger Robot
6a489ca8b7
Merge "Apply only RING_VIBRATION_INTENSITY to ringtone vibrations" into tm-dev am: 7a4f6a5ba3
am: 54f6f65f13
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17474927
Change-Id: I221b376e3d1f844aa970b84936570d6bfd5c70ce
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-04-13 00:36:36 +00:00
TreeHugger Robot
71f87d544e
Merge "Add missing extra when launching apps" into tm-dev am: 14a3861f0b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17721989
Change-Id: Ib9e96390eb5b388ce8cc65bc41071de860450083
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-04-13 00:35:55 +00:00
TreeHugger Robot
14a3861f0b
Merge "Add missing extra when launching apps" into tm-dev
2022-04-12 23:27:14 +00:00
Julia Reynolds
3d8de3e21f
[automerge] Add missing extra when launching apps 2p: 87bb1b34c5
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17721989
Change-Id: Ib37af2c92b1da8de0ce14f643db2e4ad1775408b
2022-04-12 20:21:07 +00:00
Julia Reynolds
87bb1b34c5
Add missing extra when launching apps
...
As promised in the api docs
Test: AbstractZenModeAutomaticRulePreferenceControllerTest, view
schedule DND page
Fixes: 221423986
Change-Id: I7ddc1b112950da225afa2ba13ebf5df481922177
2022-04-12 16:20:01 -04:00
TreeHugger Robot
f0d733d51f
Merge "Apply only RING_VIBRATION_INTENSITY to ringtone vibrations" into tm-dev am: 7a4f6a5ba3
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17474927
Change-Id: Idf69f945ca458d3abcc71be9a0f98f18193afd2f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-04-12 17:28:36 +00:00
TreeHugger Robot
7a4f6a5ba3
Merge "Apply only RING_VIBRATION_INTENSITY to ringtone vibrations" into tm-dev
2022-04-12 17:24:05 +00:00
Edgar Wang
8b2165a414
[automerge] Index the gesture options in System Navigation Settings page 2p: 257ebe4a5e
2p: 739a359b07
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17684395
Change-Id: I84b8d5cd0c913106597377a2392489469f8f6c13
2022-04-11 13:29:21 +00:00
Edgar Wang
739a359b07
[automerge] Index the gesture options in System Navigation Settings page 2p: 257ebe4a5e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17684395
Change-Id: I0d3b1e9416e0928cae610f1b36825b6f325f6b73
2022-04-11 13:29:12 +00:00
Edgar Wang
257ebe4a5e
Index the gesture options in System Navigation Settings page
...
Fixes: 167536360
Test: manual verify & robotest
Change-Id: Ie1a24a7206153dc1405f8a28369a6bade11ddd39
2022-04-11 21:05:37 +08:00
TreeHugger Robot
66903e1328
Merge "Fix unexpected Wi-Fi hotspot shutdown" into tm-dev am: 3ed73b7b2d
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17630131
Change-Id: I2535c12e487cce2beb462995f0abda80415cf626
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-04-09 09:22:00 +00:00
TreeHugger Robot
ecde21063a
Merge changes from topic "presubmit-am-c49a96c26d054adbb0d2e7c248dd53a1" into tm-mainline-prod am: 67b061ae0b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17630131
Change-Id: I36d4b7699e8610f0f8f0073c6f504251a9d98387
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-04-09 09:21:44 +00:00
TreeHugger Robot
3ed73b7b2d
Merge "Fix unexpected Wi-Fi hotspot shutdown" into tm-dev
2022-04-09 08:59:05 +00:00
TreeHugger Robot
67b061ae0b
Merge changes from topic "presubmit-am-c49a96c26d054adbb0d2e7c248dd53a1" into tm-mainline-prod
...
* changes:
[automerge] Fix unexpected Wi-Fi hotspot shutdown 2p: 6c42636cb8
Fix unexpected Wi-Fi hotspot shutdown
2022-04-09 08:59:04 +00:00
Mill Chen
a9c43b938d
Merge "Add cache mechanism for secondary users in Storage" into tm-dev am: 34eecaad79
am: 0a4bbff802
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17182074
Change-Id: If75ec07f5896033bef78bb2bb3acff5a01e49498
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-04-08 06:27:36 +00:00
Mill Chen
9cbec63704
Merge "Add cache mechanism for secondary users in Storage" into tm-dev am: 34eecaad79
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17182074
Change-Id: If51dbd3ab6723ff8bc15035118a3bf11d05c8312
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-04-08 06:13:01 +00:00
Mill Chen
34eecaad79
Merge "Add cache mechanism for secondary users in Storage" into tm-dev
2022-04-08 05:48:45 +00:00
Weng Su
a0e05a271d
[automerge] Fix unexpected Wi-Fi hotspot shutdown 2p: 6c42636cb8
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17630131
Bug: 227719584
Change-Id: Icc8a154a06170a321c848578797c6a8c823cc845
2022-04-07 21:37:05 +00:00
Weng Su
6c42636cb8
Fix unexpected Wi-Fi hotspot shutdown
...
- Filter out unnecessary onSwitchChanged callbacks when the switch is
disabled, which should not be triggered by user input.
- Refine the state handling function to avoid unnecessary
onSwitchChanged callback.
- Refine the error handling of isHotspotPasswordValid function.
Bug: 227719584
Test: manual test
make RunSettingsRoboTests \
ROBOTEST_FILTER=WifiTetherSwitchBarControllerTest
Change-Id: If62aaadc8ddb214769b1367d7801b6125bb5377c
2022-04-08 05:35:14 +08:00
Chaohui Wang
0bee8b57c4
Merge "Clean up unused Sliceable.copy()" into tm-dev am: f2178a48ee
am: 1aebd5fb02
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17539525
Change-Id: Ia850d51dec2cc813a65928ef12c6edcccfbe245b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-04-07 18:11:25 +00:00
Peiyong Lin
8e23b02de5
Merge "Remove GameSettings and ExtraAppInfo." into tm-dev am: 7ef70db34d
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17599733
Change-Id: If856da79393481c5c5d4fbddfd966a2f9d0879f1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-04-07 17:55:54 +00:00
Chaohui Wang
2e5180884a
Merge "Clean up unused Sliceable.copy()" into tm-dev am: f2178a48ee
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17539525
Change-Id: I10e8e4a64531f5e4b8340b98ab3783f516b8c492
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-04-07 17:55:08 +00:00
Chaohui Wang
1aebd5fb02
Merge "Clean up unused Sliceable.copy()" into tm-dev am: f2178a48ee
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17539525
Change-Id: I9a02fa61cf65039e905b98a25e5510ae2e7c262d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-04-07 17:54:53 +00:00
Peiyong Lin
7ef70db34d
Merge "Remove GameSettings and ExtraAppInfo." into tm-dev
2022-04-07 17:48:18 +00:00
Peiyong Lin
a4f590f1f1
Merge changes from topic "remove_game_dashboard"
...
* changes:
[automerge] Remove GameSettings and ExtraAppInfo. 2p: e14c23fcf9
2p: f621f13d83
[automerge] Remove GameSettings and ExtraAppInfo. 2p: e14c23fcf9
Remove GameSettings and ExtraAppInfo.
2022-04-07 17:48:18 +00:00
Peiyong Lin
c3ce36da27
Merge changes from topic "remove_game_dashboard" into tm-mainline-prod
...
* changes:
[automerge] Remove GameSettings and ExtraAppInfo. 2p: e14c23fcf9
Remove GameSettings and ExtraAppInfo.
2022-04-07 17:48:18 +00:00
Chaohui Wang
f2178a48ee
Merge "Clean up unused Sliceable.copy()" into tm-dev
2022-04-07 17:31:08 +00:00
TreeHugger Robot
e406597fe2
Merge "Restrict Wi-Fi toggle in Internet Settings" into tm-dev am: 59c849da4d
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17628094
Change-Id: I2b91d4ac1320ce79037c073f913800f0f0ca785c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2022-04-07 11:54:52 +00:00