Julia Reynolds
75bd47106a
Merge "String changes" into qt-dev am: 2f731500ad
...
am: 92cb6a4782
Change-Id: I042dafa45e087d9eaa5126039cffb0a3e089ed6a
2019-04-25 00:19:15 -07:00
Julia Reynolds
a35e3d9d88
Merge "Fix notification preferences" into qt-dev am: 42eefd0d7e
...
am: 953bb4514c
Change-Id: I7110af8c4e1e5c7b740faa6df4437dd6ceb2272a
2019-04-25 00:18:15 -07:00
joshmccloskey
c397945810
Merge "Fixed Infinite loop method call." into qt-dev
...
am: 6cee809841
Change-Id: I0d5bd71d683bc62c12cde41e61c9c5295569bfec
2019-04-25 00:18:04 -07:00
Clown SHEN
2cd35901f6
Merge "Fix NPE when connect timeout" into qt-dev
...
am: 05e680d3c8
Change-Id: I07678d8119d7f8f3d9d53998115612113bbbcfb8
2019-04-25 00:17:19 -07:00
Cating Lin
ba3c603323
Merge "The icon of suggestion_fingerprint should be blue." into qt-dev am: 08319ee328
...
am: 81183f3af6
Change-Id: Icda125e005293b76177e38c66e0d120bb91d5533
2019-04-25 00:16:40 -07:00
Julia Reynolds
6a94df453d
Merge "Add bubbles animation" into qt-dev
...
am: 703e6aa092
Change-Id: I6421e2caf578ca0cb968fc03bf28b8b9a879b5ca
2019-04-25 00:16:32 -07:00
Andrew Sapperstein
69fde85537
Merge "Update "ask every time" asset." into qt-dev
...
am: 30859ac832
Change-Id: I5479181f38b75ad5b23ca8c9605baf36f681826b
2019-04-25 00:15:45 -07:00
Fan Zhang
3a5dd82969
Merge "Remove disable mobile data confirm dialog for single sim." into qt-dev
...
am: c78e4d1e0f
Change-Id: I10e0331a85f7bb1626639896ecca7a445855dcac
2019-04-25 00:14:59 -07:00
Lei Yu
70f7a64133
Merge "Fix issue in panel logging" into qt-dev
...
am: 2b60204dba
Change-Id: I6561852b672e29f5aaddd2ef242e59698e1e2b6c
2019-04-25 00:14:09 -07:00
Fan Zhang
7be1bcf26c
Merge "Fix incorrect mapping to get subscriptioninfo" into qt-dev
...
am: 9fa82a370b
Change-Id: If9af81bfa4d99eee0b211b7216b3ca9d1baa66f2
2019-04-25 00:13:10 -07:00
Antony Sargent
d6209877b1
Merge "Implement off state for SIM details page" into qt-dev
...
am: 62d580d5b4
Change-Id: I37c513eb170667c6729b6a94a7788f24229dcf5a
2019-04-25 00:12:19 -07:00
Mill Chen
22a0a950f0
Merge "Update dialog background color for dark theme" into qt-dev
...
am: 235387c4f1
Change-Id: I3ee2f7e1c674efbc0caaa1a0ae36fe66f197f86e
2019-04-25 00:11:08 -07:00
tmfang
6aa2c1a65f
Merge "Fix CTS issue on PRIVACY_SETTINGS" into qt-dev
...
am: ab3f4062d1
Change-Id: I6f7a0fcbc80770ce66eb82fbf9054ae818145435
2019-04-25 00:10:18 -07:00
Julia Reynolds
92cb6a4782
Merge "String changes" into qt-dev
...
am: 2f731500ad
Change-Id: Id5c5cc2c86211ee0e52394d9b3e35999486ee493
2019-04-25 00:09:27 -07:00
Julia Reynolds
953bb4514c
Merge "Fix notification preferences" into qt-dev
...
am: 42eefd0d7e
Change-Id: I177e26feac7fd555e9e86c4bc730764a993e36bb
2019-04-25 00:08:26 -07:00
Cating Lin
81183f3af6
Merge "The icon of suggestion_fingerprint should be blue." into qt-dev
...
am: 08319ee328
Change-Id: Id9e6f2e512bff148287a78e93cfb0032316122f6
2019-04-25 00:07:39 -07:00
Ilya Matyukhin
e222e1885e
Merge "Use auth token from intent extras" into qt-dev am: 172d03c758
...
am: 67459a21ff
Change-Id: I940af9acacf470b30c2225efa34cdcf35275c9b2
2019-04-24 23:56:37 -07:00
Ilya Matyukhin
67459a21ff
Merge "Use auth token from intent extras" into qt-dev
...
am: 172d03c758
Change-Id: Ia410ae2ee581bd318f5d245e829b7d4a53af9b12
2019-04-24 23:44:06 -07:00
Pasty Chang
d6f9ec122d
Merge "Update the fingerprint skip dialog" into qt-dev
2019-04-25 06:12:19 +00:00
Pasty Chang
393492438b
Merge "Change to show generic lock screen before setup fingerprint or face" into qt-dev
2019-04-25 06:12:19 +00:00
Linda Tseng
395cad3888
Merge "Make panel support dark mode" into qt-dev
2019-04-25 05:51:19 +00:00
Raff Tsai
af4180cf24
Fix toggle button is enabled state but can't click
...
Fixes: 131197520
Test: manual
Change-Id: Id9f83b4abea55d2569049a48622d473d7f51042f
2019-04-25 12:08:21 +08:00
TreeHugger Robot
6cee809841
Merge "Fixed Infinite loop method call." into qt-dev
2019-04-25 03:40:47 +00:00
hughchen
53eb9eb24d
Fix media output slice is empty even BT device is paired
...
Return the empty ListBuilder instead of return null in
getSlice().
Bug: 131140677
Test: make -j42 RunSettingsRobotests
Change-Id: I2b1a4bc0c6d2017ec85b2e9f8a5bfc08a0eba1b5
2019-04-25 11:05:27 +08:00
Raff Tsai
3aeb915355
ANR observed under settings when trying to reset network settings
...
- Move reset network settings code to async task.
Test: manual, Robolectric
Fixes: 130772994
Change-Id: I59345f48ed840ecfd64c29c2c20ab8caf2679f63
2019-04-25 02:55:25 +00:00
Clown SHEN
05e680d3c8
Merge "Fix NPE when connect timeout" into qt-dev
2019-04-25 02:46:47 +00:00
Bill Yi
fc9e913461
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Bug: 64712476
Change-Id: I675fbeedf0bc71abd04a6cf75ab05deca428eee6
2019-04-24 19:34:37 -07:00
pastychang
5145dc1529
Update the fingerprint skip dialog
...
Test: atest
Bug: 124028212
Change-Id: I1a1151c231862ef21b302317f0f105de1a79eac7
2019-04-25 02:16:23 +00:00
Edgar Wang
f1f12bd797
Add Wifi-calling summary for search result
...
Fixes: 130364773
Test: manual
Change-Id: Ib10ec01bdc4f8bfaf92aea7435d414113fb634ed
2019-04-25 09:41:25 +08:00
joshmccloskey
6b30136edf
Fixed Infinite loop method call.
...
Test: Verified that setupwizard flow no longer causes infinite loop.
Fixes: 131106091
Change-Id: I0777fefa08063c62f7ef8cbbc252e219efa98f24
2019-04-25 00:42:31 +00:00
TreeHugger Robot
703e6aa092
Merge "Add bubbles animation" into qt-dev
2019-04-25 00:08:30 +00:00
TreeHugger Robot
30859ac832
Merge "Update "ask every time" asset." into qt-dev
2019-04-24 23:57:30 +00:00
TreeHugger Robot
c78e4d1e0f
Merge "Remove disable mobile data confirm dialog for single sim." into qt-dev
2019-04-24 22:50:24 +00:00
Lei Yu
2b60204dba
Merge "Fix issue in panel logging" into qt-dev
2019-04-24 22:48:55 +00:00
Fan Zhang
9fa82a370b
Merge "Fix incorrect mapping to get subscriptioninfo" into qt-dev
2019-04-24 21:44:53 +00:00
lindatseng
e972b16c4b
Make panel support dark mode
...
Slightly adjust Panel related theme/styles to support dark mode.
Screenshot:
Wifi Panel: https://screenshot.googleplex.com/5FJ1wwMjgrn.png
NFC Panel: https://screenshot.googleplex.com/AhNJhEMXCS7.png
Volume Panel: https://screenshot.googleplex.com/iyOxAz9NJPv.png
Connectivity Panel: https://screenshot.googleplex.com/pvExHZVNW7m.png
Test: Visual/Manual verification
Fixes: 130815366
Change-Id: Ic96898091c52ccebf4437d96099ad553884d1eb4
2019-04-24 21:30:40 +00:00
Fan Zhang
e83d718ff9
Include always ask button in SIM picker dialog
...
Fixes: 129433330
Test: manual
Change-Id: Ia7e5af56541aaf66df9e1749c1cc6e7f97d55a0b
2019-04-24 14:11:50 -07:00
TreeHugger Robot
62d580d5b4
Merge "Implement off state for SIM details page" into qt-dev
2019-04-24 21:00:38 +00:00
Fan Zhang
56c6f89a22
Remove disable mobile data confirm dialog for single sim.
...
Fixes: 124005813
Test: robotest
Change-Id: I2da563f26d6dbb1ec3c6c205f21a96c896b51334
2019-04-24 13:50:09 -07:00
Lei Yu
eba850e8d9
Update color filter for battery saver mode
...
Fixes: 129498556
Test: Manual
Change-Id: I57809c77e488b9828bea50d4c4f410d49912cd4b
2019-04-24 13:47:39 -07:00
Julia Reynolds
b7c8800cdc
Add bubbles animation
...
Test: manual
Fixes: 130653599
Change-Id: I2bd0499de2a9140a51440a57e8ed3bd8c34cccc1
2019-04-24 16:41:56 -04:00
Lei Yu
d68c8c59e5
Fix settings unit test
...
Also remove some obsolete tests
Fixes: 126257657
Test: atest
Change-Id: Ib9b654b9076176db3c331bf5ca14ac185c9e0b5f
2019-04-24 20:40:59 +00:00
Andrew Sapperstein
181a8fccbd
Update "ask every time" asset.
...
Fixes: 130550869
Test: visually inspected
Change-Id: I75356f1a05411ab9d4c396d283fd555ce7c1cd07
2019-04-24 12:56:17 -07:00
Lei Yu
3aacfca16f
Fix issue in panel logging
...
Update log key to slice uri since previous key has no meaning.
Previously it is something like:
androidx.slice.widget.SliceLiveData$SliceLiveDataImpl@1a30b5
Bug: 131094876
Test: Manual
Change-Id: I52d605eb826821ef622aa075c04f829c60692976
2019-04-24 12:50:46 -07:00
TreeHugger Robot
235387c4f1
Merge "Update dialog background color for dark theme" into qt-dev
2019-04-24 19:44:42 +00:00
Chandan Nath
f94033dafc
Always show backup settings (even if backup is deactivated).
...
Previously,
1) we showed backup settings for main users (including secondary non-profile users) only
when backup was activated
2) for profile users, we always showed backup settings.
However, this results in a nullpointer when opening Settings when backup is deactivated
for both main and profile user.
This CL fixes that nullpointer(and also changes existing functionality since keeping
existing functionality and fixing the nullpointer would be too large a code change)
For more details, see https://b.corp.google.com/issues/129843872#comment9 and
https://b.corp.google.com/issues/129843872#comment12
Bug: 129843872
Test: 1. atest -v UserBackupSettingsActivityTest
2. atest -v BackupInactivePreferenceControllerTest
3a) backup not active for main and profile user. shows "isn't active" for both
3b) backup active for main only. shows backup settings for main user and "isn't active" for profile.
3c) backup active for both. shows backup settings for both.
3d) backup active for profile only is not possible (as profile backup is only active when main
user backup is active). if we try to force set it, we get "isn't active" for both
3e) backup not active for secondary user. shows "isn't active"
3f) backup active for secondary user. shows backup settings.
Change-Id: Icb87a047068d29eda560c45dfa4ae02bc991b1af
2019-04-24 18:26:27 +00:00
TreeHugger Robot
ab3f4062d1
Merge "Fix CTS issue on PRIVACY_SETTINGS" into qt-dev
2019-04-24 18:09:37 +00:00
Antony Sargent
74d8d9c31f
Implement off state for SIM details page
...
When a subscription is disabled, we need to hide most things on the
details page. The UX mocks called for leaving in a few things such as
the data usage header and some carrier information, but in tests I've
done it looks like the telephony APIs don't have any of that available
when the subscription is disabled. So for now the only thing left on the
page in the disabled case is the on/off toggle at the very top.
Fixes: 129665956
Test: make RunSettingsRoboTests
Change-Id: I98f4590fca38d03b1e5ff2cf0d2b4876d2adf936
2019-04-24 10:54:47 -07:00
Julia Reynolds
2f731500ad
Merge "String changes" into qt-dev
2019-04-24 17:46:42 +00:00
Julia Reynolds
42eefd0d7e
Merge "Fix notification preferences" into qt-dev
2019-04-24 17:46:28 +00:00