aboutsummaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Add overlay for SWAP_VOLUME_KEYS_ON_ROTATIONRicardo Cerqueira2016-01-222-0/+5
| | | | | | This got lost along the transition Change-Id: I35f5c6cdd73ff1d4a590fa6980d3214dda2bd740
* cmsdk: Load notification led customization defaultsEdward Wang2016-01-132-0/+14
| | | | | | Issue-Id: YAM-34 Change-Id: I67395465eb830ae994d8d796a4dbdae08ade5b01
* Automatic translation importMichael Bestas2016-01-115-0/+100
| | | | Change-Id: I39a0e63fa95fd9a37a79dc6cb52da8047c40c86f
* cmsdk: Fix quick pulldown settings, and unhide numerous system settings.Adnan Begovic2016-01-021-1/+1
| | | | Change-Id: Ibfc41a74ca5e5902ea704919ce076d8442258406
* Automatic translation importMichael Bestas2015-12-2513-2/+222
| | | | Change-Id: I742c557747bbee9f821298497e2cef0e371bb0a2
* CMSettings: fixup ENABLE_PEOPLE_LOOKUP resKhalid Zubair2015-12-221-3/+3
| | | | | | | - move to System section in the resource file - fixup setting name comment Change-Id: Iafa1f429beff28ac303cacd6af6f5e3548379987
* CMSettings : Add default overlay for people lookupDanesh M2015-12-222-1/+7
| | | | Change-Id: I64db011fbe66045b52536f2c4b9d92e42603bd30
* cmsdk: add keys which to intercept from SettingsProviderRoman Birg2015-12-211-0/+40
| | | | | Change-Id: Id5d86cc97eb2411322af5686e6d79fa5fb190891 Signed-off-by: Roman Birg <roman@cyngn.com>
* Profiles: add isEnabled(); send state changesRoman Birg2015-12-212-0/+6
| | | | | | Ref: CYNGNOS-1461 Change-Id: Idee9417a2f0b181c8d15cd763859c0a0e581dce6 Signed-off-by: Roman Birg <roman@cyngn.com>
* cmsdk: remove visualizer from default qs tile listRoman Birg2015-12-211-1/+1
| | | | | Change-Id: I39e511bd11df43473532e74ea850c7bc1d0a2b2f Signed-off-by: Roman Birg <roman@cyngn.com>
* cmsdk: add LOCKSCREEN_VISUALIZER_ENABLEDRoman Birg2015-12-162-0/+6
| | | | | Change-Id: Ia8b11083a54195acfebab76c646987962b798c16 Signed-off-by: Roman Birg <roman@cyngn.com>
* CMSettingsProvider: Split default load, don't load global for non-owner.Adnan Begovic2015-12-141-9/+23
| | | | | | | | Any "CALL" into the CMSettingsProvider on a new user triggers the load default settings mechanism which may lead to attempting to load "global" settings for non owner which is impossible. Change-Id: Ic8535e3c211aeaccfd3d72c3f9b11eef4d9087b8
* CMSettings: Add secure validators and relocate protected apps validatorYvonne Wong2015-12-071-3/+18
| | | | | | | | Move validators from CMSettings.System into CMSettings, add validators for CMSettings.Secure, and move protected apps validator from CMSettings.System to CMSettings.Secure Change-Id: I9f4e1bef7ff5be100376d2d03d34483d12938158
* Fix build breakage caused by "add default value for QS_USE_MAIN_TILES"Alexander Martinz2015-12-071-1/+1
| | | | | | | * commit 204ffe00a3c2dc205e5e1f90a1b2f10025d40ca9 Change-Id: I84d58a31e7f91e448865a05cf947f1e7d3442653 Signed-off-by: Alexander Martinz <eviscerationls@gmail.com>
* add default value for QS_USE_MAIN_TILESRoman Birg2015-12-072-0/+6
| | | | | Change-Id: I22f1430841b7eec3a01431bfd12ed1591361f46d Signed-off-by: Roman Birg <roman@cyngn.com>
* CMSettingsProvider: Only enable component if already disabled.Adnan Begovic2015-12-031-4/+7
| | | | | | | Each CALL method would renable and already enabled component, cut down on log spam. Change-Id: Ie58c75e32c828b1ce8b1017620b5a3b073830bbd
* Fix compile error in test cases from 3ddf435fb4085f07d47d67b21a6168c17d1f8aa1emancebo2015-11-271-2/+2
| | | | Change-Id: I83bb44505938e8a969b8c123d0947b6c35e12f8c
* CMSettingsProvider: Change migration pref.Adnan Begovic2015-11-201-3/+17
| | | | | | | | | The previous migration step should've never happened, change the default shared pref to a different location to force trigger a migration on devices where the previous iteration of settings migration already happened. Change-Id: I6b466d37910c31dbf58d37fd631807d7dd2dbae3
* CMSettings: Validate name and value for System settingsd34d2015-11-191-3/+26
| | | | | | Verify that the name and value being inserted/updated are correct. Change-Id: I0243556701b1d303ca52135178b055c2fd87671c
* CMSDK : Remove legacy testsDanesh M2015-11-161-2/+2
| | | | Change-Id: I9872774053d68aaf7ed37c74888a5a7ead809484
* CMSDK : Keep track of legacy settingsDanesh M2015-11-161-1019/+8
| | | | Change-Id: I192d8033f2cd65cffc88f97089cb2ef2b02a566d
* cmsdk: Move Notification LEDs settings to CMSettingsAdrianDC2015-11-132-0/+14
| | | | | | | | | * Lights with Screen On * LEDs Brightness * Multiple LEDs Change-Id: I8c3f3cae53c834d1d2798d9dece00e3253ccb1db Signed-off-by: AdrianDC <radian.dc@gmail.com>
* CMSettings: Move Global settings to CMSettingsd34d2015-11-123-0/+89
| | | | Change-Id: Ib054409d5ad790e011e12ecbc6786bf3562a1b80
* CMSettings : Relocate settings to cm settings providerDanesh M2015-11-121-0/+213
| | | | Change-Id: I805d2e384ebbc8a603eb5387ed9d182b87a9b722
* CMSettings: Move Secure settings to CMSettingsd34d2015-11-121-0/+71
| | | | | | | This moves all Settings.Secure.* settings that, were added to CyanogenMod, to CMSettings. Change-Id: Ieaac288bfcb6189b3bc393484d27e441d805aea2
* cmsdk: Move T9_SEARCH_INPUT_LOCALE to CMSettings.Adnan Begovic2015-11-111-0/+9
| | | | Change-Id: I446ecc4e2b5981a86218fa8867ab771d422dce21
* cmsdk: Move NAVBAR_LEFT_IN_LANDSCAPE to CMSettings.Adnan Begovic2015-11-111-0/+9
| | | | Change-Id: I415288feef8d32613f9a7f8bbe1b748eaa7d459d
* cmsdk: Move RECENTS_SHOW_SEARCH_BAR to CMSettings.Adnan Begovic2015-11-111-0/+9
| | | | Change-Id: Ie34d57b547eb27f4f7629ed6d1fd9cced0ce7fff
* cmsdk: Move STATUS_BAR_SHOW_WEATHER to CMSettings.Adnan Begovic2015-11-111-0/+9
| | | | Change-Id: I792e8d04c1b70749db78f0bd5142d489aebd6d51
* cmsdk: Move DOUBLE_TAP_SLEEP_GESTURE to CMSettings.Adnan Begovic2015-11-111-0/+9
| | | | Change-Id: I88b255a5ddeff9520905c4a8b612c9fdbf3b4411
* cmsdk: Move LiveDisplay settings and resources.Adnan Begovic2015-11-101-0/+69
| | | | Change-Id: I6d0c3f8b645e2c8cca059ff343a774eab1933a9b
* cmsdk: Move WIFI_AUTO_CONNECT_TYPE to CMSettings.Adnan Begovic2015-11-101-0/+11
| | | | Change-Id: I3a0447006d29cc8d2b1bbed6f841ce9ae55be94f
* cmsdk: Move lookup provider logic to CMSettings.Adnan Begovic2015-11-101-0/+77
| | | | Change-Id: I239b1d5b56b940e591547ab1c50b6c1d34af586c
* CMSettingsProvider: Map LegacyCMSettings to CMSettings constants.Adnan Begovic2015-11-101-47/+63
| | | | Change-Id: I07537650cc536877ec4492af43e88ce8d60342fd
* CMSettingsProvider: Make sure to migrate proxmity settings.Adnan Begovic2015-11-091-0/+16
| | | | Change-Id: I434a88220191a6491f6e0f001e72a26a45f8043f
* cmsdk: Move battery light settings to CMSettings.Adnan Begovic2015-11-091-0/+42
| | | | Change-Id: I11a80bdeab369f851017c516039adc6400572b09
* cmsdk: Move numerous buttons settings into CMSettings.Adnan Begovic2015-11-091-0/+200
| | | | Change-Id: I7a0832745b9d81ad8d20afad8f17865932c6aad1
* CMSettings: Add migrate step for NAV_BUTTONS.Adnan Begovic2015-11-061-1/+8
| | | | Change-Id: Ia17ccba0e0b66ee35f3ac7f125f909dc010514d6
* cmsdk: Fix cm settings provider tests.Adnan Begovic2015-11-052-3/+7
| | | | Change-Id: Iedb9c3278f5fa872ffd28682fb3ef48ceb163dba
* cmsdk: Finish migrating "last app" logic to cmsdk.Adnan Begovic2015-11-051-1/+13
| | | | Change-Id: I94dbd41639c734f53000b975685bf42d046a7e84
* CMSettingsProvider: Add ability to read region locked themesYvonne Wong2015-10-261-4/+65
| | | | | Change-Id: I51c0d68d763e7cfec7bdc7b18782d66732fb2160 (cherry picked from commit 20cecb7dec7efb35277138bc7fa57704c3757414)
* CMSettingsProvider: Define legacy constants within package.Adnan Begovic2015-10-091-17/+136
| | | | Change-Id: Iceb06730a19b7b1d5d7633f3f85be9bb2a4ab195
* Remove AOSP settings from CMSettings/CMSettingsProviderYvonne Wong2015-10-092-30/+0
| | | | Change-Id: I85eee73bf215c72f42067c0e3d2f68946485a10f
* CMSettings: Remove write check in query method and add values for heads up ↵Yvonne Wong2015-10-071-1/+0
| | | | | | notification Change-Id: I72ad8039757da5e66809134bdddd463c512de157
* Automatic translation importMichael Bestas2015-10-034-0/+80
| | | | Change-Id: If46cee0ac3a60de651bcb20c54c19add9d2bbd3b
* Add way to migrate CM specific settings to CMSettingsProviderYvonne Wong2015-09-258-102/+886
| | | | | | issue-id: CYNGNOS-829 Change-Id: I08743ebf9ffd3846ae501ed41e396b1556dc41cf
* Automatic translation importMichael Bestas2015-09-2419-0/+380
| | | | Change-Id: I097602ee86881fcbd1d14ac9626f3f3119966df9
* CMSettingsProvider: Remove attempts at closing sqlite dbYvonne Wong2015-09-211-30/+5
| | | | Change-Id: I89c83d2c8fa0cfc19bacb96fa145ffa93bd4ce0d
* packages: Remove CMResolverBrint E. Kriebel2015-09-2012-1647/+0
| | | | | | This now lives in its own repo: android_packages_cyanogen_CMResolver Change-Id: I69231b37a3770dce252f6d22e60d2e2bc81e1774
* CMResolver: Optimize restart if we know we don't have suggestions.Adnan Begovic2015-09-151-2/+5
| | | | Change-Id: Ibf0683fcc51bc7d882f66f949031a16b6c9d580f