diff --git a/src/main/kotlin/app/revanced/patches/music/utils/microg/bytecode/patch/MicroGPatch.kt b/src/main/kotlin/app/revanced/patches/music/utils/microg/bytecode/patch/MicroGPatch.kt index cc8127b88..f439de2ec 100644 --- a/src/main/kotlin/app/revanced/patches/music/utils/microg/bytecode/patch/MicroGPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/utils/microg/bytecode/patch/MicroGPatch.kt @@ -30,7 +30,7 @@ import app.revanced.util.microg.MicroGBytecodeHelper ] ) @Name("MicroG support") -@Description("Allows ReVanced Music to run without root and under a different package name with MicroG.") +@Description("Allows ReVanced Extended Music to run without root and under a different package name with MicroG.") @MusicCompatibility class MicroGPatch : BytecodePatch( listOf( diff --git a/src/main/kotlin/app/revanced/patches/reddit/utils/settings/resource/patch/SettingsPatch.kt b/src/main/kotlin/app/revanced/patches/reddit/utils/settings/resource/patch/SettingsPatch.kt index 75ca9c031..12da8539a 100644 --- a/src/main/kotlin/app/revanced/patches/reddit/utils/settings/resource/patch/SettingsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/reddit/utils/settings/resource/patch/SettingsPatch.kt @@ -14,7 +14,7 @@ import kotlin.io.path.exists @Patch @Name("Reddit settings") -@Description("Adds ReVanced settings to Reddit.") +@Description("Adds ReVanced Extended Settings to Reddit.") @DependsOn( [ IntegrationsPatch::class, diff --git a/src/main/kotlin/app/revanced/patches/shared/patch/settings/AbstractSettingsResourcePatch.kt b/src/main/kotlin/app/revanced/patches/shared/patch/settings/AbstractSettingsResourcePatch.kt index e1321d277..29d139f8a 100644 --- a/src/main/kotlin/app/revanced/patches/shared/patch/settings/AbstractSettingsResourcePatch.kt +++ b/src/main/kotlin/app/revanced/patches/shared/patch/settings/AbstractSettingsResourcePatch.kt @@ -24,7 +24,7 @@ abstract class AbstractSettingsResourcePatch( context.copyXmlNode(sourceHostDirectory, "values/strings.xml", "resources") /** - * Initialize ReVanced Settings + * Initialize ReVanced Extended Settings */ if (isYouTube) context.copyResources( diff --git a/src/main/kotlin/app/revanced/patches/youtube/utils/microg/resource/patch/MicroGPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/utils/microg/resource/patch/MicroGPatch.kt index d57944b3a..7e059da78 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/utils/microg/resource/patch/MicroGPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/utils/microg/resource/patch/MicroGPatch.kt @@ -21,7 +21,7 @@ import app.revanced.util.resources.ResourceHelper.setMicroG @Patch @Name("MicroG support") -@Description("Allows ReVanced to run without root and under a different package name with MicroG.") +@Description("Allows ReVanced Extended to run without root and under a different package name with MicroG.") @DependsOn( [ PackageNamePatch::class, diff --git a/src/main/kotlin/app/revanced/patches/youtube/utils/returnyoutubedislike/general/patch/ReturnYouTubeDislikePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/utils/returnyoutubedislike/general/patch/ReturnYouTubeDislikePatch.kt index 9157c824c..8573a0ff0 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/utils/returnyoutubedislike/general/patch/ReturnYouTubeDislikePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/utils/returnyoutubedislike/general/patch/ReturnYouTubeDislikePatch.kt @@ -171,7 +171,7 @@ class ReturnYouTubeDislikePatch : BytecodePatch( VideoIdPatch.injectCall("$INTEGRATIONS_RYD_CLASS_DESCRIPTOR->newVideoLoaded(Ljava/lang/String;)V") /** - * Add ReVanced Settings + * Add ReVanced Extended Settings */ SettingsPatch.addReVancedPreference("ryd_settings") diff --git a/src/main/kotlin/app/revanced/patches/youtube/utils/settings/resource/patch/SettingsPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/utils/settings/resource/patch/SettingsPatch.kt index fd9e5f7c7..7889556aa 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/utils/settings/resource/patch/SettingsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/utils/settings/resource/patch/SettingsPatch.kt @@ -26,7 +26,7 @@ import java.util.concurrent.TimeUnit @Patch @Name("Settings") -@Description("Applies mandatory patches to implement ReVanced settings into the application.") +@Description("Applies mandatory patches to implement ReVanced Extended Settings into the application.") @DependsOn( [ IntegrationsPatch::class, @@ -103,12 +103,12 @@ class SettingsPatch : AbstractSettingsResourcePatch( } /** - * initialize ReVanced Settings + * initialize ReVanced Extended Settings */ addReVancedPreference("extended_settings") /** - * remove revanced settings divider + * remove ReVanced Extended Settings divider */ arrayOf("Theme.YouTube.Settings", "Theme.YouTube.Settings.Dark").forEach { themeName -> context.xmlEditor["res/values/styles.xml"].use { editor -> diff --git a/src/main/kotlin/app/revanced/patches/youtube/utils/sponsorblock/resource/patch/SponsorBlockPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/utils/sponsorblock/resource/patch/SponsorBlockPatch.kt index da7e92935..7b101aee9 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/utils/sponsorblock/resource/patch/SponsorBlockPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/utils/sponsorblock/resource/patch/SponsorBlockPatch.kt @@ -95,7 +95,7 @@ class SponsorBlockPatch : ResourcePatch { } /** - * Add ReVanced Settings + * Add ReVanced Extended Settings */ SettingsPatch.addReVancedPreference("sponsorblock_settings") diff --git a/src/main/resources/youtube/settings/host/values/strings.xml b/src/main/resources/youtube/settings/host/values/strings.xml index 6ff67451b..9cbc28134 100644 --- a/src/main/resources/youtube/settings/host/values/strings.xml +++ b/src/main/resources/youtube/settings/host/values/strings.xml @@ -26,7 +26,7 @@ Append playback speed Append video quality Append information type - Import ReVanced settings from file or export ReVanced settings to file + Import ReVanced Extended settings from file or export ReVanced Extended settings to file Bottom player Button container Ambient mode is disabled in battery saver mode @@ -163,7 +163,7 @@ Wide search bar is enabled Enable wide search bar Experimental Flags - Save your ReVanced settings to file + Save your ReVanced Extended settings to file Export settings Installed Not installed @@ -552,7 +552,7 @@ Known issue: Autoplay does not work" "Replace download button with external download button Only available on YouTube v18.24.37+" Hook download button - Fetch ReVanced settings from saved file + Fetch ReVanced Extended settings from saved file Import settings Layout Miscellaneous