From 63a8a121bb6370f0d0f7499e880a06eef9e08d13 Mon Sep 17 00:00:00 2001 From: siritami <102145692+FiorenMas@users.noreply.github.com> Date: Wed, 10 Jul 2024 21:49:59 +0700 Subject: [PATCH] Correct launcher name Fix issue https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root/issues/25 So launcher name change follow: Youtube Revanced => Revanced Youtube Revanced Extended => RVX Youtube Music Revanced Extended => RVX Music Youtube Revanced Extended Anddea => RVX Anddea Youtube Music Revanced Extended Anddea => RVX Music Anddea Youtube Revanced Extended For Android 6 & 7 => RVX A67 Youtube Revanced Extended For Android 5 => RVX A5 --- src/options/anddea.json | 19 +++++++++++++++- src/options/revanced-extended-android-5.json | 22 ++++++++++++++++++- .../revanced-extended-android-6-7.json | 22 ++++++++++++++++++- src/options/revanced.json | 10 ++++++++- .../exclude-patches | 2 +- .../include-patches | 2 +- .../youtube-music-rve-anddea/exclude-patches | 2 +- .../youtube-music-rve-anddea/include-patches | 2 +- .../include-patches | 2 +- .../exclude-patches | 2 +- .../include-patches | 2 +- .../youtube-revanced-extended/exclude-patches | 2 +- .../youtube-revanced-extended/include-patches | 1 + src/patches/youtube-revanced/exclude-patches | 1 - src/patches/youtube-revanced/include-patches | 1 + .../youtube-rve-anddea/exclude-patches | 2 +- .../youtube-rve-anddea/include-patches | 3 ++- 17 files changed, 82 insertions(+), 15 deletions(-) diff --git a/src/options/anddea.json b/src/options/anddea.json index 0637a08..aeb5ee6 100644 --- a/src/options/anddea.json +++ b/src/options/anddea.json @@ -1 +1,18 @@ -[] \ No newline at end of file +[ + { + "patchName" : "Custom branding name for YouTube", + "options" : [ { + "key" : "AppName", + "value" : "RVX Anddea" + } ] + }, { + "patchName" : "Custom branding name for YouTube Music", + "options" : [ { + "key" : "AppNameNotification", + "value" : "RVX Music Anddea" + }, { + "key" : "AppNameLauncher", + "value" : "RVX Music Anddea" + } ] + } +] \ No newline at end of file diff --git a/src/options/revanced-extended-android-5.json b/src/options/revanced-extended-android-5.json index 0637a08..978779f 100644 --- a/src/options/revanced-extended-android-5.json +++ b/src/options/revanced-extended-android-5.json @@ -1 +1,21 @@ -[] \ No newline at end of file +[ + { + "patchName" : "patch-options", + "options" : [ { + "key" : "YouTube_AppName", + "value" : "RVX A5" + }, { + "key" : "YouTube_PackageName", + "value" : "app.rvx.android.youtube" + }, { + "key" : "Custom_Speed_Arrays", + "value" : "0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 3.0, 5.0" + }, { + "key" : "Overlay_Buttons_Icon", + "value" : "new" + }, { + "key" : "darkThemeBackgroundColor", + "value" : "@android:color/black" + } ] + } +] \ No newline at end of file diff --git a/src/options/revanced-extended-android-6-7.json b/src/options/revanced-extended-android-6-7.json index 0637a08..6653105 100644 --- a/src/options/revanced-extended-android-6-7.json +++ b/src/options/revanced-extended-android-6-7.json @@ -1 +1,21 @@ -[] \ No newline at end of file +[ + { + "patchName" : "patch-options", + "options" : [ { + "key" : "YouTube_AppName", + "value" : "RVX A67" + }, { + "key" : "YouTube_PackageName", + "value" : "app.rvx.android.youtube" + }, { + "key" : "Custom_Speed_Arrays", + "value" : "0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 3.0, 5.0" + }, { + "key" : "Overlay_Buttons_Icon", + "value" : "new" + }, { + "key" : "darkThemeBackgroundColor", + "value" : "@android:color/black" + } ] + } +] \ No newline at end of file diff --git a/src/options/revanced.json b/src/options/revanced.json index 0637a08..8e58bf9 100644 --- a/src/options/revanced.json +++ b/src/options/revanced.json @@ -1 +1,9 @@ -[] \ No newline at end of file +[ + { + "patchName" : "Custom branding", + "options" : [ { + "key" : "appName", + "value" : "ReVanced" + } ] + } +] \ No newline at end of file diff --git a/src/patches/youtube-music-revanced-extended/exclude-patches b/src/patches/youtube-music-revanced-extended/exclude-patches index e763416..2dc4892 100644 --- a/src/patches/youtube-music-revanced-extended/exclude-patches +++ b/src/patches/youtube-music-revanced-extended/exclude-patches @@ -1 +1 @@ -Custom branding icon YouTube Music +Custom branding icon for YouTube Music diff --git a/src/patches/youtube-music-revanced-extended/include-patches b/src/patches/youtube-music-revanced-extended/include-patches index 8b13789..f59231f 100644 --- a/src/patches/youtube-music-revanced-extended/include-patches +++ b/src/patches/youtube-music-revanced-extended/include-patches @@ -1 +1 @@ - +Custom branding name for YouTube Music diff --git a/src/patches/youtube-music-rve-anddea/exclude-patches b/src/patches/youtube-music-rve-anddea/exclude-patches index e763416..2dc4892 100644 --- a/src/patches/youtube-music-rve-anddea/exclude-patches +++ b/src/patches/youtube-music-rve-anddea/exclude-patches @@ -1 +1 @@ -Custom branding icon YouTube Music +Custom branding icon for YouTube Music diff --git a/src/patches/youtube-music-rve-anddea/include-patches b/src/patches/youtube-music-rve-anddea/include-patches index 8b13789..f59231f 100644 --- a/src/patches/youtube-music-rve-anddea/include-patches +++ b/src/patches/youtube-music-rve-anddea/include-patches @@ -1 +1 @@ - +Custom branding name for YouTube Music diff --git a/src/patches/youtube-revanced-extended-5/include-patches b/src/patches/youtube-revanced-extended-5/include-patches index 8b13789..fabcdea 100644 --- a/src/patches/youtube-revanced-extended-5/include-patches +++ b/src/patches/youtube-revanced-extended-5/include-patches @@ -1 +1 @@ - +patch-options diff --git a/src/patches/youtube-revanced-extended-6-7/exclude-patches b/src/patches/youtube-revanced-extended-6-7/exclude-patches index 2ef9c75..523ee37 100644 --- a/src/patches/youtube-revanced-extended-6-7/exclude-patches +++ b/src/patches/youtube-revanced-extended-6-7/exclude-patches @@ -1 +1 @@ -custom-branding-icon-afn-red \ No newline at end of file +custom-branding-icon-afn-red diff --git a/src/patches/youtube-revanced-extended-6-7/include-patches b/src/patches/youtube-revanced-extended-6-7/include-patches index 8b13789..fabcdea 100644 --- a/src/patches/youtube-revanced-extended-6-7/include-patches +++ b/src/patches/youtube-revanced-extended-6-7/include-patches @@ -1 +1 @@ - +patch-options diff --git a/src/patches/youtube-revanced-extended/exclude-patches b/src/patches/youtube-revanced-extended/exclude-patches index 772185f..b5ae1a0 100644 --- a/src/patches/youtube-revanced-extended/exclude-patches +++ b/src/patches/youtube-revanced-extended/exclude-patches @@ -1 +1 @@ -Custom branding icon YouTube +Custom branding icon for YouTube diff --git a/src/patches/youtube-revanced-extended/include-patches b/src/patches/youtube-revanced-extended/include-patches index 7e5298c..6294d5a 100644 --- a/src/patches/youtube-revanced-extended/include-patches +++ b/src/patches/youtube-revanced-extended/include-patches @@ -1 +1,2 @@ +Custom branding name for YouTube Visual preferences icons diff --git a/src/patches/youtube-revanced/exclude-patches b/src/patches/youtube-revanced/exclude-patches index fcc012e..e69de29 100644 --- a/src/patches/youtube-revanced/exclude-patches +++ b/src/patches/youtube-revanced/exclude-patches @@ -1 +0,0 @@ -Custom branding diff --git a/src/patches/youtube-revanced/include-patches b/src/patches/youtube-revanced/include-patches index e69de29..fcc012e 100644 --- a/src/patches/youtube-revanced/include-patches +++ b/src/patches/youtube-revanced/include-patches @@ -0,0 +1 @@ +Custom branding diff --git a/src/patches/youtube-rve-anddea/exclude-patches b/src/patches/youtube-rve-anddea/exclude-patches index 2ef084c..fe661f7 100644 --- a/src/patches/youtube-rve-anddea/exclude-patches +++ b/src/patches/youtube-rve-anddea/exclude-patches @@ -1,2 +1,2 @@ -Custom branding icon YouTube +Custom branding icon for YouTube Translations diff --git a/src/patches/youtube-rve-anddea/include-patches b/src/patches/youtube-rve-anddea/include-patches index 8b13789..6294d5a 100644 --- a/src/patches/youtube-rve-anddea/include-patches +++ b/src/patches/youtube-rve-anddea/include-patches @@ -1 +1,2 @@ - +Custom branding name for YouTube +Visual preferences icons