aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* CMSDK : Add functions for delimited stringsDanesh M2015-11-051-0/+120
| | | | Change-Id: Ifccd6c7266cacdcd1413b221546be77eade9c501
* CMSDK : Change protection level system to privilegedDanesh M2015-11-051-6/+6
| | | | Change-Id: I8e5e8c17a9d7e2399155b34e63bdd55e19a59362
* Themes: Uncomment ThemeVersion coded34d2015-11-051-2/+0
| | | | Change-Id: I09ea6c4f2923a0d49f6bd3ecb05e237062241433
* perf: Remove logspamSteve Kondik2015-11-041-1/+0
| | | | Change-Id: Id7c54851950eedc77ab6bc085fe515b6e7aaaac5
* cmsdk: Refactor the PerformanceManagerSteve Kondik2015-11-0311-3/+639
| | | | | | | * Remove all code and configuration into CMSDK. * Deprecate the properties-based API Change-Id: Ib14ce5b8623cb368e6b545d1f82bc9c58580e13b
* cmsdk: Add an internal target which includes all resourcesSteve Kondik2015-11-031-0/+29
| | | | | | | | * This can be referenced instead of the standard jar if internal resource identifiers are needed for sharing between platform apps (systemui + settings is a good use case). Change-Id: Ib078f6dd861a0a3a4cdcfccd6e245200d18368c4
* cmsdk: Fix issue with intermediates not readySteve Kondik2015-11-031-0/+1
| | | | Change-Id: Id0dcfd7dc4a3ce50bed3dcd61c6d402c872c74de
* 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-292-2/+35
| | | | Change-Id: I6306a3b240de2777f1ed8482eb4a76d4d7ea0237
* cmsdk: Introduce various new Settings from fwb.Adnan Begovic2015-10-291-0/+86
| | | | Change-Id: I93e8be7e5d6c80feccdbe248fa265538e6ae4893
* cmsdk: Remove systemserverclasspath test.Adnan Begovic2015-10-291-32/+0
| | | | | | | | The jars all have oat files now, so iterating them and seeing if they're "clean" is pointless since they're not part of the processes runtime libraries on zygote fork. Change-Id: I8c0e0ce16a84c423e68f8c1749f3676c3bd2931f
* 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: Make sure we're generating as 0x3F res idAdnan Begovic2015-10-261-1/+1
| | | | Change-Id: I2a55e65d7b9746dfd005d04c39024490a5b1d2b1
* cmsdk: Point at cmsettings for system profiles.Adnan Begovic2015-10-262-4/+11
| | | | Change-Id: I61497111f1bf1873554c4185b4424662dcb8c7e5
* CMSettingsProvider: Add ability to read region locked themesYvonne Wong2015-10-261-4/+65
| | | | | Change-Id: I51c0d68d763e7cfec7bdc7b18782d66732fb2160 (cherry picked from commit 20cecb7dec7efb35277138bc7fa57704c3757414)
* 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)
* Improve several permission description Strings.Matt Garnes2015-10-142-4/+4
| | | | | | | | | | The MODIFY_NETWORK_SETTINGS and MODIFY_SOUND_SETTINGS permissions were not descriptive enough. Improve the strings to enumerate exactly what settings these permissions protect. Fixes FOR-23. Change-Id: Idd64738c21d879462a7e7e6c65ceefdc771f1bcd
* cmsdk: Temporary build fixesAdnan Begovic2015-10-097-21/+28
| | | | Change-Id: I18a1aa9ade95de63fe18eaaeca388b118c8ffe8c
* cmsdk: mContext is private with SystemService now.Adnan Begovic2015-10-093-0/+6
| | | | | | YOU MEAN WE HAVE SANE ABSTRACTION NOW?! Change-Id: I5b37b656b2002013b368b43153927b796ec46e6a
* CMSettingsProvider: Define legacy constants within package.Adnan Begovic2015-10-091-17/+136
| | | | Change-Id: Iceb06730a19b7b1d5d7633f3f85be9bb2a4ab195
* Remove AOSP settings from CMSettings/CMSettingsProviderYvonne Wong2015-10-093-48/+0
| | | | Change-Id: I85eee73bf215c72f42067c0e3d2f68946485a10f
* cmsdk: API level 4 for M release.Adnan Begovic2015-10-073-5/+14
| | | | Change-Id: Ieed8ebf256e91515b6921186487b83462910bca9
* CMSettings: Remove write check in query method and add values for heads up ↵Yvonne Wong2015-10-072-1/+3
| | | | | | notification Change-Id: I72ad8039757da5e66809134bdddd463c512de157
* Automatic translation importMichael Bestas2015-10-0311-1/+120
| | | | Change-Id: If46cee0ac3a60de651bcb20c54c19add9d2bbd3b
* cmsdk: Update README.Adnan Begovic2015-10-011-3/+3
| | | | Change-Id: I6601bfe9fa2afe953d5150236759ef82be3b9b80
* cmsdk: Update API text for constants changes.Adnan Begovic2015-09-302-6/+6
| | | | Change-Id: Ie820bae6db375e6d5429f495829d3d24f8a3469c
* 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-293-5/+12
| | | | Change-Id: I5cefacf1196261b071ce2c3561f18ebaf74de604
* Add way to migrate CM specific settings to CMSettingsProviderYvonne Wong2015-09-2511-180/+1351
| | | | | | issue-id: CYNGNOS-829 Change-Id: I08743ebf9ffd3846ae501ed41e396b1556dc41cf
* cmsdk: Add classpathtests.Adnan Begovic2015-09-252-0/+184
| | | | Change-Id: I78f21934046a8a8917dc59f5423986a7077f4531
* CmSdk : Update api text for thermal monitorDanesh M2015-09-242-0/+58
| | | | Change-Id: I5e58a86244dc40572305d52244dda6e230fb56f5
* CMSdk : Initial thermal state to STATE_UNKNOWNDanesh M2015-09-241-1/+1
| | | | Change-Id: I37c7fe7441d7f0f09d1b96be001f046417ffff12
* Automatic translation importMichael Bestas2015-09-2443-10/+631
| | | | Change-Id: I097602ee86881fcbd1d14ac9626f3f3119966df9
* CMSdk : Add thermal monitor service implDanesh M2015-09-241-1/+63
| | | | Change-Id: I54c4473a5fdd026958bc6bf170b2e8953aaa64af
* CMSdk : Add ThermalMonitorDanesh M2015-09-244-1/+118
| | | | Change-Id: Iafc87cf4c79feac5e2c66bb3d1945da6d0b742da
* 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
* CMSettingsProvider: Update app nameMichael Bestas2015-09-151-2/+2
| | | | | | * Match AOSP settings provider Change-Id: I949bb7a3e748319a94f2029dac8a5beea6553635
* CMResolver: Fix bad equivalancy check by using known boolean.Adnan Begovic2015-09-141-2/+1
| | | | | | | Otherwise we throw an index out of bounds exception when trying to fetch data from the wrong adapter when clicking a result. Change-Id: I2269216c6d13fa7db3f8e7bc990cfaad6197d1c9
* cmsdk: Make sure the ACCESS_APP_SUGGESTIONS perm is not hidden.Adnan Begovic2015-09-141-1/+1
| | | | Change-Id: Ide2ce8de1db05a9ccbcb948429623cff481eec12
* Added Application Suggestions.herriojr2015-09-1427-0/+2274
| | | | | | | | | | | | | 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
* Automatic translation importMichael Bestas2015-09-1121-0/+236
| | | | Change-Id: I00f2ca510c5c449bc18ea5385510389e72efd539
* Update persistent storage permission stringMichael Bestas2015-09-111-1/+1
| | | | Change-Id: Id32018b2e6db156eefb124b646b08205e0dcd635
* Correct permission string.Michael Bestas2015-09-111-1/+1
| | | | | | * Be consistent Change-Id: I5201f1f2e7ddbf3639985036444935aac3835683
* cmsdk: Update api text for Persistent Storage API.Adnan Begovic2015-09-092-0/+18
| | | | Change-Id: Icdbe63ba416f62d12f25b521541162d72c8040d4
* cmsdk: Add persistent properties APISteve Kondik2015-09-098-1/+303
| | | | | | | | * 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
* Update API txt files for cyanogenmod.media.MediaRecorder.Matt Garnes2015-09-092-28/+62
| | | | | | Update API txt files for PartnerInterface. Change-Id: I9a7d184791f9078b724c46cb5c9f7f2fe4557719