This repository has been archived by the owner on Oct 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 247
fix(YouTube - SponsorBlock): Skip segments when casting #655
Merged
Conversation
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
…mmand to fix skipping while casted to a TV
oSumAtrIX
changed the title
fix(YouTube - SponsorBlock/VideoInformation): implement MDX seekTo command to fix skipping while casted to a TV
fix(YouTube - SponsorBlock): Skip segments when casting
Jun 11, 2024
app/src/main/java/app/revanced/integrations/youtube/patches/VideoInformation.java
Outdated
Show resolved
Hide resolved
app/src/main/java/app/revanced/integrations/youtube/patches/VideoInformation.java
Outdated
Show resolved
Hide resolved
app/src/main/java/app/revanced/integrations/youtube/patches/VideoInformation.java
Outdated
Show resolved
Hide resolved
app/src/main/java/app/revanced/integrations/youtube/patches/VideoInformation.java
Show resolved
Hide resolved
fix(YouTube - SponsorBlock): Skip segments when casting ReVanced#655
app/src/main/java/app/revanced/integrations/youtube/patches/VideoInformation.java
Outdated
Show resolved
Hide resolved
YT-Advanced
reviewed
Jun 17, 2024
app/src/main/java/app/revanced/integrations/youtube/patches/VideoInformation.java
Outdated
Show resolved
Hide resolved
oSumAtrIX
reviewed
Jun 27, 2024
app/src/main/java/app/revanced/integrations/youtube/patches/VideoInformation.java
Outdated
Show resolved
Hide resolved
…deoInformation.java Co-authored-by: oSumAtrIX <[email protected]>
…deoInformation.java Co-authored-by: Hoàng Gia Bảo <[email protected]>
Thank you for contributing to ReVanced. Join us on Discord to receive a role for your contribution. |
revanced-bot
pushed a commit
that referenced
this pull request
Jul 10, 2024
## [1.11.1-dev.4](v1.11.1-dev.3...v1.11.1-dev.4) (2024-07-10) ### Bug Fixes * **YouTube - SponsorBlock:** Skip segments when casting ([#655](#655)) ([5ce16ee](5ce16ee))
revanced-bot
pushed a commit
that referenced
this pull request
Jul 11, 2024
## [1.11.1](v1.11.0...v1.11.1) (2024-07-11) ### Bug Fixes * **YouTube - Hide ads:** Hide new types of home feed button ads ([#662](#662)) ([ff2637c](ff2637c)) * **YouTube - Hide layout components:** Detect if a keyword filter hides all videos ([#657](#657)) ([3a3ceec](3a3ceec)) * **YouTube - Hide layout components:** Hide new kind of community post ([#659](#659)) ([c237e3c](c237e3c)) * **YouTube - Settings:** Move some settings to different menus, adjust default setting values ([#661](#661)) ([77533cf](77533cf)) * **YouTube - SponsorBlock:** Skip segments when casting ([#655](#655)) ([5ce16ee](5ce16ee))
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add integration code to support skipping segments while casted to a big screen device, by hooking the MDX director class to intercept object instances in order to be able to call the seekTo method, similar to how it's done in the 'regular' player class.
Fixes ReVanced/revanced-patches#374.
Patches PR: ReVanced/revanced-patches#3331