Skip to content

Commit 8b1cdd5

Browse files
author
LisoUseInAIKyrios
authored
feat(YouTube): Support version 19.04.37 (#2687)
1 parent 3bd41fb commit 8b1cdd5

File tree

58 files changed

+207
-83
lines changed

Some content is hidden

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

58 files changed

+207
-83
lines changed

api/revanced-patches.api

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1420,6 +1420,10 @@ public final class app/revanced/patches/youtube/layout/startupshortsreset/Disabl
14201420
public synthetic fun execute (Lapp/revanced/patcher/data/Context;)V
14211421
}
14221422

1423+
public final class app/revanced/patches/youtube/layout/startupshortsreset/fingerprints/UserWasInShortsFingerprint : app/revanced/patcher/fingerprint/MethodFingerprint {
1424+
public static final field INSTANCE Lapp/revanced/patches/youtube/layout/startupshortsreset/fingerprints/UserWasInShortsFingerprint;
1425+
}
1426+
14231427
public final class app/revanced/patches/youtube/layout/tablet/EnableTabletLayoutPatch : app/revanced/patcher/patch/BytecodePatch {
14241428
public static final field INSTANCE Lapp/revanced/patches/youtube/layout/tablet/EnableTabletLayoutPatch;
14251429
public fun execute (Lapp/revanced/patcher/data/BytecodeContext;)V

src/main/kotlin/app/revanced/patches/youtube/ad/general/HideAdsPatch.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ import com.android.tools.smali.dexlib2.iface.instruction.formats.Instruction35c
3535
"18.49.37",
3636
"19.01.34",
3737
"19.02.39",
38-
"19.03.35"
38+
"19.03.35",
39+
"19.03.36",
40+
"19.04.37"
3941
]
4042
)
4143
]

src/main/kotlin/app/revanced/patches/youtube/ad/getpremium/HideGetPremiumPatch.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
3030
"18.49.37",
3131
"19.01.34",
3232
"19.02.39",
33-
"19.03.35"
33+
"19.03.35",
34+
"19.03.36",
35+
"19.04.37"
3436
]
3537
)
3638
]

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ import app.revanced.patches.youtube.misc.settings.SettingsPatch
3535
"18.49.37",
3636
"19.01.34",
3737
"19.02.39",
38-
"19.03.35"
38+
"19.03.35",
39+
"19.03.36",
40+
"19.04.37"
3941
]
4042
)
4143
]

src/main/kotlin/app/revanced/patches/youtube/interaction/copyvideourl/CopyVideoUrlBytecodePatch.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ import app.revanced.patches.youtube.video.information.VideoInformationPatch
2222
"18.49.37",
2323
"19.01.34",
2424
"19.02.39",
25-
"19.03.35"
25+
"19.03.35",
26+
"19.03.36",
27+
"19.04.37"
2628
]
2729
)
2830
]

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ import com.android.tools.smali.dexlib2.iface.instruction.FiveRegisterInstruction
3232
"18.49.37",
3333
"19.01.34",
3434
"19.02.39",
35-
"19.03.35"
35+
"19.03.35",
36+
"19.03.36",
37+
"19.04.37"
3638
]
3739
)
3840
]

src/main/kotlin/app/revanced/patches/youtube/interaction/downloads/ExternalDownloadsBytecodePatch.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ import app.revanced.patches.youtube.video.information.VideoInformationPatch
2222
"18.49.37",
2323
"19.01.34",
2424
"19.02.39",
25-
"19.03.35"
25+
"19.03.35",
26+
"19.03.36",
27+
"19.04.37"
2628
]
2729
),
2830
]

src/main/kotlin/app/revanced/patches/youtube/interaction/seekbar/DisablePreciseSeekingGesturePatch.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ import com.android.tools.smali.dexlib2.iface.instruction.FiveRegisterInstruction
3232
"18.49.37",
3333
"19.01.34",
3434
"19.02.39",
35-
"19.03.35"
35+
"19.03.35",
36+
"19.03.36",
37+
"19.04.37"
3638
]
3739
)
3840
]

src/main/kotlin/app/revanced/patches/youtube/interaction/seekbar/EnableSeekbarTappingPatch.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
3434
"18.49.37",
3535
"19.01.34",
3636
"19.02.39",
37-
"19.03.35"
37+
"19.03.35",
38+
"19.03.36",
39+
"19.04.37"
3840
]
3941
)
4042
]

src/main/kotlin/app/revanced/patches/youtube/interaction/seekbar/EnableSlideToSeekPatch.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
3030
"18.49.37",
3131
"19.01.34",
3232
"19.02.39",
33-
"19.03.35"
33+
"19.03.35",
34+
"19.03.36",
35+
"19.04.37"
3436
]
3537
)
3638
],

0 commit comments

Comments
 (0)