Commit Graph

936 Commits

Author SHA1 Message Date
oSumAtrIX
f9102fa83b fix(YouTube - Client spoof): Do not break clips 2023-12-07 23:00:36 +04:00
LisoUseInAIKyrios
fb433da6ad
fix(YouTube - Minimized playback): Fix PIP incorrectly shown for some Shorts playback (#533) 2023-12-05 03:47:31 +04:00
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
LisoUseInAIKyrios
f5add51fa7
perf(YouTube): Reduce memory requirement for prefix tree searching (#501) 2023-10-17 13:08:35 +03:00
LisoUseInAIKyrios
d3eba27c90
fix(YouTube - Old video quality menu): Fix toast error on tablet devices (#500) 2023-10-15 18:58:21 +03:00
LisoUseInAIKyrios
7d02774ea1 fix(YouTube - Minimized playback): Fix pip incorrectly showing if app is minimized immediately after opening a Short 2023-10-14 11:16:41 +03:00
oSumAtrIX
fd09e46d01
feat(YouTube - Theme): Disable gradient loading screen 2023-10-14 01:00:25 +02:00
nullptr
6f79746d78
fix(YouTube - Hide Layout components): Exempt expandable chips from exceptions (#498)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-10-13 17:18:42 +02:00
oSumAtrIX
9670bd305b
fix(YouTube - Hide layout components): Hide new channel watermark component 2023-10-13 17:14:04 +02:00
LisoUseInAIKyrios
9b2add7553
fix(YouTube - ReturnYouTubeDislike): Fix dislikes not showing on Shorts (#495) 2023-10-12 12:27:38 +03:00
oSumAtrIX
1479d6bc26
fix(YouTube - Hide shorts components): Do not hide subscribe button outside of Shorts 2023-10-08 21:08:29 +02:00
LisoUseInAIKyrios
486c894257
fix(YouTube - ReturnYouTubeDislike): Do not retry API call if same fetch recently failed (#493) 2023-10-07 23:06:10 +04:00
oSumAtrIX
245c3b3537
feat(YouTube - Return YouTube Dislike): Support version 18.37.36 (#490)
Co-authored-by: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com>
2023-10-07 13:31:25 +04:00
oSumAtrIX
4498f39b8c
feat(YouTube): Add Disable fine scrubbing gesture patch 2023-10-07 03:50:41 +02:00
oSumAtrIX
30788ba1a3
fix(YouTube - Hide shorts components): Add filter to filter group list 2023-10-06 12:38:05 +02:00
oSumAtrIX
6eb301776e
fix(YouTube - Hide shorts components): Do not prevent filtering components
Previously, the exceptions group prevented filtering the "Notify me" button and in feed surveys.
2023-10-06 02:36:38 +02:00
oSumAtrIX
3ac869fa6a
feat(YouTube - Hide shorts components): Hide subscribe button when paused separately from subscribe button 2023-10-05 18:48:53 +02:00
oSumAtrIX
6730aaf2b8
fix(YouTube - Hide shorts components): Hide the subscribe button when paused 2023-10-05 03:50:05 +02:00
oSumAtrIX
bedb02e4f6
fix(YouTube - Hide layout components): Do not hide chapters in feed unexpectedly 2023-10-03 03:28:28 +02:00
LisoUseInAIKyrios
4215be4250
fix(YouTube - SponsorBlock): Adjust import/export UI text (#491) 2023-10-03 01:27:27 +04:00
oSumAtrIX
b280de3195
feat(YouTube - Hide layout components): Disable hiding search result shelf header by default
The reason for this is that it also hides Shorts shelves unintentionally.
2023-10-02 22:16:06 +02:00
oSumAtrIX
3d0fc1d610
fix: Do not always hide the component 2023-10-02 22:15:29 +02:00
oSumAtrIX
25f73eb3a9
refactor: Simplify filtering a component 2023-10-02 22:05:31 +02:00
oSumAtrIX
5185673780
refactor: Move classes to correct path 2023-10-02 16:25:12 +02:00
oSumAtrIX
93a30453d9
feat(YouTube - Hide layout components): Hide search result shelf header 2023-10-02 16:25:11 +02:00
oSumAtrIX
9685070eda
fix(YouTube - Hide shorts components): Hide subscribe button in paused state 2023-10-02 00:50:18 +02:00
Temm
1689bf4125
refactor(Tumblr): Use a common filter patch (#479)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-10-01 05:12:00 +02:00
oSumAtrIX
e2254681cd
feat(YouTube - Hide layout components): Hide "Join" button 2023-10-01 05:07:47 +02:00
oSumAtrIX
b87d806659
feat(YouTube - Hide layout components): Hide "Notify me" button 2023-10-01 05:07:47 +02:00
oSumAtrIX
b472aeeed7
feat(YouTube - Hide layout components): Hide timed reactions 2023-10-01 05:07:46 +02:00
LisoUseInAIKyrios
165b061fa9
fix(YouTube - ReturnYouTubeDislike): Revert support for 18.37.36 (#488) 2023-09-28 17:39:11 +04:00
LisoUseInAIKyrios
27f49dfd1e
fix(YouTube - Client spoof): Fix toast shown for live streams (#489) 2023-09-28 17:12:14 +04:00
LisoUseInAIKyrios
da923a38a0
fix(YouTube - Video Id): Fix video id not showing the currently playing video (#484)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-09-28 15:11:54 +02:00
LisoUseInAIKyrios
e7e02e1e30 chore: fix build 2023-09-28 11:48:27 +04:00
nullptr
cc416bc4f6
chore: Log hiding mix playlists (#485)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-09-28 04:49:12 +02:00
oSumAtrIX
91096532ee
feat(YouTube): Add Bypass URL redirects patch 2023-09-28 04:47:40 +02:00
oSumAtrIX
5dadb0d523
feat(YouTube): Bump compatibility to 18.37.36 (#483)
Co-authored-by: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com>
2023-09-28 01:28:34 +02:00
LisoUseInAIKyrios
00c4c4025b
fix(YouTube - Hide info cards): Fix info cards not hiding for some users (#487) 2023-09-28 00:18:21 +04:00
LisoUseInAIKyrios
b0b6ff6a82
fix(YouTube - Client spoof): fix occasionally frozen video playback (#486) 2023-09-27 18:54:47 +04:00
LisoUseInAIKyrios
ab9989d41f chore(YouTube - Client spoof): add logging. fix fall over logic if android client call fails 2023-09-26 13:05:25 +04:00
oSumAtrIX
01019b09c1
fix(YouTube - Client spoof): Show seekbar thumbnail for age restricted and paid videos 2023-09-26 04:45:48 +02:00
LisoUseInAIKyrios
e72b65b599
fix(YouTube - Client spoof): fix toast shown if opening paid or age restricted video (#482) 2023-09-26 05:39:44 +04:00
LisoUseInAIKyrios
83987747e6
fix(YouTube - Client spoof): fix storyboard fetched out of order (#481) 2023-09-26 05:09:01 +04:00
LisoUseInAIKyrios
e6903bff95
fix(YouTube - Client spoof): Removed unused code (#480)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-09-26 00:47:01 +02:00
oSumAtrIX
f71c1a0c15
fix(YouTube - Client spoof): Display seekbar thumbnails in high quality 2023-09-25 23:51:03 +02:00
oSumAtrIX
4b0925e337
fix: Remove parameter from route 2023-09-25 21:46:20 +02:00
oSumAtrIX
ba5e7d870e
perf: Remove unnecessary api key parameter 2023-09-25 19:57:53 +02:00
oSumAtrIX
d20b768bc2
perf: Only request required fields 2023-09-25 19:52:27 +02:00
oSumAtrIX
2cd1738d24
fix(YouTube - Client spoof): Restore clipping videos functionality 2023-09-25 16:33:06 +02:00
oSumAtrIX
978f630c02
fix(YouTube - Client spoof): Restore seekbar thumbnails
This works around the issue, but causes seekbar thumbnails to be in low quality.
2023-09-25 16:28:23 +02:00
oSumAtrIX
ef1cca02c1
fix(YouTube - Client spoof): Do not record feed videos to history by default (#478) 2023-09-23 23:48:53 +02:00
LisoUseInAIKyrios
2352fa5426
fix(YouTube): fix old quality and custom speed not working on tablets (#477) 2023-09-19 06:22:15 +04:00
oSumAtrIX
2c3418041c
feat(Twitch - Block embedded ads): Switch from ttv.lol to luminous.dev 2023-09-14 21:27:33 +02:00
oSumAtrIX
4a242c7a91
refactor: Use try block for auto closeable 2023-09-14 16:57:50 +02:00
Traktores
526d66f6a9
feat(TU Dortmund): Add Show on lockscreen patch (#472)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-09-14 03:11:49 +02:00
LisoUseInAIKyrios
e3b8e8be41
fix(YouTube - ReturnYouTubeDislike): Add debug logging to litho text (#476) 2023-09-09 12:52:47 +04:00
LisoUseInAIKyrios
17ed396739
fix(YouTube - Custom filter): Use new lines between components instead of commas (#475) 2023-09-08 00:10:38 +04:00
LisoUseInAIKyrios
d86851baf1
fix(YouTube - Hide layout components): Always hide redundant 'player audio track' button (#473) 2023-09-07 10:41:06 +04:00
Autist69420
61d997e1db
fix(YouTube - ExternalDownloads): Trim whitespace from package name (#469)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-08-30 23:06:47 +02:00
oSumAtrIX
dc955d1bc2
feat: Restore previous release 2023-08-27 21:41:23 +02:00
oSumAtrIX
6e8d13bfbb
fix: Add back missing class 2023-08-27 05:16:07 +02:00
oSumAtrIX
a178a223c2
fix: Revert previous release 2023-08-27 04:43:10 +02:00
oSumAtrIX
d4570de0a7
feat(YouTube): Add Enable tablet layout patch 2023-08-26 17:10:35 +02:00
oSumAtrIX
aa9d892cde
feat(YouTube): Support version 18.32.39 (#464) 2023-08-26 17:00:59 +02:00
johnconner122
44dccb3d65
feat(YouTube): Add Custom player overlay opacity patch (#449)
Co-authored-by: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com>
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-08-26 02:12:44 +02:00
semantic-release-bot
420b9263b6
fix: use correct logging tags 2023-08-24 23:03:56 +02:00
LisoUseInAIKyrios
ebd425b7ff chore: fix build 2023-08-23 11:27:21 +04:00
johnconner122
13afac906a
fix(YouTube - Hide Shorts components): Hide shorts header (#455)
Co-authored-by: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com>
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-08-23 05:35:00 +02:00
oSumAtrIX
7510c0632f
refactor: fix naming inconsistency 2023-08-23 05:28:57 +02:00
oSumAtrIX
33e3c6b061
refactor: improve readability with comments 2023-08-23 05:27:54 +02:00
LisoUseInAIKyrios
d354356b2d
feat(YouTube): Add Alternative thumbnails patch (#462) 2023-08-21 10:28:20 +04:00
LisoUseInAIKyrios
2188607340
fix(YouTube - Litho Filter): Don't remove the buffer until the thread stops (#461) 2023-08-16 15:58:27 +04:00
oSumAtrIX
efa60dc64a
build: Bump dependencies 2023-08-16 09:38:29 +02:00
LisoUseInAIKyrios
97880eaf72
fix(YouTube - Player Flyout Menu): Change 'audio track flyout menu' to show up by default (#458) 2023-08-08 12:16:34 +04:00
LisoUseInAIKyrios
8e5ca65286
feat(YouTube - Hide video action buttons): Hide individual action buttons (#451) 2023-08-07 18:34:42 +04:00
LisoUseInAIKyrios
769a2006ce
feat(YouTube - Debug): Logging of layout proto buffer strings (#456) 2023-08-07 11:50:32 +04:00
johnconner122
6959808f0c
fix(YouTube - Hide Shorts components): Hide new type of shorts in feed (#453) 2023-08-05 22:08:10 +02:00
Vu Hoan Huy
c16c038396
feat(Tiktok - Feed filter): Add more filters (#445)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-08-02 14:09:07 +02:00
LisoUseInAIKyrios
d3f523f9dd fix(YouTube): fix potential litho filter thread race 2023-08-02 15:04:29 +04:00
LisoUseInAIKyrios
18f29004b8
perf(YouTube): Filter litho components using prefix tree (#447)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-08-01 21:05:31 +04:00
johnconner122
b2085aeebf
feat(YouTube): add Player Flyout Menu patch (#416)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
Co-authored-by: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com>
2023-07-30 13:51:16 +04:00
LisoUseInAIKyrios
ac8de0a3b7 chore(YouTube - Spoof App Version): Adjust target version 2023-07-27 09:19:05 +04:00
LisoUseInAIKyrios
e906c6d3a2 fix(YouTube - Spoof App Version): Remove 17.30.35 target 2023-07-27 07:56:58 +04:00
LisoUseInAIKyrios
ea7bc57375 fix(YouTube - SponsorBlock): Fix skip highlight button showing when set to 'show in seekbar' 2023-07-27 01:24:13 +04:00
johnconner122
c7d2a9b310
feat(YouTube - Hide layout components): Hide chips shelf (#448) 2023-07-26 15:47:56 +02:00
LisoUseInAIKyrios
2a784a47d1
feat(youtube/theme): add a switch to enable/disable custom seekbar color (#442) 2023-07-20 21:26:50 +04:00
Vu Hoan Huy
8c61561d63
fix(Tiktok - Settings): check for null when opening ads settings (#443) 2023-07-20 19:22:07 +02:00
LisoUseInAIKyrios
a0f831ac3f
fix(YouTube - Spoof client): show video time and chapters while using seekbar (#435) 2023-07-20 01:17:18 +02:00
Vu Hoan Huy
821a32ee40
fix(Tiktok - Settings): bump compatibility (#440)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-07-20 01:14:10 +02:00
LisoUseInAIKyrios
7a28c2fa13
fix(youtube/return-youtube-dislike): fix dislikes not showing in some situations (#439) 2023-07-16 20:39:51 +04:00
oSumAtrIX
9f21c7268e
feat(YouTube - Hide ads): hide new type of buttoned ad 2023-07-16 02:24:52 +02:00
KAZI MMT
630776fd35
feat(youtube): rename video-speed to playback-speed (#438) 2023-07-15 16:32:21 +04:00
oSumAtrIX
a2b1630df8
fix(YouTube - Hide Shorts Components): hide sound button 2023-07-15 03:42:01 +02:00
LisoUseInAIKyrios
f69492819e
fix(youtube/sponsorblock): fix some segments skipping slightly too late (#436) 2023-07-14 12:35:20 +04:00
oSumAtrIX
789e0c8bcb
fix(youtube/hide-layout-components): hide mix playlists 2023-07-08 04:28:12 +02:00
oSumAtrIX
dec7348203
feat(youtube): support version 18.23.35 (#433)
Co-authored-by: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com>
2023-07-08 01:02:42 +02:00
oSumAtrIX
be3955fee4
feat: remove unnecessary notice 2023-07-05 15:57:17 +02:00
johnconner122
ea7ee56276
fix(youtube/hide-ads): remove duplicate filter (#432) 2023-07-05 10:41:57 +02:00
LisoUseInAIKyrios
8b01ca0c0e chore: delete old unused migration code 2023-07-04 03:01:23 +04:00
LisoUseInAIKyrios
d947de2e03
fix(reddit/sanitize-sharing-links): update patch to support latest app version (#430) 2023-07-03 23:29:04 +04:00
LisoUseInAIKyrios
8afe82c0e0
fix(youtube/spoof-signature-verification): remove auto re-enable functionality (#428) 2023-07-02 12:25:51 +04:00
Jim Man
12f3f97552
perf: return earlier when possible (#427) 2023-06-27 03:28:29 +02:00
LisoUseInAIKyrios
328ecff18b
fix(youtube/disable-fullscreen-panels): prompt to restart after turning on/off (#426) 2023-06-25 22:50:39 +04:00
LisoUseInAIKyrios
d7a3973ef1
fix(youtube/client-spoof): update settings text for known side effects of spoof signature (#424) 2023-06-23 17:45:47 +04:00
oSumAtrIX
be9c948ce6
fix(youtube/client-spoof): use new visitor data to work around playback issues
See 81ca451480
2023-06-22 01:13:14 +02:00
oSumAtrIX
b47a214067
fix(youtube/hide-layout-components): preserve gap when hiding expandable chips 2023-06-18 19:44:37 +02:00
oSumAtrIX
80fb3a31dd
feat(youtube/hide-layout-components): separate hiding expandable chips and chapters 2023-06-18 18:48:54 +02:00
oSumAtrIX
4536133bdc
refactor: remove old migration code 2023-06-18 18:48:54 +02:00
oSumAtrIX
efc2b9b6a3
fix(reddit/hide-ads): only filter promoted links 2023-06-16 23:25:58 +02:00
oSumAtrIX
bdce0298c4
fix(youtube): separate hide-ads to hide-layout-components patch 2023-06-14 03:30:28 +02:00
oSumAtrIX
9952581a32
fix: don't include all Litho patches, when not included 2023-06-14 02:46:24 +02:00
LagradOst
7eb209d853
feat(reddit): add hide-promoted patch (#419)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-06-12 03:04:42 +02:00
oSumAtrIX
aa72125317
feat(youtube/hide-ads): hide mix playlists 2023-06-12 03:04:42 +02:00
oSumAtrIX
b5a71a843e
feat(youtube/swipe-controls): add option to save and restore brightness 2023-06-01 00:56:32 +02:00
LisoUseInAIKyrios
f951897944
fix(youtube/swipe-controls): require restart if settings are changed (#417) 2023-05-31 12:57:02 +04:00
oSumAtrIX
25925085ad
feat(youtube/hide-ads): hide new type of ad 2023-05-30 01:25:06 +02:00
oSumAtrIX
f13a99351c
fix(youtube/hide-shorts-components): hide new type of Shorts in feed 2023-05-28 17:42:31 +02:00
oSumAtrIX
1714700fb1
feat(youtube/hide-shorts-components): hide channel bar & sound button 2023-05-27 19:55:14 +02:00
LisoUseInAIKyrios
40def9e036
feat(youtube/hide-seekbar): more fine grained hiding of seekbar (#409) 2023-05-27 11:51:50 +04:00
LisoUseInAIKyrios
f5df20134c
feat(youtube/hide-shorts-components): hide shorts info panel (#415) 2023-05-27 11:47:58 +04:00
Tim Schneeberger
31251f0214
feat(remove-screen-capture-restriction): remove app constraint (#411)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-05-26 20:07:51 +02:00
LisoUseInAIKyrios
b3c7e7f638
fix(youtube/downloads): rename patch to external-downloads (#414) 2023-05-26 15:03:31 +04:00
LisoUseInAIKyrios
60f25a2af0
fix(youtube/hide-player-buttons): fix previous/next button showing if previous video exists (#412) 2023-05-25 21:33:30 +04:00
LisoUseInAIKyrios
307315c43c
fix(youtube/return-youtube-dislike): fix dislikes not showing for video opened from feed autoplay (#408) 2023-05-22 05:51:19 +04:00
KAZI MMT
191cc711de
feat(reddit): add sanitize-sharing-links patch (#407)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-05-21 17:54:54 +02:00
oSumAtrIX
c7cabc0b57
feat(twitter/hide-recommended-users): hide "Who to follow" 2023-05-20 04:33:10 +02:00
oSumAtrIX
cd93917148
fix(twitter): correctly resolve to integrations methods 2023-05-20 04:32:38 +02:00
LisoUseInAIKyrios
0c55d70370
fix(youtube/settings): fix non functional back button in settings (#404) 2023-05-20 00:42:02 +04:00
LisoUseInAIKyrios
80689eff5b
feat(youtube/copy-video-url): add tap and hold functionality to copy video url buttons (#403) 2023-05-19 19:42:15 +04:00
oSumAtrIX
6d32f1ebc2 refactor(youtube/settings): increase fingerprint robustness 2023-05-19 15:38:34 +02:00
oSumAtrIX
b47a781ba7 feat(youtube): support version 18.19.35 2023-05-19 15:38:34 +02:00
oSumAtrIX
ac13d10305 feat(youtube/hide-shorts-components): hide navigation bar 2023-05-18 18:59:23 +02:00
oSumAtrIX
5ec90db28a feat(youtube): add hide-shorts-components patch 2023-05-18 18:59:23 +02:00
oSumAtrIX
5652c32345 feat: add capability to filter from protobuf buffer 2023-05-18 18:59:23 +02:00
LisoUseInAIKyrios
7da56738a1
fix(youtube/sponsorblock): fix toast shown when scrubbing thru a paused video (#401) 2023-05-16 10:31:23 +04:00
LisoUseInAIKyrios
ae18edd047
feat(youtube): add options to disable toasts on connection errors (#402)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-05-16 10:28:35 +04:00
LisoUseInAIKyrios
c3f08d8d7e
feat(youtube): import / export of revanced settings (#388) 2023-05-15 11:51:15 +04:00
LisoUseInAIKyrios
6a94bd2237
fix(youtube/return-youtube-dislikes): fix temporarily frozen video after opening a shorts (#396)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-05-14 11:28:49 +04:00
LisoUseInAIKyrios
e30d1201c9
fix(youtube/remember-video-quality): do not show 'auto' in video resolution picker if a default quality is set (#400) 2023-05-13 21:44:08 +04:00
johnconner122
a3d754c209
fix(youtube/swipe-controls): restart when "press to swipe" preference is changed (#399) 2023-05-13 14:36:50 +02:00
oSumAtrIX
d9d9538873
refactor: move and rename method correctly 2023-05-13 01:24:59 +02:00
redphx
d7f050ba2f
feat(twitch): add auto-claim-channel-points patch (#398) 2023-05-13 01:20:00 +02:00
oSumAtrIX
9649c3dbc8
feat(youtube): add hide-filter-bar patch 2023-05-13 01:03:46 +02:00
LisoUseInAIKyrios
b42790fbca
feat(youtube/video-speed): change custom video speeds inside app settings (#393) 2023-05-11 10:24:44 +04:00
LisoUseInAIKyrios
ae99408636
fix(youtube/theme): apply custom seekbar color to video thumbnails (#391) 2023-05-11 10:22:19 +04:00
oSumAtrIX
415c1948fc
fix(youtube/hide-ads): don't filter for reels_player_overlay
This fixes hiding Shorts ads layouts unintentionally
2023-05-10 02:22:08 +02:00
LisoUseInAIKyrios
4c7f737913
fix(youtube/spoof-app-version): restore watch history preview (#394) 2023-05-10 00:31:21 +04:00
LisoUseInAIKyrios
c97d1b7ee5
fix(youtube/remember-video-quality): fix default video quality/speed being applied when resuming app (#392) 2023-05-09 19:50:56 +04:00
johnconner122
1b4aa0fcc6
feat(youtube/hide-player-overlay): make it toggleable in settings (#382) 2023-05-08 01:57:37 +02:00
johnconner122
7da9d440ee
feat(youtube): hide-load-more-button patch (#389) 2023-05-07 17:26:56 +02:00
oSumAtrIX
8997ab7962
refactor: simplify casting instructions 2023-05-06 23:18:55 +02:00
LisoUseInAIKyrios
e2f52905dc
fix(youtube/theme): fix app crash if user clears seekbar color (#390) 2023-05-05 10:32:10 +04:00
LisoUseInAIKyrios
cb5a4d0c9b
feat(youtube/settings): add reset button to edit preference dialog (#383) 2023-05-03 11:50:22 +04:00
LisoUseInAIKyrios
2dc431f1bf
fix(youtube/theme): fix toast shown on fresh app install (#381) 2023-05-03 11:46:24 +04:00
LisoUseInAIKyrios
486b79b4e4
fix(youtube/sponsorblock): fix skip button in wrong location when full screen and comments visible (#387) 2023-05-03 11:29:29 +04:00
LisoUseInAIKyrios
6c36beeda1
fix(youtube/return-youtube-dislike): fix potential error toast when using old UI layout (#384) 2023-05-02 15:30:45 +04:00
oSumAtrIX
68f42fc980
feat(youtube): navigation-buttons patch 2023-05-02 07:37:40 +02:00
oSumAtrIX
a91b0363a8
fix(youtube/theme): set correct default seekbar color 2023-05-02 05:36:04 +02:00
oSumAtrIX
1185ceedf7
feat(youtube/theme): change seekbar color via preference 2023-05-02 05:30:12 +02:00
LisoUseInAIKyrios
8a7098cce4
refactor(youtube/return-youtube-dislike): simplify branching (#379) 2023-05-01 15:12:31 +04:00
johnconner122
061ebc6546
fix(youtube/general-ads): remove broken ad filter (#355) 2023-05-01 06:29:44 +02:00
LisoUseInAIKyrios
7fc73368f1
feat(youtube/general-ads): hide multiple audio track button on video player overlay (#377) 2023-05-01 06:26:12 +02:00
oSumAtrIX
15f9c90941
feat(youtube/general-ads): hide new type of ad 2023-04-30 23:13:39 +02:00
LisoUseInAIKyrios
d3f8fb9739
fix(youtube/return-youtube-dislike): support old UI layouts (#378) 2023-04-30 23:41:13 +04:00
LisoUseInAIKyrios
36fd2844c4
feat(youtube/hide-get-premium): hide get premium advertisements under video player (#376) 2023-04-30 22:34:37 +04:00
oSumAtrIX
0de83fff0e
chore: update gradle and dependencies 2023-04-30 05:27:21 +02:00
LisoUseInAIKyrios
f6f6c93c57
feat(youtube/spoof-app-version): user selectable version to spoof (#375) 2023-04-28 21:52:09 +04:00
LisoUseInAIKyrios
8cc1b6ea4a
fix(youtube/spoof-signature-verification): more fixes for subtitle window positions (#374) 2023-04-28 12:49:41 +04:00
LisoUseInAIKyrios
6b15514885
fix(youtube): no longer need to restart the app after changing copy-video-url or downloads patch (#372)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-04-28 10:16:08 +04:00
oSumAtrIX
46d70a3e00
refactor: use better method name 2023-04-27 21:08:32 +02:00
LisoUseInAIKyrios
df4b03fed5
fix(youtube/minimized-playback): disable minimized playback for shorts (#371) 2023-04-27 17:38:52 +04:00
LisoUseInAIKyrios
75dad2f307
feat(youtube/sponsorblock): automatically hide skip button (#365)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-04-26 12:31:27 +04:00
LisoUseInAIKyrios
6f2ae313cf
fix(youtube/spoof-signature-verification): additional fixes for subtitle window positions (#369) 2023-04-25 17:22:52 +04:00
LisoUseInAIKyrios
3b37a3b41f
fix(youtube/return-youtube-dislike): fix dislikes using wrong font if dark mode is enabled during video playback (#368) 2023-04-25 16:48:01 +04:00
oSumAtrIX
8493f57879
feat(youtube/wide-searchbar): rename patch 2023-04-24 17:33:45 +02:00
oSumAtrIX
436a84ee07
feat(youtube): remove non working patch hide-my-mix 2023-04-24 17:33:45 +02:00
LisoUseInAIKyrios
246deb1602
fix(youtube/hide-video-action-buttons): fix hide action buttons not working for some users (#366) 2023-04-24 17:33:45 +02:00
cane
6952c50595
fix(youtube/sponsorblock): Include milliseconds in the voting menu (#362) 2023-04-24 17:33:44 +02:00
LisoUseInAIKyrios
7fc8e882d8
fix(spoof-wifi-connection): fixed crash when wifi is disabled (#363) 2023-04-24 17:33:43 +02:00
LisoUseInAIKyrios
a2af2c0c9f
fix(youtube/hide-video-action-buttons): fix 'hide share button' (#360) 2023-04-20 10:41:36 +04:00
LisoUseInAIKyrios
86c27890ad
fix(youtube/sponsorblock): always show the video time without segments using left to right layout (#359) 2023-04-19 13:30:46 +04:00
LisoUseInAIKyrios
41c07f77f4
fix(youtube/return-youtube-dislike): render dislikes when scrolling into the screen (#350)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-04-19 10:36:10 +04:00
oSumAtrIX
8797765efa
fix: minor syntax error 2023-04-18 01:59:32 +02:00
oSumAtrIX
da7b669c97
feat(youtube/general-ads): hide new type of movie offer ad 2023-04-18 01:55:33 +02:00
LisoUseInAIKyrios
03f09cf7bc
feat(youtube/sponsorblock): skip to video highlight (#352) 2023-04-16 22:18:32 +04:00
LisoUseInAIKyrios
14223f40b5
feat(youtube): user selectable default video speed and quality (#354)
Co-authored-by: johnconner122 <107796137+johnconner122@users.noreply.github.com>
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-04-16 19:27:39 +02:00
oSumAtrIX
5ba4cbd4e0
feat(youtube/general-ads): hide new type of ad 2023-04-16 19:27:39 +02:00
LisoUseInAIKyrios
212e4f2ce4
fix(youtube/return-youtube-dislike): stale dislike data shown after opening / closing the app during shorts playback (#356) 2023-04-16 19:27:38 +02:00
LisoUseInAIKyrios
b959c8ef98
fix(youtube/sponsorblock): change default behavior to better match the browser (#353) 2023-04-16 19:27:38 +02:00
oSumAtrIX
6265a91841
feat(youtube/general-ads): block new type of ad 2023-04-16 19:27:37 +02:00
LisoUseInAIKyrios
6dbccfd472
fix(youtube/sponsorblock): settings do not show default behavior (#351) 2023-04-16 19:27:37 +02:00
LisoUseInAIKyrios
e3d923d564
fix(youtube/return-youtube-dislike): fix error toast when voting (#349) 2023-04-16 19:27:36 +02:00
LisoUseInAIKyrios
80ae9ebbd2
refactor(youtube/settings): remove code that is no longer needed 2023-04-16 19:27:36 +02:00
LisoUseInAIKyrios
584de16236
fix(youtube/settings): fix dialog not shown if dismissed with back button 2023-04-16 19:27:35 +02:00
LisoUseInAIKyrios
a0ad968aaa
feat(youtube/settings): disable preference control if the feature is turned off. show a dialog explaining side effects of some patches (#328)
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-04-16 19:27:31 +02:00
LisoUseInAIKyrios
d4de3f6819
refactor(youtube/video-information): include video speed (#345) 2023-04-16 19:26:53 +02:00
oSumAtrIX
22e453706d
chore: bump dependencies 2023-04-16 19:26:53 +02:00
LisoUseInAIKyrios
3025103014
fix(youtube/sponsorblock): update HTTP user agent (#344) 2023-04-16 19:26:52 +02:00
LisoUseInAIKyrios
e3529cfcec
refactor(youtube/sponsorblock): improve various implementations (#308)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-04-16 19:26:52 +02:00
johnconner122
6528d444b4
fix(youtube/general-ads): hide new types of ads (#339) 2023-04-16 19:26:51 +02:00
oSumAtrIX
f8184905bd
feat(youtube/general-ads): hide new type of ad 2023-04-16 19:26:51 +02:00