Fan Zhang
bbe2ac7b2d
Merge "Misc tweak on wifi hotspot setting page" into oc-mr1-dev am: 4c84a61581
...
am: 9d8924bce3
Change-Id: I95236cac5dc3478be2bda283520a0eb53ce609b6
2017-08-04 22:53:49 +00:00
TreeHugger Robot
4c84a61581
Merge "Misc tweak on wifi hotspot setting page" into oc-mr1-dev
2017-08-04 22:36:57 +00:00
Fan Zhang
3e5a5828ad
Merge "Move a11y indexing from DynamicContentMonitor to loader" into oc-mr1-dev am: 0bfe384b93
...
am: 93a03de38a
Change-Id: Iec2efa7d7f40870c10de65971394e948b7d8c3fe
2017-08-04 21:10:01 +00:00
TreeHugger Robot
0bfe384b93
Merge "Move a11y indexing from DynamicContentMonitor to loader" into oc-mr1-dev
2017-08-04 20:50:26 +00:00
Fan Zhang
68405546ca
Merge "Misc tweaks in settings" into oc-mr1-dev am: 2c9e62ab0e
...
am: 1f6f8e1010
Change-Id: Id499568055171b25ed552c45042d877821e6b114
2017-08-04 20:32:02 +00:00
Doris Ling
466c136ebc
Merge "Fix crash when dismissing suggestions." into oc-mr1-dev am: e923d649c0
...
am: 49af0bd8ae
Change-Id: I840bb485a345e065e2f7409240f9c0092fc3a870
2017-08-04 20:31:41 +00:00
TreeHugger Robot
2c9e62ab0e
Merge "Misc tweaks in settings" into oc-mr1-dev
2017-08-04 20:16:36 +00:00
Fan Zhang
8722509eb9
Misc tweaks in settings
...
- Tweak layout for default sms picker icon. Now icons are aligned
and forced to be in the same size
- Update string to use correct double-quote symbol
- Multiline title for some user & account setting
Change-Id: I27c1ed6459c5cd919778d535ab846b148a3f91b6
Fixes: 64285520
Fixes: 62891178
Fixes: 62265094
Fixes: 64363209
Test: robotests
Test: visual
2017-08-04 10:42:27 -07:00
Fan Zhang
7686ef863c
Misc tweak on wifi hotspot setting page
...
- Make hotspot password show in plain text
- Make main control into a master switch style
Change-Id: I8fdb293a617787f256fb663708cfc0e454f548d2
Fixes: 63865785
Test: robotests
2017-08-03 16:23:27 -07:00
Doris Ling
9f90680456
Fix crash when dismissing suggestions.
...
When the suggestions are in default mode and the number of suggestions
are more than the default count, we set the sublist of the suggestions
list as the suggestion adapter data. In this case, operation on the list
should be done in the sublist instead of the original list to maintain
the list consistency check.
Hence, when dismissing the suggestion, change to remove the suggestion
from the suggestion adapter instead of from the dashboard adapter, so
that any following interaction with the suggestions will not trigger the
concurrent modification exception.
Bug: 64279080
Test: make RunSettingsRoboTests
Change-Id: I970b6af8a1c72bc0c3ee89fef890ae6a669c71d2
2017-08-03 15:12:36 -07:00
Lei Yu
f12d0394c7
Merge "Turn on bluetooth anomaly detector" into oc-dr1-dev am: 2750dd8d6d
am: fab00d4262
...
am: aefe48590c
Change-Id: I451c43920bbd844582e1dc4b15231ff28e238243
2017-08-03 17:24:07 +00:00
Lei Yu
aefe48590c
Merge "Turn on bluetooth anomaly detector" into oc-dr1-dev am: 2750dd8d6d
...
am: fab00d4262
Change-Id: I245198bcb78aca17c33fb24f17778af283d1c9b7
2017-08-03 17:13:36 +00:00
Fan Zhang
5035f8c559
Move a11y indexing from DynamicContentMonitor to loader
...
This is necessary to kill DynamicContentMonitor later
- Removed all logic related to indexing accesiblitysetting from the
monitor class and AccessibilitySetting page itself
- Created a loader to search against A11yServices at runtime
I noticed adding a loader in SearchResultsAdapter is rather manual. It's
something we should consider refactor in the future.
Bug: 64310452
Test: robotests
Change-Id: Iff31aff65ce000991229433f294e2ec69af99da2
2017-08-03 10:10:59 -07:00
Lei Yu
95fc90a45c
Merge "Turn on bluetooth anomaly detector" into oc-dr1-dev
...
am: 2750dd8d6d
Change-Id: I39fc570ff7af36a55d46aa2d626a94fbba2c1190
2017-08-03 17:08:05 +00:00
Lei Yu
2750dd8d6d
Merge "Turn on bluetooth anomaly detector" into oc-dr1-dev
2017-08-03 16:55:03 +00:00
TreeHugger Robot
187b2f9d0c
Merge "Convert app storage page to use generic ActionButtonPref"
2017-08-02 23:29:13 +00:00
Fan Zhang
2a1fbd45b6
Merge "Support dynamic summary and icon for injected tiles"
2017-08-02 21:39:56 +00:00
Fan Zhang
0d302dbaf1
Style action bar during onResume instead of onCreate am: 50eb81f114
...
am: a31da35b74
Change-Id: Id11f7a3ba5957d109004a83c078c9f7c4f5461b1
2017-08-02 21:04:49 +00:00
Fan Zhang
e156d9a59f
Style action bar during onResume instead of onCreate
...
Change-Id: I628266e7062e514d2044c9e32668db23094d82e6
Merged-In: Ib57bf128b644737b5a34238ec85ca6d740543c5f
Fix: 64284689
Bug: 64297479
Test: robotests
2017-08-02 11:34:35 -07:00
jackqdyulei
dff144ad62
Turn on bluetooth anomaly detector
...
Since the related bug in battery stats is fixed, it is safe to
turn it on.
Also fix a bug in LocationCheckAction. In PermissionChecker we should
use permission name to check, not permission group name.
Bug: 64255601
Test: RunSettingsRoboTests
Change-Id: Ief8b5dc98f8a7ae462eb84936f6f61d626d7cddd
2017-08-02 11:24:16 -07:00
Fan Zhang
50eb81f114
Style action bar during onResume instead of onCreate
...
Change-Id: Ib57bf128b644737b5a34238ec85ca6d740543c5f
Fix: 64284689
Bug: 64297479
Test: robotests
2017-08-02 17:58:47 +00:00
Andrew Sapperstein
6549984cf2
Merge "Refactoring DoubleTwistPreferenceController." into oc-dr1-dev am: 3daceaec5f
am: aa661b548b
...
am: d126c63e22
Change-Id: Ie5f388882f295bc6af68fa947540678a2bbaa30d
2017-08-02 06:15:52 +00:00
Andrew Sapperstein
d126c63e22
Merge "Refactoring DoubleTwistPreferenceController." into oc-dr1-dev am: 3daceaec5f
...
am: aa661b548b
Change-Id: Ieb0569d46a5f06aa6fd372b685d8f64152d68029
2017-08-02 06:11:53 +00:00
Andrew Sapperstein
0f13525842
Merge "Refactoring DoubleTwistPreferenceController." into oc-dr1-dev
...
am: 3daceaec5f
Change-Id: Iabce075585a4cca4c0876999f6b9e9f031fe2c10
2017-08-02 06:07:23 +00:00
TreeHugger Robot
c7e7f28e88
Merge "Convert more pages to use ActionButtonPreference"
2017-08-01 23:40:59 +00:00
Fan Zhang
26a1deffe6
Support dynamic summary and icon for injected tiles
...
Bug: 63758074
Test: robotests
Change-Id: I2fa27812800c12606a613896ea2aa69dda393944
2017-08-01 16:19:37 -07:00
Fan Zhang
ac06e1eeae
Convert app storage page to use generic ActionButtonPref
...
Change-Id: I2154bbbc5c78fe313b22f1d66229d6da7586279f
Fix: 63991885
Test: robotests
2017-08-01 15:51:33 -07:00
Fan Zhang
1105a1a465
Convert more pages to use ActionButtonPreference
...
- text to speech page
- blue tooth detail page
- installed app page
Change-Id: Ib743a144cc6025055cd496ec077f13fce4db0c69
Bug: 63991885
Test: robotests
2017-08-01 14:27:42 -07:00
Andrew Sapperstein
9c9549bd29
Refactoring DoubleTwistPreferenceController.
...
Made the availability and setting logic static so that
it can be invoked without creating a controller.
Bug: 62022517
Test: robotests
Change-Id: I3a51c61849e6ba8b8aa850ca22d666a9f84d252f
2017-08-01 13:56:51 -07:00
Salvador Martinez
fec50f4248
Merge "Shorten main settings battery string" into oc-mr1-dev am: 4e963f8f91
...
am: 6db99201aa
Change-Id: I82bf5cfe72cfd8ec774c6c7d21c17bd946163903
2017-08-01 20:15:41 +00:00
Fan Zhang
16e0ef2b7d
Merge "Disable AssistGestureSetting search if not supported" into oc-mr1-dev am: 7fbfda67da
...
am: bbd92b5748
Change-Id: I15a40bcae625d5bacb0217c0a5f8ea16862e2fc4
2017-08-01 19:46:36 +00:00
TreeHugger Robot
4e963f8f91
Merge "Shorten main settings battery string" into oc-mr1-dev
2017-08-01 19:45:59 +00:00
TreeHugger Robot
7fbfda67da
Merge "Disable AssistGestureSetting search if not supported" into oc-mr1-dev
2017-08-01 19:09:31 +00:00
Salvador Martinez
dcb96058ef
Shorten main settings battery string
...
This string will be too long in other languages so we're shortening
it for the main settings screen.
Test: robotests updated
Bug: 64124535
Change-Id: I5ccad99b1023f84ee72a144e07b1ea60f3fc01d5
2017-08-01 10:29:44 -07:00
Tony Mantler
c5dc1dc250
Merge changes from topics 'SystemPropPoker', 'DevSettingsPrefsFile'
...
* changes:
Refactor SystemPropPoker
Remove development settings prefs file
2017-08-01 16:12:14 +00:00
Geoffrey Pitsch
2db7b43623
Merge "AOD setting availability depends on other user settings" into oc-dr1-dev am: 6d62355313
am: 07052239fd
...
am: 5e6449b4f8
Change-Id: I2120ba6c52db5e012e3b467163594187c79664f1
2017-08-01 14:26:16 +00:00
Geoffrey Pitsch
5e6449b4f8
Merge "AOD setting availability depends on other user settings" into oc-dr1-dev am: 6d62355313
...
am: 07052239fd
Change-Id: Id42693f5c0ba902f57c5c30a69ca19dba1d9e340
2017-08-01 14:16:59 +00:00
Geoffrey Pitsch
cf83f9dd12
Merge "AOD setting availability depends on other user settings" into oc-dr1-dev
...
am: 6d62355313
Change-Id: If6f49df149ebaf960f40336556e5e9c199c23ef2
2017-08-01 14:08:10 +00:00
Geoffrey Pitsch
6d62355313
Merge "AOD setting availability depends on other user settings" into oc-dr1-dev
2017-08-01 14:00:18 +00:00
Jeff Davidson
03c29c8089
Merge "Remove eSIM reset checkbox and always perform the reset." into oc-dr1-dev am: cd4fbd90e7
am: cebb6a4f9c
...
am: 6f95de16b5
Change-Id: I7f486df805f9b6724cf8b0f432745e8024b4ea26
2017-08-01 03:07:44 +00:00
TreeHugger Robot
0782535daf
Merge "Add shadow and wrapper classes" into oc-dr1-dev
2017-08-01 02:37:37 +00:00
Jeff Davidson
6f95de16b5
Merge "Remove eSIM reset checkbox and always perform the reset." into oc-dr1-dev am: cd4fbd90e7
...
am: cebb6a4f9c
Change-Id: I083d1356461b78dec175a770643a1d52949f93e4
2017-08-01 02:35:01 +00:00
Jeff Davidson
470c87cfea
Merge "Remove eSIM reset checkbox and always perform the reset." into oc-dr1-dev
...
am: cd4fbd90e7
Change-Id: Id37f4182ed523bbf263d6eb6c1517bbbfabf0ca4
2017-08-01 02:32:04 +00:00
TreeHugger Robot
cd4fbd90e7
Merge "Remove eSIM reset checkbox and always perform the reset." into oc-dr1-dev
2017-08-01 02:25:02 +00:00
Fan Zhang
a0a165b71a
Merge "Fix search indexing for game controller "use vibrator"" into oc-mr1-dev am: 5e9b138691
...
am: 1f62645592
Change-Id: I8a75ba151ca17fa2225cb5f09c6c90ac8b811bf0
2017-08-01 00:42:41 +00:00
TreeHugger Robot
5e9b138691
Merge "Fix search indexing for game controller "use vibrator"" into oc-mr1-dev
2017-08-01 00:38:45 +00:00
TreeHugger Robot
57992394bf
Merge "Fix DataUsageSummary non-indexable keys" into oc-dr1-dev
2017-08-01 00:37:26 +00:00
Eric Schwarzenbach
7f509d341e
Merge "Make only the "Add Network" WifiDialog fullscreen." into oc-mr1-dev am: 5e888ad7b6
...
am: 666d70ea76
Change-Id: I110bab77af455eac81d918abd080d9cdf37cda92
2017-08-01 00:29:04 +00:00
jackqdyulei
d6084baa89
Add shadow and wrapper classes
...
These classes are used for accessibility service. Also
add a new Availablity type.
Bug: 62022517
Test: Build
Change-Id: Ia2ff72dd04fd99b17809822907746c2411cecb62
Merged-In: Ia2ff72dd04fd99b17809822907746c2411cecb62
2017-07-31 17:25:54 -07:00
TreeHugger Robot
5e888ad7b6
Merge "Make only the "Add Network" WifiDialog fullscreen." into oc-mr1-dev
2017-08-01 00:02:38 +00:00