Kevin Chyn
cebeaf98f2
Add face profile settings
...
am: 39ca021586
Change-Id: I218b2cfbfc123a591774bdeb77faa46fd5d36e20
2019-04-04 18:52:11 -07:00
Fan Zhang
c9d3a9fbfd
Merge "Add uri to custom slice PendingIntent." into qt-dev
...
am: f768b451c3
Change-Id: Id8ed81d56b4e131995583846677adb4f99159f49
2019-04-04 18:50:10 -07:00
Fan Zhang
275a3a6d50
Merge "Update strings" into qt-dev
...
am: a4ea8e94a0
Change-Id: I98adc0b17087954fa8bb913ce4a99a3e9743c01e
2019-04-04 18:30:52 -07:00
Michael Groover
0542653372
Use Settings instead of DeviceConfig to relax device ID dev option
...
am: 9e3b3d77a2
Change-Id: Ib2338724fcbf2cba26f8305499c547a84f445fdf
2019-04-04 18:13:02 -07:00
TreeHugger Robot
f768b451c3
Merge "Add uri to custom slice PendingIntent." into qt-dev
2019-04-05 00:35:24 +00:00
TreeHugger Robot
a4ea8e94a0
Merge "Update strings" into qt-dev
2019-04-05 00:28:29 +00:00
Fan Zhang
459035a263
Add uri to custom slice PendingIntent.
...
Discovered flashlight slice sometimes does not work, throwing exception
similar as it b/117445451. Adding a data uri fixes it.
Bug: 129981692
Test: manual
Change-Id: I16bc19027dd342f85aaabbf1a2853bb55564f64f
2019-04-04 16:12:38 -07:00
Michael Groover
9e3b3d77a2
Use Settings instead of DeviceConfig to relax device ID dev option
...
The 'Disable device identifier restrictions' developer option
currently uses DeviceConfig to set whether the new access
restrictions should be disabled. However this API now requires
the WRITE_DEVICE_CONFIG permission and should only be used from
the server side. This change modifies the developer option to use the
Settings to relax the device identifier check, and the option will
be hidden if the new restrictions have been disabled from the server.
Bug: 129888611
Test: Manually verified device ID check was relaxed with option
enabled. Also verified option is not displayed if DeiviceConfig
option is set.
Change-Id: Id8759f2219e702c1f93a638d45ac99bce685383b
(cherry picked from commit 60c80bb295
)
2019-04-04 22:14:17 +00:00
Kevin Chyn
39ca021586
Add face profile settings
...
Fixes: 110907543
Test: Builds
Change-Id: I9761f289bb250c5d9f5b5e75cf682d164c591050
2019-04-04 13:18:04 -07:00
Fan Zhang
f2ec3cfbad
Update strings
...
Fixes: 129885706
Fixes: 129855545
Test: visual
Change-Id: I655655033c019de4365de9fe208c8c362134dfe3
2019-04-04 12:01:21 -07:00
Rich Cannings
4afd567d8d
[automerger skipped] Merge "DO NOT MERGE Refactor passwords/pins/patterns to byte[]" into pi-dev am: 5d9189fab2
-s ours
...
am: 44427259e8
Change-Id: I6dd5016aa9636457b740f92f3770e5b5a69d4c78
2019-04-04 00:39:11 -07:00
Rich Cannings
44427259e8
[automerger skipped] Merge "DO NOT MERGE Refactor passwords/pins/patterns to byte[]" into pi-dev
...
am: 5d9189fab2
-s ours
am skip reason: subject contains skip directive
Change-Id: Id431f40576a5375d541b4b41d2880ac0c9ac7519
2019-04-04 00:17:57 -07:00
Rich Cannings
303429eb26
[automerger skipped] DO NOT MERGE Refactor passwords/pins/patterns to byte[] am: 34042bbf1d
-s ours
...
am: 2095ac82c4
Change-Id: I124662fa7bd0513fea6f7b8a6b2330835c6c386b
2019-04-04 00:13:15 -07:00
Rich Cannings
2095ac82c4
[automerger skipped] DO NOT MERGE Refactor passwords/pins/patterns to byte[]
...
am: 34042bbf1d
-s ours
am skip reason: subject contains skip directive
Change-Id: I903bcc9500ea4732fdacd9f7c77538ba8390f34d
2019-04-03 23:56:43 -07:00
Xiangyu/Malcolm Chen
14b8b27f1c
[automerger skipped] Merge "Clean up a few names of Telephony intent extra." am: 6bb737c5b9
am: 681bf8a664
...
am: 37683154b4
-s ours
am skip reason: change_id I5d47b132abb722282bd10b9fbb362fb1f1d32f11 with SHA1 f2fca31c51
is in history
Change-Id: I8d45b26d7863190ddf51a8e8a5e86b4acfbde816
2019-04-03 17:15:19 -07:00
Bill Rassieur
52ab4c895f
Merge master@5406228 into git_qt-dev-plus-aosp.
...
am: d09106b207
Change-Id: I9de6ed0dae680c55f3f1396cb8fbc95c6a77f9a3
2019-04-03 16:59:32 -07:00
Xiangyu/Malcolm Chen
37683154b4
Merge "Clean up a few names of Telephony intent extra." am: 6bb737c5b9
...
am: 681bf8a664
Change-Id: I8576bf49c27620f873c501d3bf837ec0b0b3e679
2019-04-03 16:50:20 -07:00
Kevin Chyn
782b7f9919
Merge "Set/Get features with new interface"
2019-04-03 23:46:14 +00:00
Xiangyu/Malcolm Chen
681bf8a664
Merge "Clean up a few names of Telephony intent extra."
...
am: 6bb737c5b9
Change-Id: I1a2232458ab8fd4a89c1ada1e5195bf346e31074
2019-04-03 16:25:05 -07:00
Xiangyu/Malcolm Chen
6bb737c5b9
Merge "Clean up a few names of Telephony intent extra."
2019-04-03 23:06:47 +00:00
Lei Yu
e4f64e5c0c
Merge "Move telephony method to worker thread"
2019-04-03 22:45:28 +00:00
jackqdyulei
6db1440a0a
Move telephony method to worker thread
...
Get bug complaining it blocks UI even though it works fine some devices.
This CL moves methods to worker thread and keep progressbar
shown at least for 1 second, to avoid janky UI.
Fixes: 129329645
Test: RunSettingsRoboTests
Change-Id: Iee51949b7f6dfe2ede0fc4e6cd0f7b96d7199081
2019-04-03 22:45:07 +00:00
Chen Xu
5a9f447300
Merge "SDK API doesSwitchModemConfigTriggerReboot"
2019-04-03 22:17:46 +00:00
TreeHugger Robot
d4f24dd9a9
Merge "Add tests for ContextualCardManager."
2019-04-03 22:07:38 +00:00
Kevin Chyn
856b34dabc
Set/Get features with new interface
...
Bug: 127382095
Test: Builds
Change-Id: Ideb252989a49eec88b8ee7f3ce6ea4f9d85bb3bc
2019-04-03 14:53:28 -07:00
TreeHugger Robot
3205d9405d
Merge "Add tests for ContextualCardsAdapter."
2019-04-03 21:17:45 +00:00
TreeHugger Robot
67c9f40278
Merge "Add a flashlight handler activity to support indexability."
2019-04-03 20:48:23 +00:00
TreeHugger Robot
fbd53d21e6
Merge "Disable "Battery dialog" for default apps"
2019-04-03 20:41:21 +00:00
TreeHugger Robot
1382660313
Merge "Convert xml based API allowDynamicSummaryInSlice to java"
2019-04-03 19:42:25 +00:00
Fan Zhang
03dd39c92a
Add a flashlight handler activity to support indexability.
...
Fixes: 128465925
Fixes: 123711093
Test: reindex
Change-Id: Ie082e65ee070f6143c4c65db3f70615b16af0e52
2019-04-03 12:16:33 -07:00
chen xu
4f379d290b
SDK API doesSwitchModemConfigTriggerReboot
...
Bug: 129424775
Change-Id: I95045f8e2c572a9ee7e8f402568e72ac02a2d1be
2019-04-03 10:31:19 -07:00
clownshen
fafdfea72c
Add Wi-Fi data usage field
...
Add Wi-Fi data usage field at Wi-Fi Setting to show out the total Wi-Fi
data usage for user.
Bug: 129474341
Test: atest WifiSettingsTest
Test: manual test
Change-Id: Iad5bee47bd83ed143a2730f042d77907344f4017
2019-04-03 17:04:36 +00:00
Cn Chen
3c7c6ae28f
Merge "Pass back number of fingerprint enrolled from settings to SUW"
2019-04-03 15:36:47 +00:00
TreeHugger Robot
a41fb1867d
Merge "Remove unused method from NotificationChannelSlice"
2019-04-03 11:47:38 +00:00
Yi-Ling Chuang
dbc2bb9ba5
Add tests for ContextualCardsAdapter.
...
Fixes: 114307549
Test: robotests
Change-Id: I6ce023bf97c9f7b3c709bda2aa991a349c7aa825
2019-04-03 19:12:47 +08:00
Jason Chiu
95667e5ea6
Merge "Micro cleanup and refactoring"
2019-04-03 10:26:48 +00:00
Yi-Ling Chuang
e6f11ad0f2
Add tests for ContextualCardManager.
...
Bug: 114307549
Test: robotests
Change-Id: Iac9450ed21011cb6e8186fbe686ff4d03547ba5e
2019-04-03 18:02:03 +08:00
Alan Stokes
fd54df0c5d
Merge "Take default for background activity starts from DeviceConfig."
2019-04-03 09:37:56 +00:00
Yanting Yang
1a9a748cdb
Remove unused method from NotificationChannelSlice
...
Fixes:129835504
Test: robotests
Change-Id: Id0bcad694bba39ce67c77388b9bde7018aae1560
2019-04-03 17:29:24 +08:00
TreeHugger Robot
3c5665f429
Merge "Play vibration when Wi-Fi QR code scanner recognize a valid QR code"
2019-04-03 07:56:21 +00:00
Po-Chien Hsueh
38aff5b129
Merge "Make feature flag settings_dynamic_system persistent"
2019-04-03 07:55:55 +00:00
Jason Chiu
b335e96d2a
Micro cleanup and refactoring
...
- remove unused dimen resources
- remove unused and refactor codes
Test: make RunSettingsRoboTests -j
Change-Id: Ic2a5b16323667741d048e20e3db8da3fb4dc348a
2019-04-03 13:52:46 +08:00
Arc Wang
cb1c9fceb8
Play vibration when Wi-Fi QR code scanner recognize a valid QR code
...
Bug: 127377350
Test: manual
Change-Id: I9bfcb6f4d1d4dee45d2cacdedfc07d2f4eccd758
2019-04-03 10:27:32 +08:00
Clown SHEN
8cc371e643
Merge "Only show Sign In button for connected network"
2019-04-03 02:16:05 +00:00
Malcolm Chen
ae5d719382
Clean up a few names of Telephony intent extra.
...
Bug: 128645056
Test: build
Change-Id: I5d47b132abb722282bd10b9fbb362fb1f1d32f11
Merged-In: I5d47b132abb722282bd10b9fbb362fb1f1d32f11
2019-04-02 19:12:40 -07:00
Linda Tseng
616574da82
Merge "Fix tinting on injected pref icon"
2019-04-03 02:06:42 +00:00
TreeHugger Robot
6cc4ee61c7
Merge "Allow NEW type battery early warning to show in homepage"
2019-04-03 02:04:30 +00:00
Arc Wang
e40502fba4
Merge "Update Wi-Fi QR code scan icon and share icon"
2019-04-03 01:50:14 +00:00
Fan Zhang
47788dfb03
Allow NEW type battery early warning to show in homepage
...
Fixes: 129492004
Test: robotest
Change-Id: I443866a832e4e02c128117dacd766d4fbbd8fc2e
2019-04-02 15:45:51 -07:00
lindatseng
2e7af2f023
Fix tinting on injected pref icon
...
We used to tint the injected pref icon when refreshing Tile. However,
when we are going to render the icon, we used Tile.getIcon which uses
the icon resource id to get the original version of icon directly.
Do a little refactor here to move the tinting logic inside Tile.getIcon.
Test: Manual/Visual inspection
Fixes: 129010399
Change-Id: I6f187b12cb6d91b54dcfe43e0ff34add55fd7b07
2019-04-02 13:35:17 -07:00