aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* CMSettings : Remove BLUETOOTH_A2DP_SRC_PRIORITY_PREFIX WIFI_AUTO_CONNECT_TYPEDanesh M2015-11-171-21/+0
| | | | | | These are CAF features. Change-Id: I28c685a54969619db5e6037462976272fa51012a
* CMSDK : Keep track of legacy settingsDanesh M2015-11-161-0/+147
| | | | Change-Id: I192d8033f2cd65cffc88f97089cb2ef2b02a566d
* CMSettings: Move Global settings to CMSettingsd34d2015-11-121-0/+50
| | | | Change-Id: Ib054409d5ad790e011e12ecbc6786bf3562a1b80
* CMSettings : Relocate settings to cm settings providerDanesh M2015-11-121-0/+169
| | | | Change-Id: I805d2e384ebbc8a603eb5387ed9d182b87a9b722
* CMSettings: Move Secure settings to CMSettingsd34d2015-11-121-0/+54
| | | | | | | 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/+6
| | | | Change-Id: I446ecc4e2b5981a86218fa8867ab771d422dce21
* cmsdk: Move NAVBAR_LEFT_IN_LANDSCAPE to CMSettings.Adnan Begovic2015-11-111-0/+6
| | | | Change-Id: I415288feef8d32613f9a7f8bbe1b748eaa7d459d
* cmsdk: Move RECENTS_SHOW_SEARCH_BAR to CMSettings.Adnan Begovic2015-11-111-0/+6
| | | | Change-Id: Ie34d57b547eb27f4f7629ed6d1fd9cced0ce7fff
* cmsdk: Move STATUS_BAR_SHOW_WEATHER to CMSettings.Adnan Begovic2015-11-111-0/+5
| | | | Change-Id: I792e8d04c1b70749db78f0bd5142d489aebd6d51
* cmsdk: Move DOUBLE_TAP_SLEEP_GESTURE to CMSettings.Adnan Begovic2015-11-111-0/+6
| | | | Change-Id: I88b255a5ddeff9520905c4a8b612c9fdbf3b4411
* cmsdk: Move LiveDisplay settings and resources.Adnan Begovic2015-11-101-0/+49
| | | | Change-Id: I6d0c3f8b645e2c8cca059ff343a774eab1933a9b
* cmsdk: Move WIFI_AUTO_CONNECT_TYPE to CMSettings.Adnan Begovic2015-11-101-0/+8
| | | | Change-Id: I3a0447006d29cc8d2b1bbed6f841ce9ae55be94f
* cmsdk: Move lookup provider logic to CMSettings.Adnan Begovic2015-11-101-0/+56
| | | | Change-Id: I239b1d5b56b940e591547ab1c50b6c1d34af586c
* cmsdk: Move proximitycheck to CMSettings.Adnan Begovic2015-11-091-0/+12
| | | | Change-Id: If9e097c373404fe8983fd9160ebeb8405bd363d8
* cmsdk: Move battery light settings to CMSettings.Adnan Begovic2015-11-091-0/+32
| | | | Change-Id: I11a80bdeab369f851017c516039adc6400572b09
* cmsdk: Move numerous buttons settings into CMSettings.Adnan Begovic2015-11-091-0/+160
| | | | Change-Id: I7a0832745b9d81ad8d20afad8f17865932c6aad1
* CMSettings: Port "Development shortcut" (3/3)d34d2015-11-071-0/+7
| | | | Change-Id: Icffcfafab9f971787e15ec5fc2892e5a6f83f553
* cmsdk: Finish migrating "last app" logic to cmsdk.Adnan Begovic2015-11-051-1/+11
| | | | Change-Id: I94dbd41639c734f53000b975685bf42d046a7e84
* CMSDK : Add lockscreen shortcuts and navigation bar imeDanesh M2015-11-051-0/+12
| | | | Change-Id: If984849a06c7002b35734209a38d422b4f9e4553
* CMSDK : Add functions for delimited stringsDanesh M2015-11-051-0/+120
| | | | Change-Id: Ifccd6c7266cacdcd1413b221546be77eade9c501
* Themes: Uncomment ThemeVersion coded34d2015-11-051-2/+0
| | | | Change-Id: I09ea6c4f2923a0d49f6bd3ecb05e237062241433
* cmsdk: Refactor the PerformanceManagerSteve Kondik2015-11-035-0/+258
| | | | | | | * Remove all code and configuration into CMSDK. * Deprecate the properties-based API Change-Id: Ib14ce5b8623cb368e6b545d1f82bc9c58580e13b
* HighTouchSensitivity [1/2]: Add Settings preferenceAdrianDC2015-10-301-0/+8
| | | | | | | | | | | | | | | * Allows the HighTouchSensitivity (Glove mode) value to be saved in the CMSettings provider * Can be used in a device specific service to handle the Glove mode in a way closer to the device's vendor * Changes include : android_packages_apps_Settings cm_platform_sdk Change-Id: Ib3cb8c4c67fb2397136ccfdf08cd8e7d938e898d Signed-off-by: AdrianDC <radian.dc@gmail.com>
* cmsdk: Introduce content classes.Adnan Begovic2015-10-291-0/+33
| | | | Change-Id: I6306a3b240de2777f1ed8482eb4a76d4d7ea0237
* cmsdk: Introduce various new Settings from fwb.Adnan Begovic2015-10-291-0/+86
| | | | Change-Id: I93e8be7e5d6c80feccdbe248fa265538e6ae4893
* cmsdk: Introduce CYANOGENMOD_DISPLAY_VERSIONAdnan Begovic2015-10-291-0/+3
| | | | Change-Id: I4689d141bebfbfecef1fe28af30a4ccce3ea4ba7
* CMSettings: add privacy guard default keyRoman Birg2015-10-281-0/+6
| | | | | Change-Id: Iba10fcf3978e308f1b25a8d13570c420f7589a1b Signed-off-by: Roman Birg <roman@cyngn.com>
* CMSDK : Add statusbar constantsDanesh M2015-10-281-0/+42
| | | | Change-Id: I678078429a1c90a26f371db6ff4313f76e4b5169
* cmsdk: Point at cmsettings for system profiles.Adnan Begovic2015-10-261-0/+6
| | | | Change-Id: I61497111f1bf1873554c4185b4424662dcb8c7e5
* CMSettings: add notification play queue settingRoman Birg2015-10-201-1/+8
| | | | | | | | Ref: CYNGNOS-217 Change-Id: I2f2df00ce12aaaa300c083b01690282dbf29f10c Signed-off-by: Roman Birg <roman@cyngn.com> (cherry picked from commit e6491468ea869909ec276bc272689cc64cc232aa)
* cmsdk: Temporary build fixesAdnan Begovic2015-10-093-7/+9
| | | | Change-Id: I18a1aa9ade95de63fe18eaaeca388b118c8ffe8c
* Remove AOSP settings from CMSettings/CMSettingsProviderYvonne Wong2015-10-091-18/+0
| | | | Change-Id: I85eee73bf215c72f42067c0e3d2f68946485a10f
* cmsdk: API level 4 for M release.Adnan Begovic2015-10-071-1/+9
| | | | Change-Id: Ieed8ebf256e91515b6921186487b83462910bca9
* CMSettings: Remove write check in query method and add values for heads up ↵Yvonne Wong2015-10-071-0/+3
| | | | | | notification Change-Id: I72ad8039757da5e66809134bdddd463c512de157
* cmdsk: rename thermal constants to reflect actual event semanticsWilhelm Fitzpatrick2015-09-291-9/+9
| | | | | | | | | | cool, warm, critical reflect the threshold names used in the lower level code, and warm has directional states depending on whether the temp is rising or falling. SAMBAR-266 Change-Id: Ifc0ad415f3d8409b6237d2715534d7e7ff3455f7
* cmsdk: Create api level 3, cantaloupe.Adnan Begovic2015-09-291-1/+7
| | | | Change-Id: I5cefacf1196261b071ce2c3561f18ebaf74de604
* Add way to migrate CM specific settings to CMSettingsProviderYvonne Wong2015-09-251-72/+400
| | | | | | issue-id: CYNGNOS-829 Change-Id: I08743ebf9ffd3846ae501ed41e396b1556dc41cf
* CMSdk : Add ThermalMonitorDanesh M2015-09-244-1/+118
| | | | Change-Id: Iafc87cf4c79feac5e2c66bb3d1945da6d0b742da
* Added Application Suggestions.herriojr2015-09-146-0/+345
| | | | | | | | | | | | | Added in custom Resolver to handle providing suggestions. Added in Service to handle providing suggestions to custom resolver. Added in ability to provider suggestions through a Proxy to another application which must be installed during compile time if one is to be used. This is a similar implementation to how the Location Services work. Change-Id: Id960260596b7bb6485caa1e1d07744e387a4c6e9
* cmsdk: Add persistent properties APISteve Kondik2015-09-092-0/+136
| | | | | | | | * Add support for reading and writing values from/to persistent storage. Requires the MANAGE_PERSISTENT_STORAGE permission, which should not be available for general use by applications. Change-Id: I8a793396d207f23fcda851c172372f2073778eec
* Add Broadcast action and query API for AudioSource.HOTWORD.Matt Garnes2015-09-085-26/+84
| | | | | | | | | | - Add ACTION_HOTWORD_INPUT_CHANGED broadcast action and related extras. - Add getCurrentHotwordPackageName() API to SettingsManager to query the current package name of the application that controls the HOTWORD input. - Rename SettingsManager to PartnerInterface. Change-Id: I5987499cd32908c47a7e8e95d644c483dc32914c
* Add Hotword audio capture constants.Matt Garnes2015-09-031-0/+44
| | | | | | | Add constants to expose the system level hotword audio capture permission and input source. Change-Id: Ibc52dc27097dcb69125fc9c6381e021583cba148
* cmsdk: Update documentation for Boysenberry release.Adnan Begovic2015-09-023-10/+29
| | | | Change-Id: I5bbd18d2d182b0c2fbecdc19484a4e6533b0fb28
* cmsdk: Enforce cyanogenmod.permission.MODIFY_PROFILES for profiles.Adnan Begovic2015-09-011-1/+2
| | | | Change-Id: Id14bfd9b214b4f53960c55d8abab2764f990b1b6
* cmsdk: Add preliminary hardware manager tests.Adnan Begovic2015-09-011-1/+1
| | | | Change-Id: Ic01898fc9c1ae4d9c3b52ade8737ec6ab8388670
* cmsdk: Change parceling for DisplayMode.Adnan Begovic2015-09-011-5/+54
| | | | Change-Id: Ied3521e3fb7c3f198c0b17d82638fa21ad5cd69a
* BugFix: Fix potential NPEs with getService()BadDaemon2015-09-011-19/+68
| | | | | | | | | Should fix "java.lang.NullPointerException: Attempt to invoke interface method 'int cyanogenmod.hardware.ICMHardwareService.getSupportedFeatures()' on a null object reference" and others Change-Id: Ic5a02fc953376aa746844fd6c2f93b5f48246516
* cmsdk: allow custom tiles to set the new qstile's sensitive data flagJorge Ruesga2015-08-311-2/+24
| | | | | | | Requires: topic:hide-qs-tiles Change-Id: I71c85a00ae5797f1e142073b4d6a3a4c3274007b Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Add CMSettingsProvider and CMDatabaseHelperYvonne Wong2015-08-311-0/+1044
| | | | | | issue-id: CYNGNOS-828 Change-Id: I01c08c0e432d6a941950a565e5ab6664664e2a7f
* cmhw: Add makeDefault arg to setDisplayModeSteve Kondik2015-08-202-3/+3
| | | | | | | * Already supported by the HAL and is necessary to sync state with the server side. Change-Id: I65148d5464dff8dbbee374387a01bcf13a945eb1