mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 13:17:46 +02:00
feat(YouTube/Settings): Remove quotations from proper nouns (#56)
* YTM: Remove quotations from proper nouns
* YT: Remove quotations from proper nouns
* Apply changes from review
* Update strings.xml
* Update strings.xml
* Speed overlay setting description
* Update strings.xml
* Rename toggle
* Revert string name change
This partially reverts commit 00054435fb
.
* Apply suggestion from review (Hide subscriptions channel section)
* Apply suggestion from review
* Unfuck my forced commit mess
(Also made another description dynamic)
* Apply suggestion from review
* capitalize `Ambient mode` and change wording
* Apply code review suggestions
* Apply suggestion from review
---------
Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com>
This commit is contained in:
@ -14,15 +14,15 @@ import java.nio.file.Files
|
||||
@Suppress("DEPRECATION", "unused")
|
||||
object DoubleTapLengthPatch : BaseResourcePatch(
|
||||
name = "Custom double tap length",
|
||||
description = "Adds 'double-tap to seek' values that are specified in options.json.",
|
||||
description = "Adds Double-tap to seek values that are specified in options.json.",
|
||||
dependencies = setOf(SettingsPatch::class),
|
||||
compatiblePackages = COMPATIBLE_PACKAGE
|
||||
) {
|
||||
private val DoubleTapLengthArrays by stringPatchOption(
|
||||
key = "DoubleTapLengthArrays",
|
||||
default = "3, 5, 10, 15, 20, 30, 60, 120, 180",
|
||||
title = "Double-tap to seek Values",
|
||||
description = "A list of custom double-tap to seek lengths to be added, separated by commas.",
|
||||
title = "Double-tap to seek values",
|
||||
description = "A list of custom Double-tap to seek lengths to be added, separated by commas.",
|
||||
required = true
|
||||
)
|
||||
|
||||
|
@ -25,7 +25,7 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
|
||||
@Suppress("unused")
|
||||
object AmbientModeSwitchPatch : BaseBytecodePatch(
|
||||
name = "Ambient mode control",
|
||||
description = "Adds options to disable ambient mode and to bypass ambient mode restrictions.",
|
||||
description = "Adds options to disable Ambient mode and to bypass Ambient mode restrictions.",
|
||||
dependencies = setOf(SettingsPatch::class),
|
||||
compatiblePackages = COMPATIBLE_PACKAGE,
|
||||
fingerprints = setOf(
|
||||
|
Reference in New Issue
Block a user