diff --git a/src/main/kotlin/app/revanced/patches/music/ad/video/patch/MusicVideoAdsPatch.kt b/src/main/kotlin/app/revanced/patches/music/ad/video/patch/MusicVideoAdsPatch.kt index 7c3cb61b..c65d0286 100644 --- a/src/main/kotlin/app/revanced/patches/music/ad/video/patch/MusicVideoAdsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/ad/video/patch/MusicVideoAdsPatch.kt @@ -16,7 +16,7 @@ import app.revanced.patches.music.ad.video.fingerprints.ShowMusicVideoAdsFingerp @Patch @Name("music-video-ads") -@Description("Removes ads in the YouTube Music player.") +@Description("Removes ads in the music player.") @MusicVideoAdsCompatibility @Version("0.0.1") class MusicVideoAdsPatch : BytecodePatch( diff --git a/src/main/kotlin/app/revanced/patches/music/audio/codecs/patch/CodecsUnlockPatch.kt b/src/main/kotlin/app/revanced/patches/music/audio/codecs/patch/CodecsUnlockPatch.kt index ed832e08..e6a225a2 100644 --- a/src/main/kotlin/app/revanced/patches/music/audio/codecs/patch/CodecsUnlockPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/audio/codecs/patch/CodecsUnlockPatch.kt @@ -16,7 +16,7 @@ import app.revanced.patches.music.audio.codecs.fingerprints.CodecsLockFingerprin @Patch @Name("codecs-unlock") -@Description("Enables more audio codecs. Usually results in better audio quality but may depend on song and device.") +@Description("Adds more audio codec options. The new audio codecs usually result in better audio quality.") @CodecsUnlockCompatibility @Version("0.0.1") class CodecsUnlockPatch : BytecodePatch( diff --git a/src/main/kotlin/app/revanced/patches/music/audio/exclusiveaudio/patch/ExclusiveAudioPatch.kt b/src/main/kotlin/app/revanced/patches/music/audio/exclusiveaudio/patch/ExclusiveAudioPatch.kt index 23efa95b..4f7ad175 100644 --- a/src/main/kotlin/app/revanced/patches/music/audio/exclusiveaudio/patch/ExclusiveAudioPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/audio/exclusiveaudio/patch/ExclusiveAudioPatch.kt @@ -17,7 +17,7 @@ import app.revanced.patches.music.audio.exclusiveaudio.fingerprints.ExclusiveAud @Patch @Name("exclusive-audio-playback") -@Description("Adds the option to play music without video.") +@Description("Enables the option to play music without video.") @ExclusiveAudioCompatibility @Version("0.0.1") class ExclusiveAudioPatch : BytecodePatch( diff --git a/src/main/kotlin/app/revanced/patches/music/layout/tastebuilder/patch/RemoveTasteBuilderPatch.kt b/src/main/kotlin/app/revanced/patches/music/layout/tastebuilder/patch/RemoveTasteBuilderPatch.kt index 3830433f..77d5eaca 100644 --- a/src/main/kotlin/app/revanced/patches/music/layout/tastebuilder/patch/RemoveTasteBuilderPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/layout/tastebuilder/patch/RemoveTasteBuilderPatch.kt @@ -15,7 +15,7 @@ import org.jf.dexlib2.iface.instruction.formats.Instruction22c @Patch @Name("tasteBuilder-remover") -@Description("Removes the \"Tell us which artists you like\" card from the Home screen. The same functionality can be triggered from the settings anyway.") +@Description("Removes the \"Tell us which artists you like\" card from the home screen.") @RemoveTasteBuilderCompatibility @Version("0.0.1") class RemoveTasteBuilderPatch : BytecodePatch( diff --git a/src/main/kotlin/app/revanced/patches/music/layout/upgradebutton/patch/RemoveUpgradeButtonPatch.kt b/src/main/kotlin/app/revanced/patches/music/layout/upgradebutton/patch/RemoveUpgradeButtonPatch.kt index bde1c4d9..f1c0b0e0 100644 --- a/src/main/kotlin/app/revanced/patches/music/layout/upgradebutton/patch/RemoveUpgradeButtonPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/layout/upgradebutton/patch/RemoveUpgradeButtonPatch.kt @@ -20,7 +20,7 @@ import org.jf.dexlib2.iface.instruction.formats.Instruction35c @Patch @Name("upgrade-button-remover") -@Description("Removes the upgrade tab from the pivot bar in YouTube Music.") +@Description("Removes the upgrade tab from the pivot bar.") @RemoveUpgradeButtonCompatibility @Version("0.0.1") class RemoveUpgradeButtonPatch : BytecodePatch( diff --git a/src/main/kotlin/app/revanced/patches/youtube/ad/general/bytecode/patch/GeneralBytecodeAdsPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/ad/general/bytecode/patch/GeneralBytecodeAdsPatch.kt index 0ade2cb3..7650d9eb 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/ad/general/bytecode/patch/GeneralBytecodeAdsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/ad/general/bytecode/patch/GeneralBytecodeAdsPatch.kt @@ -40,7 +40,7 @@ import org.jf.dexlib2.immutable.reference.ImmutableMethodReference @Patch @Dependencies([ResourceIdMappingProviderResourcePatch::class, IntegrationsPatch::class]) @Name("general-ads") -@Description("Removes general ads in bytecode.") +@Description("Removes general ads.") @GeneralAdsCompatibility @Version("0.0.1") class GeneralBytecodeAdsPatch : BytecodePatch() { diff --git a/src/main/kotlin/app/revanced/patches/youtube/ad/video/patch/VideoAdsPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/ad/video/patch/VideoAdsPatch.kt index b4c5304a..4b2b2e73 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/ad/video/patch/VideoAdsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/ad/video/patch/VideoAdsPatch.kt @@ -19,7 +19,7 @@ import app.revanced.patches.youtube.misc.integrations.patch.IntegrationsPatch @Patch @Dependencies([IntegrationsPatch::class]) @Name("video-ads") -@Description("Removes ads in the YouTube video player.") +@Description("Removes ads in the video player.") @VideoAdsCompatibility @Version("0.0.1") class VideoAdsPatch : BytecodePatch( diff --git a/src/main/kotlin/app/revanced/patches/youtube/interaction/seekbar/patch/EnableSeekbarTappingPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/interaction/seekbar/patch/EnableSeekbarTappingPatch.kt index 18a0da06..0aeaf115 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/interaction/seekbar/patch/EnableSeekbarTappingPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/interaction/seekbar/patch/EnableSeekbarTappingPatch.kt @@ -24,7 +24,7 @@ import org.jf.dexlib2.iface.instruction.formats.Instruction35c @Patch @Dependencies([IntegrationsPatch::class]) @Name("seekbar-tapping") -@Description("Enables tapping on the seekbar of the YouTube player.") +@Description("Enables tap-to-seek on the seekbar of the video player.") @SeekbarTappingCompatibility @Version("0.0.1") class EnableSeekbarTappingPatch : BytecodePatch( diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/autoplaybutton/patch/HideAutoplayButton.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/autoplaybutton/patch/HideAutoplayButton.kt index 2a2aaddd..3469fa75 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/autoplaybutton/patch/HideAutoplayButton.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/autoplaybutton/patch/HideAutoplayButton.kt @@ -20,7 +20,7 @@ import org.jf.dexlib2.iface.instruction.WideLiteralInstruction @Patch @Dependencies([ResourceIdMappingProviderResourcePatch::class]) @Name("hide-autoplay-button") -@Description("Disables the autoplay button.") +@Description("Hides the autoplay button in the video player.") @AutoplayButtonCompatibility @Version("0.0.1") class HideAutoplayButton : BytecodePatch( diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/branding/header/patch/PremiumHeadingPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/branding/header/patch/PremiumHeadingPatch.kt index a13ca2d0..367a3c73 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/branding/header/patch/PremiumHeadingPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/branding/header/patch/PremiumHeadingPatch.kt @@ -19,7 +19,7 @@ import kotlin.io.path.exists @Patch @Dependencies([FixLocaleConfigErrorPatch::class]) @Name("premium-heading") -@Description("Shows premium branding on the YouTube home screen.") +@Description("Shows premium branding on the home screen.") @PremiumHeadingCompatibility @Version("0.0.1") class PremiumHeadingPatch : ResourcePatch() { diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/branding/icon/patch/CustomBrandingPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/branding/icon/patch/CustomBrandingPatch.kt index a39afde2..8f1e6adc 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/branding/icon/patch/CustomBrandingPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/branding/icon/patch/CustomBrandingPatch.kt @@ -17,7 +17,7 @@ import java.nio.file.Files @Patch @Dependencies([FixLocaleConfigErrorPatch::class]) @Name("custom-branding") -@Description("Changes the branding of YouTube.") +@Description("Changes the YouTube launcher icon to be ReVanced's.") @CustomBrandingCompatibility @Version("0.0.1") class CustomBrandingPatch : ResourcePatch() { diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/castbutton/patch/HideCastButtonPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/castbutton/patch/HideCastButtonPatch.kt index e91b579d..249d4c73 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/castbutton/patch/HideCastButtonPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/castbutton/patch/HideCastButtonPatch.kt @@ -16,7 +16,7 @@ import app.revanced.patches.youtube.misc.integrations.patch.IntegrationsPatch @Patch @Dependencies([IntegrationsPatch::class]) @Name("hide-cast-button") -@Description("Hides the cast button.") +@Description("Hides the cast button in the video player.") @CastButtonCompatibility @Version("0.0.1") class HideCastButtonPatch : BytecodePatch() { diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/createbutton/patch/CreateButtonRemoverPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/createbutton/patch/CreateButtonRemoverPatch.kt index 50ef2f07..a2d385cb 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/createbutton/patch/CreateButtonRemoverPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/createbutton/patch/CreateButtonRemoverPatch.kt @@ -24,7 +24,7 @@ import org.jf.dexlib2.iface.reference.MethodReference @Patch @Dependencies([IntegrationsPatch::class, ResourceIdMappingProviderResourcePatch::class]) @Name("disable-create-button") -@Description("Disables the create button.") +@Description("Hides the create button in the navigation bar.") @CreateButtonCompatibility @Version("0.0.1") class CreateButtonRemoverPatch : BytecodePatch( diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/fullscreenpanels/patch/FullscreenPanelsRemoverPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/fullscreenpanels/patch/FullscreenPanelsRemoverPatch.kt index 773b9de2..3fa06cb9 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/fullscreenpanels/patch/FullscreenPanelsRemoverPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/fullscreenpanels/patch/FullscreenPanelsRemoverPatch.kt @@ -19,7 +19,7 @@ import org.jf.dexlib2.iface.reference.MethodReference @Patch @Name("disable-fullscreen-panels") -@Description("Disables comments panel in fullscreen view.") +@Description("Disables video description and comments panel in fullscreen view.") @FullscreenPanelsCompatibility @Version("0.0.1") class FullscreenPanelsRemovalPatch : BytecodePatch( diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/reels/patch/HideReelsPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/reels/patch/HideReelsPatch.kt index 8edbd602..c1e7982d 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/reels/patch/HideReelsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/reels/patch/HideReelsPatch.kt @@ -13,7 +13,7 @@ import app.revanced.patches.youtube.layout.reels.fingerprints.HideReelsFingerpri //@Patch TODO: this is currently in the general-bytecode-ads patch due to the integrations having a preference for including reels or not. Move it here. @Name("hide-reels") -@Description("Hides reels on the page.") +@Description("Hides reels on the home page.") @HideReelsCompatibility @Version("0.0.1") class HideReelsPatch : BytecodePatch( diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/returnyoutubedislike/patch/ReturnYouTubeDislikePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/returnyoutubedislike/patch/ReturnYouTubeDislikePatch.kt index 4bc7730f..e0169bb0 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/returnyoutubedislike/patch/ReturnYouTubeDislikePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/returnyoutubedislike/patch/ReturnYouTubeDislikePatch.kt @@ -22,7 +22,7 @@ import app.revanced.patches.youtube.misc.videoid.patch.VideoIdPatch @Patch @Dependencies([IntegrationsPatch::class, VideoIdPatch::class]) @Name("return-youtube-dislike") -@Description("Shows the dislike count of videos.") +@Description("Shows the dislike count of videos using the Return YouTube Dislike API.") @ReturnYouTubeDislikeCompatibility @Version("0.0.1") class ReturnYouTubeDislikePatch : BytecodePatch( diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/shorts/button/patch/ShortsButtonRemoverPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/shorts/button/patch/ShortsButtonRemoverPatch.kt index 9cd0c489..46ceb2bf 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/shorts/button/patch/ShortsButtonRemoverPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/shorts/button/patch/ShortsButtonRemoverPatch.kt @@ -19,7 +19,7 @@ import org.jf.dexlib2.iface.instruction.OneRegisterInstruction @Patch @Dependencies([IntegrationsPatch::class]) @Name("hide-shorts-button") -@Description("Hides the shorts button.") +@Description("Hides the shorts button on the navigation bar.") @ShortsButtonCompatibility @Version("0.0.1") class ShortsButtonRemoverPatch : BytecodePatch( diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/watermark/patch/HideWatermarkPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/watermark/patch/HideWatermarkPatch.kt index 77de2903..a7c32eff 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/watermark/patch/HideWatermarkPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/watermark/patch/HideWatermarkPatch.kt @@ -21,7 +21,7 @@ import app.revanced.patches.youtube.misc.integrations.patch.IntegrationsPatch @Patch @Dependencies([IntegrationsPatch::class]) @Name("hide-watermark") -@Description("Hides the creator's watermark on videos.") +@Description("Hides creator's watermarks on videos.") @HideWatermarkCompatibility @Version("0.0.1") class HideWatermarkPatch : BytecodePatch( diff --git a/src/main/kotlin/app/revanced/patches/youtube/misc/customplaybackspeed/patch/CustomPlaybackSpeedPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/misc/customplaybackspeed/patch/CustomPlaybackSpeedPatch.kt index 72afece6..fe61a7dc 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/misc/customplaybackspeed/patch/CustomPlaybackSpeedPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/misc/customplaybackspeed/patch/CustomPlaybackSpeedPatch.kt @@ -24,7 +24,7 @@ import org.jf.dexlib2.iface.reference.MethodReference @Patch @Name("custom-playback-speed") -@Description("Allows to change the default playback speed options.") +@Description("Adds more video playback speed options.") @Dependencies([IntegrationsPatch::class]) @CustomPlaybackSpeedCompatibility @Version("0.0.1") diff --git a/src/main/kotlin/app/revanced/patches/youtube/misc/microg/patch/bytecode/MicroGBytecodePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/misc/microg/patch/bytecode/MicroGBytecodePatch.kt index 25dcf49e..cd702198 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/misc/microg/patch/bytecode/MicroGBytecodePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/misc/microg/patch/bytecode/MicroGBytecodePatch.kt @@ -37,7 +37,7 @@ import org.jf.dexlib2.immutable.reference.ImmutableStringReference ] ) @Name("microg-support") -@Description("Allows YouTube ReVanced to run without root and under a different package name.") +@Description("Allows YouTube ReVanced to run without root and under a different package name with Vanced MicroG") @MicroGPatchCompatibility @Version("0.0.1") class MicroGBytecodePatch : BytecodePatch(