summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* cm: Build DataUsageProviderluca0204002016-05-101-1/+2
| | | | Change-Id: I89124cd684f40b48099ce32be3e20111c044c8a0
* cm: Add CMAudioService the platformSteve Kondik2016-04-262-0/+28
| | | | | | * Also brings JNI to CMSDK Change-Id: I599964a1f9200a8d2ecdad0bb8c4d8593e6d7415
* cm: Moving LiveDisplay to CMSDKSteve Kondik2016-04-132-5/+29
| | | | | | * Also alphabetized the list of feature xmls, you filthy pigs. Change-Id: I094a46c313be4531c6dd1af1e007a26b2476d60e
* cm: Prepare for api level 6.Adnan Begovic2016-04-011-1/+1
| | | | | TICKET: CYNGNOS-2303 Change-Id: Ife365b606abe8043a4c6e9c0eef206e629a470cd
* Add Weather Content Provider [3/5]Luis Vidal2016-03-313-2/+23
| | | | | | | | | | Introduce the weather system feature, which will be used to identify if the Weather Content Provider/Weather services are available in the device. Add SELinux entries for the cmweather service Change-Id: Ibe862903095276f87f23c0d7dae54733eeeb5638
* LLS: Add live lock screen service [3/4]d34d2016-03-301-1/+2
| | | | Change-Id: I9136e9c9c1413c45aa300f0c92fd69b0c409a052
* cm: Introduce partner feature xml.Adnan Begovic2016-03-252-1/+25
| | | | | Change-Id: Ic4ab2c85fb2935646438b9063d98ee0333c927f5 TICKET: CYNGNOS-2293
* cm: Introduce performance feature xml.Adnan Begovic2016-03-252-1/+25
| | | | | Change-Id: I9c8cfa27f0b8cf41ff66d81724f92bd412763a65 TICKET: CYNGNOS-2294
* cm: Introduce telephony feature xml.Adnan Begovic2016-03-242-1/+25
| | | | | Change-Id: I35e0b25a7323af12c6c87edc247a03cf9d919a0c TICKET: CYNGNOS-2291
* cm: Introduce appsuggest feature xml.Adnan Begovic2016-03-242-1/+25
| | | | | TICKET: CYNGNOS-2290 Change-Id: I4d4b342f4a9664ef9ba78f8a57dc18ef5ad0fd8f
* cm: Introduce profiles feature xml.Adnan Begovic2016-03-242-1/+25
| | | | | TICKET: CYNGNOS-2288 Change-Id: I7ebc085732bc09e2c2737d2acfa090a74e40c9fb
* cm: Introduce statusbar feature xml.Adnan Begovic2016-03-242-1/+25
| | | | | TICKET: CYNGNOS-2289 Change-Id: I1906717f69c5123d2d3f12e860e729810073a01e
* cm: Commonize cmsdk specific targets.Adnan Begovic2016-03-153-43/+44
| | | | Change-Id: I5e2f0b84ed34244b7549daf91053258193dd716f
* Bring back Exchange2Abhisek Devkota2016-03-141-0/+4
| | | | | | Dropped out via r22, but we want this Change-Id: Iec52790d7c69594d1101d9062fb649a3aca866ab
* config: Lower the priority of vendor/cm overlaysRicardo Cerqueira2016-03-111-1/+1
| | | | | | | | | | | | | | | | | | | The priority order for overlays is PRODUCT > DEVICE > LOCAL Having PRODUCT here was overriding all of the DEVICE_ specifics mentioned in device repositories, which was not the intent. vendor/cm is present as a set of sane defaults, but for the most part these overlays are intended to be overridable by the device if needed. The logic is that PRODUCT_PACKAGE_OVERLAYS should be used by a particular product while DEVICE_PACKAGE_OVERLAYS is used by several products that share common device configs. Yeah, the naming is counterintiuitive, but that's the implementation in build/core/package_internal.mk Partially addresses CYNGNOS-2229 Change-Id: Icfbc92593e37f3c00c3d26dd09e08d09267621ed
* Revert "recovery: default recovery updating to false"Scott Mertz2016-02-161-3/+0
| | | | | | | | | | The default behavior is as if this setting is off. There's no need to set it. Settings will now set it at boot if not configured. This reverts commit e0e8c2772ec580d5a69adf742ede09f438b18399. OPO-490 Change-Id: I77963dfc9eea8ece25ed1b6b17bd2c6936ae69ee
* cm: Add live lockscreen featureMichael Bestas2016-02-022-0/+24
| | | | Change-Id: I62e5229c9688619c2f7809f001d761b4bdf13a10
* vendor/cm: Bump cmsdk platform version.Adnan Begovic2016-01-181-1/+1
| | | | Change-Id: I5f460fd94e9e85003d6d7dac58c42d5d3d31a742
* cm: add lib7z to product packagesKhalid Zubair2016-01-061-0/+1
| | | | | | Add dependency for lib7z Change-Id: Ic597456601e052dfe5413651de76d5a9880df786
* cm: add Screencast by defaultScott Mertz2015-12-201-1/+2
| | | | Change-Id: Ice8dd9ca28bfd0d3a8e7917ef87edb00b899ab93
* Remove CMAccountAbhisek Devkota2015-12-151-1/+0
| | | | | | | | These servers are being retired. Use C-Apps (Cyanogen Acct), Android Device Manager, or one of the many other services that are capable of performing these tasks. Change-Id: Ifc20768f24d3a5f9a7510b98c5e7d563fc703382
* Cleanup fs toolsMichael Bestas2015-12-041-4/+0
| | | | | | * Remove what's already included in build or do not exist Change-Id: I4ef853d26512ee49edc3c3befe95209708c85e76
* cm: Include librsjni explicitlySteve Kondik2015-12-011-0/+4
| | | | | | * Make sure this gets included since GMS webview breaks the dependency. Change-Id: I49b01309dce8d9779ca58576c2d7ee78d133ddb0
* cm: Add a wrapper script for Curl which acts like wgetSteve Kondik2015-11-141-0/+1
| | | | | | | | * Lots of stuff in the wild actually uses wget, and Toybox doesn't provide it. We already have Curl which does the same thing just with some different arguments. This wrapper script can handle it. Change-Id: Ic02da709fcd29808b96fabcd1ac4ddd9465f635f
* cm: Move bash and powertop to the "full" targetSteve Kondik2015-11-142-2/+2
| | | | Change-Id: Icd7d3edad16577396ceb86aee34963e88d43dd12
* cm: Build 7zip and unzip on full targetsSteve Kondik2015-11-141-0/+2
| | | | Change-Id: I48f7b63bf016db5f7ee8ae0f8b1bfe70479fb3c2
* cm: Drop lsof, add pigz/bzip2Steve Kondik2015-11-142-5/+6
| | | | Change-Id: Ic3c842188c3fb001201392d0379e87e3c189e393
* cm: Update a few module namesSteve Kondik2015-11-101-3/+3
| | | | | | * Keep the fs tools consistent Change-Id: Ib485a044f0d25e2baf59a8f642e03ba70eaec212
* cm: add opt-out for exFATScott Mertz2015-11-101-3/+9
| | | | | | | Allow global disable of exFAT through environment variable WITH_EXFAT. Maintain exFAT as enabled by default. Change-Id: I85e8b14c51441fe52bd185be83880419ee831d5c
* Add volume boosted ringtones (1/2)Abhisek Devkota2015-11-101-0/+9
| | | | | SAMBAR-789 Change-Id: I467727adad3c2f5e2212fe5fa5a45e03500ec877
* cm: Get tcmiface off the boot classpathSteve Kondik2015-11-071-7/+0
| | | | Change-Id: I03c8d5aa7736a313005fa444b992a9e2e460c623
* common: build mkntfsDan Pasanen2015-11-071-0/+1
| | | | Change-Id: I1878873432b37f0cf7aca9d3a14036454c70df5f
* cm: Include ExactCalculator in the buildArne Coucheron2015-11-051-1/+2
| | | | Change-Id: Ib5e29677c9a3c375d46839cf32596df58a5be8c1
* common: always include the minor version numberDan Pasanen2015-11-041-5/+1
| | | | Change-Id: I253d468fd84dd5753912e54bb0c84b70a1bb5747
* cm: Update packagesMichael Bestas2015-11-032-9/+3
| | | | | | | | * Build new AOSP messaging app * Remove no longer used WhisperPush/CMHome * Messaging no longer depends on SoundRecorder Change-Id: I202203449c97814972f1aad1af4d69afa1a61e7d
* cm: remove face recognition filesKonsta2015-11-031-5/+0
| | | | Change-Id: I4c1d5c6a37f5bcec78679e7d3ce073743d6032f2
* cm: remove non-existing packagesKonsta2015-11-031-2/+0
| | | | Change-Id: Icde03d961078154dd9fc8e83050aa82d2fe15073
* Themes: Include aapt on deviced34d2015-10-271-0/+1
| | | | Change-Id: I123ba9519dd8c3f31582f0847de31939bdf6ac04
* Ze Yukaay reduxcretin452015-10-231-1/+1
| | | | Change-Id: I1beb7d1fd85afd04d011980574f3b396020f9b57
* Ze Yukaaycretin452015-10-231-18/+17
| | | | Change-Id: Idc0fa23cac3dbadc46d5ba4f49f195c37f59e713
* vendor/cm: Build tcmifacemyfluxi2015-10-171-0/+7
| | | | Change-Id: Iacd713c08c502abe45e0c0836df7fd6962571fe6
* Remove VisualizationWallpapers as it does not comply with API 23 rulesMichael Bestas2015-10-101-1/+0
| | | | | Change-Id: I2cb868713ab13b13c5ebb6d468375c4511aca81d Reference: https://android.googlesource.com/device/asus/flo/+/1bde1e17aa8fbe9ec905a55fe3be7a106eda9d82%5E%21/#F0
* Updates for cm-13.0Michael Bestas2015-10-071-3/+3
| | | | Change-Id: I6a0efff3bf6ea2e332cacd7cbb2f2b132b2c73dd
* Add libcore.net.MimeUtils Overridesherriojr2015-10-011-0/+4
| | | | | | | | | This will allow us to add supported mimetypes in libcore.net.MimeUtils which in turn will allow more recognized mimetypes for anything that uses android.webkit.MimeTypeMap. Change-Id: I97febe17cff1d196f479b557fef3bca1b11bdd74 Issue-Id: CYNGNOS-1176
* vendor/cm: Bump API level for cmsdk.Adnan Begovic2015-09-291-1/+1
| | | | Change-Id: I49584b7a41370b7bcc2af616b6214e7a903ff1f2
* Build CMSettingsProvider for all devicesMichael Bestas2015-09-252-3/+3
| | | | | | * common_mini_* configs don't inherit from common_full Change-Id: If31e57620299fa54bc808de0b80f58ebfabdc718
* vendor/cm: Remove custom resolver from OSS builds.Adnan Begovic2015-09-171-2/+1
| | | | Change-Id: I37950d2f788c1325f9215d05430b568ee90bd78f
* Enable The AppSuggestServiceherriojr2015-09-141-1/+2
| | | | | | | We need to enable our custom AppSuggestService in order to show possible suggestions. Change-Id: I9489723dfec315c7ff4ab414ebe88c3880876bd3
* tethering: Do not override DUN in shipping buildsRicardo Cerqueira2015-09-121-0/+2
| | | | | | | | | This was done for one specific carrier, and is breaking most others that rely on DUN profiles. Don't. Addresses CYNGNOS-999 Change-Id: I42fbbabfc87001bcec0c9978e33b999de8d5aecd
* vendor/cm: add curl to buildLuca Stefani2015-09-021-1/+2
| | | | Change-Id: I8cb50a5bc0bf8cacef9e4aaf251b172e4a325b79