3088 Commits

Author SHA1 Message Date
inotia00
7ea172790d feat(YouTube/Shorts outline button): include by default 2024-05-09 01:52:36 +09:00
inotia00
1ea1843d9b fix(YouTube/Settings): add missing category 2024-05-09 01:51:57 +09:00
inotia00
5acd8be292 fix(YouTube/Hide feed components): Hide carousel shelf setting hides library shelf in old version 2024-05-09 01:40:38 +09:00
inotia00
ff81d1b395 chore: lint code 2024-05-09 01:13:59 +09:00
inotia00
e74bc28d2b feat(YouTube/Seekbar components): add log indicating that Restore old seekbar thumbnails setting is deprecated in YouTube v19.17.41+ 2024-05-09 01:01:16 +09:00
inotia00
231c82207f feat(YouTube/Description components): add Title in video description panel setting 2024-05-09 00:58:27 +09:00
inotia00
e051136de8 feat(YouTube): add Spoof test client patch 2024-05-09 00:54:51 +09:00
inotia00
215a709b13 feat(YouTube): add Spoof format stream data patch 8ecbef66ee 2024-05-09 00:51:39 +09:00
inotia00
b5d699c5f4 feat(YouTube): remove Spoof player parameters patch 2024-05-08 22:40:42 +09:00
inotia00
1a0d125734 rollback(YouTube/VideoInformation): changes the video time to be invoked every 1000ms instead of 100ms 2024-05-08 22:35:46 +09:00
inotia00
01795e0fb4 refactor(YouTube Music/Settings): reorganize settings menu 2024-05-05 00:22:51 +09:00
inotia00
1f59997e53 fix(GmsCore support): add missing constants
- Add constants that exist in MicroG GmsCore's Manifest but not in BaseGmsCoreSupportPatch.
- Fixes an issue where nothing happens when clicking the 'Help & feedback' button on YouTube and YouTube Music.
- Fixes an issue where force close occurs when clicking the 'Manage accounts' button in YouTube Music.
2024-05-04 22:10:53 +09:00
inotia00
78067f1c68 feat(YouTube Music): add support versions 6.34.51 ~ 6.50.51 2024-05-03 04:43:15 +09:00
inotia00
e4b87a72ea feat(YouTube Music): remove support versions v6.21.52 ~ v6.28.53 2024-05-03 04:41:17 +09:00
inotia00
b958e2c08f feat(YouTube/Spoof app version): add target version 17.33.42 2024-05-03 02:17:33 +09:00
inotia00
b09e3b6d86 feat(YouTube/Description components): add Disable rolling number animations settings 2024-05-03 02:01:31 +09:00
inotia00
75449aa709 fix(YouTube/Settings): sometimes Override download action button setting is added multiple time 2024-05-03 00:03:33 +09:00
inotia00
5533f81167 feat(YouTube/Shorts components): add Fetch from rss feed setting 2024-05-02 23:59:59 +09:00
inotia00
cccd2298dc fix(YouTube/Description components): Expand video description setting does not work in certain languages 2024-05-02 23:58:31 +09:00
inotia00
3dcde2ede4 feat(YouTube/Translations): reset translation 2024-05-02 05:34:41 +09:00
inotia00
c91a08675e feat(YouTube/Seekbar components): add Replace time stamp action settings 2024-05-02 04:59:08 +09:00
inotia00
9e93427d11 feat(YouTube/Settings): add strings that provide no translation 2024-05-02 03:51:55 +09:00
inotia00
f49fc6affa feat(YouTube/Player components): add Speed overlay value settings 2024-05-02 03:49:49 +09:00
inotia00
15512e46c1 feat(YouTube/Seekbar components): add Hide seekbar chapters settings 2024-05-02 03:47:47 +09:00
inotia00
f90b9a2397 feat(YouTube/Player components): add Skip autoplay countdown settings 2024-05-02 03:45:58 +09:00
inotia00
cba498dd41 fix(YouTube/Hide comments component): Hide thanks button setting hides the Thanks button in shorts livestreams 2024-05-02 03:43:43 +09:00
inotia00
f8b9d3b54e feat(YouTube/Description components): Expand video description setting clicks chapter 2024-05-02 03:40:57 +09:00
inotia00
9d6e4c862d feat(YouTube/Description components): Hide game sections, Hide music sections, Hide place sections settings have been integrated into Hide suggestions sections settings 2024-05-02 03:37:17 +09:00
inotia00
16ba530024 feat(YouTube/Overlay buttons): restore Tap and hold to toggle pause after repeat states features 2024-05-02 03:32:50 +09:00
inotia00
a66f3eebae feat(YouTube/Hide feed components): add Hide playables settings 2024-05-02 03:29:14 +09:00
inotia00
c2fd379f2e fix(YouTube/Hide feed components): Hide carousel shelf setting sometimes hides the History or Playlist shelves 2024-05-02 03:26:35 +09:00
inotia00
5c0451a058 feat(YouTube/NavigationBar hook): remove navigation bar index 2024-05-02 03:21:06 +09:00
inotia00
e062bea391 fix(Reddit): remove test code 2024-05-02 03:18:41 +09:00
inotia00
4d5fbc360f feat(YouTube): Disable update screen patch has been integrated into Hide layout components patch 2024-05-01 02:33:44 +09:00
inotia00
c0c0405700 feat(YouTube): remove Hide animated button background patch 2024-05-01 02:30:58 +09:00
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