Changes for May 2024
This commit is contained in:
@@ -0,0 +1,80 @@
|
||||
From 240e06c899c59d96de4764219c7f0e23b0d077c3 Mon Sep 17 00:00:00 2001
|
||||
From: Andy CrossGate Yan <GeForce8800Ultra@gmail.com>
|
||||
Date: Fri, 10 May 2024 01:25:37 +0800
|
||||
Subject: [PATCH 1/5] Add MotoHelloUINavbarOverlay (2/2)
|
||||
|
||||
Redrawn after extracted SVGs, resized and adjusted stroke width
|
||||
|
||||
Change-Id: Ifba5adfd10b3eee31e97baa52ce897db31f019d9
|
||||
---
|
||||
.../res/drawable/ic_sysbar_back.xml | 12 ++++++++++++
|
||||
.../res/drawable/ic_sysbar_home.xml | 11 +++++++++++
|
||||
.../res/drawable/ic_sysbar_recent.xml | 19 +++++++++++++++++++
|
||||
3 files changed, 42 insertions(+)
|
||||
create mode 100644 overlay/rro_packages/TrebuchetOverlay/res/drawable/ic_sysbar_back.xml
|
||||
create mode 100644 overlay/rro_packages/TrebuchetOverlay/res/drawable/ic_sysbar_home.xml
|
||||
create mode 100644 overlay/rro_packages/TrebuchetOverlay/res/drawable/ic_sysbar_recent.xml
|
||||
|
||||
diff --git a/overlay/rro_packages/TrebuchetOverlay/res/drawable/ic_sysbar_back.xml b/overlay/rro_packages/TrebuchetOverlay/res/drawable/ic_sysbar_back.xml
|
||||
new file mode 100644
|
||||
index 00000000..2fe4ba43
|
||||
--- /dev/null
|
||||
+++ b/overlay/rro_packages/TrebuchetOverlay/res/drawable/ic_sysbar_back.xml
|
||||
@@ -0,0 +1,12 @@
|
||||
+<?xml version="1.0" encoding="utf-8"?>
|
||||
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
+ android:height="24dp"
|
||||
+ android:width="24dp"
|
||||
+ android:autoMirrored="true"
|
||||
+ android:viewportWidth="24.0"
|
||||
+ android:viewportHeight="24.0">
|
||||
+ <path
|
||||
+ android:pathData="M 15.5 5.875 L 8.5 12 L 15.5 18.125"
|
||||
+ android:strokeColor="#FFFFFFFF"
|
||||
+ android:strokeWidth="1.75" />
|
||||
+</vector>
|
||||
diff --git a/overlay/rro_packages/TrebuchetOverlay/res/drawable/ic_sysbar_home.xml b/overlay/rro_packages/TrebuchetOverlay/res/drawable/ic_sysbar_home.xml
|
||||
new file mode 100644
|
||||
index 00000000..14110ab5
|
||||
--- /dev/null
|
||||
+++ b/overlay/rro_packages/TrebuchetOverlay/res/drawable/ic_sysbar_home.xml
|
||||
@@ -0,0 +1,11 @@
|
||||
+<?xml version="1.0" encoding="utf-8"?>
|
||||
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
+ android:height="24dp"
|
||||
+ android:width="24dp"
|
||||
+ android:viewportWidth="24.0"
|
||||
+ android:viewportHeight="24.0">
|
||||
+ <path
|
||||
+ android:pathData="M 5.875 12 a 6.125 6.125 90 1 0 12.25 0 a 6.125 6.125 90 1 0 -12.25 0"
|
||||
+ android:strokeColor="#FFFFFFFF"
|
||||
+ android:strokeWidth="1.75" />
|
||||
+</vector>
|
||||
diff --git a/overlay/rro_packages/TrebuchetOverlay/res/drawable/ic_sysbar_recent.xml b/overlay/rro_packages/TrebuchetOverlay/res/drawable/ic_sysbar_recent.xml
|
||||
new file mode 100644
|
||||
index 00000000..7436752d
|
||||
--- /dev/null
|
||||
+++ b/overlay/rro_packages/TrebuchetOverlay/res/drawable/ic_sysbar_recent.xml
|
||||
@@ -0,0 +1,19 @@
|
||||
+<?xml version="1.0" encoding="utf-8"?>
|
||||
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
+ android:height="24dp"
|
||||
+ android:width="24dp"
|
||||
+ android:viewportWidth="24.0"
|
||||
+ android:viewportHeight="24.0">
|
||||
+ <path
|
||||
+ android:pathData="M 5.56 5.56 V 18.44"
|
||||
+ android:strokeColor="#FFFFFFFF"
|
||||
+ android:strokeWidth="1.53" />
|
||||
+ <path
|
||||
+ android:pathData="M 12 6.48 H 9.24 V 17.52 H 14.76 V 6.48 H 12"
|
||||
+ android:strokeColor="#FFFFFFFF"
|
||||
+ android:strokeWidth="1.53" />
|
||||
+ <path
|
||||
+ android:pathData="M 18.44 5.56 V 18.44"
|
||||
+ android:strokeColor="#FFFFFFFF"
|
||||
+ android:strokeWidth="1.53" />
|
||||
+</vector>
|
||||
--
|
||||
2.34.1
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
From 0af40237062fa2e1177bfb69f7aedc919c8c70a4 Mon Sep 17 00:00:00 2001
|
||||
From 9bde413afbac1f96c43c4b4ed0e3846937a93f4f Mon Sep 17 00:00:00 2001
|
||||
From: Andy CrossGate Yan <GeForce8800Ultra@gmail.com>
|
||||
Date: Sun, 20 Jun 2021 09:09:15 +0000
|
||||
Subject: [PATCH 1/4] build: Integrate prop modifications (2/2)
|
||||
Subject: [PATCH 2/5] build: Integrate prop modifications (2/2)
|
||||
|
||||
Change-Id: I076973f902ab20011964e50955e4326c18d5b34e
|
||||
---
|
||||
@@ -1,7 +1,7 @@
|
||||
From fb566e5192808925dcfdaec3ee15dceec9efcbaa Mon Sep 17 00:00:00 2001
|
||||
From e244927e57dc90182935201595635e0649d9101c Mon Sep 17 00:00:00 2001
|
||||
From: Andy CrossGate Yan <GeForce8800Ultra@gmail.com>
|
||||
Date: Sat, 16 Oct 2021 00:41:07 +0000
|
||||
Subject: [PATCH 2/4] build: Remove Stk (2/2)
|
||||
Subject: [PATCH 3/5] build: Remove Stk (2/2)
|
||||
|
||||
Change-Id: I4e1cfacd296e47ef1731f3c32555089a5fca6f0c
|
||||
---
|
||||
@@ -22,7 +22,7 @@ index 5ff877c9..ab70301b 100644
|
||||
-PRODUCT_PACKAGES += \
|
||||
- Stk
|
||||
diff --git a/config/telephony.mk b/config/telephony.mk
|
||||
index be414ed5..a75ba9a5 100644
|
||||
index 0c6ebba8..47437035 100644
|
||||
--- a/config/telephony.mk
|
||||
+++ b/config/telephony.mk
|
||||
@@ -13,8 +13,7 @@ PRODUCT_PACKAGES += \
|
||||
@@ -1,7 +1,7 @@
|
||||
From 1d5207e4a74c70a3ea58f8d511ceee6f1316f0be Mon Sep 17 00:00:00 2001
|
||||
From 9f3c9c81bcfa84269f99ae4e2577ab937ac9c32a Mon Sep 17 00:00:00 2001
|
||||
From: AndyCGYan <GeForce8800Ultra@gmail.com>
|
||||
Date: Mon, 1 Jul 2019 07:03:04 +0000
|
||||
Subject: [PATCH 3/4] vendor_lineage: Ignore neverallows... again
|
||||
Subject: [PATCH 4/5] vendor_lineage: Ignore neverallows... again
|
||||
|
||||
Because unofficial builds are better than no builds!
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
From 16541bcf6b647b2aaf9e446fa7cc8d2f83d1a414 Mon Sep 17 00:00:00 2001
|
||||
From 0986eff9b1f734268f330f13389cb9e7ee8798f9 Mon Sep 17 00:00:00 2001
|
||||
From: Andy CrossGate Yan <GeForce8800Ultra@gmail.com>
|
||||
Date: Sat, 9 Apr 2022 02:48:55 +0000
|
||||
Subject: [PATCH 4/4] vendor_lineage: Personal theme as SRO
|
||||
Subject: [PATCH 5/5] vendor_lineage: Personal theme as SRO
|
||||
|
||||
Last revised on 2024/02/26
|
||||
|
||||
@@ -159,10 +159,10 @@ Change-Id: I43164b7a4145616d162c6b4b4b84d1953cb483cc
|
||||
create mode 100644 overlay/personal/packages/inputmethods/LatinIME/java/res/drawable/ic_launcher_foreground.xml
|
||||
|
||||
diff --git a/config/common.mk b/config/common.mk
|
||||
index b19872b0..8e8c83bf 100644
|
||||
index 460a0085..f37187ad 100644
|
||||
--- a/config/common.mk
|
||||
+++ b/config/common.mk
|
||||
@@ -205,10 +205,13 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||
@@ -219,10 +219,13 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||
setupwizard.theme=glif_v4 \
|
||||
setupwizard.feature.day_night_mode_enabled=true
|
||||
|
||||
Reference in New Issue
Block a user