diff --git a/patches_platform/packages_apps_Jelly/0001-Jelly-MainActivity-Restore-applyThemeColor.patch b/patches_platform/packages_apps_Jelly/0001-Jelly-MainActivity-Restore-applyThemeColor.patch deleted file mode 100644 index 3e73742..0000000 --- a/patches_platform/packages_apps_Jelly/0001-Jelly-MainActivity-Restore-applyThemeColor.patch +++ /dev/null @@ -1,34 +0,0 @@ -From b63b5c1fb46eaf032270bbb65b9a61fe487c5e46 Mon Sep 17 00:00:00 2001 -From: Andy CrossGate Yan -Date: Sat, 26 Jun 2021 14:23:09 +0000 -Subject: [PATCH] Jelly: MainActivity: Restore applyThemeColor - -Fixes black statusbar on start - -Change-Id: I6816f5b1dcb3c7bcaee2736a9e2a3ecd63217bc6 ---- - app/src/main/java/org/lineageos/jelly/MainActivity.kt | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/app/src/main/java/org/lineageos/jelly/MainActivity.kt b/app/src/main/java/org/lineageos/jelly/MainActivity.kt -index 0143957..af7191c 100644 ---- a/app/src/main/java/org/lineageos/jelly/MainActivity.kt -+++ b/app/src/main/java/org/lineageos/jelly/MainActivity.kt -@@ -192,6 +192,7 @@ class MainActivity : WebViewExtActivity(), SearchBarController.OnCancelListener, - findViewById(R.id.search_menu_cancel), - this) - setUiMode() -+ applyThemeColor(mThemeColor) - try { - val httpCacheDir = File(cacheDir, "suggestion_responses") - val httpCacheSize = 1024 * 1024.toLong() // 1 MiB -@@ -726,4 +727,4 @@ class MainActivity : WebViewExtActivity(), SearchBarController.OnCancelListener, - private const val STATE_KEY_THEME_COLOR = "theme_color" - private const val LOCATION_PERM_REQ = 424 - } --} -\ No newline at end of file -+} --- -2.25.1 - diff --git a/patches_treble/vendor_lineage/0001-vendor_lineage-Commonly-build-some-packages.patch b/patches_treble/vendor_lineage/0001-vendor_lineage-Commonly-build-some-packages.patch index 646e4fe..6753e18 100644 --- a/patches_treble/vendor_lineage/0001-vendor_lineage-Commonly-build-some-packages.patch +++ b/patches_treble/vendor_lineage/0001-vendor_lineage-Commonly-build-some-packages.patch @@ -1,4 +1,4 @@ -From b83d78fc23a42ae844062ae3a953ae7426f2cf58 Mon Sep 17 00:00:00 2001 +From 2ca5e1edd3f512c4ba1341148da811e9f7449a1f Mon Sep 17 00:00:00 2001 From: Andy CrossGate Yan Date: Sat, 24 Sep 2022 11:40:52 +0000 Subject: [PATCH 1/2] vendor_lineage: Commonly build some packages @@ -13,13 +13,13 @@ Change-Id: I00cc5918164ed70c612c5caa31eb8d2d0cd05b62 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/config/common_full.mk b/config/common_full.mk -index 029ea068..a30b2523 100644 +index f7eecd84..51e1e022 100644 --- a/config/common_full.mk +++ b/config/common_full.mk -@@ -10,8 +10,11 @@ $(call inherit-product-if-exists, external/google-fonts/rubik/fonts.mk) +@@ -9,8 +9,11 @@ $(call inherit-product-if-exists, external/google-fonts/rubik/fonts.mk) + # Apps PRODUCT_PACKAGES += \ - Aperture \ + Contacts \ + DeskClock \ Eleven \ @@ -29,7 +29,7 @@ index 029ea068..a30b2523 100644 Recorder \ Seedvault diff --git a/config/common_mobile.mk b/config/common_mobile.mk -index fc5a864b..e2f2ada2 100644 +index 6edeb2b1..7ecc198b 100644 --- a/config/common_mobile.mk +++ b/config/common_mobile.mk @@ -16,7 +16,9 @@ PRODUCT_PRODUCT_PROPERTIES += \ diff --git a/patches_treble/vendor_lineage/0002-vendor_lineage-Disable-ADB-authentication.patch b/patches_treble/vendor_lineage/0002-vendor_lineage-Disable-ADB-authentication.patch index 5e73603..416d9e2 100644 --- a/patches_treble/vendor_lineage/0002-vendor_lineage-Disable-ADB-authentication.patch +++ b/patches_treble/vendor_lineage/0002-vendor_lineage-Disable-ADB-authentication.patch @@ -1,4 +1,4 @@ -From eb4abffdd8e4cd692ebd0edef1a874fca6b46357 Mon Sep 17 00:00:00 2001 +From 53612ea872c8a87c058a3d97de45952a54a92be4 Mon Sep 17 00:00:00 2001 From: Andy CrossGate Yan Date: Tue, 19 Oct 2021 15:48:43 +0000 Subject: [PATCH 2/2] vendor_lineage: Disable ADB authentication