mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 13:17:46 +02:00
Improve strings (#40)
* (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
This commit is contained in:
@ -20,7 +20,7 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
|
||||
|
||||
@Patch(
|
||||
name = "Hide account menu",
|
||||
description = "Hide account menu elements.",
|
||||
description = "Adds the ability to hide account menu elements using a custom filter.",
|
||||
dependencies = [
|
||||
SettingsPatch::class,
|
||||
SharedResourceIdPatch::class
|
||||
|
@ -22,7 +22,7 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
|
||||
|
||||
@Patch(
|
||||
name = "Hide handle",
|
||||
description = "Hides the handle in the account switcher.",
|
||||
description = "Adds an option to hide the handle in the account switcher.",
|
||||
dependencies = [
|
||||
SettingsPatch::class,
|
||||
SharedResourceIdPatch::class
|
||||
|
@ -20,7 +20,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.formats.Instruction35c
|
||||
|
||||
@Patch(
|
||||
name = "Hide terms container",
|
||||
description = "Hides terms of service container at the account menu.",
|
||||
description = "Adds an option to hide the terms of service container in the account menu.",
|
||||
dependencies = [
|
||||
SettingsPatch::class,
|
||||
SharedResourceIdPatch::class
|
||||
|
@ -26,7 +26,7 @@ import kotlin.math.min
|
||||
|
||||
@Patch(
|
||||
name = "Hide action bar component",
|
||||
description = "Hides action bar components or replaces the offline download button with an external download button.",
|
||||
description = "Adds options to hide action bar components and replace the offline download button with an external download button.",
|
||||
dependencies = [
|
||||
IntentHookPatch::class,
|
||||
SettingsPatch::class,
|
||||
|
@ -29,7 +29,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Hide general ads",
|
||||
description = "Hides general ads.",
|
||||
description = "Adds options to hide general ads.",
|
||||
dependencies = [
|
||||
LithoFilterPatch::class,
|
||||
MusicAdsPatch::class,
|
||||
|
@ -15,7 +15,7 @@ import app.revanced.util.exception
|
||||
|
||||
@Patch(
|
||||
name = "Enable compact dialog",
|
||||
description = "Enable compact dialog on phone.",
|
||||
description = "Adds an option to enable the compact flyout menu on phones.",
|
||||
dependencies = [
|
||||
SettingsPatch::class,
|
||||
SharedResourceIdPatch::class
|
||||
|
@ -21,7 +21,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Hide flyout panel",
|
||||
description = "Hides flyout panel components.",
|
||||
description = "Adds options to hide flyout panel components.",
|
||||
dependencies = [
|
||||
FlyoutButtonContainerPatch::class,
|
||||
SettingsPatch::class
|
||||
|
@ -11,7 +11,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
|
||||
|
||||
@Patch(
|
||||
name = "Enable playback speed",
|
||||
description = "Add playback speed button to the flyout panel.",
|
||||
description = "Adds an option to add a playback speed button to the flyout panel.",
|
||||
dependencies = [
|
||||
FlyoutButtonContainerPatch::class,
|
||||
OverrideSpeedHookPatch::class,
|
||||
|
@ -18,7 +18,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Replace dismiss queue",
|
||||
description = "Replace dismiss queue menu to watch on YouTube.",
|
||||
description = "Adds an option to replace \"Dismiss queue\" with \"Watch on YouTube\" in the flyout menu.",
|
||||
dependencies = [
|
||||
FlyoutButtonItemResourcePatch::class,
|
||||
SettingsPatch::class,
|
||||
|
@ -15,7 +15,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Enable sleep timer",
|
||||
description = "Add sleep timer to flyout menu.",
|
||||
description = "Adds an option to add the sleep timer to the flyout menu.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -10,7 +10,7 @@ import org.w3c.dom.Element
|
||||
|
||||
@Patch(
|
||||
name = "Amoled",
|
||||
description = "Applies pure black theme on some components.",
|
||||
description = "Applies a pure black theme to some components.",
|
||||
dependencies = [LithoThemePatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")],
|
||||
)
|
||||
|
@ -11,7 +11,7 @@ import app.revanced.patches.shared.patch.captions.AbstractAutoCaptionsPatch
|
||||
|
||||
@Patch(
|
||||
name = "Disable auto captions",
|
||||
description = "Disables forced auto captions.",
|
||||
description = "Adds an option to disable captions from being automatically enabled.",
|
||||
dependencies = [
|
||||
SettingsPatch::class,
|
||||
VideoIdPatch::class
|
||||
|
@ -11,7 +11,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
|
||||
|
||||
@Patch(
|
||||
name = "Hide button shelf",
|
||||
description = "Hides the button shelf from homepage and explorer.",
|
||||
description = "Adds an option to hide the button shelf from the homepage and explore tab.",
|
||||
dependencies = [
|
||||
LithoFilterPatch::class,
|
||||
SettingsPatch::class
|
||||
|
@ -11,7 +11,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
|
||||
|
||||
@Patch(
|
||||
name = "Hide carousel shelf",
|
||||
description = "Hides the carousel shelf from homepage and explorer.",
|
||||
description = "Adds an option to hide the carousel shelf from the homepage and explore tab.",
|
||||
dependencies = [
|
||||
LithoFilterPatch::class,
|
||||
SettingsPatch::class
|
||||
|
@ -21,7 +21,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Hide cast button",
|
||||
description = "Hides the cast button.",
|
||||
description = "Adds an option to hide the cast button.",
|
||||
dependencies = [
|
||||
SettingsPatch::class,
|
||||
SharedResourceIdPatch::class
|
||||
|
@ -16,7 +16,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Hide category bar",
|
||||
description = "Hides the category bar.",
|
||||
description = "Adds an option to hide the category bar.",
|
||||
dependencies = [
|
||||
SettingsPatch::class,
|
||||
SharedResourceIdPatch::class
|
||||
|
@ -11,7 +11,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
|
||||
|
||||
@Patch(
|
||||
name = "Hide channel guidelines",
|
||||
description = "Hides channel guidelines at the top of comments.",
|
||||
description = "Adds an option to hide the channel guidelines at the top of the comments section.",
|
||||
dependencies = [
|
||||
LithoFilterPatch::class,
|
||||
SettingsPatch::class
|
||||
|
@ -11,7 +11,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
|
||||
|
||||
@Patch(
|
||||
name = "Enable custom filter",
|
||||
description = "Enables custom filter to hide layout components.",
|
||||
description = "Adds a custom filter which can be used to hide layout components.",
|
||||
dependencies = [
|
||||
LithoFilterPatch::class,
|
||||
SettingsPatch::class
|
||||
|
@ -10,7 +10,7 @@ import app.revanced.patches.shared.patch.dialog.AbstractRemoveViewerDiscretionDi
|
||||
|
||||
@Patch(
|
||||
name = "Remove viewer discretion dialog",
|
||||
description = "Removes the dialog that appears when you try to watch a video that has been age-restricted " +
|
||||
description = "Adds an option to remove the dialog that appears when opening a video that has been age-restricted " +
|
||||
"by accepting it automatically. This does not bypass the age restriction.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
|
@ -11,7 +11,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
|
||||
|
||||
@Patch(
|
||||
name = "Hide emoji picker",
|
||||
description = "Hides emoji picker at the comments box.",
|
||||
description = "Adds an option to hide the emoji picker when typing comments.",
|
||||
dependencies = [
|
||||
LithoFilterPatch::class,
|
||||
SettingsPatch::class
|
||||
|
@ -17,7 +17,7 @@ import app.revanced.util.exception
|
||||
|
||||
@Patch(
|
||||
name = "Hide new playlist button",
|
||||
description = "Hides the \"New playlist\" button in the library.",
|
||||
description = "Adds an option to hide the \"New playlist\" button in the library.",
|
||||
dependencies = [
|
||||
SettingsPatch::class,
|
||||
SharedResourceIdPatch::class
|
||||
|
@ -16,7 +16,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.FiveRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Hide history button",
|
||||
description = "Hides history button in toolbar.",
|
||||
description = "Adds an option to hide the history button in the toolbar.",
|
||||
dependencies = [
|
||||
SettingsPatch::class,
|
||||
SharedResourceIdPatch::class
|
||||
|
@ -14,7 +14,7 @@ import app.revanced.util.exception
|
||||
|
||||
@Patch(
|
||||
name = "Enable landscape mode",
|
||||
description = "Enables entry into landscape mode by screen rotation on the phone.",
|
||||
description = "Adds an option to enable landscape mode when rotating the screen on phones.",
|
||||
dependencies = [
|
||||
SettingsPatch::class,
|
||||
SharedResourceIdPatch::class
|
||||
|
@ -16,7 +16,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Enable old style library shelf",
|
||||
description = "Return the library shelf to old style.",
|
||||
description = "Adds an option to return the library tab to the old style.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -11,7 +11,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
|
||||
|
||||
@Patch(
|
||||
name = "Hide playlist card",
|
||||
description = "Hides the playlist card from homepage.",
|
||||
description = "Adds an option to hide the playlist card from the homepage.",
|
||||
dependencies = [
|
||||
LithoFilterPatch::class,
|
||||
SettingsPatch::class
|
||||
|
@ -19,7 +19,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Change start page",
|
||||
description = "Changes the start page of the app.",
|
||||
description = "Adds an option to set which page the app opens in instead of the homepage.",
|
||||
dependencies = [
|
||||
IntentHookPatch::class,
|
||||
SettingsPatch::class
|
||||
|
@ -11,7 +11,7 @@ import app.revanced.util.exception
|
||||
|
||||
@Patch(
|
||||
name = "Hide tooltip content",
|
||||
description = "Hides the tooltip box that appears on first install.",
|
||||
description = "Hides the tooltip box that appears when opening the app for the first time.",
|
||||
dependencies = [SharedResourceIdPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -6,7 +6,7 @@ import app.revanced.patches.shared.patch.voicesearch.AbstractVoiceSearchButtonPa
|
||||
|
||||
@Patch(
|
||||
name = "Hide voice search button",
|
||||
description = "Hide voice search button in search bar.",
|
||||
description = "Hides the voice search button in the search bar.",
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")],
|
||||
use = false
|
||||
)
|
||||
|
@ -13,7 +13,7 @@ import java.nio.file.Files
|
||||
|
||||
@Patch(
|
||||
name = "Custom branding icon YouTube Music",
|
||||
description = "Change the YouTube Music launcher icon to the icon specified in options.json.",
|
||||
description = "Changes the YouTube Music app icon to the icon specified in options.json.",
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
@Suppress("unused")
|
||||
|
@ -10,7 +10,7 @@ import app.revanced.patches.shared.patch.elements.AbstractRemoveStringsElementsP
|
||||
|
||||
@Patch(
|
||||
name = "Custom branding name YouTube Music",
|
||||
description = "Rename the YouTube Music app to the name specified in options.json.",
|
||||
description = "Renames the YouTube Music app to the name specified in options.json.",
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
@Suppress("unused")
|
||||
|
@ -6,7 +6,7 @@ import app.revanced.patches.shared.patch.doubletapbackground.AbstractDoubleTapOv
|
||||
|
||||
@Patch(
|
||||
name = "Hide double tap overlay filter",
|
||||
description = "Hides the double tap dark filter layer.",
|
||||
description = "Removes the dark overlay when double-tapping to seek.",
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")],
|
||||
use = false
|
||||
)
|
||||
|
@ -7,7 +7,7 @@ import app.revanced.patcher.patch.annotation.Patch
|
||||
|
||||
@Patch(
|
||||
name = "Disable overlay filter",
|
||||
description = "Disables dark overlay when comment, share, save to playlist, and flyout panels open.",
|
||||
description = "Removes the dark overlay when comment, share, save to playlist, and flyout panels are open.",
|
||||
dependencies = [OverlayFilterBytecodePatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")],
|
||||
use = false
|
||||
|
@ -7,7 +7,7 @@ import app.revanced.patcher.patch.annotation.Patch
|
||||
|
||||
@Patch(
|
||||
name = "Bitrate default value",
|
||||
description = "Set the audio quality to \"Always High\" when you first install the app.",
|
||||
description = "Sets the audio quality to \"Always High\" when you first install the app.",
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
@Suppress("unused")
|
||||
|
@ -10,7 +10,7 @@ import app.revanced.patches.shared.patch.opus.AbstractOpusCodecsPatch
|
||||
|
||||
@Patch(
|
||||
name = "Enable opus codec",
|
||||
description = "Enable opus codec when playing audio.",
|
||||
description = "Adds an option use the opus audio codec instead of the mp4a audio codec.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -9,7 +9,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
|
||||
|
||||
@Patch(
|
||||
name = "Enable debug logging",
|
||||
description = "Adds debugging options.",
|
||||
description = "Adds an option to enable debug logging.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")],
|
||||
use = false
|
||||
|
@ -20,7 +20,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.ReferenceInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Exclusive audio playback",
|
||||
description = "Enables the option to play music without video.",
|
||||
description = "Unlocks the option to play music without video.",
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
@Suppress("unused")
|
||||
|
@ -10,7 +10,7 @@ import app.revanced.util.exception
|
||||
|
||||
@Patch(
|
||||
name = "Enable minimized playback",
|
||||
description = "Enables minimized playback on Kids music.",
|
||||
description = "Enables playback in miniplayer for Kids music.",
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
@Suppress("unused")
|
||||
|
@ -24,7 +24,7 @@ import com.android.tools.smali.dexlib2.iface.reference.Reference
|
||||
|
||||
@Patch(
|
||||
name = "Hide get premium",
|
||||
description = "Hides \"Get Premium\" label from the account menu or settings.",
|
||||
description = "Hides the \"Get Music Premium\" label from the account menu and settings.",
|
||||
dependencies = [SharedResourceIdPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -14,7 +14,8 @@ import app.revanced.util.copyXmlNode
|
||||
|
||||
@Patch(
|
||||
name = "Spoof app version",
|
||||
description = "Spoof the YouTube Music client version.",
|
||||
description = "Adds options to spoof the YouTube Music client version. " +
|
||||
"This can remove the radio mode restriction in Canadian regions or disable real-time lyrics.",
|
||||
dependencies = [
|
||||
IntentHookPatch::class,
|
||||
OldStyleLibraryShelfPatch::class,
|
||||
|
@ -12,7 +12,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Hide taste builder",
|
||||
description = "Hides the \"Tell us which artists you like\" card from homepage.",
|
||||
description = "Hides the \"Tell us which artists you like\" card from the homepage.",
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
@Suppress("unused")
|
||||
|
@ -12,7 +12,7 @@ import app.revanced.patches.shared.patch.tracking.AbstractSanitizeUrlQueryPatch
|
||||
|
||||
@Patch(
|
||||
name = "Sanitize sharing links",
|
||||
description = "Removes tracking query parameters from the URLs when sharing links.",
|
||||
description = "Adds an option to remove tracking query parameters from URLs when sharing links.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -7,7 +7,7 @@ import app.revanced.patches.shared.patch.translations.AbstractTranslationsPatch
|
||||
|
||||
@Patch(
|
||||
name = "Translations",
|
||||
description = "Add Crowdin translations for YouTube Music.",
|
||||
description = "Adds Crowdin translations for YouTube Music.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -16,7 +16,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Enable black navigation bar",
|
||||
description = "Sets the navigation bar color to black.",
|
||||
description = "Adds an option to set the navigation bar color to black.",
|
||||
dependencies = [
|
||||
SettingsPatch::class,
|
||||
SharedResourceIdPatch::class
|
||||
|
@ -22,7 +22,7 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
|
||||
|
||||
@Patch(
|
||||
name = "Hide navigation bar component",
|
||||
description = "Hides navigation bar components.",
|
||||
description = "Adds options to hide navigation bar components.",
|
||||
dependencies = [
|
||||
SettingsPatch::class,
|
||||
SharedResourceIdPatch::class
|
||||
|
@ -24,7 +24,7 @@ import kotlin.properties.Delegates
|
||||
|
||||
@Patch(
|
||||
name = "Enable color match player",
|
||||
description = "Matches the color of the mini player and the fullscreen player.",
|
||||
description = "Adds an option to match the color of the miniplayer to the fullscreen player.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -14,7 +14,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Enable force minimized player",
|
||||
description = "Keep player permanently minimized even if another track is played.",
|
||||
description = "Adds an option to keep the miniplayer minimized even when another track is played.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -13,7 +13,7 @@ import app.revanced.util.exception
|
||||
|
||||
@Patch(
|
||||
name = "Enable new player background",
|
||||
description = "Enable new player background.",
|
||||
description = "Adds an option to enable the new player background.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -13,7 +13,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
|
||||
|
||||
@Patch(
|
||||
name = "Enable old player layout",
|
||||
description = "Return the player layout to old style. Deprecated on YT Music 6.31.55+",
|
||||
description = "Adds an option to return the player layout to the old style. Deprecated on YT Music 6.31.55+.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")],
|
||||
use = false
|
||||
|
@ -17,7 +17,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Enable old style miniplayer",
|
||||
description = "Return the miniplayers to old style.",
|
||||
description = "Adds an option to return the miniplayer to the old style.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -15,7 +15,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Remember repeat state",
|
||||
description = "Remembers the state of the repeat.",
|
||||
description = "Adds an option to remember the state of the repeat toggle.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -32,7 +32,7 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
|
||||
|
||||
@Patch(
|
||||
name = "Replace cast button",
|
||||
description = "Replace the cast button in the player with the open music button.",
|
||||
description = "Adds an option to replace the cast button in the player with the \"Open music\" button.",
|
||||
dependencies = [
|
||||
MainActivityResolvePatch::class,
|
||||
PlayerResponsePatch::class,
|
||||
|
@ -31,7 +31,7 @@ import com.android.tools.smali.dexlib2.util.MethodUtil
|
||||
|
||||
@Patch(
|
||||
name = "Remember shuffle state",
|
||||
description = "Remembers the state of the shuffle.",
|
||||
description = "Adds an option to remember the state of the shuffle toggle.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -18,7 +18,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.ReferenceInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Enable zen mode",
|
||||
description = "Adds a grey tint to the video player to reduce eye strain.",
|
||||
description = "Adds an option to change the player background to light grey to reduce eye strain.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -10,7 +10,7 @@ import app.revanced.util.exception
|
||||
|
||||
@Patch(
|
||||
name = "Certificate spoof",
|
||||
description = "Spoofs the YouTube Music certificate for Android Auto.",
|
||||
description = "Enables YouTube Music to work with Android Auto by spoofing the YouTube Music certificate.",
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
@Suppress("unused")
|
||||
|
@ -22,7 +22,7 @@ import app.revanced.patches.shared.patch.packagename.PackageNamePatch
|
||||
|
||||
@Patch(
|
||||
name = "MicroG support",
|
||||
description = "Allows ReVanced Extended Music to run without root and under a different package name with MicroG.",
|
||||
description = "Allows YouTube Music to run without root and under a different package name with MicroG.",
|
||||
dependencies = [
|
||||
ClientSpoofPatch::class,
|
||||
MainActivityResolvePatch::class,
|
||||
|
@ -12,7 +12,7 @@ import org.w3c.dom.Node
|
||||
|
||||
@Patch(
|
||||
name = "Return YouTube Dislike",
|
||||
description = "Shows the dislike count of videos using the Return YouTube Dislike API.",
|
||||
description = "Adds an option to show the dislike count of songs using the Return YouTube Dislike API.",
|
||||
dependencies = [
|
||||
ReturnYouTubeDislikeBytecodePatch::class,
|
||||
SettingsPatch::class
|
||||
|
@ -19,7 +19,7 @@ import java.io.Closeable
|
||||
|
||||
@Patch(
|
||||
name = "Settings",
|
||||
description = "Adds settings for ReVanced Extended to YouTube Music.",
|
||||
description = "Adds ReVanced Extended settings to YouTube Music.",
|
||||
dependencies = [SettingsBytecodePatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -13,7 +13,7 @@ import app.revanced.util.copyResources
|
||||
|
||||
@Patch(
|
||||
name = "SponsorBlock",
|
||||
description = "Integrates SponsorBlock which allows skipping video segments such as sponsored content.",
|
||||
description = "Adds options to enable and configure SponsorBlock, which can skip undesired video segments such as non-music sections.",
|
||||
dependencies = [
|
||||
IntentHookPatch::class,
|
||||
SettingsPatch::class,
|
||||
|
@ -11,7 +11,7 @@ import app.revanced.patches.shared.patch.customspeed.AbstractCustomPlaybackSpeed
|
||||
|
||||
@Patch(
|
||||
name = "Custom playback speed",
|
||||
description = "Adds more playback speed options.",
|
||||
description = "Adds an option to customize available playback speeds.",
|
||||
dependencies = [IntentHookPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")],
|
||||
)
|
||||
|
@ -18,7 +18,7 @@ import com.android.tools.smali.dexlib2.builder.instruction.BuilderInstruction21c
|
||||
|
||||
@Patch(
|
||||
name = "Remember video quality",
|
||||
description = "Save the video quality value whenever you change the video quality.",
|
||||
description = "Adds an option to remember the last video quality selected.",
|
||||
dependencies = [
|
||||
OverrideQualityHookPatch::class,
|
||||
SettingsPatch::class,
|
||||
|
@ -19,7 +19,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.FiveRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Remember playback speed",
|
||||
description = "Save the playback speed value whenever you change the playback speed.",
|
||||
description = "Adds an option to remember the last playback speed selected.",
|
||||
dependencies = [
|
||||
OverrideSpeedHookPatch::class,
|
||||
SettingsPatch::class
|
||||
|
@ -23,7 +23,7 @@ import com.android.tools.smali.dexlib2.iface.reference.FieldReference
|
||||
|
||||
@Patch(
|
||||
name = "Hide ads",
|
||||
description = "Hides ads from the Reddit.",
|
||||
description = "Adds options to hide ads.",
|
||||
dependencies = [HideBannerPatch::class, HideCommentAdsPatch::class, SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")],
|
||||
requiresIntegrations = true,
|
||||
|
@ -11,7 +11,7 @@ import java.nio.file.Files
|
||||
|
||||
@Patch(
|
||||
name = "Custom branding name Reddit",
|
||||
description = "Rename the Reddit app to the name specified in options.json.",
|
||||
description = "Renames the Reddit app to the name specified in options.json.",
|
||||
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")],
|
||||
use = false
|
||||
)
|
||||
|
@ -11,7 +11,7 @@ import java.io.Closeable
|
||||
|
||||
@Patch(
|
||||
name = "Change package name",
|
||||
description = "Specifies the package name for Reddit.",
|
||||
description = "Changes the package name for Reddit to the name specified in options.json.",
|
||||
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")],
|
||||
use = false
|
||||
)
|
||||
|
@ -14,7 +14,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.FiveRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Hide navigation buttons",
|
||||
description = "Hide buttons at navigation bar.",
|
||||
description = "Adds options to hide buttons in the navigation bar.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")]
|
||||
)
|
||||
|
@ -10,7 +10,7 @@ import app.revanced.util.exception
|
||||
|
||||
@Patch(
|
||||
name = "Premium icon",
|
||||
description = "Unlocks premium icons.",
|
||||
description = "Unlocks premium app icons.",
|
||||
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")]
|
||||
)
|
||||
@Suppress("unused")
|
||||
|
@ -14,7 +14,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Hide recently visited shelf",
|
||||
description = "Hides recently visited shelf in sidebar.",
|
||||
description = "Adds an option to hide the recently visited shelf in sidebar.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")]
|
||||
)
|
||||
|
@ -15,7 +15,7 @@ import app.revanced.util.exception
|
||||
|
||||
@Patch(
|
||||
name = "Disable screenshot popup",
|
||||
description = "Disables the popup that shows up when taking a screenshot.",
|
||||
description = "Adds an option to disable the popup that shows up when taking a screenshot.",
|
||||
dependencies = [SettingsPatch::class, SharedResourceIdPatch::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 = "Hides 'r/place' button or 'reddit recap' button in the toolbar.",
|
||||
description = "Adds an option to hide the'r/place' button or 'reddit recap' button in the toolbar.",
|
||||
dependencies =
|
||||
[
|
||||
SettingsPatch::class,
|
||||
|
@ -12,7 +12,7 @@ import app.revanced.util.exception
|
||||
|
||||
@Patch(
|
||||
name = "Open links directly",
|
||||
description = "Skips over redirection URLs to external links.",
|
||||
description = "Adds an option to skip over redirection URLs in external links.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")]
|
||||
)
|
||||
|
@ -15,7 +15,7 @@ import app.revanced.util.getStringInstructionIndex
|
||||
|
||||
@Patch(
|
||||
name = "Open links externally",
|
||||
description = "Open links outside of the app directly in your browser.",
|
||||
description = "Adds an option to always open links in your browser instead of in the in-app-browser.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")]
|
||||
)
|
||||
|
@ -14,7 +14,7 @@ import app.revanced.util.exception
|
||||
|
||||
@Patch(
|
||||
name = "Sanitize sharing links",
|
||||
description = "Removes tracking query parameters from the URLs when sharing links.",
|
||||
description = "Adds an option to remove tracking query parameters from URLs when sharing links.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")]
|
||||
)
|
||||
|
@ -8,7 +8,7 @@ import app.revanced.patcher.patch.options.PatchOption.PatchExtensions.stringPatc
|
||||
|
||||
@Patch(
|
||||
name = "Custom package name",
|
||||
description = "Specifies the package name for YouTube and YT Music in the MicroG build.",
|
||||
description = "Changes the package name for the non-root build of YouTube and YouTube Music to the name specified in options.json.",
|
||||
compatiblePackages = [
|
||||
CompatiblePackage("com.google.android.youtube"),
|
||||
CompatiblePackage("com.google.android.apps.youtube.music")
|
||||
|
Reference in New Issue
Block a user