inotia00
eb5f08b209
feat(YouTube): Disable pip notification
, Hide tooltip content
patches has been integrated into Hide layout components
patch
2024-05-01 02:24:27 +09:00
inotia00
bdff8e5430
fix(YouTube/Settings): some preferences are not linked correctly
2024-05-01 02:10:35 +09:00
inotia00
1b271e45d7
feat(YouTube/NavigationBar hook): contains navigation bar index
2024-05-01 01:29:51 +09:00
inotia00
a9b24ae626
feat(YouTube/Shorts components): add Return shorts channel name
settings
2024-05-01 00:14:34 +09:00
inotia00
06358a58e8
fix(YouTube/Return YouTube Dislike): dislike counts not visible in incognito mode
2024-04-30 23:30:54 +09:00
inotia00
e5c180ba84
refactor(YouTube/Video information): change invoke method
...
- Different methods are invoked depending on whether the video being played is a regular video or Shorts.
- The following information is invoked in VideoInformation: Channel Id, Channel Name, Video Title, Video Length, LiveStream, Playlist Id.
- Also, video time is invoked every 100ms, not 1000ms.
2024-04-30 23:23:56 +09:00
inotia00
a71d1870c4
feat(Reddit): restrict support version
2024-04-30 21:33:13 +09:00
inotia00
4efa657a0a
chore: move compatibility to more appropriate path
2024-04-30 20:06:49 +09:00
inotia00
df5b0c271b
feat(YouTube/Enable tablet mini player): add Hide rewind and forward button
settings
2024-04-29 23:40:12 +09:00
inotia00
8417398042
fix(YouTube): some patches failed in support version
2024-04-29 19:38:11 +09:00
inotia00
f66ac24f55
feat(YouTube/Enable tablet mini player): add Enable modern mini player
settings
2024-04-29 19:34:41 +09:00
inotia00
9aecec0df8
fix(YouTube/Hide layout components): Hide YouTube settings menu
settings does not added
2024-04-29 19:30:01 +09:00
inotia00
7a60a7a7ba
feat(YouTube/Hide feed components): add Hide feed captions button
settings
2024-04-29 19:28:00 +09:00
inotia00
4aa0d87a5c
feat(YouTube/Hide layout components): Hide YouTube settings menu
settings
2024-04-28 08:25:33 +09:00
inotia00
7540eb46d5
fix(YouTube): fix typo
2024-04-28 05:15:58 +09:00
inotia00
4fbf26f8c4
feat(YouTube): simplification of supported versions
2024-04-28 05:13:30 +09:00
inotia00
9a4d9a9154
feat(YouTube): add support version 19.03.36
~ 19.16.39
2024-04-28 05:09:50 +09:00
inotia00
deedf0d483
feat(YouTube/Toolbar components): add Replace create button
settings
2024-04-27 11:49:46 +09:00
inotia00
6bc243d1ab
feat(YouTube/Toolbar components): add Enable wide search bar with header
settings
2024-04-27 06:32:08 +09:00
inotia00
a4811554a4
feat(YouTube): Premium heading
patches has been integrated into Toolbar components
patch
2024-04-27 05:33:41 +09:00
inotia00
9d78f19b74
feat(YouTube): Hide search term thumbnail
, Hide toolbar button
, Hide trending searches
, Hide voice search button
patches has been integrated into Toolbar components
patch
2024-04-27 04:48:04 +09:00
inotia00
e6411d946a
feat(YouTube/Hide feed components): add Channel tab filter
settings
2024-04-26 07:59:28 +09:00
inotia00
8261c06f7e
feat(YouTube/Hide feed components): remove Hide store tab
settings
2024-04-26 07:29:32 +09:00
inotia00
2e4f9053cc
feat(YouTube/Video playback): add Replace software AV1 codec
and Reject software AV1 codec response
settings
2024-04-26 07:05:55 +09:00
inotia00
03280af7be
feat(YouTube): add Disable auto audio tracks
patch
2024-04-26 06:33:01 +09:00
inotia00
da63185b81
chore: update ReadMeFileGenerator
and README-template.md
2024-04-26 06:10:43 +09:00
inotia00
477f189171
feat(Reddit): remove version restriction
2024-04-26 06:02:50 +09:00
inotia00
f909726e07
feat(YouTube/Hide layout components): add Hide voice search button
settings
2024-04-26 01:00:36 +09:00
inotia00
9d3f035817
fix(YouTube/Settings): fix typo
2024-04-26 00:36:15 +09:00
inotia00
33d4bf50fd
fix(YouTube/Video playback): versions without default video quality restrictions do not validate video quality
2024-04-25 23:05:20 +09:00
inotia00
4774bd10e8
feat(YouTube/Hide player flyout menu): add Hide picture-in-picture menu
settings
2024-04-25 23:00:48 +09:00
inotia00
57c94dc39c
fix(YouTube/Hide player buttons): Hide collapse button
setting leaves a blank space in fullscreen
2024-04-25 22:54:36 +09:00
inotia00
1a43c2b57e
fix(YouTube): do not crash if root installation opens a video in the Play store
2024-04-25 22:12:25 +09:00
inotia00
dafaa60087
feat(YouTube/Hide shorts components): match original ReVanced code
2024-04-25 02:45:00 +09:00
inotia00
16dad655ba
fix(YouTube/Description components): add supports A/B tests for the Expand video description
setting
2024-04-25 02:41:19 +09:00
inotia00
10b7895ca8
chore: lint code
2024-04-25 02:37:34 +09:00
inotia00
61516f9287
fix(YouTube/Hide feed components): Hide subscriptions channel section
setting does not support tablet layout
2024-04-25 02:34:38 +09:00
inotia00
5817981c90
fix(YouTube/Hide player buttons): remove unused filter
2024-04-25 02:27:11 +09:00
inotia00
4667cbfde9
fix(YouTube/Settings): contextual action bar has a background layer
2024-04-23 22:22:39 +09:00
inotia00
1765d0575f
feat(YouTube/Hide shorts components): use browseId instead of navigation bar index
...
- Sometimes the Shorts shelves are loaded first before the navigation bar index is updated, and under certain circumstances the Shorts shelves are not hidden properly.
- This issue can be resolved by checking the browser id instead of the navigation bar index.
2024-04-23 22:17:20 +09:00
inotia00
12e88259e2
rollback(YouTube/Player Type Hook): add view invalidate observer
...
- Since concurrency issue cannot be resolved, roll back to the previous commit.
2024-04-23 22:08:54 +09:00
inotia00
8c6cabd583
chore(YouTube): fix typos, simplify some strings for translating
2024-04-21 00:17:24 +09:00
inotia00
4fe5ea9fce
fix(GmsCore support): prompt to disable battery optimizations, if not done already
2024-04-20 23:38:45 +09:00
inotia00
844c295904
feat(YouTube/Hide feed components): Hide carousel shelf
setting no longer checks browserId
2024-04-20 23:12:38 +09:00
inotia00
26829aceca
chore: add string format indexes, to allow more flexible translations
2024-04-20 22:51:14 +09:00
inotia00
4512ddd7aa
feat(YouTube/GmsCore): require ignoring battery optimizations
2024-04-20 22:31:32 +09:00
inotia00
88cb403bdf
feat(YouTube/Alternative thumbnails): selectively enable for home / subscriptions / search
2024-04-20 22:13:36 +09:00
inotia00
c21666cad8
feat(YouTube/Hide shorts components): selectively hide shorts shelves for home / subscription / search / history
2024-04-20 21:19:53 +09:00
inotia00
cbd2bf7810
feat(YouTube/Hide feed components): split filters
2024-04-20 21:14:54 +09:00
inotia00
1f70d702ac
feat(YouTube/Player Type Hook): add view invalidate observer
2024-04-20 21:11:18 +09:00