41e00d6a4f
feat(YouTube): replace with a fingerprint that supports a wider range of versions
2024-10-06 18:41:52 +09:00
3edd8eb43c
feat(YouTube Music/Spoof app version): add target version 7.16.53
2024-10-03 22:41:58 +09:00
6360f97e54
chore: replace with a fingerprint that supports a wider range of versions
2024-10-03 22:39:30 +09:00
e88c190460
refactor(YouTube/Layout switch): refine settings
2024-10-03 22:36:27 +09:00
17cabfbc50
fix(YouTube/Shorts components): Hide paused header
setting does not work
2024-10-03 22:08:28 +09:00
c932956808
fix(YouTube/Hide feed components): Hide Latest videos button
setting does not support tablets ( #89 )
...
* fix(YouTube - Hide Latest Video button): Patch should handle `Tap to update` button
* Update fingerprint
* Add layout resources
* Update patches
* feat: instead of checking the opcode pattern, use the `injectLiteralInstructionViewCall` function
---------
Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com >
2024-10-03 21:42:44 +09:00
ffcc9e5db8
chore: lint code
2024-10-03 21:17:11 +09:00
30a88bd7da
fix(YouTube/Overlay buttons): paddingBottom is not set when patch option WiderButtonsSpace
is TRUE https://github.com/inotia00/revanced-patches/pull/87
2024-09-30 22:55:02 +09:00
387891e88b
fix(YouTube/Overlay buttons): paddingBottom is not set when patch option WiderButtonsSpace
is TRUE https://github.com/inotia00/revanced-patches/pull/87
2024-09-30 22:52:44 +09:00
e601cca4e0
feat(YouTube/Custom Shorts action buttons): add patch option Cairo
2024-09-30 21:42:52 +09:00
8333bf73d5
fix(YouTube Music/Player components): Remember shuffle state
setting does not remember the correct state
2024-09-30 21:39:44 +09:00
38274249d8
feat(YouTube/Overlay buttons): add patch option WiderButtonsSpace
( #87 )
...
* add patch option "WiderButtonsSpace"
* add patch option "WiderButtonsSpace"
* fix: fix build errors and remove duplicate resources
---------
Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com >
2024-09-30 21:11:25 +09:00
8119eefedb
fix(YouTube): String typos and grammar ( #84 )
...
* chore(Visual preferences icons for YouTube): Typo
* Other string typos and grammar (idk)
2024-09-30 21:07:20 +09:00
b1a9e044ad
feat(YouTube): revert all changes except minimal-header
2024-09-30 21:06:16 +09:00
24395de245
Revert "feat(YouTube/Custom branding icon): add patch option `YouTube (Minima…" ( #86 )
...
This reverts commit 29f4e06f75
.
2024-09-30 18:28:55 +09:00
63d7b6c280
feat(YouTube): add Hide shortcuts
patch
2024-09-28 23:09:08 +09:00
0642d18a89
chore: lint code
2024-09-28 22:57:23 +09:00
455886930c
fix(YouTube/Hide feed components): Hide related videos
setting hides the player flyout component
2024-09-28 22:56:06 +09:00
577f49b01c
fix(YouTube Music/Disable Cairo splash animation): some versions are recognized as unpatchable even though they can be patched
2024-09-28 19:09:18 +09:00
389f414acc
feat(YouTube/Hide feed components): add Hide related videos
setting
2024-09-27 19:52:29 +09:00
697dc74169
fix(YouTube/Player components): patch is broken in certain versions
2024-09-27 19:23:04 +09:00
70b45b2a26
chore(YouTube): no longer checks PlayerType
or VideoInformation
to determine if it's a Short or not
2024-09-27 19:16:38 +09:00
bb4f8bfc04
feat(YouTube/PlayerTypeHook): add hooking on Shorts state (whether Shorts is open or not)
2024-09-27 19:11:21 +09:00
79bfd1e3ef
fix(YouTube/Integrations): skip patches even in versions where fingerprints are still used
2024-09-27 19:03:18 +09:00
96dc5cff5d
fix(YouTube Music/Flyout menu components): unable to patch due to incorrect format
2024-09-27 19:00:43 +09:00
2cdc05ac27
fix(YouTube/Shorts components): even if Hide navigation bar
is turned on, the navigation bar will reappear when the user opens the comments or description panel in Shorts
2024-09-25 22:23:54 +09:00
6c060c5da6
feat(YouTube/Navigation bar components): add Hide navigation bar
setting
2024-09-25 22:16:44 +09:00
0752ff0d72
chore: remove obsolete code
2024-09-25 21:44:05 +09:00
42ecfa9b8b
feat(YouTube Music): changes to supported versions - changed 6.29.58
to 6.29.59
, changed 7.16.52
to 7.16.53
, removed 6.33.52
(as it is almost the same as 6.29.59
)
2024-09-23 22:32:29 +09:00
ce5561732e
feat(YouTube): add Hook YouTube Music actions
patch
2024-09-23 22:24:13 +09:00
9bd51f7df8
fix(YouTube/Settings): Search bar in settings
can't find RYD
and SponsorBlock
settings
2024-09-23 22:20:33 +09:00
6d48adef53
fix(YouTube/Player components): Disable player popup panels
setting disables the engagement panel in Mix playlists on certain YouTube version
2024-09-23 22:15:18 +09:00
1cf3c6da53
fix(YouTube/Hide feed components): Hide carousel shelf
setting sometimes hides the library shelf
2024-09-23 22:10:27 +09:00
e25bd1034c
fix(YouTube Music/SponsorBlock): SponsorBlock does not skip segment at the beginning when in background https://github.com/inotia00/ReVanced_Extended/issues/2396
2024-09-23 22:05:26 +09:00
3a8e6760a3
chore: disable Change YouTube header
setting if current header is YouTube (Minimal header)
2024-09-23 22:01:14 +09:00
29f4e06f75
feat(YouTube/Custom branding icon): add patch option YouTube (Minimal header)
( #83 )
...
* add minimal yt icon
* add minimal yt icon
* Update VisualPreferencesIconsPatch.kt
* add new choice for settings icon
* repalce png turned vector drawables with vector drawables
* add splash
* add splash
* make premium header minimal
* rename to yt_minimal
* change patch option name
* fix compile error
* fix: match icons
* use more appropriate icon
---------
Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com >
2024-09-23 21:54:36 +09:00
6b5c03b149
feat(YouTube Music/Settings): add Open default app settings
setting https://github.com/inotia00/ReVanced_Extended/issues/1861
2024-09-22 17:50:57 +09:00
9be6315444
feat(YouTube): rename Visual preferences icons
to Visual preferences icons for YouTube
2024-09-22 17:46:52 +09:00
8f5be6fd22
feat(YouTube Music): add Visual preferences icons for YouTube Music
patch https://github.com/inotia00/ReVanced_Extended/issues/2216
2024-09-22 17:44:41 +09:00
0f0a48b1d4
chore(YouTube): replace with a fingerprint that supports a wider range of versions
2024-09-19 20:21:09 +09:00
d776786867
chore: fix typo
2024-09-19 20:20:15 +09:00
37e00d462d
feat(YouTube/Change start page): change the actual start page instead of redirecting the Url https://github.com/inotia00/ReVanced_Extended/issues/2395
2024-09-18 19:41:13 +09:00
c2a0da8d75
fix build error
2024-09-17 20:36:56 +09:00
e5abab21a0
chore(YouTube Music): replace with a fingerprint that supports a wider range of versions
2024-09-17 20:35:17 +09:00
afd19dead4
refactor(BytecodeUtils): remove duplicate functions
2024-09-17 18:40:11 +09:00
5e4b56cfbe
feat(YouTube/Visual preferences icons): add the patch option ApplyToAll
that do not apply to sub-settings https://github.com/inotia00/ReVanced_Extended/issues/2392
2024-09-17 12:36:48 +09:00
a041ca2e2f
fix(YouTube Music/GmsCore support): can't share the stories to Facebook, Instagram and Snapchat https://github.com/inotia00/ReVanced_Extended/issues/1830
2024-09-15 20:40:28 +09:00
d708f36052
fix(YouTube Music/Disable auto captions): captions cannot be changed when Disable forced auto captions
is turned on
2024-09-15 20:38:39 +09:00
5e8d280294
chore: lint code
2024-09-15 20:21:41 +09:00
80727591ae
chore(YouTube/Change start page): hook a more appropriate Intent
2024-09-15 19:58:22 +09:00