TreeHugger Robot
d2291d447e
Merge "Fix breadcrumb of search results provided by Settings" into rvc-dev
2020-04-22 05:18:34 +00:00
Bonian Chen
6ea4727eb4
[Settings] Mobile data usage code refactor
...
Code refactor
Bug: 151751844
Test: make RunSettingsRoboTests -j ROBOTEST_FILTER=DataUsagePreferenceControllerTest
Change-Id: If85207ebe2edb8c547bb6dac0c55bbd146b62361
2020-04-22 13:13:33 +08:00
Bonian Chen
9193ea5b09
Merge "[Settings] Fix DataUsageSummaryPreferenceControllerTest" into rvc-dev am: 8f26e88bd9 am: 63cf333e34
...
Change-Id: Iefefccc8e1e9ab9fb8f066fb70fe098f67f77ef0
2020-04-22 04:55:10 +00:00
Bonian Chen
290c27c79e
Merge "[Settings] Fix DataUsageSummaryPreferenceControllerTest" into rvc-dev am: 8f26e88bd9
...
Change-Id: I3ace138206b89eb73e3ac638ae9b01fa6aec2848
2020-04-22 04:41:13 +00:00
Bonian Chen
63cf333e34
Merge "[Settings] Fix DataUsageSummaryPreferenceControllerTest" into rvc-dev am: 8f26e88bd9
...
Change-Id: I6e50d38fe30bc09a2f52fc89b08ad6f955d6de86
2020-04-22 04:40:43 +00:00
Bonian Chen
1a8d501d7d
[Settings] Adopt TelephonyBasePreferenceController to data usage
...
Adopt TelephonyBasePreferenceController in order to better support DSDS.
Bug: 151751844
Test: make RunSettingsRoboTests -j ROBOTEST_FILTER=DataUsageSummaryPreferenceControllerTest
Change-Id: I502b93f01b289b72989ad3167131cc0c598b1583
2020-04-22 12:38:11 +08:00
Bonian Chen
8f26e88bd9
Merge "[Settings] Fix DataUsageSummaryPreferenceControllerTest" into rvc-dev
2020-04-22 04:27:43 +00:00
Zhen Zhang
98cd9d278c
Merge "Add ethernet tether option into AllInOneTetherSettings" into rvc-dev am: 92340eb89e am: 274a4006e1
...
Change-Id: I2c01ada07ec0e5ebdc38e0b9fa4ddade4b175fd5
2020-04-22 03:21:24 +00:00
Zhen Zhang
904a61ddfd
Merge "Add ethernet tether option into AllInOneTetherSettings" into rvc-dev am: 92340eb89e
...
Change-Id: I76743b3f353bf8c01f3f62966ecdde7ccd549509
2020-04-22 03:06:18 +00:00
Zhen Zhang
274a4006e1
Merge "Add ethernet tether option into AllInOneTetherSettings" into rvc-dev am: 92340eb89e
...
Change-Id: Ia473326843cbc08ecdfde45887a9c0618d08d4d1
2020-04-22 03:05:45 +00:00
Zhen Zhang
92340eb89e
Merge "Add ethernet tether option into AllInOneTetherSettings" into rvc-dev
2020-04-22 02:52:58 +00:00
Bonian Chen
61b9714a34
[Settings] Fix DataUsageSummaryPreferenceControllerTest
...
Fix test case of DataUsageSummaryPreferenceControllerTest
Bug: 154562264
Test: make RunSettingsRoboTests -j ROBOTEST_FILTER=DataUsageSummaryPreferenceControllerTest
Change-Id: I0b3366c86b0a621b9dda88bbcde6e118d37995b7
2020-04-22 10:39:42 +08:00
tim peng
fbf137d8f5
Merge "The volume slider should not show for the unselected device" into rvc-dev am: 24205d4632 am: 2cbd7526fc
...
Change-Id: I8a8e1fb19ee6f945b6dad438471418ecbd9f82f4
2020-04-22 01:35:20 +00:00
tim peng
7bd9cea220
Merge "The volume slider should not show for the unselected device" into rvc-dev am: 24205d4632
...
Change-Id: I93e705d1185862dacc04f8038327d7c3727af725
2020-04-22 01:18:50 +00:00
tim peng
2cbd7526fc
Merge "The volume slider should not show for the unselected device" into rvc-dev am: 24205d4632
...
Change-Id: I68dcbd00f3a24c568baeb4c28ffd2e14bcb38c5f
2020-04-22 01:18:39 +00:00
tim peng
24205d4632
Merge "The volume slider should not show for the unselected device" into rvc-dev
2020-04-22 01:00:33 +00:00
TreeHugger Robot
05e2b728bd
Merge "Notification history a11y fixes" into rvc-dev am: f11da4c787 am: 8f474aa504
...
Change-Id: Icfd049f35c099144f05f013ae98157f98ca02197
2020-04-21 21:51:34 +00:00
TreeHugger Robot
cfceb02890
Merge "Notification history a11y fixes" into rvc-dev am: f11da4c787
...
Change-Id: Ib7717f8112cf2024d05e9fc75a13fd060bbf6364
2020-04-21 21:37:09 +00:00
TreeHugger Robot
8f474aa504
Merge "Notification history a11y fixes" into rvc-dev am: f11da4c787
...
Change-Id: Id03d0c217ecc9b49e343f65f0f808efc863546dd
2020-04-21 21:36:58 +00:00
TreeHugger Robot
f11da4c787
Merge "Notification history a11y fixes" into rvc-dev
2020-04-21 21:22:44 +00:00
Fabian Kozynski
518023ca0e
Add setting toggle for power menu privacy
...
Adds a toggle for Secure.POWER_MENU_LOCKED_SHOW_CONTENT.
The toggle is disabled if cards & passes and controls are off or if the
user does not have a secure lock screen.
Test: manual
Test: PowerMenuPrivacyPreferenceControllerTest
Bug: 152212779
Change-Id: I45134cb9522a81b8e1b520938001488da7f40906
2020-04-21 20:29:31 +00:00
Beverly
4922aa006a
Notification history a11y fixes
...
- When clicking the expand/collapse button to see the posted
notifications from an app in the last 24 hours, refocus accessibility on
the button so the entire button (contentDescription + clickability) are
announced. Previously only the contentDescription update was being
announced.
- Fix local context menu of NotificationHistory elements by calling the
super method in performAccessibilityAction
Test: manual
Fixes: 153396313
Fixes: 153518629
Change-Id: I3d847ec1f2b72dcf411c6c7c7fe2dc061ccfde26
2020-04-21 14:54:45 -04:00
Pavel Grafov
7e9e73f874
Merge "Stop disabling wifi toggle when tethering is restricted" into rvc-dev am: 9341983324
...
Change-Id: I63178cae69a422737962e49acec2a40551bebd33
2020-04-21 11:25:00 +00:00
Jason Hsu
dc52900d71
Merge "Show default description only if description and html description are empty" into rvc-dev am: 0055a74794
...
Change-Id: I2b56250fc1d5806498692dcf9ecae1a2fe2ebd98
2020-04-21 11:16:20 +00:00
Yanting Yang
bfe16291a3
Fix breadcrumb of search results provided by Settings
...
Settings Search need Settings to provide custom site map pairs to
build up full breadcrumb for the search results from Gesture Settings
page.
Bug: 147851992
Bug: 151206664
Test: visual and robotests
Change-Id: I4a61e6da48755184954c2c90834578030ffc2e10
2020-04-21 19:11:45 +08:00
Pavel Grafov
8ab2c696d5
Merge "Stop disabling wifi toggle when tethering is restricted" into rvc-dev am: 9341983324 am: 8d8eb618e7
...
Change-Id: I8d182517950d28a4fe747d341c0345d3b0de6043
2020-04-21 11:08:17 +00:00
Pavel Grafov
8d8eb618e7
Merge "Stop disabling wifi toggle when tethering is restricted" into rvc-dev am: 9341983324
...
Change-Id: Ia3a28b881005c732d0158890b68de22d97703068
2020-04-21 10:52:43 +00:00
Pavel Grafov
9341983324
Merge "Stop disabling wifi toggle when tethering is restricted" into rvc-dev
2020-04-21 10:40:12 +00:00
Jason Hsu
69eade7c4e
Merge "Show default description only if description and html description are empty" into rvc-dev am: 0055a74794 am: d31f5d58d8
...
Change-Id: I573ac3d6e8743aed02c3b6eaab53b340e06ea96e
2020-04-21 09:58:22 +00:00
TreeHugger Robot
9e18c88925
Merge "[Wi-Fi] Show not show Wi-Fi edit UI for never connected open Wi-Fi networks" into rvc-dev am: 8a80769a7e am: 79c9bdb2d0
...
Change-Id: I11bdf425bbcf6e627ef2d42d713a8d47c55aef10
2020-04-21 09:56:05 +00:00
Jason Hsu
d31f5d58d8
Merge "Show default description only if description and html description are empty" into rvc-dev am: 0055a74794
...
Change-Id: I4a4fa05ec2f2a1a6aa615030a446d46ef9065caf
2020-04-21 09:44:20 +00:00
TreeHugger Robot
aade7d4eb2
Merge "[Wi-Fi] Show not show Wi-Fi edit UI for never connected open Wi-Fi networks" into rvc-dev am: 8a80769a7e
...
Change-Id: If95a32057db5aa8bfb9f6cd3c3896333c6b9cc84
2020-04-21 09:42:21 +00:00
TreeHugger Robot
79c9bdb2d0
Merge "[Wi-Fi] Show not show Wi-Fi edit UI for never connected open Wi-Fi networks" into rvc-dev am: 8a80769a7e
...
Change-Id: I0cbd5dbf8962728e6086240b5d7136f02b48ac17
2020-04-21 09:41:41 +00:00
Jason Hsu
0055a74794
Merge "Show default description only if description and html description are empty" into rvc-dev
2020-04-21 09:41:15 +00:00
TreeHugger Robot
8a80769a7e
Merge "[Wi-Fi] Show not show Wi-Fi edit UI for never connected open Wi-Fi networks" into rvc-dev
2020-04-21 09:20:52 +00:00
Tim Peng
e94de7fbb2
The volume slider should not show for the unselected device
...
-Design changes
Bug: 154555379
Test: Manual test
Change-Id: Icb127867911bc4bba0b77ce374332451b23f1215
2020-04-21 09:10:02 +00:00
Bonian Chen
70144aa952
Merge "[Settings] Refactor test case DataUsageSummaryPreferenceControllerTest" into rvc-dev am: 6fb4a18ded am: 67ff594c29
...
Change-Id: I470d81f8bc4ffdb34a633b2dfb03ad9b04955ed1
2020-04-21 09:09:12 +00:00
Alex Johnston
c249a00091
Merge "Update Wi-Fi configs restrictions" into rvc-dev am: 56f06c59a1 am: cff2c22eb8
...
Change-Id: I80d08fdc22313137be796fd9cb2f82c3d95af7fe
2020-04-21 09:09:05 +00:00
Bonian Chen
f09a56e322
Merge "[Settings] Refactor test case DataUsageSummaryPreferenceControllerTest" into rvc-dev am: 6fb4a18ded
...
Change-Id: I6d8e2ed82aba6c03763128d311de5b9d7b42f1c0
2020-04-21 08:57:45 +00:00
Alex Johnston
cdc42618c9
Merge "Update Wi-Fi configs restrictions" into rvc-dev am: 56f06c59a1
...
Change-Id: Iee667169f8b996270611ca5e53f71c6e7065734d
2020-04-21 08:57:40 +00:00
Bonian Chen
67ff594c29
Merge "[Settings] Refactor test case DataUsageSummaryPreferenceControllerTest" into rvc-dev am: 6fb4a18ded
...
Change-Id: I2b7f27f9a9c9e461c8ec64d241a7ccfe062fbc0f
2020-04-21 08:56:44 +00:00
Alex Johnston
cff2c22eb8
Merge "Update Wi-Fi configs restrictions" into rvc-dev am: 56f06c59a1
...
Change-Id: I5776862d5a425e2137e390c055c714f32dc25fa5
2020-04-21 08:56:36 +00:00
Bonian Chen
6fb4a18ded
Merge "[Settings] Refactor test case DataUsageSummaryPreferenceControllerTest" into rvc-dev
2020-04-21 08:48:36 +00:00
Alex Johnston
56f06c59a1
Merge "Update Wi-Fi configs restrictions" into rvc-dev
2020-04-21 08:41:10 +00:00
Bonian Chen
9b2f98cb89
Merge "[Settings] Code refactor" into rvc-dev am: 5bc8aa7961 am: 0987923594
...
Change-Id: I92f68aa6ae3124b4fb496fcf77853676c628a437
2020-04-21 08:33:32 +00:00
Bonian Chen
e3a90018ca
Merge "[Settings] Support of DSDS API" into rvc-dev am: 57c2df4c7c am: 05a2603d55
...
Change-Id: Ic148a5fa0d0387adebc09192d331754ecaf4e0d5
2020-04-21 08:32:53 +00:00
Bonian Chen
c1eb5bf440
Merge "[Settings] Code refactor" into rvc-dev am: 5bc8aa7961
...
Change-Id: Ie76ffbf51abd1550f40a053d32e2dc65afac6cf9
2020-04-21 08:25:47 +00:00
Bonian Chen
0987923594
Merge "[Settings] Code refactor" into rvc-dev am: 5bc8aa7961
...
Change-Id: Ibed580769fc846df8d3f6c6d58df8668bff34378
2020-04-21 08:25:04 +00:00
Bonian Chen
5bc8aa7961
Merge "[Settings] Code refactor" into rvc-dev
2020-04-21 08:21:28 +00:00
Bonian Chen
ab0c02393e
Merge "[Settings] Support of DSDS API" into rvc-dev am: 57c2df4c7c
...
Change-Id: I54de1254ccb967fc40d1b3533b67d725feb0baa7
2020-04-21 08:18:28 +00:00