TreeHugger Robot
962cbf424c
Merge "Update BT pairing dialog"
2019-02-23 01:38:21 +00:00
Fan Zhang
89cea6b5f2
Convert android version dialog into a full screen UI
...
Bug: 112427717
Test: robotests
Change-Id: I09c4130c4284670278fa7cab8a21641c663bb365
2019-02-22 16:46:17 -08:00
Xin Li
fc53be7b56
Merge "DO NOT MERGE - Merge pi-dev@5234907 into stage-aosp-master" into stage-aosp-master
2019-02-23 00:39:23 +00:00
Fan Zhang
4df9bfaa3e
Remove feature flag for contextual home.
...
Fixes: 118444000
Test: rebuild
Change-Id: I4b42e22bd93c2d79bacbd40b28912b4e6808325a
2019-02-22 15:40:49 -08:00
jackqdyulei
27f62fda12
Update BT pairing dialog
...
1. Remove hardcoded color
2. Add taskAffinity for activity
Fixes: 124953564
Fixes: 124958778
Test: Manual
Change-Id: Id57fadc02e3c4fa3683632c0ad6a451117b732f1
2019-02-22 15:40:04 -08:00
Fan Zhang
261d4f521b
Merge "Add fancy animation for IA fragment"
2019-02-22 22:51:18 +00:00
jackqdyulei
c51e5aae59
Remove hardcoded Uri to get slice settings
...
Now we get it from BluetoothDevice.getMetaData()
Bug: 124121451
Test: RunSettingsRoboTests
Change-Id: Id96480f257b93dd03bb290c954e01cde9dcf30ad
2019-02-22 14:49:30 -08:00
jackqdyulei
5e5dd25b8f
Fix issues in BT detail header
...
1. Update isAvailable() in controller
2. Update method to get fast pair icon
Bug: 124455912
Test: RunSettingsRoboTests
Change-Id: I24a04c8c91d74e9b8b7e8746ad6279fafa37f0a9
2019-02-22 14:46:10 -08:00
Doris Ling
52f2b4fb27
Merge "Disable App data usage preference if there's no usage data."
2019-02-22 22:17:38 +00:00
Youming Ye
e3844769e6
Merge "Fix issue that the wifi calling text cannot be customized based on sim"
...
am: 5b3ee7afaa
Change-Id: Iffac84438bf43372a1ddeb4df1ef9d85c9af2a2d
2019-02-22 14:14:11 -08:00
Youming Ye
5b3ee7afaa
Merge "Fix issue that the wifi calling text cannot be customized based on sim"
2019-02-22 21:53:12 +00:00
Lei Yu
2fd46b7079
Merge "Update advanced bt header"
2019-02-22 21:50:04 +00:00
Pavel Grafov
01bfdcc597
Merge "Don't hide "Add user" when disallowed by admin"
2019-02-22 20:11:43 +00:00
Lei Yu
c4eec885ee
Merge "Fix alignment of wifi dialog"
2019-02-22 19:21:24 +00:00
Doris Ling
55a189a640
Disable App data usage preference if there's no usage data.
...
- when there is no usage data at all, launching the app data usage page
will show something blank, as there's no cycle with available usage
data. Check the overall historic usage to make sure that there's
usage data to be shown, otherwise, disable the preference.
Fixes: 123518021
Test: make RunSettingsRoboTests
Change-Id: I2d19f85e8618c41e2c31b9e4259cdc522f69e371
2019-02-22 11:18:29 -08:00
Fabian Kozynski
01b2a635e9
Create settings screen for Notification Assistant
...
Test: this atest
Test: manual: change assistant and "adb shell dumpsys notification"
Test: manual: verify persistance through reboot (including none)
Fixes:120852765
Change-Id: Ie4516c3339246d66d7b6719ac5dd1d65c4d03b57
2019-02-22 14:05:18 -05:00
Fan Zhang
22e403f01e
Merge "Update subTitle of NotificationChannelSlice"
2019-02-22 17:49:00 +00:00
TreeHugger Robot
bbd57dfb10
Merge "Set the timeout limit of contextual card loading back to 1 second."
2019-02-22 17:30:39 +00:00
Fan Zhang
44815d1a52
Merge "Fix some test cases fail"
2019-02-22 17:22:51 +00:00
TreeHugger Robot
68e32cbd04
Merge "Add onPreferenceClickListener to dnd schedule"
2019-02-22 16:30:34 +00:00
TreeHugger Robot
38d1640da5
Merge "Fix testcase error"
2019-02-22 11:28:23 +00:00
Yi-Ling Chuang
362311766f
Set the timeout limit of contextual card loading back to 1 second.
...
After making card pre binding work in paralell, the loading time is now
less than 1 second.
Bug: 124366297
Test: robotests
Change-Id: Ib5daececa73ed9e9cf62a18971c6042d9150aad7
2019-02-22 18:12:07 +08:00
tmfang
8b414c9a14
Fix some test cases fail
...
Test: robo test
Fixes: 125599276
Change-Id: I4b1b15f69ff3021e4330bed49ac95ea871b98e92
2019-02-22 17:37:04 +08:00
Kevin Chyn
cb93eb69f0
Merge "Add placeholder animation for face enrolling"
2019-02-22 09:21:53 +00:00
Raff Tsai
3055df31a0
Fix testcase error
...
Fixes: 125604750
Test: make RunSettingsRoboTests ROBOTEST_FILTER="com.android.settings.wifi.AddNetworkFragmentTest"
Change-Id: Id787c5715d0f60491f123fab58e2b0ca3093bcd9
2019-02-22 16:59:37 +08:00
Mill Chen
23452861e5
Add fancy animation for IA fragment
...
The animation of IA fragment is very choppy on expanding or collapsing
conditionals. So adding LayoutTransition for IA fragment makes the
animation more smoothly.
Bug: 123536786
Bug: 123537499
Test: visual, robotests
Change-Id: I731db8556ac392c9ab98bd292498ccf6c87295fb
2019-02-22 16:56:14 +08:00
TreeHugger Robot
2a2b31c4ef
Merge "[Passpointv2] Implement Wi-Fi detail page for saved network"
2019-02-22 08:06:25 +00:00
Kiyoung Kim
4d7bd6d85e
Schematize Crypto state system property
...
Properties accessed across partitions are now schematized and will
become APIs to make explicit interfaces among partitions.
Bug: 117924132
Test: m -j
Change-Id: I957a8e37a88f7bb6d5007a36c02952d3539580fe
2019-02-22 14:57:24 +09:00
cosmohsieh
b5dac6bacf
[Passpointv2] Implement Wi-Fi detail page for saved network
...
Will show a Wi-Fi status detail page when clicking a saved network.
Bug: 124695272
Test: Manual
Change-Id: I5f32cf63f369593ad49c93ceeaace9fb623888e5
2019-02-22 13:35:19 +08:00
TreeHugger Robot
1a7de076ca
Merge "Add progress bar for Wi-Fi DPP handshaking"
2019-02-22 05:31:33 +00:00
TreeHugger Robot
179b8b48d3
Merge "Update name of app permissions."
2019-02-22 04:17:52 +00:00
Kevin Chyn
823feff4df
Add placeholder animation for face enrolling
...
Bug: 111548033
Test: Builds
Change-Id: I0c8af1c24cc7c11f9d2c2a98b23d11b21b63547e
2019-02-21 20:07:45 -08:00
Arc Wang
8826721803
Add progress bar for Wi-Fi DPP handshaking
...
Bug: 124127483
Test: manual test
Change-Id: I1c3da5bab98da57ca8cf10509f339e99b01ebdbf
2019-02-22 11:42:08 +08:00
TreeHugger Robot
a1dce5d6d5
Merge "Remove all reference to settings_side_margin."
2019-02-22 03:28:20 +00:00
TreeHugger Robot
193af336bc
Merge "Import translations. DO NOT MERGE"
2019-02-22 02:32:31 +00:00
Bill Yi
1a8dfdd3c9
[automerger skipped] Import translations. DO NOT MERGE am: 02681df33f
-s ours
...
am: 1b7db3cb3e
-s ours
am skip reason: subject contains skip directive
Change-Id: Ic70c8fb15bf6782a939c35d7a55a636e6b7def60
2019-02-21 18:18:56 -08:00
Bill Yi
1b7db3cb3e
[automerger skipped] Import translations. DO NOT MERGE
...
am: 02681df33f
-s ours
am skip reason: subject contains skip directive
Change-Id: Ib86fee981b4acd47fa9dc91011fe8d88fd7230c8
2019-02-21 18:14:54 -08:00
cosmohsieh
9fcfae6367
[Passpointv2] Implement confirm dialog for passpoint forget button
...
Add a confirm dialog when clicking forget button and this is a passpoint
network.
Bug: 122671580
Test: atest WifiDetailPreferenceControllerTest
Change-Id: Ib3410ab0e8fb771a82ab928022c49977bc759962
2019-02-22 09:59:15 +08:00
Wenting Xiong
82aa55bcda
Fix issue that the wifi calling text cannot be customized based on sim
...
Some carriers have requirements that the wifi calling text should be
customizable. However, the resources for the wifi calling text are
not obtained based on sim. So it cannot be customized per sim for multi
sim device. To solve this issue, obtain the resources with specified
sim.
Test: manual - Checked that the wifi calling text could be customized
based on sim.
Bug: 117257109
Change-Id: I6b3f6b06c9cc984ee6a68a19ae317b5d1d4e48e2
Merged-In: I6b3f6b06c9cc984ee6a68a19ae317b5d1d4e48e2
2019-02-22 01:57:44 +00:00
Youming Ye
da9e92c4f7
Merge "Fix issue that the wifi calling text cannot be customized based on sim"
2019-02-22 01:55:59 +00:00
Bill Yi
02681df33f
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Bug: 64712476
Change-Id: Ibed56c778ac43fbfa0c4ca9973b894b9cf8e5f63
2019-02-21 16:40:33 -08:00
Bill Yi
826f753a86
Import translations. DO NOT MERGE
...
Change-Id: Ibd2044c3c61557678d3c1dad06570f8df1e5f1b6
Auto-generated-cl: translation import
2019-02-21 15:23:35 -08:00
jackqdyulei
7db8faf714
Fix alignment of wifi dialog
...
Use Start/End instead of Left/Right
Fixes: 124672866
Test: Manual
Change-Id: Ib75634b751f41e4999e4f8e3ffb014c191c517f0
2019-02-21 13:25:21 -08:00
Michele Berionne
7ebfdd9c06
Merge "Add checks on multisim capabilities."
2019-02-21 21:24:44 +00:00
Joel Galenson
fd71d8bcfc
Update name of app permissions.
...
Bug: 125018087
Test: See new name.
Change-Id: I036fec254bca3c0ce15843375e632fcb359898db
2019-02-21 12:44:15 -08:00
jackqdyulei
5cb4d251ee
Update advanced bt header
...
1. Add callback to listen to device update
2. Add charging support for bt battery icon
3. When disconnected, only show main icon
Follow CL will update battery icon to show exclamation when it is
low.
Bug: 124455912
Test: RunSettingsRoboTests
Change-Id: I03fb3bf4c4b77711e14b1f2f53733771b525fe4b
2019-02-21 12:43:29 -08:00
Hongming Jin
41fb813614
Merge "Migrate emegency default app to role manager."
2019-02-21 20:37:53 +00:00
TreeHugger Robot
7e80e3cabf
Merge "Fix test cases for Privacy package"
2019-02-21 19:31:32 +00:00
Xin Li
1994397e6a
DO NOT MERGE - Merge pi-dev@5234907 into stage-aosp-master
...
Bug: 120848293
Change-Id: I6eeee632ff6ee7f2d7395344a7887c44c7acd440
2019-02-21 11:03:43 -08:00
TreeHugger Robot
c37171f1eb
Merge "Dynamically return the uri of WifiSlice."
2019-02-21 18:55:40 +00:00