mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 13:17:46 +02:00
Improve strings (2.0) (#42)
* (Reddit): Improve patch descriptions * (Reddit): Fix grammar in new patch descriptions * fix (YTM): Typo in toggle description * fix (Remove viewer discretion dialog): Typo * (YT Music): Improve patch descriptions * (Zen mode): Use "Grey" instead of "Gray" * (Opus codec): Make description more specific * (YT Music): Update in-app strings and toasts * (YTM - Change start page) Fix typos * (Enable old player layout): Make disclaimer more descriptive * (Reddit - Open links directly): Grammar in description * Update some in-app descriptions * Apply suggestion from review * (Reddit - Hide toolbar button): Update description * (Reddit - Recently visted shelf): Grammar in description * (YTM): Make strings consistent * (YT): Descriptions and strings for some patches * (YT Music -Hide account menu): Clarity string
This commit is contained in:
@ -22,7 +22,7 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
|
||||
|
||||
@Patch(
|
||||
name = "Hide handle",
|
||||
description = "Adds an option to hide the handle in the account switcher.",
|
||||
description = "Adds an option to hide the handle in the account menu.",
|
||||
dependencies = [
|
||||
SettingsPatch::class,
|
||||
SharedResourceIdPatch::class
|
||||
|
@ -14,7 +14,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Hide recently visited shelf",
|
||||
description = "Adds an option to hide the recently visited shelf in sidebar.",
|
||||
description = "Adds an option to hide the recently visited shelf in the sidebar.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")]
|
||||
)
|
||||
|
@ -17,7 +17,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Hide toolbar button",
|
||||
description = "Adds an option to hide the \"r/place\" or Reddit recap button in the toolbar.",
|
||||
description = "Adds an option to hide the r/place or Reddit recap button in the toolbar.",
|
||||
dependencies =
|
||||
[
|
||||
SettingsPatch::class,
|
||||
|
@ -17,7 +17,7 @@ import org.w3c.dom.Element
|
||||
|
||||
@Patch(
|
||||
name = "Hide general ads",
|
||||
description = "Hides general ads.",
|
||||
description = "Adds options to hide general ads.",
|
||||
dependencies = [
|
||||
DoubleBackToClosePatch::class,
|
||||
GeneralAdsBytecodePatch::class,
|
||||
|
@ -9,7 +9,7 @@ import app.revanced.patches.youtube.utils.settings.SettingsPatch
|
||||
|
||||
@Patch(
|
||||
name = "Hide video ads",
|
||||
description = "Hides ads in the video player.",
|
||||
description = "Adds an option to hide ads in the video player.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [
|
||||
CompatiblePackage(
|
||||
|
@ -30,7 +30,7 @@ import com.android.tools.smali.dexlib2.immutable.ImmutableMethod
|
||||
|
||||
@Patch(
|
||||
name = "Alternative thumbnails",
|
||||
description = "Adds an option to replace video thumbnails with still image captures of the video.",
|
||||
description = "Adds options to replace video thumbnails using the DeArrow API or image captures from the video.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [
|
||||
CompatiblePackage(
|
||||
|
@ -10,7 +10,7 @@ import app.revanced.patches.youtube.utils.settings.SettingsPatch
|
||||
|
||||
@Patch(
|
||||
name = "Hide button container",
|
||||
description = "Adds the options to hide action buttons under a video.",
|
||||
description = "Adds options to hide action buttons below the video player.",
|
||||
dependencies = [
|
||||
LithoFilterPatch::class,
|
||||
SettingsPatch::class
|
||||
|
@ -10,7 +10,7 @@ import app.revanced.patches.youtube.utils.settings.SettingsPatch
|
||||
|
||||
@Patch(
|
||||
name = "Hide comment component",
|
||||
description = "Hides components related to comments.",
|
||||
description = "Adds options to hide components related to comments.",
|
||||
dependencies = [
|
||||
LithoFilterPatch::class,
|
||||
SettingsPatch::class
|
||||
|
@ -15,7 +15,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Enable bottom player gestures",
|
||||
description = "Switching to fullscreen by swiping the bottom area of the player.",
|
||||
description = "Adds an option to enter fullscreen when swiping down below the video player.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [
|
||||
CompatiblePackage(
|
||||
|
@ -21,7 +21,7 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
|
||||
|
||||
@Patch(
|
||||
name = "Hide feed flyout panel",
|
||||
description = "Hides feed flyout panel components.",
|
||||
description = "Adds the ability to hide feed flyout panel components using a custom filter.",
|
||||
dependencies = [
|
||||
SettingsPatch::class,
|
||||
SharedResourceIdPatch::class
|
||||
|
@ -19,7 +19,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Enable old quality layout",
|
||||
description = "Enables the original quality flyout menu.",
|
||||
description = "Adds an option to restore the old video quality menu with specific video resolution options.",
|
||||
dependencies = [
|
||||
BottomSheetRecyclerViewPatch::class,
|
||||
LithoFilterPatch::class,
|
||||
|
@ -23,7 +23,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Hide player flyout panel",
|
||||
description = "Hides player flyout panel components.",
|
||||
description = "Adds options to hide player flyout panel components.",
|
||||
dependencies = [
|
||||
LithoFilterPatch::class,
|
||||
PlayerTypeHookPatch::class,
|
||||
|
@ -20,7 +20,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Hide autoplay preview",
|
||||
description = "Hides the autoplay preview container in the fullscreen.",
|
||||
description = "Adds an option to hide the autoplay preview container when in fullscreen.",
|
||||
dependencies = [
|
||||
SettingsPatch::class,
|
||||
SharedResourceIdPatch::class
|
||||
|
@ -16,7 +16,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Enable compact controls overlay",
|
||||
description = "Enables compact control overlay.",
|
||||
description = "Adds an option to make the fullscreen controls compact.",
|
||||
dependencies = [
|
||||
SettingsPatch::class,
|
||||
SharedResourceIdPatch::class
|
||||
|
@ -16,7 +16,7 @@ import app.revanced.util.exception
|
||||
|
||||
@Patch(
|
||||
name = "Hide end screen overlay",
|
||||
description = "Hide end screen overlay on swipe controls.",
|
||||
description = "Adds an option to hide the overlay in fullscreen when swiping up and at the end of videos.",
|
||||
dependencies = [
|
||||
SettingsPatch::class,
|
||||
SharedResourceIdPatch::class
|
||||
|
@ -23,7 +23,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Force fullscreen",
|
||||
description = "Switch the video to fullscreen.",
|
||||
description = "Adds an option to forcefully open videos in fullscreen.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [
|
||||
CompatiblePackage(
|
||||
|
@ -26,7 +26,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.formats.Instruction35c
|
||||
|
||||
@Patch(
|
||||
name = "Hide fullscreen panels",
|
||||
description = "Hides video description and comments panel in fullscreen view.",
|
||||
description = "Adds an option to hide panels such as live chat when in fullscreen.",
|
||||
dependencies = [
|
||||
QuickActionsHookPatch::class,
|
||||
SettingsPatch::class
|
||||
|
@ -17,7 +17,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Disable landscape mode",
|
||||
description = "Disable landscape mode when entering fullscreen.",
|
||||
description = "Adds an option to disable landscape mode when entering fullscreen.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [
|
||||
CompatiblePackage(
|
||||
|
@ -11,7 +11,7 @@ import app.revanced.patches.youtube.utils.settings.SettingsPatch
|
||||
|
||||
@Patch(
|
||||
name = "Quick actions components",
|
||||
description = "Adds options to customize quick action components in fullscreen.",
|
||||
description = "Adds options to hide and customize components below the seekbar in fullscreen.",
|
||||
dependencies = [
|
||||
LithoFilterPatch::class,
|
||||
QuickActionsHookPatch::class,
|
||||
|
Reference in New Issue
Block a user