TreeHugger Robot
334985feab
Merge "Fix com.android.settings.media test case fail" into rvc-dev
2020-06-24 05:01:33 +00:00
Mathew Inwood
e6a67d8b7f
Increase character limit. am: a5c9c0458c
am: 93c232993e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11971198
Change-Id: Ib66ae07194a7a6d9cb78b6e1b556cff2be81051f
2020-06-24 04:53:20 +00:00
Mathew Inwood
c0b9bdda25
Increase character limit. am: a5c9c0458c
am: b9d8b08512
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11971198
Change-Id: Icf6cf75f5d4268139128399354d5adf2b93013a2
2020-06-24 04:53:14 +00:00
Mathew Inwood
b9d8b08512
Increase character limit. am: a5c9c0458c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11971198
Change-Id: If8a2bd69135aa967a87cffc3db19e6d5a25b0be5
2020-06-24 04:41:23 +00:00
Mathew Inwood
93c232993e
Increase character limit. am: a5c9c0458c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11971198
Change-Id: Ifc81b836b436ebd7b4b6bcf498085ecd9a3c603e
2020-06-24 04:40:52 +00:00
Jason Chiu
1b514c3f37
Revert "Workaround of Slice not pinned bug when using SliceCallback"
...
This reverts commit 73afb042dc
.
Reason for revert: Publish the fix in Slice lib and revert the workaround.
Bug: 157387583
Change-Id: Icb150b4f69bffe8af4c3fcb26501020c8fe8432b
2020-06-24 03:53:47 +00:00
Jason Chiu
98a8640de2
Fix failed test cases
...
Test: robotest
Fixes: 159688624
Change-Id: I28d53e38000d2dfb00bde900647eb38eda279c9a
2020-06-24 10:55:31 +08:00
Hugh Chen
336ff700a2
Fix com.android.settings.media test case fail
...
Bug: 159760643
Test: make -j42 RunSettingsRoboTests
Change-Id: I17246088ade1b5e17974ccf24a5e40b915146574
2020-06-24 10:54:43 +08:00
Sarah Chin
de62ae7ff4
Add logic for 5G icon to SIM status dialog
...
Test: manual test with fake 5G data network type
Bug: 156815536
Change-Id: I764f4ade8032511b44098e7eccb19b909fccc717
Merged-In: I764f4ade8032511b44098e7eccb19b909fccc717
2020-06-23 15:32:07 -07:00
Bonian Chen
5faf771722
[Settings] Learn more link should be removed when not supported.
...
Learn more wording with link only help people when configured.
When no link available, these wording had better removed to avoid from
confusing people.
Bug: 159510116
Test: manual
Change-Id: I36b74b2b4586546090fb88562e8f4f052a877709
2020-06-23 21:19:15 +08:00
Mathew Inwood
a5c9c0458c
Increase character limit.
...
20 is not enough for several languages.
Test: TH
Bug: 159628588
Change-Id: I9f7b47951ea5a4e0eb2022347ebd5ea0db7f0c9e
2020-06-23 14:09:52 +01:00
Arc Wang
cef7d97031
[Wi-Fi] Fix MAC address title information display bug
...
Use WifiTrackerLib, we can use WifiEntry.getPrivacy()
to get the value for a Passpoint network.
Bug: 159672621
Test: manual visual
Switch Privacy setting in Wi-Fi detail page, observe
MAC address title.
Change-Id: I5411e727c5f48dc0d65a05706194569ca3bbebdc
2020-06-23 18:27:51 +08:00
Sarah Chin
b040b0daa7
Merge "Remove NR NSA from voice network type" into rvc-dev am: 1d6acb4f8c
am: b947a7f7bf
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11959142
Change-Id: Ie614a2ad9005322eba3e8a1fa8ad1cee01789b42
2020-06-23 07:29:18 +00:00
Sarah Chin
5a2cb51b02
Merge "Remove NR NSA from voice network type" into rvc-dev am: 1d6acb4f8c
am: 89cc02986e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11959142
Change-Id: I552cc847d83cd4d5b9726ee07c37e409e07c11bd
2020-06-23 07:21:11 +00:00
Sarah Chin
b947a7f7bf
Merge "Remove NR NSA from voice network type" into rvc-dev am: 1d6acb4f8c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11959142
Change-Id: Ia38afb3e20e41135bc5bbd700a9f5500e3df2fd1
2020-06-23 07:01:48 +00:00
Sarah Chin
89cc02986e
Merge "Remove NR NSA from voice network type" into rvc-dev am: 1d6acb4f8c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11959142
Change-Id: I897c462e15c97a5b50c528121c77e2fb2b115a38
2020-06-23 07:01:22 +00:00
Sarah Chin
1d6acb4f8c
Merge "Remove NR NSA from voice network type" into rvc-dev
2020-06-23 06:52:12 +00:00
Sarah Chin
4b5e95daa1
Remove NR NSA from voice network type
...
Since voice calls on NR NSA use LTE, the voice network type
should not be updated to be NR NSA.
Test: manual testing
Bug: 159382203
Change-Id: I77d92fab0020da356ae43293016237be7494c1e2
2020-06-23 06:51:44 +00:00
David Su
18c98fbe79
Merge "Stop expecting WifiConfig extra from CONFIGURED_NETWORKS_CHANGED_ACTION broadcast" into rvc-dev am: 15d4970c9d
am: b426b12967
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11923937
Change-Id: Ief3ad2196eb07837cdae3716b95e58906bdde455
2020-06-23 03:37:38 +00:00
David Su
cebaf44767
Merge "Stop expecting WifiConfig extra from CONFIGURED_NETWORKS_CHANGED_ACTION broadcast" into rvc-dev am: 15d4970c9d
am: 46a4938667
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11923937
Change-Id: Iedd9cd45cca183bec75b51050d1806a471f73fc5
2020-06-23 03:37:17 +00:00
David Su
b426b12967
Merge "Stop expecting WifiConfig extra from CONFIGURED_NETWORKS_CHANGED_ACTION broadcast" into rvc-dev am: 15d4970c9d
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11923937
Change-Id: I7769481eb333964dfe71f88d5faf2b15e4d375b7
2020-06-23 03:20:26 +00:00
David Su
46a4938667
Merge "Stop expecting WifiConfig extra from CONFIGURED_NETWORKS_CHANGED_ACTION broadcast" into rvc-dev am: 15d4970c9d
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11923937
Change-Id: Ide91f1b4544712f71eb8c1bac843b80bdbdcee49
2020-06-23 03:20:16 +00:00
David Su
15d4970c9d
Merge "Stop expecting WifiConfig extra from CONFIGURED_NETWORKS_CHANGED_ACTION broadcast" into rvc-dev
2020-06-23 03:06:39 +00:00
tim peng
c43d97c9b5
Merge "In output switcher, the name of the device disappears for a brief period, which makes it seem like the devices are swapping positions." into rvc-dev am: 6e10387a38
am: 0217b38b00
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11931339
Change-Id: I57d28f2980c060c7b7d54120d626ba7e5a8d7443
2020-06-23 02:55:06 +00:00
tim peng
3ebaa8f380
Merge "In output switcher, the name of the device disappears for a brief period, which makes it seem like the devices are swapping positions." into rvc-dev am: 6e10387a38
am: 170179bbe3
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11931339
Change-Id: I3859719fab57d94034c5a1c0ae193af8e47483a9
2020-06-23 02:54:45 +00:00
tim peng
0217b38b00
Merge "In output switcher, the name of the device disappears for a brief period, which makes it seem like the devices are swapping positions." into rvc-dev am: 6e10387a38
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11931339
Change-Id: Ie69913e09a49438c85e6266f0a7d948b9b459460
2020-06-23 02:37:25 +00:00
tim peng
170179bbe3
Merge "In output switcher, the name of the device disappears for a brief period, which makes it seem like the devices are swapping positions." into rvc-dev am: 6e10387a38
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11931339
Change-Id: I66017db7ec0e11c06d62628dbb312225b203059d
2020-06-23 02:37:06 +00:00
tim peng
6e10387a38
Merge "In output switcher, the name of the device disappears for a brief period, which makes it seem like the devices are swapping positions." into rvc-dev
2020-06-23 02:22:46 +00:00
Jakub Pawlowski
24d5585b28
[automerger skipped] Prevent overlay drawing on top of Bluetooth pairing dialog am: f3afef8419
am: 138dbb86cc
-s ours am: 07d3a4de3d
-s ours am: b5355ae3be
-s ours am: c9310c3156
-s ours am: 431033f9ea
-s ours
...
am skip reason: Change-Id I99643ee9084f3a9bc1ad9a459ac27c587d832c91 with SHA-1 88815d1456
is in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11953485
Change-Id: I982b77254ee23362a16685b09f29cd073aa04058
2020-06-22 20:20:40 +00:00
Jakub Pawlowski
c09b390c8e
[automerger skipped] Prevent overlay drawing on top of Bluetooth pairing dialog am: f3afef8419
am: 138dbb86cc
-s ours am: 07d3a4de3d
-s ours am: b5355ae3be
-s ours am: c9310c3156
-s ours am: 0d8a2e0cfe
-s ours
...
am skip reason: Change-Id I99643ee9084f3a9bc1ad9a459ac27c587d832c91 with SHA-1 88815d1456
is in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11953485
Change-Id: I07b20cf9b78ee0a64b8a3ad4ea0d594b7282eb5d
2020-06-22 20:20:26 +00:00
Jakub Pawlowski
431033f9ea
[automerger skipped] Prevent overlay drawing on top of Bluetooth pairing dialog am: f3afef8419
am: 138dbb86cc
-s ours am: 07d3a4de3d
-s ours am: b5355ae3be
-s ours am: c9310c3156
-s ours
...
am skip reason: Change-Id I99643ee9084f3a9bc1ad9a459ac27c587d832c91 with SHA-1 88815d1456
is in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11953485
Change-Id: I2b646bd53af7b3d8506260495439988b77cbd87d
2020-06-22 20:06:25 +00:00
Jakub Pawlowski
0d8a2e0cfe
[automerger skipped] Prevent overlay drawing on top of Bluetooth pairing dialog am: f3afef8419
am: 138dbb86cc
-s ours am: 07d3a4de3d
-s ours am: b5355ae3be
-s ours am: c9310c3156
-s ours
...
am skip reason: Change-Id I99643ee9084f3a9bc1ad9a459ac27c587d832c91 with SHA-1 88815d1456
is in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11953485
Change-Id: I9f2aec3f6305f65843a84718decd5dfc7fcc6fe7
2020-06-22 20:06:14 +00:00
Jakub Pawlowski
c9310c3156
[automerger skipped] Prevent overlay drawing on top of Bluetooth pairing dialog am: f3afef8419
am: 138dbb86cc
-s ours am: 07d3a4de3d
-s ours am: b5355ae3be
-s ours
...
am skip reason: Change-Id I99643ee9084f3a9bc1ad9a459ac27c587d832c91 with SHA-1 88815d1456
is in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11953485
Change-Id: I205f4af442741edeb0295bd713bef68f5ddccaa5
2020-06-22 19:54:45 +00:00
Jakub Pawlowski
b5355ae3be
[automerger skipped] Prevent overlay drawing on top of Bluetooth pairing dialog am: f3afef8419
am: 138dbb86cc
-s ours am: 07d3a4de3d
-s ours
...
am skip reason: Change-Id I99643ee9084f3a9bc1ad9a459ac27c587d832c91 with SHA-1 88815d1456
is in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11953485
Change-Id: I99e7d95f10f5f3d76ef18ab198464fe0b8289a8c
2020-06-22 19:38:34 +00:00
Jakub Pawlowski
07d3a4de3d
[automerger skipped] Prevent overlay drawing on top of Bluetooth pairing dialog am: f3afef8419
am: 138dbb86cc
-s ours
...
am skip reason: Change-Id I99643ee9084f3a9bc1ad9a459ac27c587d832c91 with SHA-1 88815d1456
is in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11953485
Change-Id: I19f322dfbc23f34fcf736215f46fd41f2dd0b570
2020-06-22 19:19:47 +00:00
Jakub Pawlowski
138dbb86cc
Prevent overlay drawing on top of Bluetooth pairing dialog am: f3afef8419
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11953485
Change-Id: I41bd60685dc58028a328c041ca4532b42881cec7
2020-06-22 19:03:01 +00:00
Jakub Pawlowski
f3afef8419
Prevent overlay drawing on top of Bluetooth pairing dialog
...
Bug: 155648639
Change-Id: I99643ee9084f3a9bc1ad9a459ac27c587d832c91
Merged-In: I99643ee9084f3a9bc1ad9a459ac27c587d832c91
2020-06-22 17:35:40 +02:00
TreeHugger Robot
49ebea153c
Merge "Disable the defulat animation of the RecyclerView to avoid UI jank." into rvc-dev am: 72dac6e5be
am: f5c9bf01c3
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11949294
Change-Id: Id5e9517d512afe8c52ace07b2487f2bb56d0a47c
2020-06-22 10:51:21 +00:00
Stanley Wang
11b97ea0ae
Merge "Fix the bug of not showing lock screen before entering Smart Lock page." into rvc-dev am: 7afb61e6dc
am: 7c0f60f24e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11949297
Change-Id: If240648f9ae164915225afc6cefb3e3e7f7d3488
2020-06-22 10:51:05 +00:00
TreeHugger Robot
733d80a575
Merge "Disable the defulat animation of the RecyclerView to avoid UI jank." into rvc-dev am: 72dac6e5be
am: a456072536
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11949294
Change-Id: I086c26c26bc911056a55800c99b480f3b91fac8c
2020-06-22 10:50:46 +00:00
Stanley Wang
69eaf216eb
Merge "Fix the bug of not showing lock screen before entering Smart Lock page." into rvc-dev am: 7afb61e6dc
am: b1895fc072
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11949297
Change-Id: I06655ae21068d4f9bd0f9430e88be8b3a69eacf9
2020-06-22 10:50:39 +00:00
TreeHugger Robot
f5c9bf01c3
Merge "Disable the defulat animation of the RecyclerView to avoid UI jank." into rvc-dev am: 72dac6e5be
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11949294
Change-Id: I242e99fed086552dd9492c9ad8a294b72e166212
2020-06-22 10:43:06 +00:00
TreeHugger Robot
a456072536
Merge "Disable the defulat animation of the RecyclerView to avoid UI jank." into rvc-dev am: 72dac6e5be
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11949294
Change-Id: Ib8597a1df999e308b90ae00ffd83b281627e7809
2020-06-22 10:42:42 +00:00
TreeHugger Robot
72dac6e5be
Merge "Disable the defulat animation of the RecyclerView to avoid UI jank." into rvc-dev
2020-06-22 10:40:46 +00:00
Stanley Wang
7c0f60f24e
Merge "Fix the bug of not showing lock screen before entering Smart Lock page." into rvc-dev am: 7afb61e6dc
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11949297
Change-Id: I2f29322ed4c14d9ed093777d330e9df7b364feb4
2020-06-22 10:38:20 +00:00
Stanley Wang
b1895fc072
Merge "Fix the bug of not showing lock screen before entering Smart Lock page." into rvc-dev am: 7afb61e6dc
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11949297
Change-Id: I7bda54792d81ace1bcdee9f018fb3e5f3db0fc1b
2020-06-22 10:38:04 +00:00
Stanley Wang
7afb61e6dc
Merge "Fix the bug of not showing lock screen before entering Smart Lock page." into rvc-dev
2020-06-22 10:25:58 +00:00
Stanley Wang
f1a0801c00
Fix the bug of not showing lock screen before entering Smart Lock page.
...
Controller can't find the target preference to handle the click event.
Store the preference keys to match the clicked item.
Fixes: 158716163
Test: run robotest and manually test the click behavior
Change-Id: Ie243206ceffef013c56c4ea29c14fe56da510fb6
2020-06-22 16:49:02 +08:00
Stanley Wang
a8ba796123
Merge "Add log to capture the hardware status." into rvc-dev am: 1117895745
am: d4714ff1db
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11908539
Change-Id: I6171c7298881194901f6e4b9d5963c5cf02e6a25
2020-06-22 08:46:48 +00:00
Stanley Wang
24eaff871f
Merge "Add log to capture the hardware status." into rvc-dev am: 1117895745
am: 843622806b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11908539
Change-Id: I0c038c91405dbf81d4c7e5d1012335ed1907e68b
2020-06-22 08:46:25 +00:00