TreeHugger Robot
531163412c
Merge "Import translations. DO NOT MERGE"
2017-05-09 18:09:39 +00:00
TreeHugger Robot
33b55ef1ba
Merge "Remove accessibility duplicates in settings search"
2017-05-09 18:07:42 +00:00
TreeHugger Robot
9a0c200848
Merge "Prevent non-blocking whitespaces from showing up in search"
2017-05-09 18:07:11 +00:00
Phil Weaver
9a1b4eb21f
Don't enable a11y service if scary dialog obscured
...
Bug: 38134845
Test: Trivial back-port of ag/2066325; relying on treehugger
Change-Id: I784eebebe45847431e67aa9032f2f1367156a440
2017-05-09 10:51:32 -07:00
Bookatz
64ac70d257
Merge "Add BLE results counter to batterystats" into oc-dev am: b296697e8e
...
am: 9b54572992
Change-Id: Ia4ea1a7e24267457ae659c8a67ff15c24c1b0a46
2017-05-09 17:39:50 +00:00
Bookatz
9b54572992
Merge "Add BLE results counter to batterystats" into oc-dev
...
am: b296697e8e
Change-Id: Ic5fca069ab56fd2b9bebb12f27c13a27b7f94b35
2017-05-09 17:08:16 +00:00
Matthew Fritze
9615f82abf
Prevent non-blocking whitespaces from showing up in search
...
When search results use the placeholder summary text,
it becomes non-breaking whitespace. If that is the
summary, set the visibility to gone.
Change-Id: Ic3987a0990c33b6cc5aabffa0782ece6c553784a
Merged-In: Ifefa785b6c56d56da73ca78d874f46efcb9e991f
Fixes: 38029215
Test: make RunSettingsRoboTests
2017-05-09 16:42:40 +00:00
Matthew Fritze
0e798baf45
Prevent non-blocking whitespaces from showing up in search
...
Merge from: ag/2217040
Bug: 38029215
Test: make RunSettingsRoboTests
Change-Id: Ifefa785b6c56d56da73ca78d874f46efcb9e991f
2017-05-09 09:29:47 -07:00
Matthew Fritze
6ad5848775
Remove accessibility duplicates in settings search
...
Merge for: ag/2148817
Bug: 33701673
Test: make RunSettingsRoboTests
Change-Id: Idda6d2f98cb8d2cb91a9a4721b2ef84921f9056a
2017-05-09 09:17:13 -07:00
TreeHugger Robot
b296697e8e
Merge "Add BLE results counter to batterystats" into oc-dev
2017-05-09 16:03:28 +00:00
Bill Yi
d8f1255323
Import translations. DO NOT MERGE
...
Change-Id: I52f644bcc6958725b0a600a46a7b27b1b8b000d7
Auto-generated-cl: translation import
2017-05-09 04:07:09 -07:00
Bill Yi
2bb189fe55
Import translations. DO NOT MERGE
...
Change-Id: I8bfce7755242dc89bb6a2ab277e874b3f92a1450
Auto-generated-cl: translation import
2017-05-09 03:56:50 -07:00
Fan Zhang
a88d4a409a
Merge "Remove placeholder summary text in auto-rotate preference" into oc-dev am: ce7f36c799
...
am: b3afa6e84f
-s ours
Change-Id: I0ec721881dcd6c75b90f26f2f322a7a445c2948a
2017-05-09 01:55:42 +00:00
Fan Zhang
b3afa6e84f
Merge "Remove placeholder summary text in auto-rotate preference" into oc-dev
...
am: ce7f36c799
Change-Id: I4bf3958e80286634dfc7d23f4133174d221be3b4
2017-05-09 01:44:00 +00:00
TreeHugger Robot
ce7f36c799
Merge "Remove placeholder summary text in auto-rotate preference" into oc-dev
2017-05-09 01:25:18 +00:00
Daniel Nishi
89effe9cbf
Fix the top summary layout.
...
This changes the margin to the proper 32dp and updates the style on the
title text to be consistent with the rest of Settings.
Bug: 35245772
Test: Manual
Change-Id: Ib980e22d9fac258dd5a72385a2c80060561aa5ac
2017-05-08 17:01:11 -07:00
Stephen Chen
41aa446c7f
Merge "Added WifiSettings Espresso tests." into oc-dev am: 6c0f337d52
...
am: 95a98f0686
Change-Id: I03d14cabee02252e69ca0c5c0057489446866d4e
2017-05-08 23:45:32 +00:00
Stephen Chen
95a98f0686
Merge "Added WifiSettings Espresso tests." into oc-dev
...
am: 6c0f337d52
Change-Id: I91235f3fc1754539d055a4e24e395705c7b8f967
2017-05-08 23:42:59 +00:00
Salvador Martinez
52aa68f704
Fix null pointer error && add settings side guard
...
The null check for the cursor happens in the try block
which causes a null pointer error in the finally block
even though we avoid executing the other code because
we still try to close the cursor. This change moves
that outside of the try block to avoid that. Also added
a test to verify that a no-op occurs in the method that
uses the enhanced prediction that would have caught this.
Additionally, the method for checking if the enhanced
prediction was available was not being called in Settings.
This CL adds that check and a relevant tests to ensure it
is respected.
Test: Robotests
Bug: 38031439
Change-Id: I6924acb5552baf09a9ff0cdef8e30881115aa1ca
2017-05-08 16:39:38 -07:00
TreeHugger Robot
6c0f337d52
Merge "Added WifiSettings Espresso tests." into oc-dev
2017-05-08 23:39:22 +00:00
Fan Zhang
0498d4e864
Merge "Fix PrefCategory layout to align text with actionbar title" into oc-dev am: 2dbc30dc58
...
am: df2ecdf3f0
Change-Id: Ie616f506702d2732d62b8a2ea02a4b7d52bdf0eb
2017-05-08 23:15:04 +00:00
Fan Zhang
df2ecdf3f0
Merge "Fix PrefCategory layout to align text with actionbar title" into oc-dev
...
am: 2dbc30dc58
Change-Id: I0359be4c3f7dbc6093d74b56beb7b11f71dbb1d0
2017-05-08 23:08:31 +00:00
jackqdyulei
3db59a8430
Add feature provider for Bluetooth
...
Also add method to check whether pairing page is enabled.
Bug: 38134564
Test: RunSettingsGoogleRoboTests
Change-Id: Ib74ece46f9624242895a366eac889957924f84c6
2017-05-08 16:06:42 -07:00
TreeHugger Robot
2dbc30dc58
Merge "Fix PrefCategory layout to align text with actionbar title" into oc-dev
2017-05-08 22:59:06 +00:00
Matthew Fritze
69c84cfa2e
Merge "Prevent race conditions after dropping database" into oc-dev am: fc8e64eccb
...
am: 43171ef58a
-s ours
Change-Id: I9b250e7420e2bf143a69c9a54f340bed040cc32b
2017-05-08 22:56:50 +00:00
Stephen Chen
8108dba4e3
Merge "Fix Disallow config Wi-Fi message for AFW Do mode." into oc-dev am: f7980fc3cb
...
am: 95640767d1
Change-Id: I5b4374a51dfa73b3a8b17bad0a6de473a6808627
2017-05-08 22:56:17 +00:00
Doris Ling
56428a599f
Merge "Add summary placeholder to data saver preference." into oc-dev am: a3c4339299
...
am: 06b670e4df
Change-Id: I1746fbdfeea5a1f807bfe3b7bf7b5847a298aa2e
2017-05-08 22:55:50 +00:00
Jesse Evans
78e3a051d8
Properly set isInstantApp for power usage page
...
Previously the app header was not properly configured to be aware
it was rendering an instant app. This change properly sets the value
and adds tests to ensure it is correclty set in the future.
Test: make RunSettingsRoboTests -j30
Bug: 37919863
Change-Id: I0cbe2cb03bcd44208408f68188387e53ae98d8fb
2017-05-08 15:53:47 -07:00
TreeHugger Robot
2f6b558699
Merge "Update some rules for suggestions"
2017-05-08 22:34:50 +00:00
Doris Ling
b72163b9d0
Fix crash when silencing condition.
...
- check if the broadcast receiver is being registered before trying to
un-regist it.
Change-Id: I6af215f393d16173f317c9e5bc05237c935e7133
Fix: 38131851
Test: make RunSettingsRoboTests
2017-05-08 15:28:33 -07:00
TreeHugger Robot
ff174c73b2
Merge "Create RestrictedDashboardFragment."
2017-05-08 22:14:21 +00:00
Stephen Chen
db332d4aa7
Added WifiSettings Espresso tests.
...
Added test cases for toggling Wi-Fi state, connected access points, and
saved network preferences.
Bug: 35322629
Bug: 35322690
Bug: 35322875
Test: runtest --path
packages/apps/Settings/tests/unit/src/com/android/settings/wifi/WifiSettingsUiTest.java
Change-Id: Iaba7fb2fa90cf0f37538c4b1ef141cf6b15d7f52
2017-05-08 14:48:01 -07:00
jackqdyulei
0dce3c0764
Add framework for anomaly detection flags
...
This cl adds isAnomalyDetectorEnabled(type), which decides whether
to turn on specific check with that type.
Added method is used in AnomalyLoader.
Bug: 36924669
Test: RunSettingsRoboTests
Change-Id: I71c6acb1c58c24453a1936c5c36f59fe4e86cfd4
2017-05-08 14:19:09 -07:00
Daniel Nishi
24077d899f
Add the badged icon for Movies & TV.
...
The work profile was missing the icon.
Change-Id: I005cc2baecfe86479156e19e0c4ec4b586336cff
Fixes: 38132211
Test: Settings robotest
2017-05-08 14:13:13 -07:00
Matthew Fritze
43171ef58a
Merge "Prevent race conditions after dropping database" into oc-dev
...
am: fc8e64eccb
Change-Id: I4cb1f8685c5d1f43aa5ce5b5b5e124d1240e43bd
2017-05-08 21:05:20 +00:00
Stephen Chen
95640767d1
Merge "Fix Disallow config Wi-Fi message for AFW Do mode." into oc-dev
...
am: f7980fc3cb
Change-Id: I0b9866922e764afba8f0b642fa16531cd48b73c0
2017-05-08 21:04:55 +00:00
Doris Ling
06b670e4df
Merge "Add summary placeholder to data saver preference." into oc-dev
...
am: a3c4339299
Change-Id: Ia9ab661f1e870764c8e13c945389d734cbee14d4
2017-05-08 21:04:28 +00:00
Fan Zhang
d44cc37e0e
Update some rules for suggestions
...
Bug: 37947647
Test: rerun settingslib/settings robotests
Change-Id: Ie5278a2cb86c4d2dd7568b9c800db461ee3c1f04
2017-05-08 13:55:05 -07:00
TreeHugger Robot
fc8e64eccb
Merge "Prevent race conditions after dropping database" into oc-dev
2017-05-08 20:51:04 +00:00
TreeHugger Robot
f7980fc3cb
Merge "Fix Disallow config Wi-Fi message for AFW Do mode." into oc-dev
2017-05-08 20:44:12 +00:00
TreeHugger Robot
a3c4339299
Merge "Add summary placeholder to data saver preference." into oc-dev
2017-05-08 20:43:56 +00:00
Fan Zhang
966be254ab
Remove placeholder summary text in auto-rotate preference
...
- Remove the %s from xml and set it in code instead.
- This is hack to make search stop display %s. It's fixed properly in
master but we don't want to cherry-pick the master change because of its
size and risk.
Bug: 36101902
Test: rerun robotests
Change-Id: I0e03957532b265c15d5cc0754396aea26e5cd8a1
Merged-In: If42cceb74296814311eb0eff8e26b4a48a1c4d29
2017-05-08 13:37:07 -07:00
jackqdyulei
e407e67a3b
Create RestrictedDashboardFragment.
...
RestrictedDashboardFragment has all the same logic coming from
RestrcitedSettingsFragment but extends from DashboardFragment.
As a result, we could use preferenceController in child class of
RestrictedDashboardFragment.
This cl also make DeviceListPreferenceFragment as child of
RestrictedDashboardFragment, which enfluences the bluetooth page.
Bug: 38041586
Test: Build
Change-Id: I01395d506176c5cc584948478f7ca16c1c7c7045
2017-05-08 13:34:54 -07:00
Fan Zhang
86d4d51b62
Fix PrefCategory layout to align text with actionbar title
...
Change-Id: I2716a92e2802e3ff01d4e550dae96e689d4370ff
Fix: 38011653
Test: visual
2017-05-08 13:03:46 -07:00
Fan Zhang
8b422ba448
Merge "Remove summary template in sleep timeout setting." into oc-dev am: 014ff46fa6
...
am: f7ba1e7209
Change-Id: I867a5237475be372bcc183b038c9539a3c4a8087
2017-05-08 19:14:59 +00:00
Svetoslav Ganov
77590cd1fc
Merge "Report normalized package name as default key" into oc-dev am: 0560127e9d
...
am: bf3ad99a38
Change-Id: Id4d90c665262151bc4413a8143cd131c1d069543
2017-05-08 19:14:28 +00:00
Fan Zhang
f7ba1e7209
Merge "Remove summary template in sleep timeout setting." into oc-dev
...
am: 014ff46fa6
Change-Id: I9f9e924be57552eebfe5d8bff5463182463f6845
2017-05-08 19:08:20 +00:00
Svetoslav Ganov
bf3ad99a38
Merge "Report normalized package name as default key" into oc-dev
...
am: 0560127e9d
Change-Id: Id09f3e8efd951de0a96a604cab336cef0bdcd265
2017-05-08 19:07:55 +00:00
TreeHugger Robot
014ff46fa6
Merge "Remove summary template in sleep timeout setting." into oc-dev
2017-05-08 18:57:57 +00:00
Svetoslav Ganov
0560127e9d
Merge "Report normalized package name as default key" into oc-dev
2017-05-08 18:57:23 +00:00