forked from inotia00/revanced-patches
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(YouTube): Support version
18.32.39
- Loading branch information
Showing
18 changed files
with
149 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
...patches/youtube/layout/hide/general/fingerprints/ConvertElementToFlatBufferFingerprint.kt
This file was deleted.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
...ced/patches/youtube/layout/hide/general/fingerprints/ParseElementFromBufferFingerprint.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package app.revanced.patches.youtube.layout.hide.general.fingerprints | ||
|
||
import app.revanced.patcher.fingerprint.method.impl.MethodFingerprint | ||
import com.android.tools.smali.dexlib2.Opcode | ||
|
||
object ParseElementFromBufferFingerprint : MethodFingerprint( | ||
parameters = listOf("L","L","[B", "L","L"), | ||
opcodes = listOf(Opcode.INVOKE_INTERFACE, Opcode.MOVE_RESULT_OBJECT), | ||
strings = listOf("Failed to parse Element") | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...atches/youtube/layout/hide/shorts/bytecode/fingerprints/CreateShortsButtonsFingerprint.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
package app.revanced.patches.youtube.layout.hide.shorts.bytecode.fingerprints | ||
|
||
import app.revanced.patcher.extensions.or | ||
import app.revanced.util.patch.LiteralValueFingerprint | ||
import app.revanced.patches.youtube.layout.hide.shorts.resource.patch.HideShortsComponentsResourcePatch | ||
import app.revanced.util.patch.LiteralValueFingerprint | ||
import com.android.tools.smali.dexlib2.AccessFlags | ||
|
||
object CreateShortsButtonsFingerprint : LiteralValueFingerprint( | ||
accessFlags = AccessFlags.PRIVATE or AccessFlags.FINAL, | ||
returnType = "V", | ||
parameters = listOf("Z", "Z", "L"), | ||
literal = HideShortsComponentsResourcePatch.reelPlayerRightLargeIconSize | ||
literal = HideShortsComponentsResourcePatch.reelPlayerRightCellButtonHeight | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tions/OpenLinksExternallyCompatibility.kt → ...tions/OpenLinksExternallyCompatibility.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 0 additions & 17 deletions
17
...pp/revanced/patches/youtube/misc/links/open/fingerprints/BindSessionServiceFingerprint.kt
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
...vanced/patches/youtube/misc/links/open/fingerprints/GetCustomTabPackageNameFingerprint.kt
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
...ced/patches/youtube/misc/links/open/fingerprints/InitializeCustomTabSupportFingerprint.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.