summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
* | Set Android's software renderer as defaultWolfgang Wiedmeyer2016-12-111-0/+2
| | | | | | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | fix paths for cmsdk permissions configsWolfgang Wiedmeyer2016-03-181-2/+2
| | | | | | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | Merge branch 'cm-13.0' of https://github.com/CyanogenMod/android_vendor_cm ↵Wolfgang Wiedmeyer2016-03-183-45/+47
|\ \ | |/ | | | | into replicant-6.0
| * 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
* | fix path for org.cyanogenmod.livelockscreen.xmlWolfgang Wiedmeyer2016-02-031-1/+1
| | | | | | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | Merge branch 'cm-13.0' of https://github.com/CyanogenMod/android_vendor_cm ↵Wolfgang Wiedmeyer2016-02-032-1/+25
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | into replicant-6.0 Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> Conflicts: overlay/common/frameworks/base/core/res/res/drawable-nodpi/default_wallpaper.jpg overlay/common/frameworks/base/core/res/res/drawable-sw600dp-nodpi/default_wallpaper.jpg overlay/common/frameworks/base/core/res/res/drawable-sw720dp-nodpi/default_wallpaper.jpg overlay/common/frameworks/base/core/res/res/drawable-xhdpi/default_wallpaper.jpg
| * 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
* | Merge branch 'cm-13.0' of https://github.com/CyanogenMod/android_vendor_cm ↵Wolfgang Wiedmeyer2016-01-141-0/+1
|\ \ | |/ | | | | into replicant-6.0-toolchain
| * cm: add lib7z to product packagesKhalid Zubair2016-01-061-0/+1
| | | | | | | | | | | | Add dependency for lib7z Change-Id: Ic597456601e052dfe5413651de76d5a9880df786
* | Only build superuser if it is not a user build. Do not allow adb root access ↵Wolfgang Wiedmeyer2016-01-021-7/+2
| | | | | | | | | | | | by default Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | Merge remote-tracking branch 'cyanogenmod/cm-13.0' into replicant-6.0Wolfgang Wiedmeyer2015-12-261-1/+2
|\ \ | |/
| * 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
* | remove Cyanogen's setup wizard and install non-market apps by defaultWolfgang Wiedmeyer2015-12-261-2/+1
| | | | | | | | | | | | | | | | Setup wizard asks for wifi password, location sharing and if you want share usage data with CyanogenMod. Only the locale setting would be needed by Replicant. Either it has to be switched to a general setup wizard or this one has to be customized heavily (also the graphics need to be replaced with Replicant ones) It seems that F-Droid needs this setting enabled again on Android 6 Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | switch to simpler naming scheme for ReplicantWolfgang Wiedmeyer2015-12-211-67/+19
| | | | | | | | | | | | | | add SoftwareGl settings always build Superuser Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | Merge remote-tracking branch 'github/cm-13.0' into replicant-6.0Wolfgang Wiedmeyer2015-12-1714-166/+397
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove prebuilt terminal (built-in terminal app can be activated in dev settings) Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> Conflicts: CHANGELOG.mkdn CONTRIBUTORS.mkdn config/cdma.mk config/cm_audio.mk config/common.mk config/common_full.mk config/common_full_phone.mk config/gsm.mk config/themes_common.mk get-prebuilts overlay/common/frameworks/base/core/res/res/drawable-nodpi/default_wallpaper.jpg overlay/common/frameworks/base/core/res/res/drawable-sw600dp-nodpi/default_wallpaper.jpg overlay/common/frameworks/base/core/res/res/drawable-sw720dp-nodpi/default_wallpaper.jpg overlay/common/frameworks/base/core/res/res/drawable-xhdpi/default_wallpaper.jpg overlay/common/frameworks/base/core/res/res/values/config.xml overlay/common/frameworks/base/packages/SettingsProvider/res/values/defaults.xml prebuilt/common/bootanimation/1080.zip prebuilt/common/bootanimation/1200.zip prebuilt/common/bootanimation/240.zip prebuilt/common/bootanimation/320.zip prebuilt/common/bootanimation/360.zip prebuilt/common/bootanimation/480.zip prebuilt/common/bootanimation/540.zip prebuilt/common/bootanimation/600.zip prebuilt/common/bootanimation/720.zip prebuilt/common/bootanimation/768.zip prebuilt/common/bootanimation/800.zip prebuilt/common/etc/apns-conf.xml sepolicy/mac_permissions.xml sepolicy/sepolicy.mk vendorsetup.sh Change-Id: I4fc2a5b00721cae8b3a36f33c36f006142bad44f
| * 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