From 1d592b8f3a3e593f6f0ac0914698263c8d61eae6 Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Wed, 12 Jun 2024 22:31:05 +0900 Subject: [PATCH] feat: change patch name --- .../music/layout/branding/icon/CustomBrandingIconPatch.kt | 2 +- .../music/layout/branding/name/CustomBrandingNamePatch.kt | 2 +- .../patches/music/layout/translations/TranslationsPatch.kt | 2 +- .../reddit/layout/branding/name/CustomBrandingNamePatch.kt | 2 +- .../youtube/layout/branding/icon/CustomBrandingIconPatch.kt | 2 +- .../youtube/layout/branding/name/CustomBrandingNamePatch.kt | 2 +- .../patches/youtube/layout/translations/TranslationsPatch.kt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/music/layout/branding/icon/CustomBrandingIconPatch.kt b/src/main/kotlin/app/revanced/patches/music/layout/branding/icon/CustomBrandingIconPatch.kt index e7c39f05c..9aea48045 100644 --- a/src/main/kotlin/app/revanced/patches/music/layout/branding/icon/CustomBrandingIconPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/layout/branding/icon/CustomBrandingIconPatch.kt @@ -15,7 +15,7 @@ import java.nio.file.Files @Suppress("DEPRECATION", "unused") object CustomBrandingIconPatch : BaseResourcePatch( - name = "Custom branding icon YouTube Music", + name = "Custom branding icon for YouTube Music", description = "Changes the YouTube Music app icon to the icon specified in options.json.", compatiblePackages = COMPATIBLE_PACKAGE ) { diff --git a/src/main/kotlin/app/revanced/patches/music/layout/branding/name/CustomBrandingNamePatch.kt b/src/main/kotlin/app/revanced/patches/music/layout/branding/name/CustomBrandingNamePatch.kt index 9d161a74d..96f79b686 100644 --- a/src/main/kotlin/app/revanced/patches/music/layout/branding/name/CustomBrandingNamePatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/layout/branding/name/CustomBrandingNamePatch.kt @@ -9,7 +9,7 @@ import app.revanced.util.valueOrThrow @Suppress("DEPRECATION", "unused") object CustomBrandingNamePatch : BaseResourcePatch( - name = "Custom branding name YouTube Music", + name = "Custom branding name for YouTube Music", description = "Renames the YouTube Music app to the name specified in options.json.", compatiblePackages = COMPATIBLE_PACKAGE ) { diff --git a/src/main/kotlin/app/revanced/patches/music/layout/translations/TranslationsPatch.kt b/src/main/kotlin/app/revanced/patches/music/layout/translations/TranslationsPatch.kt index 15631c200..594c6f79f 100644 --- a/src/main/kotlin/app/revanced/patches/music/layout/translations/TranslationsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/layout/translations/TranslationsPatch.kt @@ -10,7 +10,7 @@ import app.revanced.util.patch.BaseResourcePatch @Suppress("unused") object TranslationsPatch : BaseResourcePatch( - name = "Translations YouTube Music", + name = "Translations for YouTube Music", description = "Add translations or remove string resources.", dependencies = setOf(SettingsPatch::class), compatiblePackages = COMPATIBLE_PACKAGE diff --git a/src/main/kotlin/app/revanced/patches/reddit/layout/branding/name/CustomBrandingNamePatch.kt b/src/main/kotlin/app/revanced/patches/reddit/layout/branding/name/CustomBrandingNamePatch.kt index 29968ff2c..41f6a917e 100644 --- a/src/main/kotlin/app/revanced/patches/reddit/layout/branding/name/CustomBrandingNamePatch.kt +++ b/src/main/kotlin/app/revanced/patches/reddit/layout/branding/name/CustomBrandingNamePatch.kt @@ -10,7 +10,7 @@ import java.nio.file.Files @Suppress("DEPRECATION", "unused") object CustomBrandingNamePatch : BaseResourcePatch( - name = "Custom branding name Reddit", + name = "Custom branding name for Reddit", description = "Renames the Reddit app to the name specified in options.json.", compatiblePackages = COMPATIBLE_PACKAGE, use = false diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/branding/icon/CustomBrandingIconPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/branding/icon/CustomBrandingIconPatch.kt index 73fababf4..ad5df2d1a 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/branding/icon/CustomBrandingIconPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/branding/icon/CustomBrandingIconPatch.kt @@ -16,7 +16,7 @@ import app.revanced.util.underBarOrThrow @Suppress("unused") object CustomBrandingIconPatch : BaseResourcePatch( - name = "Custom branding icon YouTube", + name = "Custom branding icon for YouTube", description = "Changes the YouTube app icon to the icon specified in options.json.", dependencies = setOf(SettingsPatch::class), compatiblePackages = COMPATIBLE_PACKAGE, diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/branding/name/CustomBrandingNamePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/branding/name/CustomBrandingNamePatch.kt index c351e9160..b2012696a 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/branding/name/CustomBrandingNamePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/branding/name/CustomBrandingNamePatch.kt @@ -11,7 +11,7 @@ import app.revanced.util.valueOrThrow @Suppress("DEPRECATION", "unused") object CustomBrandingNamePatch : BaseResourcePatch( - name = "Custom branding name YouTube", + name = "Custom branding name for YouTube", description = "Renames the YouTube app to the name specified in options.json.", dependencies = setOf(SettingsPatch::class), compatiblePackages = COMPATIBLE_PACKAGE diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/translations/TranslationsPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/translations/TranslationsPatch.kt index 40e78d392..26ffbe1ef 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/translations/TranslationsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/translations/TranslationsPatch.kt @@ -10,7 +10,7 @@ import app.revanced.util.patch.BaseResourcePatch @Suppress("unused") object TranslationsPatch : BaseResourcePatch( - name = "Translations YouTube", + name = "Translations for YouTube", description = "Add translations or remove string resources.", dependencies = setOf(SettingsPatch::class), compatiblePackages = COMPATIBLE_PACKAGE