summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * cm: bootanimation: Improve boot animationAsher Simonds2017-01-193-1/+3
| | | | | | | | | | | | | | | | * Make it run at 60 FPS * Slow down the pace to make it more relaxed Change-Id: I563b09da875c53f1cd456606ee7a6200e8841bb1 (cherry picked from commit 070053c6abf1d2d23a9cbbcf910db139fde8100c)
| * extract_utils: Detect output existence before moving it for backupAdrian DC2017-01-181-1/+3
| | | | | | | | | | | | | | | | | | | | * Avoids: Cleaning output directory (./../../../vendor/.../.../proprietary).. mv: cannot stat './../../../vendor/.../.../proprietary/*': No such file or directory Change-Id: I3258e64f3997f139d8db4fb4e07d14964a469c78 (cherry picked from commit 3c6bdac74bc212b26f723aa8697099fd636451a8)
| * cm: bootanimation: Clear intermediariesZhao Wei Liew2017-01-181-0/+17
| | | | | | | | | | | | | | | | Make sure that any changes to the boot animation can be picked up and rebuilt by running 'mka bootanimation.zip'. Change-Id: Ice10e919df4c1b651c5c5dbb9700cab38eeac748 (cherry picked from commit e796a286bd72df3e4715164171a3e7ef6d2eadb2)
| * vendor: lineage boot animationAsher Simonds2017-01-173-7/+14
| | | | | | | | Change-Id: Iff2087eb97aee5e586eecf3898f0066d99bc885c
| * extract_utils: Introduce variable INITIAL_COPYRIGHT_YEARMatt Mower2017-01-161-2/+25
| | | | | | | | | | | | | | | | | | | | Let a device specify INITIAL_COPYRIGHT_YEAR=XXXX in setup-makefiles.sh so that the correct copyright(s) is/are included in vendor makefiles. The CyanogenMod copyright is retained when INITIAL_COPYRIGHT_YEAR<2017 and the LineageOS copyright is now included for >=2017. Change-Id: I6895b5b69bc7ba399042ac3c29e17f3209d15f1b (cherry picked from commit 8945f5e8c796a3fca6fe2ae3cd90df331959c167)
| * Disable SU by defaultAbhisek Devkota2017-01-151-1/+6
| | | | | | | | | | | | | | | | | | | | - We plan on distributing an addon for our SU - Developers that want SU by default can export WITH_SU=true to their env - This helps with application compatibility for various services, while maintaining user flexibility Change-Id: I6d52159676f805c3698ff59c896d943a3a4b25db
| * vendorsetup: match lineage naming for build rosterAbhisek Devkota2017-01-141-1/+1
| | | | | | | | Change-Id: Ic8853443faf74a864ac14e7b29bd3c885083f63a
| * cm: config: Remove obsolete propsZhao Wei Liew2017-01-141-7/+1
| | | | | | | | | | | | | | All usages of ro.com.android.dataroaming default to false. The rest of the props are no longer used. Change-Id: I2320e82a1859f8c13f3430a43aa8714186158ee0
| * http_prebuilt: Improve retrieval of artifacts from archiveDavid Marble2017-01-121-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current version always redownloads the artifact. Kali does not like the nested md5sum command and ignores it leaving file checksum value blank so the test always fails. A temporary variable is used to get around this limitation of kali. The echo "Downloading..." command has been modified to actually print and has been moved so it only does so when downloading the artifact. Change-Id: I115860a87e55399a652d6548fe50f6204337f854 (cherry picked from commit 20c06fd75e09f3910ec699bdc54eec08f6bb4594)
| * http_prebuilt: Implement archive of artifactsBrandon McAnsh2017-01-084-4/+67
| | | | | | | | | | | | | | | | | | * checksum will be downloaded and asserted to prevent a redownload every clean * Archives will exist (invisibly) at vendor/cm/prebuilt/archive Change-Id: I637e86cacd146d665044a119885900dc4660e22b Signed-off-by: Brandon McAnsh <brandon.mcansh@gmail.com>
| * bootanim: Use a for loop to make part# foldersRashed Abdel-Tawab2017-01-041-3/+4
| | | | | | | | Change-Id: Iec90f3521e589de4e8352c0349e1a0751d65d989
| * Fix wrong bootanimation.zip from mkdir .../part{0..2}David Marble2017-01-041-1/+3
| | | | | | | | | | | | | | | | | | | | For some reason the mkdir command: mkdir -p $ANDROID_PRODUCT_OUT/obj/BOOTANIMATION/bootanimation/part{0..2} creates a directory part{0..2} instead of three separate directories. Non-fatal build errors and a 386 byte bootanimation.zip file result. This explicitly creates each directory. Change-Id: Ia6ae0e4f64521992de8cc34a376af3eaac5c8819
| * cm: Rework boot animation generationGriffin Millender2017-01-0439-88/+87
| | | | | | | | | | | | | | Keep the largest bootanimation extracted and resize it at build-time. Change-Id: Iee32f18440ff955d13ed85b273e97cbd540721fc
| * vendor: add codeworkx as leeco le 2 (s2) maintainercodeworkx2017-01-031-0/+1
| | | | | | | | Change-Id: I7aac3f09097ae4c8dbd3e7a2cd2672b3f8a6aa52
| * vendor: Add a task for getting prebuilts via httpDan Pasanen2017-01-023-6/+40
| | | | | | | | | | | | | | | | * Gello being our first pawn * Use curl instead of wget (more powerful) * Ensure the intermediates directory exists prior to download Change-Id: If19c18638a14a8b9ab55470ae6ee5a2deda2e3ec
| * cm: Rebrand CM_VERSION to LINEAGE_VERSIONZhao Wei Liew2017-01-021-9/+9
| | | | | | | | Change-Id: I59edb97b51d43b7c7f5fa01e00972244fc2530dc
| * cm: Remove root access propZhao Wei Liew2016-12-311-3/+0
| | | | | | | | | | | | | | | | | | | | This property is already defaulted to 0 in the code. The su_daemon is also disabled by default. Thus, for all intents and purposes, root access is already being disabled by default. Change-Id: I1241689c0d3253aa2e44835c55839f24b3b74341
| * Revert "contributors: add LG V10"Erwan Leboucher2016-12-311-1/+0
| | | | | | | | | | | | | | | | I do not own the device anymore. This reverts commit 3f9f7a6b3db424c85d512c8edc445236ff6fa3b0. Change-Id: I3a6e64d78e844cb1bbb7eeb5af75f48fbe516e5a
| * Contributors: Add maintainer for ARK Benefit A3 (peach)Ilya Lebedev2016-12-311-0/+1
| | | | | | | | | | Change-Id: I3ca16eeec0fd30150f2ca7277151135e42ec291a (cherry picked from commit 06773b94fb2e6e94d72836b567b79d3e81068bf0)
| * cm: Switch to LineageOS privacy policyZhao Wei Liew2016-12-301-1/+1
| | | | | | | | Change-Id: I883961b172dd832d7bcc3dca8151f6b7c4c36ad3
| * Clean up 3G config for Vietnamese networkChau Truong Thinh2016-12-291-15/+4
| | | | | | | | | | Change-Id: Iab208827af814ccc3b41de849035bfd71ef9a806 (cherry picked from commit 5cec3974ab8b23190c500bf34f099535bdce04fb)
| * cm: Rebrand to LineageOSZhao Wei Liew2016-12-299-23/+28
| | | | | | | | Change-Id: Icf53ce2b98306498cfa815e9fc7377e9a6c583a6
| * cm: Remove def_notif_count overlayZhao Wei Liew2016-12-241-3/+0
| | | | | | | | | | | | This overlay is no longer used. Change-Id: I226d989396a4fb74736f5c78eb4b38eaa8febba5
| * cm: common: Remove Launcher3 makefile entryZhao Wei Liew2016-12-241-1/+0
| | | | | | | | | | | | | | We no longer sync Launcher3. This entry never did anything anyway, since we build Trebuchet instead, which overrides Launcher3. Change-Id: Ia2c56c9f819025ba34cbff1daf8d3380a924a8a5
| * apns: Update hollandsnieuwe's (NL) APNMarco Brohet2016-12-161-2/+2
| | | | | | | | | | | | | | | | | | | | Some time ago, hollandsnieuwe issued new SIM cards, which should be associated with a different APN. This patch makes sure that we support both the old and new ones. Patch set 2: Add username and password (credits to Louis Matthijssen) Change-Id: I21d0060825bc126b40990789c7552d6a3f0f6e43
* | sign-build: Galaxy S2 needs special treatmentWolfgang Wiedmeyer2017-01-291-5/+14
| | | | | | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | add i9305 to targetsWolfgang Wiedmeyer2017-01-271-0/+1
| | | | | | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | AR9271 firmwareWolfgang Wiedmeyer2017-01-273-0/+10
| | | | | | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | sign-build: support signing multiple devicesWolfgang Wiedmeyer2017-01-261-10/+32
| | | | | | | | | | | | Also make sure that the scripts find the signapk.jar. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | overlay: hdpi Replicant wallpaperWolfgang Wiedmeyer2017-01-111-0/+0
| | | | | | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | sign-build: Support $OUT_DIR_COMMON_BASEWolfgang Wiedmeyer2017-01-021-9/+17
| | | | | | | | | | | | | | $OUT_DIR_COMMON_BASE allows to set a different output directory in the Android build environment. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | Remove unrar from package listWolfgang Wiedmeyer2016-12-281-1/+0
| | | | | | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | overlay: add F-Droid and Contacts to default workspaceWolfgang Wiedmeyer2016-12-171-3/+16
| | | | | | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | softwaregl overlay: set animator duration to 0%Wolfgang Wiedmeyer2016-12-161-0/+1
| | | | | | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | Disable installation from unknown sourcesWolfgang Wiedmeyer2016-12-161-1/+0
| | | | | | | | | | | | | | The setting is not required anymore due to the F-Droid Privileged Extension. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | fix one more vendor/cm -> vendor/replicantWolfgang Wiedmeyer2016-12-151-1/+1
| | | | | | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | Properly integrate F-Droid as prebuilt and presigned appWolfgang Wiedmeyer2016-12-153-6/+11
| | | | | | | | | | | | also enable the Privileged Extension Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | update cmsdk api files to latest versionWolfgang Wiedmeyer2016-12-135-12/+5358
| | | | | | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | Merge branch 'cm-13.0' of https://github.com/CyanogenMod/android_vendor_cm ↵Wolfgang Wiedmeyer2016-12-130-0/+0
|\ \ | |/ | | | | into replicant-6.0
| * version: Set version string to 13.0.5 to reflect security updateJessica Wagantall2016-12-121-1/+1
| | | | | | | | | | | | | | CYNGNOS-3312 Update security patch for 2016-12-01 Change-Id: I047d66b3ba98874bfdf59b3e839de22ba9c18d3f
* | vendor/cm -> vendor/replicant path changesWolfgang Wiedmeyer2016-12-131-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-12-1294-2023/+2394
|\ \ | |/ | | | | into replicant-6.0
| * Add Reliance Jio India IMS volte apn'sVishnu Vardhan Reddy Naini2016-12-111-0/+22
| | | | | | | | | | | | See AOSP for verification https://android.googlesource.com/device/google/marlin/+/nougat-dr1-release/apns-full-conf.xml#23115 Change-Id: If4f1b12ba598a4a9aed81ccfa069d4c0fd738c19
| * Fix Reliance Jio India APNs.Vishnu Vardhan Reddy Naini2016-12-111-22/+22
| | | | | | | | | | | | See AOSP https://android.googlesource.com/device/google/marlin/+/nougat-dr1-release/apns-full-conf.xml#23105 Change-Id: Icafc3450aa06426ba3d837b95bef0865992b4782
| * vendor: cm: Add some more BQ maintainers/devicesBrinly Taylor2016-12-091-3/+3
| | | | | | | | | | | | * Remove myself from Desire Eye. Change-Id: I1450aee16e3fb42bfbdea6758677552ab7b59906
| * Contributors: Add maintainer for Xiaomi Redmi 3/Prime (ido)Anik11992016-12-061-0/+1
| | | | | | | | Change-Id: I90e0e90185aaee735c18ccde8e812ffe84a14bb6
| * cm: Add more Mi 5 maintainersLuca Stefani2016-11-301-1/+1
| | | | | | | | Change-Id: I928eed74f828e2839d5baab6622ea75372901195
| * Contributors: Add Xiaomi Mi 5 maintainerBruno Martins2016-11-301-0/+1
| | | | | | | | Change-Id: I4643c06b28affcdec3c584d34f72e1f2975d01dd
| * config: common: Remove obsolete RomManager propsZhao Wei Liew2016-11-171-8/+0
| | | | | | | | | | | | | | RomManager hasn't been properly updated in years. Is this still even a reliable ROM updater anymore? Change-Id: I3ea57ec0121e6d6f933dd80031bb53514a44e362
| * apns: Remove loop and bpl mobileSilesh K Nair2016-11-151-62/+0
| | | | | | | | | | | | | | | | | | These service providers no longer exist. https://en.wikipedia.org/wiki/Loop_Mobile Change-Id: Ic6263b6e8721ee81d902e0bd42553749411d8860 (cherry picked from commit 11af61ac83c15b9943c4b70f463748ebca003f16)