From bed9ae695d94a620875bd5533d41a434ae6cbbb1 Mon Sep 17 00:00:00 2001 From: EvadeMaster <93124920+EvadeMaster@users.noreply.github.com> Date: Tue, 31 Jan 2023 19:48:49 +0700 Subject: [PATCH] chore(youtube): word patch descriptions clearly (#1571) Co-authored-by: oSumAtrIX --- .../removerestriction/patch/RemoveScreenshotRestrictionPatch.kt | 2 +- .../finanzonline/detection/root/patch/RootDetectionPatch.kt | 2 +- .../sponsorblock/bytecode/patch/SponsorBlockBytecodePatch.kt | 2 +- .../misc/openlinksdirectly/patch/OpenLinksDirectlyPatch.kt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/all/screenshot/removerestriction/patch/RemoveScreenshotRestrictionPatch.kt b/src/main/kotlin/app/revanced/patches/all/screenshot/removerestriction/patch/RemoveScreenshotRestrictionPatch.kt index c3d2f86ec..57fde50b6 100644 --- a/src/main/kotlin/app/revanced/patches/all/screenshot/removerestriction/patch/RemoveScreenshotRestrictionPatch.kt +++ b/src/main/kotlin/app/revanced/patches/all/screenshot/removerestriction/patch/RemoveScreenshotRestrictionPatch.kt @@ -17,7 +17,7 @@ import org.jf.dexlib2.iface.reference.MethodReference @Patch(false) @Name("remove-screenshot-restriction") -@Description("Removes the restriction of making screenshots.") +@Description("Removes the restriction of taking screenshots in apps that normally wouldn't allow it.") @Version("0.0.1") class RemoveScreenshotRestrictionPatch : BytecodePatch() { diff --git a/src/main/kotlin/app/revanced/patches/finanzonline/detection/root/patch/RootDetectionPatch.kt b/src/main/kotlin/app/revanced/patches/finanzonline/detection/root/patch/RootDetectionPatch.kt index 216ba2cd9..4995e0705 100644 --- a/src/main/kotlin/app/revanced/patches/finanzonline/detection/root/patch/RootDetectionPatch.kt +++ b/src/main/kotlin/app/revanced/patches/finanzonline/detection/root/patch/RootDetectionPatch.kt @@ -15,7 +15,7 @@ import app.revanced.patches.finanzonline.detection.shared.annotations.DetectionC @Patch @Name("remove-root-detection") -@Description("Removes the check for root permissions") +@Description("Removes the check for root permissions.") @DetectionCompatibility @Version("0.0.1") class RootDetectionPatch : BytecodePatch( diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/sponsorblock/bytecode/patch/SponsorBlockBytecodePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/sponsorblock/bytecode/patch/SponsorBlockBytecodePatch.kt index 8ca1ab12e..0a75529e3 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/sponsorblock/bytecode/patch/SponsorBlockBytecodePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/sponsorblock/bytecode/patch/SponsorBlockBytecodePatch.kt @@ -46,7 +46,7 @@ import org.jf.dexlib2.iface.reference.StringReference ] ) @Name("sponsorblock") -@Description("Integrate SponsorBlock.") +@Description("Integrates SponsorBlock which allows skipping video segments such as sponsored content.") @SponsorBlockCompatibility @Version("0.0.1") class SponsorBlockBytecodePatch : BytecodePatch( diff --git a/src/main/kotlin/app/revanced/patches/youtube/misc/openlinksdirectly/patch/OpenLinksDirectlyPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/misc/openlinksdirectly/patch/OpenLinksDirectlyPatch.kt index 8cae83e9c..ef4dc9363 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/misc/openlinksdirectly/patch/OpenLinksDirectlyPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/misc/openlinksdirectly/patch/OpenLinksDirectlyPatch.kt @@ -25,7 +25,7 @@ import org.jf.dexlib2.iface.instruction.formats.Instruction35c @Patch @DependsOn([IntegrationsPatch::class, SettingsPatch::class]) @Name("open-links-directly") -@Description("Bypasses https://youtube.com/redirect URLs.") +@Description("Skips over redirection URLs to external links.") @OpenLinksDirectlyCompatibility @Version("0.0.1") class OpenLinksDirectlyPatch : BytecodePatch(