Commit Graph

366 Commits

Author SHA1 Message Date
Abhisek Devkota f1c5ab81b7 Adapt to 6.0.1_r52 backup whitelist
As of f/b 9b8c6d2df35455ce9e67907edded1e4a2ecb9e28
 we need to whitelist who can be backup services.

Change-Id: I52a004924e6d2651c5ecdec51a8c5a80bdd54a38
2016-07-07 14:52:37 -07:00
d34d 7454cd9981 Bring back the custom wallpaper picker [5/5]
Change-Id: I817be62290ee90c6ddcc662a893c4fd18c2ab9e8
TICKET: OSS-62
2016-06-17 10:18:15 -07:00
Tom Marshall dd3a17feef config: Make product size available for use by project mkfiles
This allows projects to opt out for space limited devices.

Also create a common_mini.mk and populate it with common stuff from
the common_mini_*.mk files.

Change-Id: I7d7dee73b70f97a778353ca136434a6e36edaf7e
2016-06-10 11:09:52 -07:00
Tom Marshall bdc5d03c77 cm: Remove GMS guard
This is overridden internally now.

Change-Id: I1387bf125f2652485295f438e7ab269fc6680496
2016-05-25 12:29:28 -07:00
AdrianDC 243d3696e7 cm: Fix the backuptool importation logic
* backuptool.sh and its dependencies are to be used
    on devices without the flags being checked, not with

Change-Id: Ia2e1e32c4878f52a0a781e64583a95b32f8d3611
2016-05-25 02:06:55 -07:00
Abhisek Devkota b9f0c17bf1 Fix GMS guard
RM-232
Change-Id: I68a360a15ed31461f1defdfe3e2e88d74cc0897a
2016-05-24 15:43:11 -07:00
luca020400 f9dccd7264
cm: Build DataUsageProvider
Change-Id: I89124cd684f40b48099ce32be3e20111c044c8a0
2016-05-10 20:04:18 +02:00
Steve Kondik 3fe3faafd0 cm: Add CMAudioService the platform
* Also brings JNI to CMSDK

Change-Id: I599964a1f9200a8d2ecdad0bb8c4d8593e6d7415
2016-04-26 16:41:19 -07:00
Steve Kondik 512d428d2f cm: Moving LiveDisplay to CMSDK
* Also alphabetized the list of feature xmls, you filthy pigs.

Change-Id: I094a46c313be4531c6dd1af1e007a26b2476d60e
2016-04-13 01:37:20 -07:00
Adnan Begovic 7ae471d7ca cm: Prepare for api level 6.
TICKET: CYNGNOS-2303
Change-Id: Ife365b606abe8043a4c6e9c0eef206e629a470cd
2016-04-01 15:39:07 -07:00
Luis Vidal 6d61d301e5 Add Weather Content Provider [3/5]
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
2016-03-31 17:42:56 -07:00
d34d 2cf159cdf9 LLS: Add live lock screen service [3/4]
Change-Id: I9136e9c9c1413c45aa300f0c92fd69b0c409a052
2016-03-30 08:46:20 -07:00
Adnan Begovic 7877680718 cm: Introduce partner feature xml.
Change-Id: Ic4ab2c85fb2935646438b9063d98ee0333c927f5
TICKET: CYNGNOS-2293
2016-03-25 12:45:37 -07:00
Adnan Begovic 37e59c1ba5 cm: Introduce performance feature xml.
Change-Id: I9c8cfa27f0b8cf41ff66d81724f92bd412763a65
TICKET: CYNGNOS-2294
2016-03-25 12:38:48 -07:00
Adnan Begovic 0edc6410bf cm: Introduce telephony feature xml.
Change-Id: I35e0b25a7323af12c6c87edc247a03cf9d919a0c
TICKET: CYNGNOS-2291
2016-03-24 17:39:48 -07:00
Adnan Begovic 7ff86fa815 cm: Introduce appsuggest feature xml.
TICKET: CYNGNOS-2290
Change-Id: I4d4b342f4a9664ef9ba78f8a57dc18ef5ad0fd8f
2016-03-24 17:39:18 -07:00
Adnan Begovic 78a12edacf cm: Introduce profiles feature xml.
TICKET: CYNGNOS-2288
Change-Id: I7ebc085732bc09e2c2737d2acfa090a74e40c9fb
2016-03-24 16:55:33 -07:00
Adnan Begovic 14768c4f5a cm: Introduce statusbar feature xml.
TICKET: CYNGNOS-2289
Change-Id: I1906717f69c5123d2d3f12e860e729810073a01e
2016-03-24 16:51:51 -07:00
Wolfgang Wiedmeyer 0f980098c7
fix paths for cmsdk permissions configs
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
2016-03-18 13:55:44 +01:00
Wolfgang Wiedmeyer be9e1314a1
Merge branch 'cm-13.0' of https://github.com/CyanogenMod/android_vendor_cm into replicant-6.0 2016-03-18 10:59:16 +01:00
Adnan Begovic f3610f55e7 cm: Commonize cmsdk specific targets.
Change-Id: I5e2f0b84ed34244b7549daf91053258193dd716f
2016-03-15 15:22:38 -07:00
Abhisek Devkota cf03e166be Bring back Exchange2
Dropped out via r22, but we want this

Change-Id: Iec52790d7c69594d1101d9062fb649a3aca866ab
2016-03-14 12:46:54 -08:00
Ricardo Cerqueira 15c9ef4cc3 config: Lower the priority of vendor/cm overlays
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
2016-03-11 14:10:09 +00:00
Scott Mertz 2b4ec05fc0 Revert "recovery: default recovery updating to false"
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 e0e8c2772e.

OPO-490
Change-Id: I77963dfc9eea8ece25ed1b6b17bd2c6936ae69ee
2016-02-16 12:02:38 -08:00
Wolfgang Wiedmeyer 9a1ff87c49
fix path for org.cyanogenmod.livelockscreen.xml
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
2016-02-03 12:52:30 +01:00
Wolfgang Wiedmeyer 5b2d5516ff
Merge branch 'cm-13.0' of https://github.com/CyanogenMod/android_vendor_cm 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
2016-02-03 12:23:07 +01:00
Michael Bestas 34b5b9756c cm: Add live lockscreen feature
Change-Id: I62e5229c9688619c2f7809f001d761b4bdf13a10
2016-02-02 12:23:43 -08:00
Adnan Begovic 67f9e7adaa vendor/cm: Bump cmsdk platform version.
Change-Id: I5f460fd94e9e85003d6d7dac58c42d5d3d31a742
2016-01-18 11:27:05 -08:00
Wolfgang Wiedmeyer cd55ab2858 Merge branch 'cm-13.0' of https://github.com/CyanogenMod/android_vendor_cm into replicant-6.0-toolchain 2016-01-14 15:27:42 +01:00
Khalid Zubair 311a862e9d cm: add lib7z to product packages
Add dependency for lib7z

Change-Id: Ic597456601e052dfe5413651de76d5a9880df786
2016-01-06 17:42:23 -08:00
Wolfgang Wiedmeyer 920cc2e9a7 Only build superuser if it is not a user build. Do not allow adb root access by default
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
2016-01-02 18:21:06 +01:00
Wolfgang Wiedmeyer a7da2325ef Merge remote-tracking branch 'cyanogenmod/cm-13.0' into replicant-6.0 2015-12-26 09:22:30 +01:00
Wolfgang Wiedmeyer 11f5c8f513 remove Cyanogen's setup wizard and install non-market apps by default
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>
2015-12-26 09:20:25 +01:00
Wolfgang Wiedmeyer 71ccf3f90e switch to simpler naming scheme for Replicant
add SoftwareGl settings
always build Superuser

Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
2015-12-21 15:49:06 +01:00
Scott Mertz 33cff384df cm: add Screencast by default
Change-Id: Ice8dd9ca28bfd0d3a8e7917ef87edb00b899ab93
2015-12-20 21:42:48 -08:00
Wolfgang Wiedmeyer 71a01dce17 Merge remote-tracking branch 'github/cm-13.0' into replicant-6.0
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
2015-12-17 18:24:03 +01:00
Abhisek Devkota aa40255d77 Remove CMAccount
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
2015-12-15 12:19:29 -08:00
Michael Bestas d9b1ef0354 Cleanup fs tools
* Remove what's already included in build or do not exist

Change-Id: I4ef853d26512ee49edc3c3befe95209708c85e76
2015-12-04 19:25:02 -08:00
Steve Kondik dac37852d4 cm: Include librsjni explicitly
* Make sure this gets included since GMS webview breaks the dependency.

Change-Id: I49b01309dce8d9779ca58576c2d7ee78d133ddb0
2015-12-01 13:31:45 -08:00
Steve Kondik d91ddb53a8 cm: Add a wrapper script for Curl which acts like wget
* 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
2015-11-14 23:56:10 +01:00
Steve Kondik 8bc283d735 cm: Move bash and powertop to the "full" target
Change-Id: Icd7d3edad16577396ceb86aee34963e88d43dd12
2015-11-14 23:51:33 +01:00
Steve Kondik 52020dea19 cm: Build 7zip and unzip on full targets
Change-Id: I48f7b63bf016db5f7ee8ae0f8b1bfe70479fb3c2
2015-11-14 22:52:08 +01:00
Steve Kondik 243e70bbe8 cm: Drop lsof, add pigz/bzip2
Change-Id: Ic3c842188c3fb001201392d0379e87e3c189e393
2015-11-14 21:04:48 +01:00
Steve Kondik 49852a7ab0 cm: Update a few module names
* Keep the fs tools consistent

Change-Id: Ib485a044f0d25e2baf59a8f642e03ba70eaec212
2015-11-10 17:30:33 +01:00
Scott Mertz 2911a0e0bb cm: add opt-out for exFAT
Allow global disable of exFAT through environment variable
WITH_EXFAT. Maintain exFAT as enabled by default.

Change-Id: I85e8b14c51441fe52bd185be83880419ee831d5c
2015-11-10 17:30:33 +01:00
Abhisek Devkota a1c783fb28 Add volume boosted ringtones (1/2)
SAMBAR-789
Change-Id: I467727adad3c2f5e2212fe5fa5a45e03500ec877
2015-11-10 17:28:12 +01:00
Steve Kondik 2395401e47 cm: Get tcmiface off the boot classpath
Change-Id: I03c8d5aa7736a313005fa444b992a9e2e460c623
2015-11-07 17:40:12 -08:00
Dan Pasanen d918bb9a1e common: build mkntfs
Change-Id: I1878873432b37f0cf7aca9d3a14036454c70df5f
2015-11-07 13:46:24 -08:00
Arne Coucheron 3ae1edd009 cm: Include ExactCalculator in the build
Change-Id: Ib5e29677c9a3c375d46839cf32596df58a5be8c1
2015-11-05 02:35:12 +01:00
Dan Pasanen fc254862bb common: always include the minor version number
Change-Id: I253d468fd84dd5753912e54bb0c84b70a1bb5747
2015-11-04 14:49:03 -06:00
Michael Bestas c37028d952 cm: Update packages
* Build new AOSP messaging app
* Remove no longer used WhisperPush/CMHome
* Messaging no longer depends on SoundRecorder

Change-Id: I202203449c97814972f1aad1af4d69afa1a61e7d
2015-11-03 21:52:13 +02:00
Konsta ce4c12cc35 cm: remove face recognition files
Change-Id: I4c1d5c6a37f5bcec78679e7d3ce073743d6032f2
2015-11-03 21:49:15 +02:00
Konsta c62be65882 cm: remove non-existing packages
Change-Id: Icde03d961078154dd9fc8e83050aa82d2fe15073
2015-11-03 21:49:07 +02:00
d34d 1e9adc4000 Themes: Include aapt on device
Change-Id: I123ba9519dd8c3f31582f0847de31939bdf6ac04
2015-10-27 18:29:27 -07:00
cretin45 d4996dbb7f Ze Yukaay redux
Change-Id: I1beb7d1fd85afd04d011980574f3b396020f9b57
2015-10-23 10:57:48 -07:00
cretin45 87aaca8718 Ze Yukaay
Change-Id: Idc0fa23cac3dbadc46d5ba4f49f195c37f59e713
2015-10-23 10:20:55 -07:00
myfluxi 48b8cdf5db vendor/cm: Build tcmiface
Change-Id: Iacd713c08c502abe45e0c0836df7fd6962571fe6
2015-10-17 17:40:12 -07:00
Michael Bestas 8286b4d6c1 Remove VisualizationWallpapers as it does not comply with API 23 rules
Change-Id: I2cb868713ab13b13c5ebb6d468375c4511aca81d
Reference: 1bde1e17aa%5E%21/#F0
2015-10-10 18:32:49 +03:00
Michael Bestas eb83dba7ce Updates for cm-13.0
Change-Id: I6a0efff3bf6ea2e332cacd7cbb2f2b132b2c73dd
2015-10-07 21:15:52 +03:00
herriojr 5d2c998920 Add libcore.net.MimeUtils Overrides
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
2015-10-01 12:16:46 -07:00
Adnan Begovic 6f4802ad65 vendor/cm: Bump API level for cmsdk.
Change-Id: I49584b7a41370b7bcc2af616b6214e7a903ff1f2
2015-09-29 11:28:29 -07:00
Michael Bestas 344e44876a Build CMSettingsProvider for all devices
* common_mini_* configs don't inherit from common_full

Change-Id: If31e57620299fa54bc808de0b80f58ebfabdc718
2015-09-25 16:32:21 -07:00
Adnan Begovic 78c6df1db2 vendor/cm: Remove custom resolver from OSS builds.
Change-Id: I37950d2f788c1325f9215d05430b568ee90bd78f
2015-09-17 10:32:56 -07:00
herriojr c6d40c01f7 Enable The AppSuggestService
We need to enable our custom AppSuggestService in order to show
possible suggestions.

Change-Id: I9489723dfec315c7ff4ab414ebe88c3880876bd3
2015-09-14 10:25:22 -07:00
Ricardo Cerqueira ed63484e8a tethering: Do not override DUN in shipping builds
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
2015-09-12 00:14:57 +01:00
Luca Stefani 44752b7aeb vendor/cm: add curl to build
Change-Id: I8cb50a5bc0bf8cacef9e4aaf251b172e4a325b79
2015-09-02 12:00:12 -07:00
Adnan Begovic 1e116da3f0 vendor/cm: Start building in CMSettingsProvider.
Change-Id: I982d0d607e61f6cd8a1aaf180b13b835190893d4
2015-09-01 13:58:10 -07:00
Adnan Begovic 4534c7ae3b vendor/cm: Expose internal revision for platform.
TICKET: CYNGNOS-724
Change-Id: I9d93ca77fd888046cb4733a73ace2ee337c46300
2015-08-11 16:00:48 -07:00
Adnan Begovic bcb6d989c5 vendor/cm: Bump cmsdk version.
Change-Id: Id1690423ea1754558119209390c24bfb1270920f
2015-07-13 16:16:55 -07:00
Steve Kondik 7c96869b26 cm: Update properties and libs for stagefright-plugins
Change-Id: I46cb3589197bc5dae362c66cea92ee9b419df441
2015-07-11 20:41:48 -07:00
Paul Kocialkowski 5e4e0a171c prebuilts: Applications updates and script cleanup
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
2015-06-30 21:40:11 +02:00
Steve Kondik 597025012d cm: Update stagefright-plugins depdendencies
Change-Id: I6be5eea82fc850e837a830de302cd136ad3dc924
2015-06-18 02:22:35 -07:00
Adnan Begovic b2bd321606 vendor/cm: Create CM_PLATFORM_SDK_VERSION.
Change-Id: I7126b1ac93fbe3e0d5542279cb1f96dfc214bb23
2015-06-08 14:39:13 -07:00
Michael Bestas 793385eb7e Move LatinIME to phone/tablet configs
* Move LatinIME & dictionary overlay to exclude it from TV devices

Change-Id: I926fe0a2c24ee3d2c807e1f584a37d57f1cbb8b5
2015-06-04 21:28:29 +00:00
Brandon McAnsh 60051ef556 config: Create TV targets (full and mini)
* To follow naming and allow proper device type makefile inclusion
     (phone calls _phone, tablet calls _tablet, etc.)

Change-Id: Ie29548b7160ee24331d9833ff769acc82ff10e7b
Signed-off-by: Brandon McAnsh <brandon.mcansh@gmail.com>
2015-06-02 19:34:59 +00:00
Adnan Begovic a6b8d30c42 cm: Ignore filters for platform library.
Change-Id: Iaf06872676e9e2745cb2f5ea7dcf1caf71443cb6
2015-05-13 03:57:05 -07:00
Adnan Begovic aaac132b3f Build Platform resource package.
Change-Id: Id60f66b6db23989db1472a19bcb079b0083f7393
2015-05-12 17:45:07 -07:00
Adnan Begovic b53c503fee Build CM Platform Library
Change-Id: If62e6b1d2ac41730ff2a8d562173abd2cb768f93

Add cmstatusbar service to system server services context

Change-Id: I77c5de75722cc5f36a5326e3da57ab661b89d189

Build Platform resource package.

Change-Id: Id60f66b6db23989db1472a19bcb079b0083f7393

vendor/cm: Lock cm platform library/cmsdk to non-release builds.

Change-Id: I01c1c3fe559d438e28339ce426d7ba7e42724002
2015-05-12 17:45:07 -07:00
Roman Birg 7520a205fd Revert "vendor/cm: add CMBugReport"
This reverts commit 94645abe76.

Change-Id: I0e44721e05635da015affb8ececa18fc6ac08c5e
2015-05-12 00:44:40 +00:00
Roman Birg 94645abe76 vendor/cm: add CMBugReport
Change-Id: Ibf031b9d0f860664aa9cd8a680a7d5aa185a5bba
Signed-off-by: Roman Birg <roman@cyngn.com>
2015-05-11 15:20:02 -07:00
Ricardo Cerqueira 70d7e18828 Kill spn-conf overrides
These were overloading the ASCII names to region-specific charsets,
which looks nice but it's horribly confusing if you're not native
from those regions and happen to be roaming there.

So... like our upstreams, just show the original carrier names

Change-Id: Icb3c6c9be2a4ee57866f2f57411a4f441be88f7c
2015-04-27 14:08:26 +00:00
Roman Birg 52f92f081d add Profiles to build
Change-Id: Id74a2c5350a5140eeb6f83c950c8b9ed89b2d4d7
Signed-off-by: Roman Birg <roman@cyngn.com>
2015-04-24 20:06:38 +00:00
Ricardo Cerqueira fd6bfe7bf0 Remove userinit from user builds
/data is supposed to be inaccessible to begin with, and we don't
want the init sequence tampered with for user builds

Change-Id: If3eb5573248956a14ad56516a9871758f4c00989
(cherry picked from commit a9d772166365a27181a7441c10a6c60a2bab7dab)
2015-04-15 19:26:31 +00:00
Steve Kondik ee4c710f7b Merge branch 'cm-12.0' of git://github.com/CyanogenMod/android_vendor_cm into cm-12.1 2015-03-26 12:59:00 -07:00
Steve Kondik b3be4f98d7 cm: We're CM 12.1
Change-Id: Ia3304ff55b13cdb6161280ea08fef2b4a0b0eaf7
2015-03-23 12:11:18 -07:00
Abhisek Devkota 2b999181c8 Fix default Alarm tone
Hassium was deleted as a duplicate of Helium. Fix this value.

Change-Id: I27e60c05ebe82d5ba400d84f5466308012a102d6
2015-03-16 11:27:10 -07:00
NBruderman 3b7f3d261b Vendor: Update Privacy policy URL
The old address directs to this address,
so lets change that to prevent future mismatches.

Change-Id: I999b4568130722d21b9c21f0835ed07f4fac8c53
2015-03-06 22:59:58 +00:00
Simon Sickle 4e3886c73a common.mk: remove unused openvpn project
this project does not exist in cm12 nor does it have a branch.
For cleanliness remove it

Change-Id: I956cb2e98b4e3fc0184cd614e180451a3d0b23d2
Signed-off-by: Simon Sickle <simon@simonsickle.com>
2015-02-07 12:39:38 -06:00
Michael Bestas 9d782d9c19 Remove TMobile themes permission
* CM12 theme engine no longer supports this

Change-Id: Ic1540548bf8b7b52695013cb1aae8671f737d08d
2015-01-28 00:08:42 +00:00
Michael Bestas 2fe8b5159e Don't build VoiceDialer
Change-Id: I522934f88aed9a0daa35995944d49e3ab2b66416
2015-01-28 00:08:25 +00:00
Michael Bestas 8c356e8474 Remove deprecated VideoEditor packages
Change-Id: I47b1d17e6b93dae6992fe169d034bfa4eb820370
2015-01-28 00:08:14 +00:00
Michael Bestas f3550d1187 Remove obsolete Superuser configuration
Change-Id: I30b3c4a22f1b4cf747b96d83e3724ba2b9b9306b
2015-01-25 08:29:21 +00:00
cretin45 694a111711 Stupid tabs
Change-Id: I609921c6ad32de975693cab41f1e2e8340b7f6ee
2015-01-24 08:54:42 -08:00
cretin45 592597566d And let there be a new setup wizard
Change-Id: I546540491dd622a14495a1b4d56c07b6f4cea3ba
2015-01-24 05:25:46 +00:00
Tom Marshall 65aff66ecb cm: Put install tools in OUT/install
* This allows us to avoid modifying /system at install time.

Change-Id: I747551d7f38a3eef70ab64f32b6d4a4749c01012
2015-01-13 21:54:18 +00:00
Chris Sarbora 39b9aa83f0 Allow vendor/cyngn overlays to override vendor/cm overlays
Change-Id: I4806f6ec8cd5b8171cbc4dac3cc1b93dbe941e92
(cherry picked from commit 5c5a2e8f08f92b2d75a50c4cfc2707ac076f357f)
2015-01-10 01:42:30 +00:00
Abhisek Devkota e6a352f2d0 CM Legal - use https
Change-Id: If802190875e5106e8f2bf5827069b87fbb738155
2015-01-05 12:33:19 -08:00
Ricardo Cerqueira 117984fc6b config: Build the new Terminal app
Change-Id: I23291e277b37c80742449646a771dd9f8759936e
2015-01-04 02:21:37 +00:00
Ricardo Cerqueira 1bc6d1b907 Remove Superuser app
superuser access doesn't require an app now, it's been tied to
privacy guard

Change-Id: I592a2a7d36e3e6710885161a610e13c7e835ae67
2015-01-04 01:16:45 +00:00
repo Shareef Ali 4bcfc3137a CM: disable root by default
Change-Id: Iab89190038e164ebd7f806050d552a2b3bdccc58
2015-01-01 00:26:13 +00:00