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 250
feat(YouTube): Support versions 19.25
and 19.34
#689
Merged
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
A stream cache does not appear to be needed, as YT seems to be caching the streams when swiping thru Shorts. Streams have authentication time limits as well so it's easier and more reliable to just fetch again if the same video is closed then reopened. Can use a regular Future as none of the features of CompletableFuture is being used here. Using an executor future also avoids any potential StrictMode policy violations if the calling YT thread is set to never make network calls.
…ilar to `iOS` and `Android VR`
…oof/DeviceHardwareSupport.java Co-authored-by: kitadai31 <90122968+kitadai31@users.noreply.github.com>
… no thread contention
LisoUseInAIKyrios
force-pushed
the
feat/yt-bump
branch
from
October 15, 2024 06:12
8821ffe
to
79b8f30
Compare
oSumAtrIX
reviewed
Oct 19, 2024
app/src/main/java/app/revanced/integrations/youtube/patches/MiniplayerPatch.java
Outdated
Show resolved
Hide resolved
oSumAtrIX
reviewed
Oct 19, 2024
app/src/main/java/app/revanced/integrations/youtube/shared/VersionCheck.java
Outdated
Show resolved
Hide resolved
github-actions bot
pushed a commit
that referenced
this pull request
Oct 19, 2024
# [1.16.0-dev.10](v1.16.0-dev.9...v1.16.0-dev.10) (2024-10-19) ### Features * **YouTube:** Support versions `19.25` and `19.34` ([#689](#689)) ([61569ba](61569ba))
github-actions bot
pushed a commit
that referenced
this pull request
Oct 20, 2024
# [1.16.0](v1.15.0...v1.16.0) (2024-10-20) ### Bug Fixes * **YouTube - Hide layout components:** Adjust settings text ([#713](#713)) ([119c416](119c416)) * **YouTube - Hide layout components:** Hide new type of Playable ([1a58a40](1a58a40)) * **YouTube - Spoof video streams:** Fix playback for Android VR by removing invalid body as well ([#716](#716)) ([8ad3f78](8ad3f78)) * **YouTube - Spoof video streams:** Handle app left open for a long time ([#709](#709)) ([ea4b073](ea4b073)) ### Features * **Sync for Reddit:** Add `Fix video downloads` patch ([#710](#710)) ([888de49](888de49)) * **Twitter:** Add `Change link sharing domain` patch ([#715](#715)) ([c673951](c673951)) * **YouTube - Hide layout components:** Add option to hide Yoodles (YouTube Doodles) ([#712](#712)) ([4b5f3de](4b5f3de)) * **YouTube - Hide Shorts components:** Add option to hide like fountain ([#708](#708)) ([16c3ef7](16c3ef7)) * **YouTube - Hide Shorts components:** Add options to hide `Use template`, `Upcoming`, `Green screen` buttons ([#714](#714)) ([faad754](faad754)) * **YouTube - Hide Shorts components:** Hide `Hashtag` button ([#717](#717)) ([1c9a966](1c9a966)) * **YouTube:** Support versions `19.25` and `19.34` ([#689](#689)) ([61569ba](61569ba))
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
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.
Integrations for: ReVanced/revanced-patches#3629