PO HUNG CHEN
0c5be8ca87
Merge "Hide the DSULoader when DSU is running" into rvc-dev am: 9ba7fa975b
...
Change-Id: Iaeb83f049e697cd6ebe98199d52fb3907092a612
2020-04-05 06:42:54 +00:00
PO HUNG CHEN
9ba7fa975b
Merge "Hide the DSULoader when DSU is running" into rvc-dev
2020-04-05 06:20:36 +00:00
Howard Chen
01871ab415
Hide the DSULoader when DSU is running
...
Bug: 151792130
Test: open developer settings and check the DSULoader
make -j32 RunSettingsRoboTests
Change-Id: I8f82e0f7ddbfd2c50ac6e2a2d3f61f7715ba452c
2020-04-05 11:42:20 +08:00
Jason Hsu
2e36e9ba67
Merge "Show empty options in shortcut chooser dialog if shortPreference is unchecked." into rvc-dev am: 68084f39d0
...
Change-Id: I79cad396a6ee90f5c21f1dd84cd43999bb9c651f
2020-04-04 15:04:26 +00:00
Jason Hsu
68084f39d0
Merge "Show empty options in shortcut chooser dialog if shortPreference is unchecked." into rvc-dev
2020-04-04 14:44:17 +00:00
Bill Yi
9f08472872
[automerger skipped] Import translations. DO NOT MERGE am: 9f8e7a90d8 -s ours am: 8c858cf56e -s ours
...
am skip reason: subject contains skip directive
Change-Id: Ib981f48a19bd6755b13f85756d18c558ddeb9a0b
2020-04-04 07:09:45 +00:00
Bill Yi
8c858cf56e
[automerger skipped] Import translations. DO NOT MERGE am: 9f8e7a90d8 -s ours
...
am skip reason: subject contains skip directive
Change-Id: I56faa3d75fa435afdd997c01e8ad45716c7dabc4
2020-04-04 06:56:15 +00:00
Bill Yi
9f8e7a90d8
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Change-Id: Iced480939d3fa27302bdbe2a6701220c61e9511f
2020-04-03 21:52:12 -07:00
TreeHugger Robot
44555a7d5b
Merge "[Wi-Fi] Rename 'open network' to 'public network'" into rvc-dev am: 0367ab9c1f
...
Change-Id: I99c87376cef4ca6c4d70af37acfa3e7d6ac275e9
2020-04-03 13:20:34 +00:00
TreeHugger Robot
0367ab9c1f
Merge "[Wi-Fi] Rename 'open network' to 'public network'" into rvc-dev
2020-04-03 13:20:06 +00:00
Arc Wang
92da3ee9f3
Merge "[Wi-Fi] Fix exception when 'Add device' with a Wi-Fi suggestion network" into rvc-dev am: e3199b8c11
...
Change-Id: I3b16af1e2d3def84336c96d26cba41b6a5e4adb0
2020-04-03 13:19:49 +00:00
Arc Wang
e3199b8c11
Merge "[Wi-Fi] Fix exception when 'Add device' with a Wi-Fi suggestion network" into rvc-dev
2020-04-03 12:52:14 +00:00
TreeHugger Robot
8941f5395d
Merge "Turn on location dialog when using twilight scheduling" into rvc-dev am: 710fd22f81
...
Change-Id: I0ba38f391e31867cf29c36f40c02dd7b7e3d16b8
2020-04-03 08:16:38 +00:00
TreeHugger Robot
710fd22f81
Merge "Turn on location dialog when using twilight scheduling" into rvc-dev
2020-04-03 08:03:41 +00:00
Peter Wang
9e02267488
Merge "Hide unprovisioned MDN (phone number) at select profile dialog" into rvc-dev am: 14c5ea7b15
...
Change-Id: I550ec013f5327d19984364da9550ce30846ef6db
2020-04-03 04:14:20 +00:00
Peter Wang
14c5ea7b15
Merge "Hide unprovisioned MDN (phone number) at select profile dialog" into rvc-dev
2020-04-03 03:49:49 +00:00
Jay Aliomer
59c03c23b7
Turn on location dialog when using twilight scheduling
...
Night light and Dark theme scheduling does not work when in
twiligth mode. For the reason, we added a dialog to inform the user
that they need to turn on location services first.
Fixes: 153115618
Fixes: 153115261
Test: manual
Change-Id: Iea51018a7caba5c0ec93e058ee047d067bc03867
2020-04-03 03:45:20 +00:00
TreeHugger Robot
5322a51734
Merge "Add a new developer options screen for shared data." into rvc-dev am: 5acd959e9e
...
Change-Id: Id5eac250f0e8e67adbccfda3a78a78d85e08cb1e
2020-04-02 20:40:29 +00:00
TreeHugger Robot
5acd959e9e
Merge "Add a new developer options screen for shared data." into rvc-dev
2020-04-02 20:13:28 +00:00
Beverly
791f2426e9
Add conversations image to People DND setting page am: e646b28e26
...
Change-Id: Icfcc24699a41d3a878f1635fd8ce941ce236b438
2020-04-02 17:45:39 +00:00
Varun Shah
7efe9315ba
Add a new developer options screen for shared data.
...
Add a new Storage section in the developer options menu which has a
new Shared Data preference. This preference screen shows all shared data
blobs on the device. There is also a new screen for each data blob which
shows all of the packages which currently have a leases on it. This
screen also has a button to delete the shared data blob.
Bug: 150626561
Test: make RunSettingsRoboTests ROBOTEST_FILTER=SharedDataPreferenceControllerTest
Test: manual (visual)
Change-Id: Id84a33dc7eeac493b2f81d3996ad24ee70557a07
2020-04-02 10:07:47 -07:00
Beverly
e646b28e26
Add conversations image to People DND setting page
...
Previously the image was only on the Conversations settings page, but it
should also be included on the People settings page too.
Test: manual
Bug: 151845457
Change-Id: I99af85b3dcc266a1a5743755fe3cb31fc16ccfba
2020-04-02 16:08:31 +00:00
Arc Wang
75d6c9fce3
[Wi-Fi] Fix exception when 'Add device' with a Wi-Fi suggestion network
...
WifiEntry#getWifiConfiguration() may return null when
WifiEntry#isSaved() is true. Use WifiEntry#canEasyConnect()
which checks if WifiEntry#getWifiConfiguration() returns
a non-null value.
Bug: 153029289
Test: manual
Connect to a WPA2 Wi-Fi network, click 'Add device'
in Wi-Fi detail page and see if it crashes.
Change-Id: Ia15503eea795fdd54826699828f02c9ff95dcefa
2020-04-02 22:35:30 +08:00
Arc Wang
d7a5067712
[Wi-Fi] Rename 'open network' to 'public network'
...
Bug: 152994241
Test: compile
Change-Id: Ib288c65e2eec6c0b82c07d1cde28b7e5f7ecdcdf
2020-04-02 18:24:06 +08:00
Arc Wang
40397e6007
Merge "Add null check for config when clicking on wifi picker entry" into rvc-dev am: e1839d2955
...
Change-Id: I7770bccb1094898fae9c2e36526958fd1ca3246d
2020-04-02 10:04:29 +00:00
Arc Wang
e1839d2955
Merge "Add null check for config when clicking on wifi picker entry" into rvc-dev
2020-04-02 09:48:06 +00:00
jasonwshsu
bfc3201e84
Show empty options in shortcut chooser dialog if shortPreference is unchecked.
...
* Fix the magnification can not auto restore shortcut options.
* The shortcut chooser dialog behavior will be:
1. If user's toggle switch is turned off, and they open the shortcut chooser dialog, none of the options are selected. In this state, if user chooses some of the shortcuts and saves, these choices will be honored.
2. If user's toggle switch is turned off, and they turn on the switch without opening the shortcut chooser dialog, their previously-saved shortcut option is brought back (e.g. if I previously used a11y button, I turn toggle switch off and then on again, I still have a11y button).
3. If user's toggle switch is turned on, and they open the shortcut chooser dialog, their previously-saved shortcut options will be shown.
Bug: 152539702
Bug: 153042341
Test: manual test
Change-Id: Ic109b3363eaf00ba77ce0ed05f4ec11517b1367e
2020-04-02 15:38:11 +08:00
TreeHugger Robot
405fd2eeba
[automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-qpr1-dev am: dd6e85b216 -s ours am: 1245d88a9f -s ours
...
am skip reason: subject contains skip directive
Change-Id: I403256234fff1bfd02aea5baf9a35a3fed1ba4e6
2020-04-02 04:51:47 +00:00
Bill Yi
5b81996458
[automerger skipped] Import translations. DO NOT MERGE am: f639851869 -s ours am: f97ff85cc0 -s ours
...
am skip reason: subject contains skip directive
Change-Id: I583c7268ca21ac26c00077d016b217c99afcb8e6
2020-04-02 04:51:41 +00:00
TreeHugger Robot
2bf0b05023
[automerger skipped] Merge "Import translations. DO NOT MERGE" into rvc-dev am: db76ac605e -s ours
...
am skip reason: subject contains skip directive
Change-Id: Iaf50433a70fefad75997f260e19987dc9ecb267b
2020-04-02 04:51:35 +00:00
TreeHugger Robot
5b144b6a33
Merge "Fix SupportDashboardActivityTest" into rvc-dev am: 542746dadb
...
Change-Id: I55010c3dc5b2bb86159550aea5cc5cdc7e1f0aaa
2020-04-02 04:50:51 +00:00
TreeHugger Robot
1245d88a9f
[automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-qpr1-dev am: dd6e85b216 -s ours
...
am skip reason: subject contains skip directive
Change-Id: I01153a8b33826e51b62f97847053d97e11f2e031
2020-04-02 04:41:54 +00:00
Bill Yi
f97ff85cc0
[automerger skipped] Import translations. DO NOT MERGE am: f639851869 -s ours
...
am skip reason: subject contains skip directive
Change-Id: If2356f8947883efaa51ba51272c49c034758d657
2020-04-02 04:41:47 +00:00
TreeHugger Robot
db76ac605e
Merge "Import translations. DO NOT MERGE" into rvc-dev
2020-04-02 04:38:23 +00:00
TreeHugger Robot
542746dadb
Merge "Fix SupportDashboardActivityTest" into rvc-dev
2020-04-02 04:31:06 +00:00
TreeHugger Robot
dd6e85b216
Merge "Import translations. DO NOT MERGE" into qt-qpr1-dev
2020-04-02 04:24:36 +00:00
Bill Yi
e6b95c40b4
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Change-Id: Ice5352ce325a55055947f2763bf3d2018c7f0d90
2020-04-01 20:06:38 -07:00
Quang Luong
9cc099ab7e
Add null check for config when clicking on wifi picker entry
...
Null check is needed when getting wifi configuration instead of relying
on isSaved() since isSaved() may be true while getWifiConfiguration() is
null.
Bug: 153029289
Test: manual tapping on suggested entry and verifying no crash
Change-Id: Id487f48bd2079d596ea157920e4709fb8407ee9f
2020-04-01 19:57:46 -07:00
Bill Yi
f639851869
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Change-Id: Iae5c7783da1e785d2eb209fa870a564f505e6e9e
2020-04-01 19:35:23 -07:00
Peter Wang
2fa2d083c7
Hide unprovisioned MDN (phone number) at select profile dialog
...
Bug: 151773922
Fix: 151773922
Test: Build
Change-Id: If84600cc426fefcdd219c4a44a5510b8db5c0a89
2020-04-01 19:14:18 -07:00
Bill Yi
c94ea8ebff
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Change-Id: I6da65a4e5c521596b414cec5dffb68f5cf9b4c30
2020-04-01 19:05:10 -07:00
TreeHugger Robot
5769ad00ca
Merge "Add conversations image resource" into rvc-dev am: a3160941e2
...
Change-Id: Id3b369c21624424ef80128a0a89b77cd4ccf24c7
2020-04-01 23:28:38 +00:00
TreeHugger Robot
a3160941e2
Merge "Add conversations image resource" into rvc-dev
2020-04-01 23:06:58 +00:00
TreeHugger Robot
514dcef9df
Merge "Fix crash when trying to open app info page" into rvc-dev am: a43e978ffb
...
Change-Id: I69545cdbae3df0ed5b21c6f94b00352fa8f6c5c2
2020-04-01 21:56:19 +00:00
TreeHugger Robot
a43e978ffb
Merge "Fix crash when trying to open app info page" into rvc-dev
2020-04-01 21:43:47 +00:00
TreeHugger Robot
7883d6af66
Merge "Some more a11y fixes" into rvc-dev am: c78ad2087d
...
Change-Id: Ibdb294c1e340f71c29dbd94de7f872b0accd7e25
2020-04-01 21:09:51 +00:00
TreeHugger Robot
c78ad2087d
Merge "Some more a11y fixes" into rvc-dev
2020-04-01 20:38:29 +00:00
TreeHugger Robot
0949a64f97
[automerger skipped] Merge "Import translations. DO NOT MERGE" into rvc-dev am: 51a0b4eaef -s ours
...
am skip reason: subject contains skip directive
Change-Id: I52ec263d47b5d48c642845457c6c023087b8ef81
2020-04-01 18:11:54 +00:00
Xiangyu/Malcolm Chen
d4beb34e3d
Merge "Update string of showing conflict between 5G and DSDS." into rvc-dev am: 9b3a03e504
...
Change-Id: Icc4846045889e549180188d1a5fc1da63f5ce965
2020-04-01 18:11:40 +00:00
TreeHugger Robot
51a0b4eaef
Merge "Import translations. DO NOT MERGE" into rvc-dev
2020-04-01 18:02:44 +00:00