Skip to content

Commit 99142d8

Browse files
rufusinanddea
andauthored
feat(YouTube): Bump support version 19.11.38 (#110)
* feat(YouTube): Changing the default patch selection * feat(YouTube) : Bump support version `19.11.38` --------- Co-authored-by: Aaron Veil <[email protected]>
1 parent 1fbaeef commit 99142d8

File tree

122 files changed

+360
-246
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+360
-246
lines changed

README-template.md

+2-1

README.md

+117-116

patches.json

+1-1
Large diffs are not rendered by default.

src/main/kotlin/app/revanced/patches/music/general/voicesearch/VoiceSearchButtonPatch.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import app.revanced.patches.shared.patch.voicesearch.AbstractVoiceSearchButtonPa
66

77
@Patch(
88
name = "Hide voice search button",
9-
description = "Hides the voice search button in the search bar.",
9+
description = "Force to hide the voice search button in the search bar.",
1010
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")],
1111
use = false
1212
)

src/main/kotlin/app/revanced/patches/music/layout/doubletapbackground/DoubleTapOverlayBackgroundPatch.kt

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ import app.revanced.patches.shared.patch.overlaybackground.AbstractOverlayBackgr
77
@Patch(
88
name = "Hide double tap overlay filter",
99
description = "Removes the dark overlay when double-tapping to seek.",
10-
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")],
11-
use = true
10+
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
1211
)
1312
@Suppress("unused")
1413
object DoubleTapOverlayBackgroundPatch : AbstractOverlayBackgroundPatch(

src/main/kotlin/app/revanced/patches/youtube/ads/general/GeneralAdsPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ import org.w3c.dom.Element
6161
"19.07.40",
6262
"19.08.36",
6363
"19.09.38",
64-
"19.10.39"
64+
"19.10.39",
65+
"19.11.38"
6566
]
6667
)
6768
]

src/main/kotlin/app/revanced/patches/youtube/ads/video/VideoAdsPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ import app.revanced.patches.youtube.utils.settings.SettingsPatch
4646
"19.07.40",
4747
"19.08.36",
4848
"19.09.38",
49-
"19.10.39"
49+
"19.10.39",
50+
"19.11.38"
5051
]
5152
)
5253
]

src/main/kotlin/app/revanced/patches/youtube/alternativethumbnails/general/AlternativeThumbnailsPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ import com.android.tools.smali.dexlib2.immutable.ImmutableMethod
6767
"19.07.40",
6868
"19.08.36",
6969
"19.09.38",
70-
"19.10.39"
70+
"19.10.39",
71+
"19.11.38"
7172
]
7273
)
7374
]

src/main/kotlin/app/revanced/patches/youtube/buttomplayer/buttoncontainer/ButtonContainerPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ import app.revanced.patches.youtube.utils.settings.SettingsPatch
5050
"19.07.40",
5151
"19.08.36",
5252
"19.09.38",
53-
"19.10.39"
53+
"19.10.39",
54+
"19.11.38"
5455
]
5556
)
5657
]

src/main/kotlin/app/revanced/patches/youtube/buttomplayer/comment/CommentComponentPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
6666
"19.07.40",
6767
"19.08.36",
6868
"19.09.38",
69-
"19.10.39"
69+
"19.10.39",
70+
"19.11.38"
7071
]
7172
)
7273
]

src/main/kotlin/app/revanced/patches/youtube/buttomplayer/gestures/BottomPlayerGesturesPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
5252
"19.07.40",
5353
"19.08.36",
5454
"19.09.38",
55-
"19.10.39"
55+
"19.10.39",
56+
"19.11.38"
5657
]
5758
)
5859
]

src/main/kotlin/app/revanced/patches/youtube/flyoutpanel/feed/FeedFlyoutPanelPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
6161
"19.07.40",
6262
"19.08.36",
6363
"19.09.38",
64-
"19.10.39"
64+
"19.10.39",
65+
"19.11.38"
6566
]
6667
)
6768
]

src/main/kotlin/app/revanced/patches/youtube/flyoutpanel/feed/fingerprints/BottomSheetMenuItemBuilderFingerprint.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ object BottomSheetMenuItemBuilderFingerprint : MethodFingerprint(
1212
Opcode.INVOKE_STATIC,
1313
Opcode.MOVE_RESULT_OBJECT
1414
),
15-
strings = listOf("ElementTransformer, ElementPresenter and InteractionLogger cannot be null")
15+
strings = listOf("ElementTransformer")
1616
)

src/main/kotlin/app/revanced/patches/youtube/flyoutpanel/oldqualitylayout/OldQualityLayoutPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
6161
"19.07.40",
6262
"19.08.36",
6363
"19.09.38",
64-
"19.10.39"
64+
"19.10.39",
65+
"19.11.38"
6566
]
6667
)
6768
]

src/main/kotlin/app/revanced/patches/youtube/flyoutpanel/player/PlayerFlyoutPanelPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
6565
"19.07.40",
6666
"19.08.36",
6767
"19.09.38",
68-
"19.10.39"
68+
"19.10.39",
69+
"19.11.38"
6970
]
7071
)
7172
]

src/main/kotlin/app/revanced/patches/youtube/fullscreen/autoplaypreview/HideAutoplayPreviewPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
6060
"19.07.40",
6161
"19.08.36",
6262
"19.09.38",
63-
"19.10.39"
63+
"19.10.39",
64+
"19.11.38"
6465
]
6566
)
6667
]

src/main/kotlin/app/revanced/patches/youtube/fullscreen/compactcontrolsoverlay/CompactControlsOverlayPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
5656
"19.07.40",
5757
"19.08.36",
5858
"19.09.38",
59-
"19.10.39"
59+
"19.10.39",
60+
"19.11.38"
6061
]
6162
)
6263
]

src/main/kotlin/app/revanced/patches/youtube/fullscreen/endscreenoverlay/HideEndScreenOverlayPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ import app.revanced.util.exception
5656
"19.07.40",
5757
"19.08.36",
5858
"19.09.38",
59-
"19.10.39"
59+
"19.10.39",
60+
"19.11.38"
6061
]
6162
)
6263
]

src/main/kotlin/app/revanced/patches/youtube/fullscreen/forcefullscreen/ForceFullscreenPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
6060
"19.07.40",
6161
"19.08.36",
6262
"19.09.38",
63-
"19.10.39"
63+
"19.10.39",
64+
"19.11.38"
6465
]
6566
)
6667
]

src/main/kotlin/app/revanced/patches/youtube/fullscreen/fullscreenpanels/HideFullscreenPanelsPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.formats.Instruction35c
6666
"19.07.40",
6767
"19.08.36",
6868
"19.09.38",
69-
"19.10.39"
69+
"19.10.39",
70+
"19.11.38"
7071
]
7172
)
7273
]

src/main/kotlin/app/revanced/patches/youtube/fullscreen/landscapemode/disable/DisableLandScapeModePatch.kt

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
5454
"19.07.40",
5555
"19.08.36",
5656
"19.09.38",
57-
"19.10.39"
57+
"19.10.39",
58+
"19.11.38"
5859
]
5960
)
60-
],
61-
use = true
61+
]
6262
)
6363
@Suppress("unused")
6464
object DisableLandScapeModePatch : BytecodePatch(

src/main/kotlin/app/revanced/patches/youtube/fullscreen/landscapemode/keep/KeepLandScapeModePatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
4242
"19.07.40",
4343
"19.08.36",
4444
"19.09.38",
45-
"19.10.39"
45+
"19.10.39",
46+
"19.11.38"
4647
]
4748
)
4849
]

src/main/kotlin/app/revanced/patches/youtube/fullscreen/quickactions/QuickActionsPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ import app.revanced.patches.youtube.utils.settings.SettingsPatch
5252
"19.07.40",
5353
"19.08.36",
5454
"19.09.38",
55-
"19.10.39"
55+
"19.10.39",
56+
"19.11.38"
5657
]
5758
)
5859
]

src/main/kotlin/app/revanced/patches/youtube/general/accountmenu/AccountMenuPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.ReferenceInstruction
6262
"19.07.40",
6363
"19.08.36",
6464
"19.09.38",
65-
"19.10.39"
65+
"19.10.39",
66+
"19.11.38"
6667
]
6768
)
6869
]

src/main/kotlin/app/revanced/patches/youtube/general/autocaptions/AutoCaptionsPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ import app.revanced.patches.youtube.utils.videoid.general.VideoIdPatch
5050
"19.07.40",
5151
"19.08.36",
5252
"19.09.38",
53-
"19.10.39"
53+
"19.10.39",
54+
"19.11.38"
5455
]
5556
)
5657
]

src/main/kotlin/app/revanced/patches/youtube/general/autopopuppanels/PlayerPopupPanelsPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ import app.revanced.util.exception
5151
"19.07.40",
5252
"19.08.36",
5353
"19.09.38",
54-
"19.10.39"
54+
"19.10.39",
55+
"19.11.38"
5556
]
5657
)
5758
]

src/main/kotlin/app/revanced/patches/youtube/general/castbutton/HideCastButtonPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ import app.revanced.util.exception
4949
"19.07.40",
5050
"19.08.36",
5151
"19.09.38",
52-
"19.10.39"
52+
"19.10.39",
53+
"19.11.38"
5354
]
5455
)
5556
]

src/main/kotlin/app/revanced/patches/youtube/general/categorybar/CategoryBarPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
5959
"19.07.40",
6060
"19.08.36",
6161
"19.09.38",
62-
"19.10.39"
62+
"19.10.39",
63+
"19.11.38"
6364
]
6465
)
6566
]

src/main/kotlin/app/revanced/patches/youtube/general/channellistsubmenu/ChannelListSubMenuPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
5858
"19.07.40",
5959
"19.08.36",
6060
"19.09.38",
61-
"19.10.39"
61+
"19.10.39",
62+
"19.11.38"
6263
]
6364
)
6465
]

src/main/kotlin/app/revanced/patches/youtube/general/channelprofile/ChannelProfileComponentsPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
5959
"19.07.40",
6060
"19.08.36",
6161
"19.09.38",
62-
"19.10.39"
62+
"19.10.39",
63+
"19.11.38"
6364
]
6465
)
6566
]

src/main/kotlin/app/revanced/patches/youtube/general/crowdfundingbox/CrowdfundingBoxPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
5555
"19.07.40",
5656
"19.08.36",
5757
"19.09.38",
58-
"19.10.39"
58+
"19.10.39",
59+
"19.11.38"
5960
]
6061
)
6162
]

src/main/kotlin/app/revanced/patches/youtube/general/descriptions/DescriptionComponentsPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ import app.revanced.patches.youtube.utils.settings.SettingsPatch
5050
"19.07.40",
5151
"19.08.36",
5252
"19.09.38",
53-
"19.10.39"
53+
"19.10.39",
54+
"19.11.38"
5455
]
5556
)
5657
]

src/main/kotlin/app/revanced/patches/youtube/general/dialog/RemoveViewerDiscretionDialogPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ import app.revanced.patches.youtube.utils.settings.SettingsPatch
4848
"19.07.40",
4949
"19.08.36",
5050
"19.09.38",
51-
"19.10.39"
51+
"19.10.39",
52+
"19.11.38"
5253
]
5354
)
5455
]

src/main/kotlin/app/revanced/patches/youtube/general/floatingmicrophone/FloatingMicrophonePatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
5555
"19.07.40",
5656
"19.08.36",
5757
"19.09.38",
58-
"19.10.39"
58+
"19.10.39",
59+
"19.11.38"
5960
]
6061
)
6162
]

src/main/kotlin/app/revanced/patches/youtube/general/handle/HideHandlePatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
5858
"19.07.40",
5959
"19.08.36",
6060
"19.09.38",
61-
"19.10.39"
61+
"19.10.39",
62+
"19.11.38"
6263
]
6364
)
6465
]

src/main/kotlin/app/revanced/patches/youtube/general/headerswitch/HeaderSwitchPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.formats.Instruction31i
5757
"19.07.40",
5858
"19.08.36",
5959
"19.09.38",
60-
"19.10.39"
60+
"19.10.39",
61+
"19.11.38"
6162
]
6263
)
6364
]

src/main/kotlin/app/revanced/patches/youtube/general/latestvideosbutton/LatestVideosButtonPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
5555
"19.07.40",
5656
"19.08.36",
5757
"19.09.38",
58-
"19.10.39"
58+
"19.10.39",
59+
"19.11.38"
5960
]
6061
)
6162
]

src/main/kotlin/app/revanced/patches/youtube/general/layout/LayoutComponentsPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ import app.revanced.patches.youtube.utils.settings.SettingsPatch
5050
"19.07.40",
5151
"19.08.36",
5252
"19.09.38",
53-
"19.10.39"
53+
"19.10.39",
54+
"19.11.38"
5455
]
5556
)
5657
]

src/main/kotlin/app/revanced/patches/youtube/general/loadingscreen/GradientLoadingScreenPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
5353
"19.07.40",
5454
"19.08.36",
5555
"19.09.38",
56-
"19.10.39"
56+
"19.10.39",
57+
"19.11.38"
5758
]
5859
)
5960
]

src/main/kotlin/app/revanced/patches/youtube/general/loadmorebutton/LoadMoreButtonPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
5656
"19.07.40",
5757
"19.08.36",
5858
"19.09.38",
59-
"19.10.39"
59+
"19.10.39",
60+
"19.11.38"
6061
]
6162
)
6263
]

src/main/kotlin/app/revanced/patches/youtube/general/mixplaylists/MixPlaylistsPatch.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
6262
"19.07.40",
6363
"19.08.36",
6464
"19.09.38",
65-
"19.10.39"
65+
"19.10.39",
66+
"19.11.38"
6667
]
6768
)
6869
]

0 commit comments

Comments
 (0)