generated from ReVanced/revanced-patches-template
-
-
Notifications
You must be signed in to change notification settings - Fork 454
feat(YouTube): Add an option to disable toasts when changing default playback speed or quality #5230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
LisoUseInAIKyrios
merged 4 commits into
ReVanced:dev
from
MarcaDian:do-not-show-speed-quality-toasts
Jun 23, 2025
Merged
feat(YouTube): Add an option to disable toasts when changing default playback speed or quality #5230
LisoUseInAIKyrios
merged 4 commits into
ReVanced:dev
from
MarcaDian:do-not-show-speed-quality-toasts
Jun 23, 2025
Conversation
This file contains hidden or 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
…playback speed or quality
Maybe try using double instead of float here. It's rounding off wrong because of the low precision of adding 0.05f instead of adding 0.05 (double). Line 619 in 1ef0c75
|
This comment was marked as resolved.
This comment was marked as resolved.
...ain/java/app/revanced/extension/youtube/patches/playback/speed/CustomPlaybackSpeedPatch.java
Outdated
Show resolved
Hide resolved
1fc7d7f
to
621c98a
Compare
extensions/youtube/src/main/java/app/revanced/extension/youtube/settings/Settings.java
Outdated
Show resolved
Hide resolved
...tube/src/main/java/app/revanced/extension/youtube/videoplayer/PlaybackSpeedDialogButton.java
Outdated
Show resolved
Hide resolved
github-actions bot
pushed a commit
that referenced
this pull request
Jun 23, 2025
# [5.29.0-dev.1](v5.28.1-dev.2...v5.29.0-dev.1) (2025-06-23) ### Bug Fixes * **YouTube:** Always use single threaded layout to resolve layout bugs in unpatched YouTube ([#5226](#5226)) ([1f539b1](1f539b1)) ### Features * **YouTube:** Add an option to disable toasts when changing default playback speed or quality ([#5230](#5230)) ([c68cde3](c68cde3))
github-actions bot
pushed a commit
that referenced
this pull request
Jun 26, 2025
# [5.29.0](v5.28.0...v5.29.0) (2025-06-26) ### Bug Fixes * Add scrollable content to modern style settings dialogs ([#5211](#5211)) ([e6876d5](e6876d5)) * **Google Photos:** Resolve startup crash for Android 5.0 devices ([0294533](0294533)) * **YouTube - Hide ads:** Hide new type of product ad in video description ([#5225](#5225)) ([1e2efad](1e2efad)) * **YouTube - Hide layout components:** Fix "Hide video description attributes" ([#5250](#5250)) ([2f22d45](2f22d45)) * **YouTube - Hide Shorts components:** Fix "Hide Use this sound button" ([#5233](#5233)) ([5d6ec9e](5d6ec9e)) * **YouTube - Hide Shorts components:** Fix "Hide Use this template button" ([#5249](#5249)) ([b399ecb](b399ecb)) * **YouTube:** Always use single threaded layout to resolve layout bugs in unpatched YouTube ([#5226](#5226)) ([1f539b1](1f539b1)) * **YouTube:** Fix refactoring app startup exception ([1b00c90](1b00c90)) ### Features * Add `Spoof app signature` patch ([#5158](#5158)) ([78b25aa](78b25aa)) * **Cricbuzz:** Add `Hide ads` patch ([#4998](#4998)) ([83ccfa8](83ccfa8)) * **Crunchyroll:** Add `Hide ads` patch ([#5201](#5201)) ([46b4398](46b4398)) * **YouTube - Hide Shorts components:** Add `Hide Effects button` ([#5255](#5255)) ([240897a](240897a)) * **YouTube - Hide video action buttons:** Add `Hide Stop ads` ([#5245](#5245)) ([274dcc6](274dcc6)) * **YouTube:** Add an option to disable toasts when changing default playback speed or quality ([#5230](#5230)) ([c68cde3](c68cde3)) * **YouTube:** Support version `20.13.41` ([#5253](#5253)) ([d284c3d](d284c3d))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #5199