Arc Wang
12d431e683
Add "Share" button for saved Wi-Fi network
...
Bug: 124700405
Test: manual test
Change-Id: I58140dbc7bef1214c2323c1c37f9c87e94b94088
2019-02-25 13:51:24 +08:00
TreeHugger Robot
0d8d233a3d
Merge "Remove hardcoded Uri to get slice settings"
2019-02-25 02:22:39 +00:00
Lei Yu
d5e653e4f2
Merge "Fix issues in BT detail header"
2019-02-25 01:15:26 +00:00
TreeHugger Robot
85ead953f3
Merge "Do not trigger card loader reloading upon screen rotation."
2019-02-24 18:31:16 +00:00
TreeHugger Robot
74d549fc19
Merge "Fix no result for "Privacy" keyword"
2019-02-23 08:47:15 +00:00
TreeHugger Robot
b87ff78c30
Merge "Replace Banner with App Title Text"
2019-02-23 08:44:18 +00:00
TreeHugger Robot
4e67ad1be4
Merge "Fix crash on AppBarLayout"
2019-02-23 08:31:36 +00:00
tmfang
aa984d58d5
Fix no result for "Privacy" keyword
...
We can't have same title string at the same time.
Test: search again, and see result.
Fixes: 123775284
Change-Id: I53afa64e723a0b1d6b8fefe0dbded64b7cd8f0de
2019-02-23 13:41:28 +08:00
tmfang
d0fb3ff285
Fix crash on AppBarLayout
...
We removed some theme attribute in ag/6501484,
so we need to add it back to avoid crash on App info page.
Fixes: 125987673
Test: Build again, and go to "App info" page.
Change-Id: I2fda899ecd2db48c7ace5069ef59a49883200dff
2019-02-23 13:28:00 +08:00
TreeHugger Robot
3921f97467
Merge "Create settings screen for Notification Assistant"
2019-02-23 04:30:23 +00:00
Yi-Ling Chuang
175a22c882
Do not trigger card loader reloading upon screen rotation.
...
Use the cached loaded results when it is not the first launch.
Fixes: 123941365
Test: robotests
Change-Id: Ib6de1142b12196e997a8c19122617e9215d23655
2019-02-23 11:35:28 +08:00
TreeHugger Robot
6b12d79925
Merge "Remove feature flag for contextual home."
2019-02-23 03:07:19 +00:00
TreeHugger Robot
343b0211fe
Merge "Add app entities widget for recently opened apps"
2019-02-23 02:15:26 +00:00
TreeHugger Robot
962cbf424c
Merge "Update BT pairing dialog"
2019-02-23 01:38:21 +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
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
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
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