Commit graph

520 commits

Author SHA1 Message Date
oSumAtrIX f5224c4980
fix(youtube/hide-get-premium): shorten descriptions 2023-06-07 03:46:58 +02:00
LisoUseInAIKyrios 98c7a8418d
build(revanced-patcher): bump version (#2324)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-06-07 03:02:07 +02:00
LisoUseInAIKyrios 8adc05a174
fix(youtube/theme): use custom light/dark colors for launch splash screen (#2337) 2023-06-02 22:15:13 +04:00
LisoUseInAIKyrios ee9945bcce chore: fixing unescaped apostrophe 2023-06-01 15:36:24 +04:00
oSumAtrIX dbb38eddfd
feat(youtube/hide-ads): hide mix playlists 2023-06-01 01:15:41 +02:00
oSumAtrIX 3d03471b1c
feat(youtube/swipe-controls): add option to save and restore brightness 2023-06-01 01:15:41 +02:00
LisoUseInAIKyrios a99cef87b4
fix(youtube/remember-video-quality): fix typo in video resolutions (#2323) 2023-05-30 18:25:01 +04:00
LisoUseInAIKyrios 28594f3eea
fix(youtube/theme): use dynamic background color for custom splash screen (#2319) 2023-05-30 15:41:13 +04:00
LisoUseInAIKyrios 1dffbaf0aa
fix(youtube/integrations): fix playback of embedded videos (#2304) 2023-05-29 11:23:54 +04:00
oSumAtrIX 5d7772be94
feat(youtube/navigation-buttons): use a better preference screen title 2023-05-27 19:55:05 +02:00
oSumAtrIX 749c83d068
feat(youtube/hide-shorts-components): hide channel bar & sound button 2023-05-27 19:53:39 +02:00
LisoUseInAIKyrios 0f07bf467a
feat(youtube/hide-seekbar): more fine grained hiding of seekbar (#2252)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-05-27 11:52:03 +04:00
LisoUseInAIKyrios a5b323d1d9
feat(youtube/hide-shorts-components): hide shorts info panel (#2278) 2023-05-27 11:48:24 +04:00
LisoUseInAIKyrios 3e6d0528b2
fix(youtube/hide-shorts-components): clarify settings switch (#2276) 2023-05-26 19:43:04 +02:00
LisoUseInAIKyrios 4480911e0b
fix(youtube/downloads): rename patch to external-downloads (#2274) 2023-05-26 15:03:44 +04:00
LisoUseInAIKyrios 91d1aabd32
fix(youtube/hide-player-buttons): fix previous/next button showing if previous video exists (#2261) 2023-05-25 21:34:38 +04:00
LisoUseInAIKyrios 72773ac569
fix(youtube/hide-info-cards): fix hide-info-cards setting does not work (#2246) 2023-05-25 10:10:16 +04:00
oSumAtrIX 5195dd8936
feat(youtube/general-ads): merge hide-get-premium patch into general-ads patch 2023-05-24 21:37:00 +02:00
oSumAtrIX 8732a84422
fix(youtube/remove-player-controls-background): use correct patch name and description 2023-05-24 21:31:44 +02:00
oSumAtrIX 83a490575c
fix(youtube/vanced-microg-support): depend on client-spoof patch
If `vanced-microg-support` is applied, YouTube makes use of Vanced MicroG. Since YouTube makes integrity checks for GMS, `client-spoof` patch is required.
2023-05-24 02:00:02 +02:00
oSumAtrIX 4b333d4d70
build(revanced-patcher): bump version 2023-05-24 01:58:17 +02:00
oSumAtrIX 34f4d7ce0d
refactor: move setting to correct preference screen 2023-05-23 01:57:36 +02:00
LisoUseInAIKyrios 46da83430f
fix(youtube/settings): fix non functional back button in settings (#2178) 2023-05-19 23:43:49 +02:00
LisoUseInAIKyrios 95bbf46e77
feat(youtube/copy-video-url): add tap and hold functionality to copy video url buttons (#2174) 2023-05-19 23:43:48 +02:00
oSumAtrIX fec442ca99
refactor: remove spacing 2023-05-19 23:43:48 +02:00
oSumAtrIX 491f292182
feat(youtube): support version 18.19.35 2023-05-19 23:43:47 +02:00
oSumAtrIX 19798bf31c
refactor(youtube/remember-playback-speed): do not use other unrelated patches extension methods 2023-05-19 23:43:47 +02:00
oSumAtrIX a64f33e385
refactor(youtube/settings): increase fingerprint robustness 2023-05-19 23:43:46 +02:00
oSumAtrIX 758b300591
feat(youtube): constrain patches to 18.16.37 2023-05-19 23:43:46 +02:00
johnconner122 a561a9afc2
fix(youtube/minimized-playback): update settings description (#2191) 2023-05-19 23:43:46 +02:00
oSumAtrIX 24f376a4b8
feat(youtube/hide-shorts-components): hide navigation bar 2023-05-18 19:06:06 +02:00
oSumAtrIX 64868f41be
feat(youtube): add hide-shorts-components patch 2023-05-18 19:06:05 +02:00
oSumAtrIX 6347146900 feat: use consistent names for patches 2023-05-18 18:59:35 +02:00
oSumAtrIX b738b6bf35 feat: add capability to filter from protobuf buffer 2023-05-18 18:59:35 +02:00
LisoUseInAIKyrios 4ccb1ee0b9
fix(youtube/spoof-signature-verification): adjusting summary text (#2169) 2023-05-16 21:26:42 +04:00
LisoUseInAIKyrios c6c23ff0d9
fix(youtube/sponsorblock): fix toast shown when scrubbing thru a paused video (#2152)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-05-16 10:31:35 +04:00
LisoUseInAIKyrios 99916aefaa
feat(youtube): add options to disable toasts on connection error (#2159)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-05-16 10:29:24 +04:00
oSumAtrIX 2bba5f72fa
feat(youtube/hide-filter-bar): add PreferenceScreen summary 2023-05-16 05:36:06 +02:00
oSumAtrIX e0f64520d0
feat(youtube/downloads): improve patch description 2023-05-16 04:27:47 +02:00
oSumAtrIX e212c807fc
refactor: remove unused annotations 2023-05-16 04:27:30 +02:00
LisoUseInAIKyrios b59cb3ed60
feat(youtube): import / export of revanced settings (#2077)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-05-15 11:51:43 +04:00
Dawid K 78803f8ea8
fix(youtube): add missing compatibility annotations for theme and hide-load-more-button (#2150) 2023-05-15 11:49:44 +04:00
LisoUseInAIKyrios ffa2e5d7eb
fix(youtube/video-speed): add compatibility annotation (#2156) 2023-05-15 03:07:36 +04:00
LisoUseInAIKyrios e0877e3381
fix(youtube/return-youtube-dislikes): fix temporarily frozen video after opening a shorts (#2126)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-05-14 11:29:07 +04:00
badawoll 24c57b80dd refactor: migrate to changes from ReVanced Patcher 2023-05-14 02:02:43 +02:00
johnconner122 758ef42f9c
fix(youtube/custom-video-speed): add missing class for video-speeds patch (#2137)
This has been caused by a recent merge conflict resolution.

Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-05-13 14:35:21 +02:00
johnconner122 f4b918075a
feat(youtube): move video settings to Video settings category (#2010)
Co-authored-by: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com>
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-05-13 01:32:41 +02:00
oSumAtrIX 6cc5f61e07
feat(youtube): add hide-filter-bar patch 2023-05-13 01:03:48 +02:00
LisoUseInAIKyrios d97815af18
feat(youtube/video-speed): change custom video speeds inside app settings (#2114) 2023-05-11 10:25:21 +04:00
LisoUseInAIKyrios d4970273ad
fix(youtube/theme): apply custom seekbar color to video thumbnails (#2085) 2023-05-11 10:22:37 +04:00