LisoUseInAIKyrios
0bb86694e2
fix(YouTube - Return YouTube Dislike): Prevent the first Short opened from freezing the UI ( #532 )
2023-12-04 10:47:29 +02:00
oSumAtrIX
f4e2d56b18
fix(YouTube - SponsorBlock): Prevent autoplay from stopping to work
2023-12-03 19:30:56 +01:00
LisoUseInAIKyrios
5d4c8b0a1b
fix(YouTube - Return YouTube Dislike): Fix dislikes sometimes not showing for non English language
2023-12-03 20:24:37 +02:00
oSumAtrIX
fba7181e70
feat: Allow choosing the vendor of GmsCore via patch options ( #529 )
...
BREAKING CHANGE: The class `MicroGSupport` has been renamed to `GmsCoreSupport`
2023-12-02 22:51:39 +01:00
oSumAtrIX
3d660e1b5e
fix(YouTube - SponsorBlock): Allow autoplay when skipping to the end of the video
2023-12-02 17:56:08 +01:00
LisoUseInAIKyrios
0ea4e720ed
feat: Modernize restart logic ( #527 )
2023-11-29 22:48:23 +02:00
oSumAtrIX
c2112e066a
fix(YouTube - Hide layout components): Prevent app from crashing on startup
...
The application crashes sporadically when a field is not initialized yet in a static context.
2023-11-27 20:02:59 +01:00
oSumAtrIX
6520499a27
refactor: Use a newline consistently
2023-11-27 18:40:49 +01:00
LisoUseInAIKyrios
11abdf162f
fix(YouTube - Return YouTube dislike): Fix layout of right to left languages
2023-11-27 00:24:14 +02:00
LisoUseInAIKyrios
eede028c96
fix(YouTube - Spoof signature): fix error toast when viewing very old YouTube videos ( #525 )
2023-11-25 23:30:15 +02:00
oSumAtrIX
f936f240a7
fix(YouTube - SponsorBlock): Do not disable autoplay when skipping to the end of the video
2023-11-23 04:23:02 +01:00
oSumAtrIX
11e7c04b70
feat(YouTube - Hide ads): Hide shopping links in video description
2023-11-23 03:55:03 +01:00
oSumAtrIX
2613e102cc
feat(YouTube - Hide layout components): Hide "For You" shelf in channel page
2023-11-23 03:55:02 +01:00
LisoUseInAIKyrios
0124f41cd6
fix(YouTube - Custom playback speed): Fix toast error on opening playback speed menu ( #522 )
2023-11-22 21:18:01 +02:00
oSumAtrIX
dedd2f658a
chore: Suppress deprecated flag
2023-11-22 01:03:30 +01:00
oSumAtrIX
7f0c2c507c
build: Bump dependencies
2023-11-22 01:02:28 +01:00
LisoUseInAIKyrios
ffcee71f79
fix(YouTube - Spoof client): Fix frozen video on playback start ( #520 )
2023-11-20 18:55:55 +01:00
oSumAtrIX
abfbb0d7d5
fix(YouTube - Hide layout components): Check if bytes
parameter of LayoutComponentsFilter#filterMixPlaylists
for null
2023-11-20 18:55:55 +01:00
LisoUseInAIKyrios
ce0bedc5d3
feat(YouTube): Add Disable rolling number animations
patch ( #519 )
2023-11-20 18:55:53 +01:00
oSumAtrIX
58afcec641
chore(YouTube): Only debug log if protobufBuffer
has no array
2023-11-18 22:14:08 +01:00
LisoUseInAIKyrios
ba15aba063
fix(YouTube - ReturnYouTubeDislike): Improve layout padding ( #517 )
2023-11-18 21:10:26 +02:00
oSumAtrIX
b078f0ca37
fix(YouTube): Check if protobufBuffer
can be filtered
...
An `UnsupportedOperationException` exception would be thrown in `LithoFilterParameters#LithoFilterParameters` if this buffer is not backed by an accessible array
2023-11-18 19:18:53 +01:00
oSumAtrIX
726a2510a5
feat(YouTube - Hide layout components): Hide description components
2023-11-18 04:34:16 +01:00
oSumAtrIX
a5245b85a8
feat(YouTube - Return YouTube Dislike): Support version 18.43.45
and 18.44.41
( #514 )
...
Co-authored-by: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com>
2023-11-18 01:50:55 +02:00
LisoUseInAIKyrios
8b5d2d1871
fix(YouTube - Disable resuming Shorts on startup): Adjust patch name ( #516 )
2023-11-17 12:21:59 +02:00
oSumAtrIX
828ff6f31e
fix(YouTube - Disable suggested video end screen): Properly hide it every time the screen appears
...
Previously, the screen appeared, which a handler was attached to, in order to hide it again, but the handler was removed again from the same screen, so the next time it appeared, it was not hidden.
2023-11-12 17:02:40 +01:00
oSumAtrIX
847cce43f6
perf(YouTube - Client spoof): Reduce timeout to fetch storyboard renderer
...
Because this is blocking the UI thread, a short timeout is preferable.
2023-11-12 17:02:38 +01:00
oSumAtrIX
5f30100fd5
fix(YouTube - Hide layout components): Reduce false positives when hiding mix playlists
...
Implementation references taken from github.com/inotia00/revanced-integrations/commit/cfaf3d6356f316623ad32b10719b1b5ef0ba25b9
2023-11-12 17:02:23 +01:00
oSumAtrIX
b1ce7a75eb
feat(YouTube): Add Enable slide to seek
patch
...
Implementation references taken from github.com/inotia00/revanced-patches/commit/0ede1987544aa0068f28665c6c029df23a30afe2
2023-11-12 17:02:23 +01:00
oSumAtrIX
e84b7b328e
feat(YouTube): Add Remove tracking query parameter
patch
...
Implementation references taken from github.com/inotia00/revanced-patches/commit/4037d9c85b7e37f8635f8fdcc1efea85dcddb5e2.
2023-11-12 17:02:22 +01:00
LisoUseInAIKyrios
11f97ac354
fix(YouTube - Client spoof): Fix low resolution precise seeking thumbnails ( #513 )
2023-11-11 20:22:41 +02:00
Linus
50933dc42d
fix(Remove screenshot restriction): Improve reliability ( #471 )
2023-11-10 02:06:01 +01:00
oSumAtrIX
6e414ec6c2
fix(YouTube): Prevent playing touch interaction sound when unintended
2023-11-07 12:43:53 +01:00
oSumAtrIX
4f57d56042
fix(YouTube - Disable suggested video end screen): Do not spam click to disable the screen
2023-11-07 12:43:53 +01:00
LisoUseInAIKyrios
6b00f90fb7
fix(YouTube): Rename Restore old seekbar thumbnails
and Restore old quality menu
( #510 )
2023-11-06 13:58:17 +02:00
nullptr
c048527dc0
fix(YouTube - Player flyout menu): Restore functionality ( #502 )
2023-11-03 19:27:23 +01:00
oSumAtrIX
f2037316d3
fix(YouTube - Client spoof): Set the client version correctly
...
Previously the version was hardcoded.
2023-10-26 00:07:02 +02:00
oSumAtrIX
2453d30970
feat(YouTube - Disable precise seeking gesture): Use better patch name
...
The new name now is taken from what YouTube names this feature.
2023-10-25 19:34:25 +02:00
oSumAtrIX
75297a52c1
feat(YouTube): Add Enable old seekbar thumbnails
patch
2023-10-25 19:34:25 +02:00
oSumAtrIX
df278222e8
fix(YouTube - Disable suggested video end screen): Hide the view once possible
...
Previously the patch tried to hide the screen when it was not visible to begin with.
2023-10-25 19:34:24 +02:00
LisoUseInAIKyrios
40cfa1e9af
fix(YouTube - ReturnYouTubeDislike): Use API back off if client connection fails for any reason ( #509 )
2023-10-25 12:53:44 +03:00
oSumAtrIX
6bd5aae977
feat(YouTube): Add Disable suggested video end screen
patch
2023-10-25 01:47:03 +02:00
oSumAtrIX
bf5071107b
feat(YouTube): Add Disable fullscreen ambient mode
patch
2023-10-25 01:46:44 +02:00
LisoUseInAIKyrios
98c91af130
fix(YouTube - ReturnYouTubeDislike): Fix RYD prefetching home feed Shorts ( #508 )
2023-10-24 23:34:13 +03:00
oSumAtrIX
04608d32e8
feat(YouTube - Hide layout components): Hide video quality menu footer
2023-10-23 21:46:38 +02:00
LisoUseInAIKyrios
debd0a2e11
fix(YouTube - Custom filter): Fix app crash if invalid character is used in custom filter ( #506 )
2023-10-21 15:18:00 +03:00
LisoUseInAIKyrios
c1c7e3b596
Revert "fix(YouTube - Minimized playback): Fix pip incorrectly showing for Short playback ( #504 )"
...
This reverts commit 6d5a5c8281
.
2023-10-20 13:35:14 +03:00
LisoUseInAIKyrios
6d5a5c8281
fix(YouTube - Minimized playback): Fix pip incorrectly showing for Short playback ( #504 )
2023-10-20 13:18:02 +03:00
oSumAtrIX
59687f1a39
feat(YouTube): Add Announcements
patch ( #503 )
2023-10-20 03:13:37 +02:00
oSumAtrIX
16f1163a34
feat(YouTube): Add Spoof device dimensions
patch
2023-10-19 03:06:57 +02:00