Fabrice Di Meglio
2fbb49f698
Merge "Add indexing for ListPreferences"
2014-04-03 02:09:17 +00:00
Fabrice Di Meglio
a41707200b
Add indexing for ListPreferences
...
- now support ListPreferences and save the "entries" attribute
- update Index database schema (and increment its version)
- do some clever stuff when showing Search results: if there is
a "$s" or "%s" in the summary (replacement strings), just use
the entries instead
Change-Id: If36595c3816706b6349faff7d3c2e725d3ea33f4
2014-04-02 19:05:45 -07:00
Fabrice Di Meglio
a2c8febd28
Merge "Add indexing for Storage preferences"
2014-04-03 00:20:21 +00:00
Fabrice Di Meglio
f66eb7a8c8
Add indexing for Storage preferences
...
- implement the contract for SEARCH_INDEX_DATA_PROVIDER
Change-Id: I131e9176c47ccd697d05961b09546ba0e51059f7
2014-04-02 17:18:56 -07:00
Fabrice Di Meglio
355806bf89
Merge "Blow up the Settings Search Index database if there is a Database downgrade detected"
2014-04-02 22:51:01 +00:00
Fabrice Di Meglio
fb5e639b30
Blow up the Settings Search Index database if there is a Database downgrade detected
...
- use the onDowngrade(...) callback for blowing away the Search Index database and
recompute the Index.
Change-Id: I137b22e710dd3205063cf8ce239105b2f1c5278b
2014-04-02 15:50:34 -07:00
Fabrice Di Meglio
a95864d025
Merge "Add indexing for Limited Interruptions (notifications) preferences"
2014-04-02 21:27:23 +00:00
Fabrice Di Meglio
019b87f17a
Add indexing for Limited Interruptions (notifications) preferences
...
- implement the contract for SEARCH_INDEX_DATA_PROVIDER
- some code styling too
Change-Id: I106d1d9493eb945ea71e500acd43a1fc6096bb1f
2014-04-02 14:26:59 -07:00
Baligh Uddin
59ff186089
Import translations. DO NOT MERGE
...
Change-Id: Ia4d32ca1bcd5304c2dbe5933591434cd7b1ccd9c
Auto-generated-cl: translation import
2014-04-02 11:56:38 -07:00
Baligh Uddin
84c216826c
Import translations. DO NOT MERGE
...
Change-Id: Id18f3fec7657dd9eba74e4fd0f5c34eeea264fd2
Auto-generated-cl: translation import
2014-04-02 11:52:34 -07:00
Baligh Uddin
1cc35bcfa4
Import translations. DO NOT MERGE
...
Change-Id: I2521114c59686637b57ea802bbb72aa7fa01615c
Auto-generated-cl: translation import
2014-04-02 11:49:10 -07:00
Baligh Uddin
73c5412dee
Import translations. DO NOT MERGE
...
Change-Id: Ife01297eb460bb5881d86ed7c0f672ecb461cb48
Auto-generated-cl: translation import
2014-04-02 11:47:25 -07:00
Adrian Roos
8184ea5245
Add lockout after trying to enter PIN / Password too often
...
Enforce the same lockout that is already enforced when entering the pattern.
Bug: 13647935
Change-Id: Ia60a2235ad526c293b7a8d5600f406f187004df7
2014-04-02 16:28:10 +02:00
Xia Wang
c4e68c1dcd
am 2f633ca3
: am 8361a97c
: am 3e238230
: am 836eff87
: Merge "Add legacy VPN test framework and test cases" into klp-dev
...
* commit '2f633ca3a5813eb3fece716448308bf8e7d351ee':
Add legacy VPN test framework and test cases
2014-04-02 03:55:59 +00:00
Xia Wang
2f633ca3a5
am 8361a97c
: am 3e238230
: am 836eff87
: Merge "Add legacy VPN test framework and test cases" into klp-dev
...
* commit '8361a97c43a49b5e7528afd5baeca624d909bbf9':
Add legacy VPN test framework and test cases
2014-04-02 03:51:38 +00:00
Xia Wang
8361a97c43
am 3e238230
: am 836eff87
: Merge "Add legacy VPN test framework and test cases" into klp-dev
...
* commit '3e23823015d2ad0679d89adc2a62c7d568adada8':
Add legacy VPN test framework and test cases
2014-04-02 03:45:56 +00:00
Xia Wang
3e23823015
am 836eff87
: Merge "Add legacy VPN test framework and test cases" into klp-dev
...
* commit '836eff87a93f5b2857b41763197ab6782581aafc':
Add legacy VPN test framework and test cases
2014-04-02 03:40:26 +00:00
Xia Wang
836eff87a9
Merge "Add legacy VPN test framework and test cases" into klp-dev
2014-04-02 03:36:50 +00:00
Xia Wang
340bda7154
Add legacy VPN test framework and test cases
...
- VpnProfileParser can parse VPN profiles from an xml file
- CertInstallerHelper installs keys and certificates to keystore
- VpnTests includes all test cases
Change-Id: Ib5ce33e770ee4f82bea153f9b5c5cf3802f95b0c
2014-04-01 17:45:58 -07:00
Paul Lawrence
9ac2d81d9f
Show OwnerInfo on CryptKeeper screen
...
Depends on framework change from
https://googleplex-android-review.git.corp.google.com/#/c/435138/
Bug 13526708
Change-Id: I16189b629b5515ec5175e05155ba4ec0c27d22fb
2014-04-01 13:47:01 -07:00
Fabrice Di Meglio
627ef9706b
Merge "Add indexing for Notifications preferences"
2014-04-01 20:25:17 +00:00
Fabrice Di Meglio
9593782d15
Add indexing for Notifications preferences
...
- also add indexing of CheckBoxPreferences
- also some code cleaning
Change-Id: I2943caaec3d64fb2a6be85168454fc76fe572afe
2014-04-01 13:21:01 -07:00
Baligh Uddin
61ac531286
am b89c4d71
: (-s ours) am cf743762
: (-s ours) am 88adaa72
: (-s ours) am 112916b5
: (-s ours) Import translations. DO NOT MERGE
...
* commit 'b89c4d713bd33072961ace7743d391ed6339d410':
Import translations. DO NOT MERGE
2014-04-01 01:25:38 +00:00
Fabrice Di Meglio
5ff8de7e4d
Merge "Fix bug #13727850 Input values are not visible when setting up the lockscreen... ...security(PIN/Passwor/Pattern)."
2014-04-01 01:21:23 +00:00
Fabrice Di Meglio
0e1d4b0d1a
Fix bug #13727850 Input values are not visible when setting up the lockscreen...
...
...security(PIN/Passwor/Pattern).
- remove hardcoded colors...
- define a text appearance style for the password / pin
Change-Id: I425a2daa016cb782f18de320b5696d076f576600
2014-03-31 17:36:52 -07:00
Baligh Uddin
47d7f210f9
am b3545a54
: (-s ours) am 518a5037
: (-s ours) Import translations. DO NOT MERGE
...
* commit 'b3545a548fe336024dae011ac1c4e643d4f4b114':
Import translations. DO NOT MERGE
2014-04-01 00:24:35 +00:00
Baligh Uddin
b89c4d713b
am cf743762
: (-s ours) am 88adaa72
: (-s ours) am 112916b5
: (-s ours) Import translations. DO NOT MERGE
...
* commit 'cf743762611ceb918aabee179ef10f81ccc90aaf':
Import translations. DO NOT MERGE
2014-04-01 00:21:31 +00:00
Baligh Uddin
cf74376261
am 88adaa72
: (-s ours) am 112916b5
: (-s ours) Import translations. DO NOT MERGE
...
* commit '88adaa72a385c3199787ecd3dae826f25d38572d':
Import translations. DO NOT MERGE
2014-04-01 00:15:49 +00:00
Baligh Uddin
88adaa72a3
am 112916b5
: (-s ours) Import translations. DO NOT MERGE
...
* commit '112916b59634a86195880a1368d8d60a86f33188':
Import translations. DO NOT MERGE
2014-04-01 00:09:19 +00:00
Baligh Uddin
b3545a548f
am 518a5037
: (-s ours) Import translations. DO NOT MERGE
...
* commit '518a503740bcb900fe8a69c86f5826466f99ee6e':
Import translations. DO NOT MERGE
2014-04-01 00:08:46 +00:00
Baligh Uddin
d81233e94d
Merge "Import translations. DO NOT MERGE"
2014-03-31 22:15:05 +00:00
Baligh Uddin
b123c7a90a
Import translations. DO NOT MERGE
...
Change-Id: I40361b20546a4fa949b75623315040f0d32127fa
Auto-generated-cl: translation import
2014-03-31 14:47:58 -07:00
Baligh Uddin
518a503740
Import translations. DO NOT MERGE
...
Change-Id: I2df2a0668882bab5b18242e3db72b5a5daf983b0
Auto-generated-cl: translation import
2014-03-31 14:42:20 -07:00
Baligh Uddin
112916b596
Import translations. DO NOT MERGE
...
Change-Id: I0208bc3b072d49bb77ea2f07e365b1982bb5e324
Auto-generated-cl: translation import
2014-03-31 14:40:25 -07:00
Adrian Roos
5954ff505f
Add initial trust agent settings
...
Adds a first version of the trust agent settings
under Security -> Device Administration -> Trust Agents.
Change-Id: I2e2dc41208d13cc1b11bb21d427c6f86053a3640
2014-03-31 23:00:51 +02:00
John Spurlock
3726525d50
Zen mode settings update.
...
- Fix master switch placement, hide search option.
- New text-based design for bucket configs.
- Automatically turn on = Never
- Still read-only.
Bug:13670014
Change-Id: I33e7614515cc4ce1ca957d922b844d4865e35c9a
2014-03-31 12:07:52 -04:00
John Spurlock
12acc58109
Fix NPE in notification settings.
...
Show/hide the apps category safely every time.
Default apps category to hidden to avoid startup blip.
Change-Id: I4c18c57754e5d0a6a73e7271844ff71c0a66ad8d
2014-03-31 11:04:26 -04:00
Fabrice Di Meglio
7784e3507d
Merge "Go Quantum Go!"
2014-03-29 01:49:03 +00:00
Fabrice Di Meglio
23f5447b02
Go Quantum Go!
...
- use the Quantum Theme light version
Change-Id: I81c40813b8fb59286a370bde33076cdcd73390e5
2014-03-28 18:48:05 -07:00
Lajos Molnar
a46650530f
Merge "Add temporary developer setting to use NuPlayer as default media player"
2014-03-28 23:15:42 +00:00
Fabrice Di Meglio
d37e0b6a45
Merge "Settings - update for new UI (no more Drawer)"
2014-03-28 23:08:21 +00:00
Fabrice Di Meglio
d25314d330
Settings - update for new UI (no more Drawer)
...
- follow the UX spec by no more using a Drawer
- the Dashboard is now a Fragment that contains the list of Headers
- the search results are also put into a Fragment that is replacing
the initial one (Dashboard or other) when expanding the SearchView
- use a SearchView for query input
- when tapping on a Header or a Search Result, re-launch Settings as
an Activity so that we are benefiting from the Activity stack for
UP affordance and BACK button
- manage UP affordance to show it only when needed
- move some Actions to the Menu in the ActionBar for allowing space
to the Search action and removing some clutter
- fix an issue with the Index and WiFiEnabler and their cached Context
that was not updated when there was a Configuration change
- simplify the SettingsActivity code by extracting some inner classes
Change-Id: I50b5f77bb44a7fade1886114dbbc820609a5e63d
2014-03-28 15:51:29 -07:00
John Spurlock
c6d4a7edc3
am ce1b22cf
: (-s ours) am c4231382
: DO NOT MERGE Settings: Implement new required method.
...
* commit 'ce1b22cf66b853ba834bf963ab8a6a45e829fd15':
DO NOT MERGE Settings: Implement new required method.
2014-03-28 19:07:37 +00:00
John Spurlock
ce1b22cf66
am c4231382
: DO NOT MERGE Settings: Implement new required method.
...
* commit 'c423138247857312a4ac6ad32cb482868315bd61':
DO NOT MERGE Settings: Implement new required method.
2014-03-28 19:01:12 +00:00
Dan Sandler
57e109935b
Merge "List apps that advertise notification settings."
2014-03-28 18:51:04 +00:00
Dan Sandler
b19460f4a1
List apps that advertise notification settings.
...
Apps that have a CATEGORY_NOTIFICATION_PREFERENCES +
CATEGORY_DEFAULT activity will be listed in notification
settings, with a convenient link to that activity so the
user can tweak those settings.
Change-Id: Idc97b2aee3f070225822ebee1ecbeab79e7b9c2d
2014-03-28 14:47:49 -04:00
Lajos Molnar
6b2f7c4471
Add temporary developer setting to use NuPlayer as default media player
...
Bug: 11784824
Change-Id: Id42cc40d08ada06ec9e57e24473f7f833bc90dca
2014-03-28 11:35:32 -07:00
John Spurlock
c423138247
DO NOT MERGE Settings: Implement new required method.
...
Only required since it uses the non-public version
of the api.
Bug:13562828
Change-Id: If1eaf070eca889f27fb1dfeef0c0f54a085246aa
2014-03-28 09:41:30 -04:00
John Spurlock
6a8919299f
Merge "Add switch to zen mode settings preference page."
2014-03-28 13:09:51 +00:00
John Spurlock
f3e32e3410
Merge "Settings: Implement new required method."
2014-03-28 13:08:59 +00:00