Fan Zhang
c9cdc25f41
Fix crash when opening account sync detail for external app
...
Bug: 32426306
Test: Manual, and added unit test
Change-Id: I8703c9a13a60e57d7dd2bab2ae3cf6be362e351a
(cherry picked from commit e3ad2b56c3
)
2016-10-31 21:57:36 +00:00
TreeHugger Robot
ec8daec2cb
Merge changes from topic '3p_app_account_sync_detail_crash'
...
* changes:
Add test for LocalClassLoaderContextThemeWrapper.
Fix crash when opening account sync detail for external app
2016-10-31 21:49:45 +00:00
Fan Zhang
8b30f5310e
Remove DashboardTilePreference.
...
It's not needed for now.
Bug: 32554506
Test: RunSettingsRoboTests
Change-Id: I325a07896e88db97c9d3a461c8cb4c42a6c44737
2016-10-31 14:40:15 -07:00
Maurice Lam
06ca3ecc7b
Merge "Clean up DatetimeSettingsSetupWizard"
2016-10-31 20:30:25 +00:00
Fan Zhang
c71f6eec3f
Add test for LocalClassLoaderContextThemeWrapper.
...
Bug: 32426306
Test: make RunSettingsRoboTests
Change-Id: I0b46f8ca69c50c86626bae717bac334b1bb7addf
2016-10-31 13:03:49 -07:00
Fan Zhang
e3ad2b56c3
Fix crash when opening account sync detail for external app
...
Bug: 32426306
Test: Manual, and added unit test
Change-Id: I8703c9a13a60e57d7dd2bab2ae3cf6be362e351a
2016-10-31 13:03:37 -07:00
Julia Reynolds
ec767cc440
Channel updates from users lock fields from interference.
...
Also some apis have changed.
Test: manual, modify settings and check policy xml.
Change-Id: I967cb1fb30d8d400bdc0f3aa92fa07b4c87ddcf5
2016-10-31 15:16:28 -04:00
Nick Desaulniers
a393a4f614
DeviceInfoSettingsTest: test parsing llvm kernel
...
Adds unit test for DeviceInfoUtils.formatKernelVersion to see if it can
parse a /proc/version string from a kernel compiled with Clang/LLVM.
Bug: 32455817
Change-Id: I25123bf44f67e038e01d8c76d6eab18d5616c7c2
2016-10-31 11:13:10 -07:00
Fan Zhang
80d1ec7dee
Tweak UI for action buttons under app header.
...
- Make a transparent button with border style
Bug: 1584976
Test: manual
Change-Id: Ide53d71963afd4587834357999b40df81bb93500
2016-10-29 15:22:55 -07:00
TreeHugger Robot
5f6bb20e7c
Merge "Use new app header in more screens."
2016-10-29 02:00:40 +00:00
Maurice Lam
5ed50af025
Clean up DatetimeSettingsSetupWizard
...
Test: Clean up. Existing tests pass
Bug: 32516406
Change-Id: Id7361f6eee26a30d179277c1d425b2f61a99d07d
2016-10-28 17:57:23 -07:00
Fan Zhang
fdb833873a
Use new app header in more screens.
...
- This covers app data usage settings, power usage details
- Addded helper method on AppHeaderController to build the header as
Preference because every fragment needs to do this anyway.
Bug: 32442716
Test: RunSettingsRoboTests
Change-Id: I6d38321b867154f8fb5194b993d118bcdbbfedc9
2016-10-28 17:16:39 -07:00
Doris Ling
c62f8809c7
Fix test failure for EmergencyInfoTestController.
...
Make sure that the test preference has the correct key.
Change-Id: Icbf18d3f8854bc43ef486ae56f0b5fc8f035bf41
Fix: 32508237
Test: RunSettingsRoboTests
2016-10-28 16:37:01 -07:00
Fan Zhang
5abaef7dd1
Use new app header in more screens.
...
- This covers all subclasses of AppInfoWithHeader: app launch settings,
app storage settings, draw over settings, write setting details,
usage access settings.
Bug: 32442716
Test: RunSettingsRoboTests
Change-Id: I8e5831a4fcce5f98c3a6cc6b0fd66bc4a53d1330
2016-10-28 14:50:36 -07:00
Paul Stewart
31b0da66a6
Merge "Don't display an invalid Wi-Fi MAC address" am: 917b7b863c
am: 27c5edb968
am: dab924f04d
...
am: 09797c330c
Change-Id: I12cc021a1abead960ec28354e9d6e94ea8090c88
2016-10-28 21:20:19 +00:00
Paul Stewart
09797c330c
Merge "Don't display an invalid Wi-Fi MAC address" am: 917b7b863c
am: 27c5edb968
...
am: dab924f04d
Change-Id: I06bad134648c70f432194e163a8e0a5829f514f0
2016-10-28 21:14:38 +00:00
Paul Stewart
dab924f04d
Merge "Don't display an invalid Wi-Fi MAC address" am: 917b7b863c
...
am: 27c5edb968
Change-Id: I427261d397f0003f1e4eecd55d431441303e4b4c
2016-10-28 21:09:38 +00:00
Paul Stewart
27c5edb968
Merge "Don't display an invalid Wi-Fi MAC address"
...
am: 917b7b863c
Change-Id: I61b50ff7a50551e12a218d73bcf95f0c24e64430
2016-10-28 21:04:40 +00:00
Treehugger Robot
917b7b863c
Merge "Don't display an invalid Wi-Fi MAC address"
2016-10-28 20:56:35 +00:00
TreeHugger Robot
0cbb338ecc
Merge "Add payload for condition card to reuse the viewholder"
2016-10-28 20:25:35 +00:00
TreeHugger Robot
dbac5f1b14
Merge "Temporary commenting out EmergencyInfoPreferenceControllerTest#handlePreferenceTreeClick_shouldStartActivity as it is failing a local checked build when trying to add Clockwork projects to master."
2016-10-28 20:25:29 +00:00
jackqdyulei
022d4476c7
Add payload for condition card to reuse the viewholder
...
Bug: 30319913
Test: make RunSettingsRoboTests
Change-Id: Ib08a301203f4075f0553386f7db1a68d69bde436
2016-10-28 11:23:56 -07:00
Ariel Gertzenstein
91e91337e6
Temporary commenting out EmergencyInfoPreferenceControllerTest#handlePreferenceTreeClick_shouldStartActivity
...
as it is failing a local checked build when trying to add Clockwork projects to master.
Build command:
make -j64 PRODUCT-angler-userdebug dist DIST_DIR=out/dist checkbuild tests
Change-Id: I4f19c9d132a8c47a005ce40af74e7c9ebdba796d
2016-10-28 14:23:11 -04:00
Lei Yu
a6189e0be3
Merge "Add scroll view for choose_lock_pattern in land mode"
2016-10-28 17:02:32 +00:00
Fan Zhang
21a0712d93
Merge "Modify AppHeaderController to provide UI for notif settings"
2016-10-28 15:59:36 +00:00
Marie Janssen
83f1d4198b
Merge "Add Bluetooth toggle prompts - settings" am: de037d5491
-s ours am: ce2a10b743
am: 6e8a67c008
...
am: cd9d948d7e
Change-Id: Ife5f94841073fb9c0af202b2470f50bab165e398
2016-10-28 03:22:57 +00:00
Marie Janssen
cd9d948d7e
Merge "Add Bluetooth toggle prompts - settings" am: de037d5491
-s ours am: ce2a10b743
...
am: 6e8a67c008
Change-Id: I0fc40f9a3f3a8488e696727d08084f2d2b9d2d75
2016-10-28 02:57:06 +00:00
Marie Janssen
6e8a67c008
Merge "Add Bluetooth toggle prompts - settings" am: de037d5491
-s ours
...
am: ce2a10b743
Change-Id: If2a0712b38cfd85af1502e68bdda39d1be8735b6
2016-10-28 02:52:12 +00:00
Marie Janssen
ce2a10b743
Merge "Add Bluetooth toggle prompts - settings"
...
am: de037d5491
-s ours
Change-Id: I4d809fb02c07ad366b6e5954ac3c0dbc0f5c597d
2016-10-28 02:45:39 +00:00
TreeHugger Robot
91ca01ec42
Merge "Add Emergency info and Add user when locked to account dashboard."
2016-10-28 00:44:54 +00:00
Fan Zhang
1ff25ba7e6
Modify AppHeaderController to provide UI for notif settings
...
- The AppHeaderController is no longer a singleton. Each time appheader
should be updated we will create a new controller. It acts as a
builder/mutator, user provides customizable inputs, and the controller
will bind everything to UI when calling done().
Bug: 32442716
Test: RunSettingsRoboTests
Change-Id: Icfc5bcd8bc170a02b57432d864eaddf71db0d5b4
2016-10-27 17:23:33 -07:00
Marie Janssen
de037d5491
Merge "Add Bluetooth toggle prompts - settings"
2016-10-27 23:07:31 +00:00
Doris Ling
c7e2ed8e79
Add Emergency info and Add user when locked to account dashboard.
...
Add two items to User & accounts dashboard, and refractor
UserCapabilities so that it can be accessed in the new controller.
Test: RunSettingsRoboTests
Bug: 31801423
Change-Id: Ib446ad6c99d4cc6405a17cf82d2d86e044870b73
2016-10-27 15:48:52 -07:00
TreeHugger Robot
6e3b964cf4
Merge "UI Refresh: a new app info header for app/notification."
2016-10-27 22:43:52 +00:00
Sudheer Shanka
c52914f564
Merge "Update usage of IMountService constants."
2016-10-27 22:38:34 +00:00
Fan Zhang
c9536b8e41
UI Refresh: a new app info header for app/notification.
...
- moved force stop and uninstall button to bottom of page (as footer)
- Forked appheader layout file, and created AppHeaderController to
contain all binding logic for header.
Bug: 32442716
Test: RunSettingsRoboTests
Change-Id: Id4eb365ca25e035c043c068867f5cbc3a202b201
2016-10-27 13:48:13 -07:00
Paul Stewart
1aeb383d73
Don't display an invalid Wi-Fi MAC address
...
Only display the WifiInfo MAC address if it is a valid address.
Otherwise, display "Unavailable". The underlying WifiInfo class
now has a default value, and a method that can be used to test
whether or not the contained address is valid. This change uses
this test and avoids having the confusing default address displayed.
Bug: 32478606
Test: Manual: Turn off WiFi and reboot -- make sure "Unavailable"
is displayed as the Wi-Fi MAC Address as opposed to "02:00:00:00:00:00"
Change-Id: I912804eb65735375e0ca3c4618a6399543f33b57
2016-10-27 13:34:10 -07:00
TreeHugger Robot
700949d8ad
Merge "Hide gear icon in actionbar if new IA is enabled."
2016-10-27 17:29:09 +00:00
TreeHugger Robot
1637a5f480
Merge "Import translations. DO NOT MERGE"
2016-10-27 05:47:07 +00:00
Bill Yi
9a2775a8ab
Import translations. DO NOT MERGE am: bb6af9902d
-s ours am: 061b294714
-s ours am: 4666b50754
-s ours am: 69e4232f8d
-s ours
...
am: 10d6c409d4
-s ours
Change-Id: I1f011d9bbe30bfb36a86acf7e1cf48e1ddaf929f
2016-10-27 05:40:51 +00:00
Bill Yi
200cf26692
Import translations. DO NOT MERGE am: e7f9b0b30b
-s ours am: f8b4927683
-s ours am: f55f67e409
-s ours
...
am: 65d4378a8f
-s ours
Change-Id: I2ba7b2d3e1ad20a3803d4c0c2dc4711f51a6e5b5
2016-10-27 05:40:36 +00:00
Bill Yi
10d6c409d4
Import translations. DO NOT MERGE am: bb6af9902d
-s ours am: 061b294714
-s ours am: 4666b50754
-s ours
...
am: 69e4232f8d
-s ours
Change-Id: Icedc51c61aa4c3b8aa80016617e9e6fc8ebf72fa
2016-10-27 05:36:09 +00:00
Bill Yi
65d4378a8f
Import translations. DO NOT MERGE am: e7f9b0b30b
-s ours am: f8b4927683
-s ours
...
am: f55f67e409
-s ours
Change-Id: I650772657134b60a80f91d2dd0f5d740233aecbc
2016-10-27 05:35:55 +00:00
Bill Yi
69e4232f8d
Import translations. DO NOT MERGE am: bb6af9902d
-s ours am: 061b294714
-s ours
...
am: 4666b50754
-s ours
Change-Id: I89ed1044560f40ebb78d0e1b9bf07a4a7cd575b7
2016-10-27 05:31:37 +00:00
Bill Yi
f55f67e409
Import translations. DO NOT MERGE am: e7f9b0b30b
-s ours
...
am: f8b4927683
-s ours
Change-Id: I9d28fc31d3dc6ead839e36b000d16cec353562fd
2016-10-27 05:31:24 +00:00
Bill Yi
4666b50754
Import translations. DO NOT MERGE am: bb6af9902d
-s ours
...
am: 061b294714
-s ours
Change-Id: If6f1925ffdab47128db255040e97a45733f819d5
2016-10-27 05:27:37 +00:00
Bill Yi
f8b4927683
Import translations. DO NOT MERGE
...
am: e7f9b0b30b
-s ours
Change-Id: I4297eed21e6b8854801a3e9a6f9904b1dadaab72
2016-10-27 05:27:22 +00:00
Bill Yi
061b294714
Import translations. DO NOT MERGE
...
am: bb6af9902d
-s ours
Change-Id: I601e2eb4a89830873bee3f05b77d90b0e9dff9bb
2016-10-27 05:22:55 +00:00
Bill Yi
b3baf5f912
Import translations. DO NOT MERGE am: 06f30f99c0
-s ours
...
am: bcbb9ca8c7
-s ours
Change-Id: I6325eaaf9c3ccc529c2e05e37e5dbffccdc7bf9a
2016-10-27 05:06:33 +00:00
Bill Yi
bcbb9ca8c7
Import translations. DO NOT MERGE
...
am: 06f30f99c0
-s ours
Change-Id: I573f6294350759b53b9c12c3a21cd2b571393b2a
2016-10-27 04:56:50 +00:00