Andy Chou
8c16ef2906
Merge "Avoid IMEI overrided by getSummary() for dual SIM condition" into qt-dev
2019-04-26 15:04:25 +00:00
Chandan Nath
2f2a3c4055
Merge "Always show backup settings (even if backup is deactivated)." into qt-dev
2019-04-26 08:14:53 +00:00
Sunny Shao
238928dea2
Show mobile data slice in Search even no SIM card
...
- return slice like in airplan mode when mobile data disabled in the getSlice
of the MobileDataSlice
- replace CONDITIONALLY_UNAVAILABLE by DISABLED_DEPENDENT_SETTING in the
getAvailabilityStatus of the MobileDataPreferenceController
- remove the duplicated mobile data item by update data_usage_cellular.xml
Fixes: 130650621
Test: robotest
Change-Id: I42c0983c27d4edb17fcdce7ca386023911254d2d
2019-04-26 14:44:55 +08:00
Raff Tsai
e4800786cf
Do not allow draw on top for App notification settings
...
Fixes: 119115683
Test: manual
Change-Id: Ib7b878a23b4a99171c58b5de992fb87feca8a28a
Merged-In: Ib7b878a23b4a99171c58b5de992fb87feca8a28a
(cherry picked from commit fe86a2a51f )
2019-04-26 10:18:51 +08:00
andychou
7c89a929c4
Avoid IMEI overrided by getSummary() for dual SIM condition
...
IMEI information will be overrided by getSummary() and cause second slot IMEI is
oerrided by first slot.
Avoid IMEI is override by first slot information.
Bug: 131124169
Test: Test with dual SIM device and atest
ImeiInfoPreferenceControllerTest, ImeiInfoDialogControllerTest pass
Change-Id: Ia0a028aa0103867f42fff610129cf7ce2d3910b7
2019-04-26 09:31:43 +08:00
TreeHugger Robot
668edcfb95
Merge "Fix media output slice is empty even BT device is paired" into qt-dev
2019-04-26 00:46:48 +00:00
Leon Liao
078134cb16
Replace the placeholder animation.
...
Update the placeholder animation in Accessibility Settings
'Time to read' and 'Time to take action'.
Bug: 119283926
Bug: 129090045
Test: Screenshot | RunSettingsRoboTests
Change-Id: I215facd35cb3b9d0fc90a5e267368de2edddf0dc
2019-04-26 08:38:53 +08:00
TreeHugger Robot
80be930357
Merge "Add timestamp to recent used apps" into qt-dev
2019-04-25 22:54:20 +00:00
Kevin Chyn
8888d346d1
Merge changes I74d677dc,I17f4db85 into qt-dev
...
* changes:
Only gray out remove button after positive button is pressed
Check PackageManager before getting system service
2019-04-25 22:48:02 +00:00
Lei Yu
7e9ef34112
Hide number label if info is opportunistic
...
Fixes: 125855323
Test: RunSettingsRoboTests
Change-Id: I6f77d65691319097c9bf56232710ba12fa7360f3
2019-04-25 14:56:59 -07:00
Lei Yu
30991963e4
Merge "Update color filter for battery saver mode" into qt-dev
2019-04-25 21:42:56 +00:00
TreeHugger Robot
d414c64dc3
Merge "Include always ask button in SIM picker dialog" into qt-dev
2019-04-25 21:02:13 +00:00
TreeHugger Robot
3825e09706
Merge "Add keywords for battery saver schedule" into qt-dev
2019-04-25 21:00:28 +00:00
Lifu Tang
c359536d0b
Add timestamp to recent used apps
...
Bug: 129354132
Test: build, flash, and test manually
Change-Id: If8e657460da45db019633e95e77dffb1493997c0
2019-04-25 12:47:42 -07:00
TreeHugger Robot
1eb92917c9
Merge "Fix broken dark ui test" into qt-dev
2019-04-25 19:25:30 +00:00
Kevin Chyn
f19fb6fa46
Only gray out remove button after positive button is pressed
...
Fixes: 131252811
Test: manual
Change-Id: I74d677dc5608b21045b148020a13d5ea5c1bde20
2019-04-25 12:21:29 -07:00
Kevin Chyn
acc340d615
Check PackageManager before getting system service
...
Fixes: 131285189
Test: manual
Change-Id: I17f4db85afc5969c58a0a08667ef05786302712b
2019-04-25 12:17:26 -07:00
Salvador Martinez
5829b56657
Add keywords for battery saver schedule
...
We forgot to add keywords to battery saver schedule so that it
would show up in search. This simply adds the string and the
appropriate keywords for it.
Test: manual (keywords result in search results)
Bug: 129984960
Change-Id: I94983fed6a6236f4d8cee3fb19c841822fd507e2
2019-04-25 11:13:46 -07:00
TreeHugger Robot
c7564be562
Merge "Improve the latency of NotificationChannelSlice" into qt-dev
2019-04-25 17:31:16 +00:00
Salvador Martinez
b0737ee174
Fix broken dark ui test
...
It was checking something in shared preferences which seems
to have stopped working (a bunch of the stuff used in the
test is deprecated). This CL just has it verify that
updateDarkTheme() is called when appropriate since that
is all we really care about.
Test: is a test
Bug: 130897882
Change-Id: If3286dd91b5a95cb0f41cac619a11a9089e0aecf
2019-04-25 10:25:15 -07:00
Salvador Martinez
b96e56b16e
Merge "Update BatteryUtils to update system battery estimate cache" into qt-dev
2019-04-25 17:23:28 +00:00
TreeHugger Robot
59ed4712ed
Merge "Import translations. DO NOT MERGE" into qt-dev
2019-04-25 14:57:13 +00:00
TreeHugger Robot
0bb1590594
Merge "Add Wifi-calling summary for search result" into qt-dev
2019-04-25 10:53:22 +00:00
clownshen
0d5928f6f1
Show "Disconnected" instead of "Saved" in detail page summary
...
To improve UX, show summary as "Disconnected" is more make sense to end
user instead of "Saved" in detail page, it's decision-maker to click
connect button.
Bug: 131119614
Test: manual test
Test: make RunSettingsRoboTests -j32 ROBOTEST_FILTER=com.android.settings.wifi.details.WifiDetailPreferenceControllerTest
Change-Id: I26ea0c566daab6214a596509f972005fd37fab4d
2019-04-25 08:15:13 +00: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
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
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
Christopher Dombroski
4b78bcd5cd
Treat mode_default as denied for install_unknown_apps
...
Test: atest SettingsRoboTests
Bug: 123700348
Change-Id: Ieeb6456854cc3d0faa0e9c407accd94f56a25813
Merged-In: Ieeb6456854cc3d0faa0e9c407accd94f56a25813
2019-04-24 18:29:53 +00:00