From 727abbebe3776e347af1b9b6fcf55668f2895a2f Mon Sep 17 00:00:00 2001 From: Marco Brohet Date: Wed, 17 Aug 2016 15:35:09 +0700 Subject: apns: Update hollandsnieuwe's (NL) APN 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 --- prebuilt/common/etc/apns-conf.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prebuilt/common/etc/apns-conf.xml b/prebuilt/common/etc/apns-conf.xml index 4c32e43..ed65537 100644 --- a/prebuilt/common/etc/apns-conf.xml +++ b/prebuilt/common/etc/apns-conf.xml @@ -64,12 +64,12 @@ - - + + -- cgit v1.1 From 35aa4577ac8d7eedb76723dd87213dcf253a5656 Mon Sep 17 00:00:00 2001 From: Zhao Wei Liew Date: Fri, 23 Dec 2016 18:35:25 +0800 Subject: cm: common: Remove Launcher3 makefile entry We no longer sync Launcher3. This entry never did anything anyway, since we build Trebuchet instead, which overrides Launcher3. Change-Id: Ia2c56c9f819025ba34cbff1daf8d3380a924a8a5 --- config/common.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/config/common.mk b/config/common.mk index 23185f4..1cd245a 100644 --- a/config/common.mk +++ b/config/common.mk @@ -150,7 +150,6 @@ PRODUCT_PACKAGES += \ # Custom CM packages PRODUCT_PACKAGES += \ - Launcher3 \ Trebuchet \ AudioFX \ CMWallpapers \ -- cgit v1.1 From 7f06bc78a903a2a19dc4fb35778a8d8a0dd2391d Mon Sep 17 00:00:00 2001 From: Zhao Wei Liew Date: Fri, 23 Dec 2016 20:33:07 +0800 Subject: cm: Remove def_notif_count overlay This overlay is no longer used. Change-Id: I226d989396a4fb74736f5c78eb4b38eaa8febba5 --- .../frameworks/base/packages/SettingsProvider/res/values/defaults.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/overlay/common/frameworks/base/packages/SettingsProvider/res/values/defaults.xml b/overlay/common/frameworks/base/packages/SettingsProvider/res/values/defaults.xml index cafca3c..4514a53 100644 --- a/overlay/common/frameworks/base/packages/SettingsProvider/res/values/defaults.xml +++ b/overlay/common/frameworks/base/packages/SettingsProvider/res/values/defaults.xml @@ -18,7 +18,4 @@ --> com.google.android.gms/.backup.BackupTransportService - - - 1 -- cgit v1.1 From e9bf91052812e2e66fb94318fdf58b4bd8adfe93 Mon Sep 17 00:00:00 2001 From: Zhao Wei Liew Date: Tue, 27 Dec 2016 15:12:38 +0800 Subject: cm: Rebrand to LineageOS Change-Id: Icf53ce2b98306498cfa815e9fc7377e9a6c583a6 --- CHANGELOG.mkdn | 6 +++--- CONTRIBUTORS.mkdn | 4 ++-- LICENSE | 1 + README.mkdn | 18 +++++++++--------- build/core/apicheck_msg_current.txt | 4 ++-- .../frameworks/base/core/res/res/values/config.xml | 3 ++- prebuilt/common/bin/50-cm.sh | 2 +- prebuilt/common/etc/init.d/00banner | 11 +++++++---- vendorsetup.sh | 2 +- 9 files changed, 28 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.mkdn b/CHANGELOG.mkdn index e4e2ae8..872a806 100644 --- a/CHANGELOG.mkdn +++ b/CHANGELOG.mkdn @@ -1,9 +1,9 @@ -CyanogenMod +LineageOS =============== -Visit http://github.com/CyanogenMod for full source and git access. +Visit http://github.com/LineageOS for full source and git access. -Visit http://review.cyanogenmod.org for our Gerrit instance. +Visit http://review.lineageos.org for our Gerrit instance. CHANGELOG (notable new features) --------- diff --git a/CONTRIBUTORS.mkdn b/CONTRIBUTORS.mkdn index 7bb5a61..2c67d5a 100644 --- a/CONTRIBUTORS.mkdn +++ b/CONTRIBUTORS.mkdn @@ -1,7 +1,7 @@ -CyanogenMod +LineageOS =========== -Maintainers (CyanogenMod 13.0): +Maintainers (LineageOS 13.0): ----------------------------- * __Acer A700:__ pawitp * __Alcatel Idol 3:__ c457 diff --git a/LICENSE b/LICENSE index 69f49a5..cdec959 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,5 @@ Copyright 2011-15 The CyanogenMod Project + 2017 The LineageOS Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.mkdn b/README.mkdn index 7f265ce..6edadab 100644 --- a/README.mkdn +++ b/README.mkdn @@ -1,9 +1,9 @@ -CyanogenMod +LineageOS =========== Submitting Patches ------------------ -Patches are always welcome! Please submit your patches via CyanogenMod Gerrit! +Patches are always welcome! Please submit your patches via LineageOS Gerrit! You can do this by using these commands: (From root android directory) @@ -20,31 +20,31 @@ For more help on using this tool, use this command: repo help upload Make your changes and commit with a detailed message, starting with what you are working with (i.e. vision: Update Kernel) Commit your patches in a single commit. Squash multiple commit using this command: git rebase -i HEAD~<# of commits> -To view the status of your and others' patches, visit [CyanogenMod Code Review](http://review.cyanogenmod.org/) +To view the status of your and others' patches, visit [LineageOS Code Review](http://review.lineageos.org/) Getting Started --------------- -To get started with Android/CyanogenMod, you'll need to get +To get started with Android/LineageOS, you'll need to get familiar with [Repo](https://source.android.com/source/using-repo.html) and [Version Control with Git](https://source.android.com/source/version-control.html). -To initialize your local repository using the CyanogenMod trees, use a command like this: +To initialize your local repository using the LineageOS trees, use a command like this: - repo init -u git://github.com/CyanogenMod/android.git -b cm-13.0 + repo init -u git://github.com/LineageOS/android.git -b cm-13.0 Then to sync up: repo sync -Please see the [CyanogenMod Wiki](http://wiki.cyanogenmod.org/) for building instructions, by device. +Please see the [LineageOS Wiki](http://wiki.lineageos.org/) for building instructions, by device. For more information on this Github Organization and how it is structured, -please [read the wiki article](http://wiki.cyanogenmod.org/w/Github_Organization) +please [read the wiki article](http://wiki.lineageos.org/w/Github_Organization) Buildbot -------- All supported devices are built nightly and periodically as changes are committed to ensure the source trees remain buildable. -You can view the current build statuses in the [Jenkins](http://jenkins.cyanogenmod.org) tool. +You can view the current build statuses in the [Jenkins](http://jenkins.lineageos.org) tool. diff --git a/build/core/apicheck_msg_current.txt b/build/core/apicheck_msg_current.txt index 05a0341..6881b3f 100644 --- a/build/core/apicheck_msg_current.txt +++ b/build/core/apicheck_msg_current.txt @@ -4,7 +4,7 @@ You have tried to change the API from what has been previously approved. STOP. Read this: - https://github.com/CyanogenMod/cm_platform_sdk/wiki/Creating-an-API-for-the-SDK#updating--verifying-the-api + https://github.com/LineageOS/cm_platform_sdk/wiki/Creating-an-API-for-the-SDK#updating--verifying-the-api To make these errors go away, you have two choices: 1) You can add "@hide" javadoc comments to the methods, etc. listed in the @@ -142,6 +142,6 @@ To make these errors go away, you have two choices: ,;+++++++++++++++++++++++++++++++++++++++++++++++++++++++:. ..,;;+++++++++++++++++++++++++++++;:,. - To submit the revised current.txt to the main CyanogenMod repository, + To submit the revised current.txt to the main LineageOS repository, you will need approval. ****************************** diff --git a/overlay/common/frameworks/base/core/res/res/values/config.xml b/overlay/common/frameworks/base/core/res/res/values/config.xml index 403890e..cdbfec2 100644 --- a/overlay/common/frameworks/base/core/res/res/values/config.xml +++ b/overlay/common/frameworks/base/core/res/res/values/config.xml @@ -1,6 +1,7 @@ + + false + -- cgit v1.1 From dc9d6a4bfd02fe4e0f5f11616e3802de949b19ad Mon Sep 17 00:00:00 2001 From: Sean hoyt Date: Fri, 3 Feb 2017 02:04:52 +0000 Subject: Fix def_enable_mobile_data overlay Change-Id: I2f7e38e2726df641089e291725bc25904ac35537 --- .../frameworks/base/packages/SettingsProvider/res/values/customize.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay/common/frameworks/base/packages/SettingsProvider/res/values/customize.xml b/overlay/common/frameworks/base/packages/SettingsProvider/res/values/customize.xml index 9ca5c09..1317274 100644 --- a/overlay/common/frameworks/base/packages/SettingsProvider/res/values/customize.xml +++ b/overlay/common/frameworks/base/packages/SettingsProvider/res/values/customize.xml @@ -17,5 +17,5 @@ */ --> - false + false -- cgit v1.1 From 8e2fedf3ce426a8366f88ef34ccf20b070c0c197 Mon Sep 17 00:00:00 2001 From: Tom Powell Date: Sat, 4 Feb 2017 15:32:20 -0800 Subject: vendor/cm: symlink repopick to build/tools Change-Id: I04b86c7b9445dc98510ba9b3f89a9a9410b26033 --- build/tools/repopick.py | 1 + 1 file changed, 1 insertion(+) create mode 120000 build/tools/repopick.py diff --git a/build/tools/repopick.py b/build/tools/repopick.py new file mode 120000 index 0000000..de58d7e --- /dev/null +++ b/build/tools/repopick.py @@ -0,0 +1 @@ +../../../../build/tools/repopick.py \ No newline at end of file -- cgit v1.1 From d2bf7327bbff5437e27d3fc842e44c1d1b70d1f9 Mon Sep 17 00:00:00 2001 From: "Christopher N. Hesse" Date: Sun, 5 Feb 2017 21:19:25 +0100 Subject: bootanimation: Use mogrify to convert images in place Fixes bootanimation generation for Darwin/BSD. Change-Id: Id9e38bcb9db7b550f22bda1250dbb515599e8f93 (cherry picked from commit 70658805a6ddbecd55877fafe4fba8b2efd83f74) --- bootanimation/generate-bootanimation.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootanimation/generate-bootanimation.sh b/bootanimation/generate-bootanimation.sh index 98be46b..cab7be8 100755 --- a/bootanimation/generate-bootanimation.sh +++ b/bootanimation/generate-bootanimation.sh @@ -26,7 +26,8 @@ for part_cnt in 0 1 2 3 4 do mkdir -p $ANDROID_PRODUCT_OUT/obj/BOOTANIMATION/bootanimation/part$part_cnt done -tar xfp "vendor/cm/bootanimation/bootanimation.tar" --to-command="convert - -resize '$RESOLUTION' -colors 250 \"png8:$OUT/bootanimation/\$TAR_FILENAME\"" +tar xfp "vendor/cm/bootanimation/bootanimation.tar" -C "$OUT/bootanimation/" +mogrify -resize $RESOLUTION -colors 250 "$OUT/bootanimation/"*"/"*".png" # Create desc.txt echo "$IMAGESCALEWIDTH $IMAGESCALEHEIGHT" 60 > "$OUT/bootanimation/desc.txt" -- cgit v1.1 From c245bf435aeb3167911a354e06cc7b7d30dab342 Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Thu, 26 Jan 2017 13:45:11 -0600 Subject: apns: Correct FreedomPop Global GSM APN * Type configuration is empty, not "default,supl" Change-Id: I4d9bb0e4d61058dbf256059c3ba6b217faabcf78 Signed-off-by: Paul Keith (cherry picked from commit 1bbf68ffee1f8eb85e4d10a7841f52401f6791e9) --- prebuilt/common/etc/apns-conf.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prebuilt/common/etc/apns-conf.xml b/prebuilt/common/etc/apns-conf.xml index 446d7e6..b69c381 100644 --- a/prebuilt/common/etc/apns-conf.xml +++ b/prebuilt/common/etc/apns-conf.xml @@ -603,7 +603,7 @@ - + -- cgit v1.1 From 2cd690e9cc363070726fbd4f5da09c30a9681dcd Mon Sep 17 00:00:00 2001 From: Matt Mower Date: Tue, 10 Jan 2017 16:43:28 -0600 Subject: apns: Update H2O Wireless * It's H2O, not H20 * Update based on - https://www.h2owirelessnow.com/mainControl.php?page=dataManualConfig - https://www.h2owirelessnow.com/images/pdf/ManualConfigurations011211.pdf Change-Id: I181f0aa1fe3a67afd37b65a0f93107f242b479e1 (cherry picked from commit 0e579746302af63a749972bfcdca8bd643ba7ad5) --- prebuilt/common/etc/apns-conf.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prebuilt/common/etc/apns-conf.xml b/prebuilt/common/etc/apns-conf.xml index b69c381..14c9c3d 100644 --- a/prebuilt/common/etc/apns-conf.xml +++ b/prebuilt/common/etc/apns-conf.xml @@ -1458,7 +1458,7 @@ - + -- cgit v1.1 From 7971d7e53d05c10452256cf1ecd5bb2ab676be0f Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Thu, 26 Jan 2017 14:36:30 -0600 Subject: apns: Add FreedomPop US LTE sim APN Change-Id: I91a9f5d503e49161399ab3f73cad4d8a8174c40b Signed-off-by: Paul Keith (cherry picked from commit 3576ede78cf34a01bb0aeb7afb6def521be3c5a9) --- prebuilt/common/etc/apns-conf.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/prebuilt/common/etc/apns-conf.xml b/prebuilt/common/etc/apns-conf.xml index 14c9c3d..416d2c8 100644 --- a/prebuilt/common/etc/apns-conf.xml +++ b/prebuilt/common/etc/apns-conf.xml @@ -604,6 +604,7 @@ + -- cgit v1.1 From ab2315ce654766fd156c9f53f978d8f45b64ae8d Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Thu, 26 Jan 2017 14:36:56 -0600 Subject: apns: Add differentiation to FreedomPop Global GSM APN Change-Id: Ifd45a3ce39002ff3f1668e03b2ddb822a096d326 Signed-off-by: Paul Keith (cherry picked from commit 4e3f2767361509326367bd25e1ab6ab0742795ca) --- prebuilt/common/etc/apns-conf.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prebuilt/common/etc/apns-conf.xml b/prebuilt/common/etc/apns-conf.xml index 416d2c8..5f00d3d 100644 --- a/prebuilt/common/etc/apns-conf.xml +++ b/prebuilt/common/etc/apns-conf.xml @@ -603,7 +603,7 @@ - + -- cgit v1.1 From 71c83d686d4da72a0b6c106e3f5a72bb230d264f Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Sun, 29 Jan 2017 13:21:26 -0600 Subject: apns: Correct FreedomPop US LTE APN * This is not run on 3 UK's network, but AT&T's Change-Id: I81c8881b04ebd5c7a24794835097056d9075d9a2 Signed-off-by: Paul Keith (cherry picked from commit 6dc33ac9c59065c676bb908fea860ba48be9acc6) --- prebuilt/common/etc/apns-conf.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prebuilt/common/etc/apns-conf.xml b/prebuilt/common/etc/apns-conf.xml index 5f00d3d..3fc72ae 100644 --- a/prebuilt/common/etc/apns-conf.xml +++ b/prebuilt/common/etc/apns-conf.xml @@ -604,7 +604,6 @@ - @@ -1402,6 +1401,7 @@ + -- cgit v1.1 From 895fce99c8307f15dc77da15c77a84e8c188dbe7 Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Sun, 29 Jan 2017 13:21:58 -0600 Subject: apns: Remove differentiation between FreedomPop GSM APNs * Unnecessary due to differing mcc/mnc Change-Id: Ica43ec381d4aa1873f2e332adf31381fac309e1b Signed-off-by: Paul Keith (cherry picked from commit 4f163738655de88ec6b2818028bbf8356d4a4e39) --- prebuilt/common/etc/apns-conf.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prebuilt/common/etc/apns-conf.xml b/prebuilt/common/etc/apns-conf.xml index 3fc72ae..e3ac3c7 100644 --- a/prebuilt/common/etc/apns-conf.xml +++ b/prebuilt/common/etc/apns-conf.xml @@ -603,7 +603,7 @@ - + @@ -1401,7 +1401,7 @@ - + -- cgit v1.1 From c9fc176de890e08ffaa7a2e6f37592499acbcbce Mon Sep 17 00:00:00 2001 From: Daniel Marsee Date: Tue, 24 Jan 2017 11:15:18 -0500 Subject: apns: Update H2O Wireless for LTE New H2O Wireless APN to allow LTE is PRODATA, not att.mvno New settings were copied from http://easygo.h2owirelessnow.com/easygo/images/english/APN_SETTING-2014.pdf. Change-Id: Ic09f9c9a8db90877fa2842d076762a14bdf154ca (cherry picked from commit a434e63395933d22ef8731858ee9af8e824408d3) --- prebuilt/common/etc/apns-conf.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prebuilt/common/etc/apns-conf.xml b/prebuilt/common/etc/apns-conf.xml index e3ac3c7..11e16b8 100644 --- a/prebuilt/common/etc/apns-conf.xml +++ b/prebuilt/common/etc/apns-conf.xml @@ -1459,7 +1459,7 @@ - + -- cgit v1.1 From 49d115a88ac1cd596391743dc389f44ab5338207 Mon Sep 17 00:00:00 2001 From: nicknitewolf Date: Wed, 1 Feb 2017 20:00:10 +0800 Subject: apns: Add SingTel hi!card sim APN Change-Id: I0715dcdfb7ff845f0d156e2a0919ae6ce02a72b0 (cherry picked from commit 0258f3e8a2e308353264ffd531330770ee0f5ec9) --- prebuilt/common/etc/apns-conf.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/prebuilt/common/etc/apns-conf.xml b/prebuilt/common/etc/apns-conf.xml index 11e16b8..ec1c322 100644 --- a/prebuilt/common/etc/apns-conf.xml +++ b/prebuilt/common/etc/apns-conf.xml @@ -3365,6 +3365,7 @@ + -- cgit v1.1 From dee66450bb214aa7afa174f176c88a09df86d5ba Mon Sep 17 00:00:00 2001 From: Zhao Wei Liew Date: Sat, 11 Feb 2017 06:01:13 +0800 Subject: cm: bootanimation: Fail the build if mogrify is absent We're no longer using convert, but mogrify. Change-Id: Ifd58527b49e5548dd94b35a8cf0ffa4ad5196804 --- bootanimation/Android.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootanimation/Android.mk b/bootanimation/Android.mk index f7ba13b..77547e3 100644 --- a/bootanimation/Android.mk +++ b/bootanimation/Android.mk @@ -1,5 +1,6 @@ # # Copyright (C) 2016 The CyanogenMod Project +# 2017 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -28,7 +29,7 @@ $(TARGET_GENERATED_BOOTANIMATION): ifeq ($(TARGET_BOOTANIMATION),) TARGET_BOOTANIMATION := $(TARGET_GENERATED_BOOTANIMATION) - ifeq ($(shell command -v convert),) + ifeq ($(shell command -v mogrify),) $(info **********************************************) $(info The boot animation could not be generated as) $(info ImageMagick is not installed in your system.) -- cgit v1.1