Xiangyu/Malcolm Chen
9b3a03e504
Merge "Update string of showing conflict between 5G and DSDS." into rvc-dev
2020-04-01 17:57:07 +00:00
Beverly
216bf3c320
Add conversations image resource
...
- Conversations image resource is a compilation of the conversation
icons that are allowed to bypass DND
- Update category header text on DND > Display options for hidden notifications
page
- Update a11y bug in messages and calls pref pages that said images were
tappable
Test: manual
Bug: 151845457
Change-Id: I5387722abf0543b6e07378d498cc0085122c91b9
2020-04-01 13:51:52 -04:00
kholoud mohamed
f9a03cd415
Fix crash when trying to open app info page
...
Fixed a crash in App info page that happens when
no work profile exists, also fixed some unit tests.
Fixes: 152933121
Test: make RunSettingsRoboTests ROBOTEST_FILTER=InteractAcrossProfilesPreferenceControllerTest
Test: make RunSettingsRoboTests ROBOTEST_FILTER=InteractAcrossProfilesControllerTest
Test: make RunSettingsRoboTests ROBOTEST_FILTER=InteractAcrossProfilesSettingsTest
Test: make RunSettingsRoboTests ROBOTEST_FILTER=InteractAcrossProfilesDetailsTest
Change-Id: I7a1e5857cb1e10b96b33abd64359ba30459b1b13
2020-04-01 17:27:17 +00:00
Bonian Chen
194be10913
Merge "[Settings] Code Refactor" into rvc-dev am: 0d3732a595
am: 5d88416ee0
...
Change-Id: Ib3e1d5f3041251703875dbdd2c8d6bd55acdeac8
2020-04-01 16:34:24 +00:00
Bonian Chen
5d88416ee0
Merge "[Settings] Code Refactor" into rvc-dev am: 0d3732a595
...
Change-Id: I64e7a3b6c251626620a3b77cb91b68e6a1c26dd1
2020-04-01 16:18:52 +00:00
Bonian Chen
0d3732a595
Merge "[Settings] Code Refactor" into rvc-dev
2020-04-01 16:07:47 +00:00
Julia Reynolds
6fb9669e44
Some more a11y fixes
...
Min height, and announcing button changes
Test: manual
Fixes: 152729661
Fixes: 152728211
Change-Id: I886ce046da3dd5b2b93673aee0cd5bdc37d5fc48
2020-04-01 12:05:25 -04:00
Yanting Yang
f7b884f59b
Fix SupportDashboardActivityTest
...
Since the screen title of SupportDashboardActivity was changed to
page_tab_title_support string for fixing breadcrumb before.
We need to correct the test case to fix the test function fail.
Bug: 147851992
Test: robotests
Change-Id: I14e30ac2a5210bb2d89657cff5772c06c6e8fe5a
2020-04-01 20:13:59 +08:00
TreeHugger Robot
1c4ac1dded
Merge "[Wi-Fi] Fix test fails in WifiDetailPreferenceController2Test" into rvc-dev am: 93162ce9f4
am: da8eb18b3d
...
Change-Id: Ie6730d17b2c868be31ae164768dcbeb85e42e8c2
2020-04-01 10:14:41 +00:00
TreeHugger Robot
da8eb18b3d
Merge "[Wi-Fi] Fix test fails in WifiDetailPreferenceController2Test" into rvc-dev am: 93162ce9f4
...
Change-Id: I22b80f8c34280390e8f7797e50172967494dff1e
2020-04-01 09:52:32 +00:00
TreeHugger Robot
93162ce9f4
Merge "[Wi-Fi] Fix test fails in WifiDetailPreferenceController2Test" into rvc-dev
2020-04-01 09:39:12 +00:00
Bonian Chen
bc39d3254a
Merge "[Settings] Avoid from crash when pull out SIM" into rvc-dev am: cfbdcaf9f5
am: 98f1a405c6
...
Change-Id: Ic91aab7738256794d63bf5c016e7e4e8d258c1f2
2020-04-01 07:29:46 +00:00
Yi-Ling Chuang
f31d38620c
Update permission summary when permission changing.
...
Some apps have pre-grant permissions, so when they get disabled and then
enabled again, those pre-granted ones will come back automatically. This
CL handles this kind of cases by listening to permission changes and
update the summary accordingly.
Fixes: 142053555
Test: robotests
Change-Id: I75b010139657ec3b4ff875de77573a46387e42c8
2020-04-01 15:27:15 +08:00
Arc Wang
26d3b7dd1b
[Wi-Fi] Fix test fails in WifiDetailPreferenceController2Test
...
Sign in feature is integrated in WifiTraclerLib, change the test cases
to verify if WifiEntry sign in methods is called.
Bug: 151696220
Test: make RunSettingsRoboTests ROBOTEST_FILTER=WifiDetailPreferenceController2Test
Change-Id: Ia0157f5a96c700e5596c00cef873c8f5016d6442
2020-04-01 15:25:37 +08:00
Bonian Chen
98f1a405c6
Merge "[Settings] Avoid from crash when pull out SIM" into rvc-dev am: cfbdcaf9f5
...
Change-Id: I9bc040d577318ffdec9ff8bd0634e766d2774b8b
2020-04-01 07:16:47 +00:00
Bonian Chen
cfbdcaf9f5
Merge "[Settings] Avoid from crash when pull out SIM" into rvc-dev
2020-04-01 07:00:15 +00:00
TreeHugger Robot
99d4f7fb02
[automerger skipped] Merge "Import translations. DO NOT MERGE" into rvc-dev am: 58cadcc6ee
-s ours am: d9a0046fd6
-s ours
...
am skip reason: subject contains skip directive
Change-Id: Ib60a65ab9435d37fafbd92a6c4504202e8d4b066
2020-04-01 05:44:37 +00:00
TreeHugger Robot
d9a0046fd6
[automerger skipped] Merge "Import translations. DO NOT MERGE" into rvc-dev am: 58cadcc6ee
-s ours
...
am skip reason: subject contains skip directive
Change-Id: Id41bbf1c7274c0475b5ed29577a88c17559ca9fa
2020-04-01 05:31:47 +00:00
TreeHugger Robot
58cadcc6ee
Merge "Import translations. DO NOT MERGE" into rvc-dev
2020-04-01 05:13:22 +00:00
Bonian Chen
bd03b17a62
[Settings] Avoid from crash when pull out SIM
...
Avoid from crash through exception handling.
Bug: 148803073
Test: m RunSettingsRoboTests -j
ROBOTEST_FILTER=WifiCallingSettingsForSubTest
Test: m RunSettingsRoboTests -j
ROBOTEST_FILTER=WifiCallingPreferenceControllerTest
Test: m RunSettingsRoboTests -j
ROBOTEST_FILTER=WifiCallingSettingsTest
Test: m RunSettingsRoboTests -j
ROBOTEST_FILTER=WifiCallingSliceHelperTest
Change-Id: I10aff50b6f3fc50b2f336ee320740f9f4a81e256
2020-04-01 12:05:38 +08:00
Bill Yi
20e0cbec41
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Change-Id: I3d6289030419addc1ccd223de40be5e1bc422df8
2020-03-31 20:55:13 -07:00
Goven Liu
ea63069e93
Merge "[Wi-Fi] Remove 5 unit tests in WifiDetailPreferenceController2Test" into rvc-dev am: 783b0257ad
am: 15ff53ecfb
...
Change-Id: I9c8ede2f1ddf8e3f763caf0d68f2a7a586db20ab
2020-04-01 03:49:28 +00:00
Goven Liu
15ff53ecfb
Merge "[Wi-Fi] Remove 5 unit tests in WifiDetailPreferenceController2Test" into rvc-dev am: 783b0257ad
...
Change-Id: I681ff5a91c45eca3d6f80dc61aed8907d08842b5
2020-04-01 03:36:05 +00:00
Goven Liu
783b0257ad
Merge "[Wi-Fi] Remove 5 unit tests in WifiDetailPreferenceController2Test" into rvc-dev
2020-04-01 03:16:34 +00:00
Bill Yi
5f16525806
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Change-Id: Ie47208d5573659f3bdcc57c8d9933a2245625669
2020-03-31 20:12:42 -07:00
Bonian Chen
39ff4e4495
[Settings] Code Refactor
...
1. Code refactor for android.telephony.ims.ImsManager.
2. Remove unused methods
Bug: 140542283
Test: build pass
Change-Id: I187789a8a553a2c073b3591807dfebfafba6bc14
2020-04-01 10:58:27 +08:00
Malcolm Chen
0b2b2b50d7
Update string of showing conflict between 5G and DSDS.
...
Bug: 152786064
Test: manual
Change-Id: I3ab8dc326caff5b7480c17b9a8004ed91a8b0578
2020-03-31 17:19:16 -07:00
TreeHugger Robot
6c2f6a3e0a
Merge "Add dnd messages + calls senders image resource" into rvc-dev am: 947cb48303
am: e9c4d17eb2
...
Change-Id: Iae17458890d0195b2396f86c4625dae1bd2cfd48
2020-03-31 20:24:25 +00:00
TreeHugger Robot
52fec7a9bd
Merge "Disable conversation strip setting." into rvc-dev am: 04d64f470e
am: 6e9938cf48
...
Change-Id: I25b23e9af82055cbba5633ffbd889a3a993390c1
2020-03-31 20:20:45 +00:00
TreeHugger Robot
e9c4d17eb2
Merge "Add dnd messages + calls senders image resource" into rvc-dev am: 947cb48303
...
Change-Id: I1f8a53b6543452481e62c309a1140af3ef8e1899
2020-03-31 20:10:56 +00:00
TreeHugger Robot
6e9938cf48
Merge "Disable conversation strip setting." into rvc-dev am: 04d64f470e
...
Change-Id: I5e6deeabc8dacb165ee20809a07af2e5b6db78d9
2020-03-31 20:10:11 +00:00
TreeHugger Robot
947cb48303
Merge "Add dnd messages + calls senders image resource" into rvc-dev
2020-03-31 19:40:48 +00:00
TreeHugger Robot
04d64f470e
Merge "Disable conversation strip setting." into rvc-dev
2020-03-31 19:21:51 +00:00
TreeHugger Robot
7bf3fbd41c
Merge "Use DEFAULT_LIST contact intent" into rvc-dev am: 07a3b1c6ed
am: e15d04acf1
...
Change-Id: I91d78b831d08f85f7aca518a27f2ca0fc30be5a1
2020-03-31 18:08:08 +00:00
TreeHugger Robot
2ed94f615d
Merge "Remove policy transparency for cross-profile calendar setting" into rvc-dev am: d0d3873aa7
am: c5507e6665
...
Change-Id: Ifc49b297f808d7fa9536cfa4c2384ed5973a3e74
2020-03-31 18:07:56 +00:00
TreeHugger Robot
e15d04acf1
Merge "Use DEFAULT_LIST contact intent" into rvc-dev am: 07a3b1c6ed
...
Change-Id: I57ba9793ea32bdc45b27a6f9aaf8f503897ff79d
2020-03-31 17:52:19 +00:00
TreeHugger Robot
c5507e6665
Merge "Remove policy transparency for cross-profile calendar setting" into rvc-dev am: d0d3873aa7
...
Change-Id: I327bc67ecb46d92e506474f1b4c0064cf7f9b71c
2020-03-31 17:52:08 +00:00
TreeHugger Robot
07a3b1c6ed
Merge "Use DEFAULT_LIST contact intent" into rvc-dev
2020-03-31 17:38:13 +00:00
TreeHugger Robot
d0d3873aa7
Merge "Remove policy transparency for cross-profile calendar setting" into rvc-dev
2020-03-31 17:31:16 +00:00
Beverly
5a4fb7986f
Add dnd messages + calls senders image resource
...
Add a visual representation of the call or message senders that can
bypass DND.
Test: manual
Bug: 151845457
Change-Id: Ie7d3598d5993e4c1cd62294ab9e17da47f2b6f76
2020-03-31 13:29:35 -04:00
Steve Elliott
8a575029fc
Disable conversation strip setting.
...
Test: manual, robotests
Fixes: 149070144
Fixes: 149001624
Change-Id: I422872e38f7adead81938c39b6084bbc7ed911ae
2020-03-31 13:24:46 -04:00
Bonian Chen
accc3b5225
Merge "[Settings] Apply WifiCallingQueryImsState" into rvc-dev am: 54002ca154
am: d2fe2c9959
...
Change-Id: I00de70493614a84c4cca7c3bbeb633bc4a96b1c3
2020-03-31 16:39:02 +00:00
Bonian Chen
92514b98a2
Merge "[Settings] Remove internal ImsManager access within MobileNetworkUtils" into rvc-dev am: 311941c7d3
am: 855152fd22
...
Change-Id: Ib61d0c6668a57b2e46e9a33778ba6d52613b6e91
2020-03-31 16:39:00 +00:00
Bonian Chen
d2fe2c9959
Merge "[Settings] Apply WifiCallingQueryImsState" into rvc-dev am: 54002ca154
...
Change-Id: I4cfc318b3ff3af20cb2edead69db0ef7c31430d9
2020-03-31 16:26:55 +00:00
Bonian Chen
855152fd22
Merge "[Settings] Remove internal ImsManager access within MobileNetworkUtils" into rvc-dev am: 311941c7d3
...
Change-Id: If4dec5a4bd6a24d0684aa30711a530d39a59ca63
2020-03-31 16:26:51 +00:00
Bonian Chen
54002ca154
Merge "[Settings] Apply WifiCallingQueryImsState" into rvc-dev
2020-03-31 16:09:27 +00:00
Bonian Chen
311941c7d3
Merge "[Settings] Remove internal ImsManager access within MobileNetworkUtils" into rvc-dev
2020-03-31 16:09:27 +00:00
TreeHugger Robot
b99184d84e
Merge changes Ia96af86c,Ifbe2ac30 into rvc-dev am: 4b45334288
am: 37e6acd9a5
...
Change-Id: I6410a4d0b06574df8e4688fe085a705d7befb07a
2020-03-31 15:34:45 +00:00
TreeHugger Robot
37e6acd9a5
Merge changes Ia96af86c,Ifbe2ac30 into rvc-dev am: 4b45334288
...
Change-Id: I776a3e7e0418231db4e8ef72e3c1899228839941
2020-03-31 15:18:56 +00:00
Beverly
82e7bc46cf
Use DEFAULT_LIST contact intent
...
Test: manual
Fixes: 152733367
Change-Id: Ib2addc353298e593160500347d0a9bbfa85d1e0b
2020-03-31 11:09:50 -04:00