Amit Mahajan
38b3a56364
Merge "Allow renaming inactive subscriptions." into qt-dev
...
am: d133a026cd
Change-Id: Ifb4aafad705860d12c02ad3d26a3a36019ad9847
2019-05-29 11:28:13 -07:00
TreeHugger Robot
d133a026cd
Merge "Allow renaming inactive subscriptions." into qt-dev
2019-05-29 18:16:40 +00:00
Yi Jiang
7605494cc5
Adds contextual cards for screen attention in Settings Homepage
...
Bug: 128527964
Test: atest ContextualAdaptiveSleepSliceTest, maually verified.
Change-Id: Ifaea7d8d4391e91cf6cbde38a2506728f55913d8
2019-05-29 10:37:11 -07:00
Julia Reynolds
75d207c364
Merge "Add snooze notification setting" into qt-dev
...
am: b8f7db90ce
Change-Id: If4f5777f87dda64edd2b947fe08be88fdae0c4db
2019-05-29 10:24:19 -07:00
Julia Reynolds
77d0d162a2
Merge "Add snooze notification setting" into qt-dev am: b8f7db90ce
...
am: 75034e5c20
Change-Id: I3a6d2e7618d152d94d996e43e28dfbe2d55b6e79
2019-05-29 10:23:59 -07:00
Julia Reynolds
75034e5c20
Merge "Add snooze notification setting" into qt-dev
...
am: b8f7db90ce
Change-Id: I2059c7ac5ae2922bba2c3d22413b21ed0ee60979
2019-05-29 10:15:46 -07:00
TreeHugger Robot
b8f7db90ce
Merge "Add snooze notification setting" into qt-dev
2019-05-29 17:03:32 +00:00
Yi-Ling Chuang
bef25b52fb
Load wallpaper colors in a background thread.
...
In WallpaperManagerService, it takes some time to load wallpaper colors
from image wallpapers since bitmap decoding will be involved. This will
block the UI thread and lead to app launch latency. So here we are
making it in another thread to avoid this.
Bug: 133396959
Test: robotest, reboot phone and look at boot trace
Change-Id: Ibd1952a4bf10431ba4be4dd69634d64354670daa
2019-05-29 12:02:12 +08:00
Roshan Pius
d511e174ef
Merge "Developer settings: Disable wifi scan throttling" into qt-dev am: 7b2897ff93
...
am: 05df09fe96
Change-Id: Ib5be27d8d7c9f8d081187dceef11a6b956c92323
2019-05-28 16:29:46 -07:00
Roshan Pius
0fbbad92f9
Merge "Developer settings: Disable wifi scan throttling" into qt-dev
...
am: 7b2897ff93
Change-Id: Idae682080e9d4ca0151132fbbcf23f3280f72d3f
2019-05-28 16:25:30 -07:00
Roshan Pius
05df09fe96
Merge "Developer settings: Disable wifi scan throttling" into qt-dev
...
am: 7b2897ff93
Change-Id: Id2847a87434737fd56c24618dc4b432394e880f7
2019-05-28 16:24:31 -07:00
Amin Shaikh
44d3605deb
Merge "Remove theming developer settings." into qt-r1-dev
...
am: aa3ae7291a
Change-Id: I71a45b7789a064d52c46c93439dda6057e5affc1
2019-05-28 16:24:07 -07:00
TreeHugger Robot
aa3ae7291a
Merge "Remove theming developer settings." into qt-r1-dev
2019-05-28 23:20:22 +00:00
Roshan Pius
7b2897ff93
Merge "Developer settings: Disable wifi scan throttling" into qt-dev
2019-05-28 23:13:03 +00:00
Amit Mahajan
e0285703b2
Allow renaming inactive subscriptions.
...
Test: manual
Bug: 132922483
Change-Id: I30b4b88ddf53b917081a57bd9a917a51b4b44ec6
2019-05-28 16:03:55 -07:00
Antony Sargent
c6e07c61d0
Switch to using an intent for eSIM erasing
...
We initially landed support for erasing an eSIM subscription in
ag/7208624 for b/124254555 using our own confirmation/progress UI, and
calling the EuiccManager.deleteSubscription method to do the
deletion. It turns out this is a low-level API which doesn't handle some
important cases such as subscription grouping or the eSIM slot not being
active.
This CL changes Settings to just launch an intent to begin an eSIM
Manager flow to delete a subscription that provides its own
confirmation/progress UI, and should properly handle subscription
grouping and making the eSIM slot active as needed.
Bug: 132114333
Test: make RunSettingsRoboTests
Change-Id: Ie59fea37fa73c5e6573e1181e271ffb5d453bd08
2019-05-28 15:31:51 -07:00
Antony Sargent
f736cbf64a
Merge "Add signal strength icons to multi-SIM header" into qt-dev am: 42c451610e
...
am: d7bcf57ed8
Change-Id: I7d064463bb8bf64db82cac56a08740ad72e9b7ad
2019-05-28 15:04:02 -07:00
Antony Sargent
3f48938e03
Merge "Add signal strength icons to multi-SIM header" into qt-dev
...
am: 42c451610e
Change-Id: I99abda9f54a97f0103c926ded07f027fac1d5482
2019-05-28 14:58:13 -07:00
Antony Sargent
d7bcf57ed8
Merge "Add signal strength icons to multi-SIM header" into qt-dev
...
am: 42c451610e
Change-Id: Ice796e09d1821dedb0ad00ff8218afd1be205374
2019-05-28 14:58:09 -07:00
Antony Sargent
223c179cd3
Add signal strength icons to multi-SIM header
...
When a device is in DSDS mode with multiple SIMs, we show a header on
the Network & internet page with a "connectivity overview", with an
entry for Wi-Fi (if connected) and each active SIM. The icon for Wi-Fi
shows signal strength, but the icons for the active SIMs were just
static; this CL fixes that. It introduces a class for listening to
signal strength changes on a set of subscriptions, and moves some
existing code we had for displaying signal strength (when manually
picking networks for GSM) in NetworkOperatorPreference into a utility
method that can be shared.
Bug: 128855095
Test: make RunSettingsRoboTests
Change-Id: I668cafe1e9f9c3651b1f33783c8538ad9c2732b5
2019-05-28 12:49:08 -07:00
Julia Reynolds
3562c97441
Add snooze notification setting
...
Test: atest
Bug: 133494458
Change-Id: I3c0534860aaeb374384c4e30764313b1cb83c82a
2019-05-28 10:40:53 -04:00
Roshan Pius
260e79ef34
Developer settings: Disable wifi scan throttling
...
Add a new developer settings toggle to allow users to
toggle wifi scan throttling off.
Bug: 112825565
Test: atest com.android.settings.development
Test: Manual verification of the new switch.
Change-Id: I1d8c149305ca92957c7d1b9f28497291ca8b2bf7
2019-05-28 07:37:24 -07:00
Alan Stokes
121eaa7d3e
Cleanup background activity starts for release.
...
This removes the parts of the feature that were only needed in beta
releases:
- Develper setting to force feature on or off.
Not to be submitted until after beta 5 is cut.
Bug: 131747138
Test: Still builds, developer settings still works.
Change-Id: I573761174317797aeb4df97cf1a2b1ce005c0715
2019-05-28 09:31:12 +01:00
Raff Tsai
2f01133abf
Fix icon color in dark mode am: e30f61f739
...
am: ab5e959adb
Change-Id: I11a9b71a452f8d6611bb9c9a48427d1437612239
2019-05-27 09:52:10 -07:00
Raff Tsai
ab5e959adb
Fix icon color in dark mode
...
am: e30f61f739
Change-Id: I04b540f4ed116601ea72a82dbd79559575e23752
2019-05-27 09:47:10 -07:00
Raff Tsai
73cda7c700
Fix icon color in dark mode
...
am: e30f61f739
Change-Id: I04179fd328a393e8bd5ff891bd86665a8f37cbbb
2019-05-27 09:47:10 -07:00
Raff Tsai
e30f61f739
Fix icon color in dark mode
...
Fixes: 133651524
Test: visual
Change-Id: Ic6f05dc491ad1d49b5cc81e294bf91271420d8e2
2019-05-27 18:32:35 +08:00
Kyunglyul Hyun
5e226d8afb
Merge "Set media router group id to sync cast status" into qt-dev am: 9d33198dc2
...
am: 19d3dcadb9
Change-Id: Id11441df44da989eeb93d21d0eda3640ebe9f380
2019-05-26 19:54:23 -07:00
Kyunglyul Hyun
e6484aba66
Merge "Set media router group id to sync cast status" into qt-dev
...
am: 9d33198dc2
Change-Id: Ic6457eec89200dc5dfdde5d3e3edba5c307f77e2
2019-05-26 19:49:29 -07:00
Kyunglyul Hyun
19d3dcadb9
Merge "Set media router group id to sync cast status" into qt-dev
...
am: 9d33198dc2
Change-Id: Ia4802bde8e253c542d4aa3b7c59b9771935fc460
2019-05-26 19:49:23 -07:00
Kyunglyul Hyun
9d33198dc2
Merge "Set media router group id to sync cast status" into qt-dev
2019-05-27 02:35:27 +00:00
Kyunglyul Hyun
be3b50a8f1
Set media router group id to sync cast status
...
Using media router group id, Settings can sync cast status with
Settings.
If Settings begins/stops cast (mirrorring), CastTile can know that and
Settings also knows when CastTile begins cast.
Please refer ag/7669852 to how router group id can be used to
synchronize cast status.
Bug: 112826114
Bug: 131385091
Bug: 130345243
Test: Manually tested after applying ag/7704172 and this.
Change-Id: I78c3c6163e1352b3a8d0801890064369a861fb8a
2019-05-26 23:05:35 +09:00
Yi Jiang
648ded3601
Merge "Fix unexpected grey-out in Screen attention Fix preference controller searchable issue." into qt-dev am: 79abf23f4d
...
am: a4b9203139
Change-Id: I012fb4827d7fa6b4ed25ec76a520fddb58b8b5ee
2019-05-24 21:11:17 -07:00
Yi Jiang
43f82bd3c4
Merge "Fix unexpected grey-out in Screen attention Fix preference controller searchable issue." into qt-dev
...
am: 79abf23f4d
Change-Id: I86d9e64d6d7afeb56e588c70068d1192bd52a1e2
2019-05-24 20:04:30 -07:00
Yi Jiang
a4b9203139
Merge "Fix unexpected grey-out in Screen attention Fix preference controller searchable issue." into qt-dev
...
am: 79abf23f4d
Change-Id: Iee258b27bed5dc6a7338ae64d52567e9bf759b0b
2019-05-24 20:04:23 -07:00
Yi Jiang
79abf23f4d
Merge "Fix unexpected grey-out in Screen attention Fix preference controller searchable issue." into qt-dev
2019-05-25 01:20:28 +00:00
Yi Jiang
6da0447068
Fix unexpected grey-out in Screen attention
...
Fix preference controller searchable issue.
Bug: 132821023
Bug: 133255690
Test: atest AdaptiveSleepPreferenceControllerTest
Change-Id: I686ed827fbe572c9d8bcde2d8a8e00f2dcb5a6a8
2019-05-24 16:50:18 -07:00
Julia Reynolds
c0b1bf6abb
Merge "Allow the default SMS app to be blocked" into qt-dev am: aaecede217
...
am: c70cdc69b5
Change-Id: I119e6b4b56cdbd8b9cd15cc970f103bf20a6e930
2019-05-24 11:50:29 -07:00
Evan Laird
22a6050035
Merge "Simplify channel importance settings screen" into qt-dev am: 4321e038ff
...
am: a433064df4
Change-Id: I547d4346aea58b8a2fa1e9a3470ac4877f73ed68
2019-05-24 11:23:24 -07:00
Julia Reynolds
f6578fc088
Merge "Allow the default SMS app to be blocked" into qt-dev
...
am: aaecede217
Change-Id: I0d29112d331f9bb4fb59ad40931c77701982e915
2019-05-24 10:16:01 -07:00
Julia Reynolds
c70cdc69b5
Merge "Allow the default SMS app to be blocked" into qt-dev
...
am: aaecede217
Change-Id: I0169d6fece78c05431a691d6b94033ed1da97978
2019-05-24 10:13:57 -07:00
Evan Laird
a433064df4
Merge "Simplify channel importance settings screen" into qt-dev
...
am: 4321e038ff
Change-Id: I9346139116adef62b83e1e85030c8371fa936375
2019-05-24 10:13:47 -07:00
Evan Laird
1e3eb21b0d
Merge "Simplify channel importance settings screen" into qt-dev
...
am: 4321e038ff
Change-Id: I016269c4608af821497f262223cd7f0f62f8c5f5
2019-05-24 10:11:04 -07:00
Julia Reynolds
aaecede217
Merge "Allow the default SMS app to be blocked" into qt-dev
2019-05-24 17:00:12 +00:00
TreeHugger Robot
4321e038ff
Merge "Simplify channel importance settings screen" into qt-dev
2019-05-24 16:36:49 +00:00
Arc Wang
edd3b8dbaa
Merge "Fix Wi-Fi QR scanner crash problem" into qt-dev am: 7d7353c3b5
...
am: f7db4e4cc6
Change-Id: I639d27195b04d2ac4cf97f338d8802b24a45b474
2019-05-24 07:57:32 -07:00
Arc Wang
96a7bcafb6
Merge "Fix Wi-Fi QR scanner crash problem" into qt-dev
...
am: 7d7353c3b5
Change-Id: Ia366acf4c94763fa4836fe2d98c7b4e0abc86ac8
2019-05-24 07:52:31 -07:00
Arc Wang
f7db4e4cc6
Merge "Fix Wi-Fi QR scanner crash problem" into qt-dev
...
am: 7d7353c3b5
Change-Id: Ib254eb2406ed0e90fc5a278755f9c087bfdde493
2019-05-24 07:52:08 -07:00
Arc Wang
7d7353c3b5
Merge "Fix Wi-Fi QR scanner crash problem" into qt-dev
2019-05-24 14:36:44 +00:00
Evan Laird
472e19eae4
Simplify channel importance settings screen
...
Back to bell icons, and removed the flavor text
Test: visual
Bug: 132971502
Change-Id: I55ce6dd07404aed2ceb5423796b733a70c3bfa13
2019-05-24 09:08:14 -04:00