Malcolm Chen
e0cf5ece32
Correct name of PRIMARY_SUBSCRIPTION_LIST_CHANGED.
...
Correct name of PRIMARY_SUBSCRIPTION_LIST_CHANGED in manifest.
Also, make sure SimSelectNotification only listens to that intent.
Bug: 128645056
Test: manual
Change-Id: I008e5346ff1e015d1aa57ca31844426e33bd99b8
Merged-In: I008e5346ff1e015d1aa57ca31844426e33bd99b8
2019-04-08 12:52:04 -07:00
Antony Sargent
da62a42ef8
Merge "Fix 'Advanced' collapse point on Network & internet page" into qt-dev
...
am: 5c28e42538
Change-Id: I886e9b11d7b0ec8c7a9742388cc0867f24f50850
2019-04-08 11:43:38 -07:00
Malcolm Chen
046419a92a
Revert switchBar if enable / disable subscription fails.
...
Bug: 123321718
Test: build manual test
Change-Id: Ia7e8c762d91f81b67e0d0b11d36dfa78ec1e2d18
2019-04-08 18:42:06 +00:00
Sumit Deshmukh
c00e137a55
Settings: [BT] Wrong Pairing Popup is shown on new pairing request.
...
Usecase:
1. Start advertising from DUT (using BLE Smartertooth app).
2. Scan and connect from central device.
3. Now initiate bond from central and accept pairing request.
(Consent Pairing Dialog will be shown on DUT)
4. Notification will be received for PASSKEY CONFIRMATION Dialog.
Do not open notification and let it timeout.
5. Repeat steps 2 and 3. At step 3, Passkey Confirmation pairing
dialog is show instead of Consent pairing dialog.
Issue:
Wrong Pairing Popup is shown. Passkey Confirmation pairing
dialog is show instead of Consent pairing dialog.
Reproducible Rate: 100%
Root Cause:
PendingIntent created for showing pairing notification are getting
reused as only FLAG_ONE_SHOT is used. This flag is not updating new
extra's in the pending intent.
Fix:
Use flag FLAG_UPDATE_CURRENT in pending Intent.
Test: Tested above mentioned testcase and pairing scenarios.
Fix: 129479787
Bug: 129456113
Change-Id: I46813f355cd796cee1b472774b494c8580b39784
2019-04-08 18:20:36 +00:00
TreeHugger Robot
5c28e42538
Merge "Fix 'Advanced' collapse point on Network & internet page" into qt-dev
2019-04-08 18:15:57 +00:00
Andrew Sapperstein
95c915d9dc
Delete carrier entry from mobile network details page.
...
Followup CL will need to delete the backing code after we remove the feature flag.
Bug: 127540176
Test: robotests and visual inspection
Change-Id: I17e917b9726cf7f5470af09332ede38f8c253eed
2019-04-08 11:15:47 -07:00
Amin Shaikh
6e344a4882
Merge "Fix battery color tint issue." into qt-dev am: f1cea95f3e
...
am: 3c77da98ca
Change-Id: I0825206c0e857e994f68029f72dd21bba342c1d8
2019-04-08 08:59:09 -07:00
Amin Shaikh
3c77da98ca
Merge "Fix battery color tint issue." into qt-dev
...
am: f1cea95f3e
Change-Id: I75046ab74618c513d70b60fab8f753ea094efbec
2019-04-08 08:37:21 -07:00
Svetoslav Ganov
2aaf200c82
Merge "Update Settings to use the proper DeviceConfig API." into qt-dev am: d5161f8d90
...
am: 7b5fe13e0c
Change-Id: If30bae1ea756781784b9b6ed673dafd58b32001f
2019-04-08 08:35:50 -07:00
Svetoslav Ganov
7b5fe13e0c
Merge "Update Settings to use the proper DeviceConfig API." into qt-dev
...
am: d5161f8d90
Change-Id: Idc44f6c4358c0061158c4b5715c67bd4a2faca1e
2019-04-08 08:20:14 -07:00
TreeHugger Robot
f1cea95f3e
Merge "Fix battery color tint issue." into qt-dev
2019-04-08 15:03:58 +00:00
Svetoslav Ganov
d5161f8d90
Merge "Update Settings to use the proper DeviceConfig API." into qt-dev
2019-04-08 14:54:03 +00:00
Arc Wang
63b4c1ab85
Remove the PreferenceGroup without title in WifiNetworkDetailsFragment
...
To remove the PreferenceGroup title space.
Bug: 129683066
Test: manual
Change-Id: I00bced8038a01c0ef7e8f4dfa0b82e36a275004e
2019-04-08 20:19:11 +08:00
tmfang
9592a28384
Improve launch time for app & notification screen am: e9f11d6efc
...
am: f8a56930b6
Change-Id: I4455577eee4709106b308e73481df2c57763d3c2
2019-04-08 04:19:53 -07:00
tmfang
f8a56930b6
Improve launch time for app & notification screen
...
am: e9f11d6efc
Change-Id: I5572d71f1344b228e7c0ae4785de8159654150e7
2019-04-08 04:14:45 -07:00
clownshen
86f65ef488
Redraw WiFi detail page's header icon
...
Tint 87% dark in day mode and 100% white for night mode
Bug: 129413562
Test: make RunSettingsRoboTests -j32 ROBOTEST_FILTER=com.android.settings.wifi.details.WifiDetailPreferenceControllerTest
Test: manual test
Change-Id: Ia31231ca7871ac4efcea5e1232690ff4374df5b3
2019-04-08 08:50:12 +00:00
tmfang
e9f11d6efc
Improve launch time for app & notification screen
...
- We won't query recent apps in getAvailabilityStatus().
And then we do that in background thread.
So, we can launch app & notificatins screen as soon as possible.
- Create a RecentAppStatsMixin class which is responsible
for maintaining the recent apps data.
- Controllers and fragment update their UI after they got
onReloadDataCompleted callback from RecentAppStatsMixin.
Test: manual, robotest
Fixes: 128849426
Fixes: 126453868
Change-Id: I636d5878cb5d53496978fe613c625382d8d382bc
2019-04-08 16:40:33 +08:00
Svet Ganov
864765f8b4
Update Settings to use the proper DeviceConfig API.
...
Exempt-From-Owner-Approval: carry over approval from ag/6908306
bug:124769181
Change-Id: If18d0dc5e55dabf82b7c7a2b6df240fb8b24f736
2019-04-07 22:37:02 -07:00
cnchen
caf122bcb6
Fix fingerprint screens from "Anything else" screen not applying Stencil theme
...
Bug: 129788677
Test: RunSettingsRoboTests, manual test intent extra data has been passed
Change-Id: Icfae54061e5d87a8ba9c95263d840c456aac5bcb
2019-04-08 03:45:59 +00:00
Antony Sargent
2858c05963
Merge "Don't allow CBRS subscriptions to be set as default for Calls/SMS" into qt-dev am: 6010c3a9a8
...
am: bc0affa980
Change-Id: I6ac853489bde85a8274ed5dd943443e5ca1ff48a
2019-04-05 22:55:36 -07:00
Christine Franks
8807312990
Merge "Use CDS display white balance getter and setter" into qt-dev am: 65b535f44a
...
am: b4a96145bb
Change-Id: I1a32a5e19fd47778236614b74549e929a0007909
2019-04-05 22:36:53 -07:00
Fan Zhang
6a2e90f0e3
Merge "Clean up tts preference layout." into qt-dev am: 963ebf576a
...
am: 0e89993b47
Change-Id: I8e0d8b3ae8704ecad38c577321ddf070cb66cd33
2019-04-05 22:26:17 -07:00
Fan Zhang
d79636445e
Merge "Remove mainline module feature flag checks." into qt-dev am: 023fa7fdf9
...
am: 37017efb9c
Change-Id: I67e68220a79e560b78b617837b35a925ce3dc043
2019-04-05 21:58:05 -07:00
Antony Sargent
bc0affa980
Merge "Don't allow CBRS subscriptions to be set as default for Calls/SMS" into qt-dev
...
am: 6010c3a9a8
Change-Id: I1b51f0ac7d0bad02552d0f918d01da1b653550b9
2019-04-05 21:16:32 -07:00
TreeHugger Robot
6010c3a9a8
Merge "Don't allow CBRS subscriptions to be set as default for Calls/SMS" into qt-dev
2019-04-06 04:05:32 +00:00
Linda Tseng
f9316fe23d
Merge "Remove divider above device switcher in panel" into qt-dev am: 3d46fcd5b4
...
am: 7d8e6d6fb9
Change-Id: Ia02fd6fe022004221b75cd0ee46409df783e9afe
2019-04-05 20:53:22 -07:00
Christine Franks
b4a96145bb
Merge "Use CDS display white balance getter and setter" into qt-dev
...
am: 65b535f44a
Change-Id: I53943d5c4cd38964aa30254754327c8c474e39cd
2019-04-05 20:43:37 -07:00
Bill Yi
a036310bba
[automerger skipped] Import translations. DO NOT MERGE am: 83d678bdc4
-s ours am: 37f00b2fce
-s ours
...
am: 8c7320ebde
-s ours
am skip reason: subject contains skip directive
Change-Id: I2ec2bb4b8f92fdb05778947cc022920c1508af7f
2019-04-05 20:37:50 -07:00
Mill Chen
555556b8ab
Merge "Update taskAffinity" into qt-dev am: 383baeae86
...
am: 0d1a64888d
Change-Id: Ic91b4a6d6035552d413ccc5e0b2fd5e55d3ccb99
2019-04-05 20:20:04 -07:00
Fan Zhang
0e89993b47
Merge "Clean up tts preference layout." into qt-dev
...
am: 963ebf576a
Change-Id: I0c51f8b8c59ffb220538723f7ac744c9cf5cf026
2019-04-05 19:34:15 -07:00
Mill Chen
ec881bb3d6
Merge "Fix sending broadcast with a qualified user in Settings" into qt-dev am: b8808e35a6
...
am: 765b020c5a
Change-Id: Ia5294a5453e06afc647a18edaefc16760d755a82
2019-04-05 19:06:08 -07:00
Lei Yu
f0aa999bd2
Merge "Settings: [BT] Wrong Pairing Popup is shown on new pairing request." am: 11ce64450c
am: 544f60909b
...
am: c513381245
Change-Id: I130711bcbe89e07cae2d95b228f922a0f93d46e3
2019-04-05 19:05:07 -07:00
Fan Zhang
37017efb9c
Merge "Remove mainline module feature flag checks." into qt-dev
...
am: 023fa7fdf9
Change-Id: I7be559a746764d09e9abfe9e6fc4265df3afc6f8
2019-04-05 19:02:12 -07:00
Linda Tseng
7d8e6d6fb9
Merge "Remove divider above device switcher in panel" into qt-dev
...
am: 3d46fcd5b4
Change-Id: Ic7c1ff51b533df6525fb146f5da8f330f08a2c41
2019-04-05 18:42:43 -07:00
Bill Yi
8c7320ebde
[automerger skipped] Import translations. DO NOT MERGE am: 83d678bdc4
-s ours
...
am: 37f00b2fce
-s ours
am skip reason: subject contains skip directive
Change-Id: I89f2cf942702641bae07c41aef6873ca83638c8e
2019-04-05 18:29:06 -07:00
Christine Franks
65b535f44a
Merge "Use CDS display white balance getter and setter" into qt-dev
2019-04-06 01:25:41 +00:00
Mill Chen
0d1a64888d
Merge "Update taskAffinity" into qt-dev
...
am: 383baeae86
Change-Id: If3082749110b408bb4bf31769fcd65ffa4a4d161
2019-04-05 18:21:27 -07:00
Mill Chen
765b020c5a
Merge "Fix sending broadcast with a qualified user in Settings" into qt-dev
...
am: b8808e35a6
Change-Id: I78dbd6a84a758aed26221729717e67fb5c3c59a3
2019-04-05 17:50:29 -07:00
Lei Yu
c513381245
Merge "Settings: [BT] Wrong Pairing Popup is shown on new pairing request." am: 11ce64450c
...
am: 544f60909b
Change-Id: I105d8d47b22b777eee5b549f7c29b1e252895f39
2019-04-05 17:12:54 -07:00
Amin Shaikh
95aeb373fd
Fix battery color tint issue.
...
Added test to verify fix.
Bug: 128354921
Test: m RunSettingsRoboTests
Change-Id: I24cbb966e549eec783912e4e118c00425b971ad0
2019-04-05 23:52:59 +00:00
Antony Sargent
ed5c2a1b10
Don't allow CBRS subscriptions to be set as default for Calls/SMS
...
CBRS subscriptions (also known as "opportunistic" in the code base) are
data-only and it should not be possible to try to set them as the
default for Calls or SMS.
Fixes: 125855327
Test: make RunSettingsRoboTests
Change-Id: Ie20ef21ccc7b27315089f6a61cceb6e1512ec373
2019-04-05 16:48:53 -07:00
TreeHugger Robot
963ebf576a
Merge "Clean up tts preference layout." into qt-dev
2019-04-05 23:36:07 +00:00
TreeHugger Robot
023fa7fdf9
Merge "Remove mainline module feature flag checks." into qt-dev
2019-04-05 23:33:16 +00:00
Jordan Liu
5ab9a91b9b
resolve merge conflicts of 7d59c48038
to qt-dev-plus-aosp
...
am: 3a4412ff41
Change-Id: I6234401143c28810e023c8151a3256dd211df6ea
2019-04-05 16:29:31 -07:00
Lei Yu
a038801ed6
Merge changes Ib80d68d6,I0d57d5b2 into qt-dev am: e323b40f4e
...
am: 83923e5cf0
Change-Id: Iba9ee713827ca9ae58c2d94d32a5867d7ac0799e
2019-04-05 16:20:08 -07:00
Linda Tseng
3d46fcd5b4
Merge "Remove divider above device switcher in panel" into qt-dev
2019-04-05 23:09:14 +00:00
Bill Yi
37f00b2fce
[automerger skipped] Import translations. DO NOT MERGE
...
am: 83d678bdc4
-s ours
am skip reason: subject contains skip directive
Change-Id: I273e17ee6cf94e6a6b7a3f6ed2a9b22c5a7a9992
2019-04-05 15:47:28 -07:00
TreeHugger Robot
383baeae86
Merge "Update taskAffinity" into qt-dev
2019-04-05 21:39:05 +00:00
Christine Franks
84e67e1f72
Use CDS display white balance getter and setter
...
Bug: 123930917
Test: make ROBOTEST_FILTER="(DisplayWhite*)" RunSettingsRoboTests -j48
Change-Id: Iafc6ff9a61b69baf03efddd52687093c55d35178
(cherry picked from commit ebacc33852
)
2019-04-05 21:36:34 +00:00
Fan Zhang
d8b316f816
Remove mainline module feature flag checks.
...
They are turned on for a while now.
Fixes: 123648279
Test: robotests
Change-Id: Ibec7a10d49387207697635190a237807f1807628
2019-04-05 14:31:04 -07:00