Commit graph

310 commits

Author SHA1 Message Date
arichornlover
fe5cae02f4
Update AppIconOptionsController.m 2024-04-15 18:19:06 -05:00
arichornlover
f22d9d3257
Update RootOptionsController.m 2024-04-15 18:12:54 -05:00
arichornlover
1aa0a9cfb8
Update RootOptionsController.m (remove App Icon stuff)
New implementation related to the app icons has now made it incompatible with the rootoptions menu.
2024-04-15 18:00:06 -05:00
arichornlover
9e5018ef90
Improved the AppIconOptionsController Buttons 2024-04-15 17:58:30 -05:00
arichornlover
853e5a1a10
Fix Default Button in AppIconOptionsController 2024-04-14 22:57:20 -05:00
arichornlover
49e68d5b4e
Update AppIconOptionsController.m 2024-04-14 13:28:59 -05:00
arichornlover
74d8510e7e
More changes to AppIconOptionsController UI 2024-04-14 13:20:12 -05:00
arichornlover
0a6bbcabeb
Improve AppIconOptionsController Interface 2024-04-14 13:13:42 -05:00
Bryce Hackel
eaa5cb0c56
Merge remote-tracking branch 'origin/main' into feat/disable-vert-fullscreen-gesture 2024-04-13 23:16:30 -07:00
Bryce Hackel
420cff5432
Cleanup 2024-04-13 22:59:27 -07:00
Bryce Hackel
a43f8ff13e
Allow feature for portrait videos 2024-04-13 22:44:57 -07:00
arichornlover
1261286913
Update AppIconOptionsController (Added Close Button)
This is now UITableView so it’s now necessary in order to close the menu.
2024-04-13 20:17:15 -05:00
arichornlover
f2a407ab5b
Fix compiling with new App Icon Button (uYouEnhanced Settings) 2024-04-13 18:58:10 -05:00
arichornlover
b402cee8ec
Added “Change App Icon” Button (uYouEnhanced Settings) 2024-04-13 18:47:10 -05:00
arichornlover
c9b4cacc3e
AppIconOptionsController is now using UITableView
I used some of the things from https://github.com/arichornlover/YouTube-Reborn-v5/blob/main/Controllers/StartupPageOptionsController.m to make this work
2024-04-13 18:28:20 -05:00
arichornlover
3028d73913
Updated AppIconOptionsController Implementation 2024-04-13 03:53:29 -05:00
arichornlover
035c43ceee
Merge pull request #534 from bhackel/feat/disable-vert-fullscreen-gesture
Add toggle to disable "pull to full"
2024-04-11 00:32:30 -05:00
Bryce Hackel
0ea0f44eda
Add toggle to disable "pull to full" 2024-04-10 21:56:31 -07:00
arichornlover
98ddb2a738
Merge pull request #533 from bhackel/fix/uYou-repeat-suggested-videos
Fix uYou repeat
2024-04-10 22:16:38 -05:00
Bryce Hackel
851ae64988
Fix uYou repeat 2024-04-10 18:25:04 -07:00
Bryce Hackel
f3ab64d3dc
Change default to playback speed controls disabled 2024-04-10 17:18:37 -07:00
Bryce Hackel
51e0d20c61
Merge branch 'main' into fix/uYou-suggested-video-option 2024-04-10 16:43:52 -07:00
Bryce Hackel
289220bd6f
Fix formatting 2024-04-10 16:42:49 -07:00
Bryce Hackel
99b55876b9
Reformat 2024-04-10 00:28:10 -07:00
Bryce Hackel
1cb7c37da1
Change default to autoplay enabled 2024-04-10 00:25:08 -07:00
Bryce Hackel
fbe3c90d66
Fix hide fullscreen actions 2024-04-09 23:38:39 -07:00
Bryce Hackel
c717633b24
Fix more mistakes 2024-04-09 00:03:54 -04:00
Bryce Hackel
5b107a6791
Switch all includes to <> 2024-04-08 23:35:38 -04:00
Bryce Hackel
4d5e945d18
Merge branch 'main' into uYouPlus-sync 2024-04-08 23:35:21 -04:00
Bryce Hackel
43d5e38056
Fix mistakes 2024-04-08 23:12:04 -04:00
Bryce Hackel
dd20316ee9
Merge branch 'main' into uYouPlus-sync 2024-04-08 22:43:30 -04:00
Bryce Hackel
cc5ce2ee0a
Theme updates 2 of 2 2024-04-08 22:18:02 -04:00
arichornlover
ec19ed861d
Update uYouPlus.h 2024-04-07 20:09:07 -05:00
arichornlover
a9aa45786e
Update uYouPlus.h 2024-04-07 19:16:59 -05:00
arichornlover
9af049cd65
Update uYouPlus.xm 2024-04-07 18:07:41 -05:00
arichornlover
293f3e2f98
Update uYouPlus.xm 2024-04-07 13:57:22 -05:00
arichornlover
ddc0660c1e
Added YTFullscreenActionsView header 2024-04-06 20:01:20 -05:00
arichornlover
44c56c3fdb
Update uYouPlus.xm 2024-04-06 19:44:26 -05:00
arichornlover
4875974037
Fix “Hide Fullscreen Actions buttons” Option 2024-04-06 18:14:36 -05:00
arichornlover
e7fcc3714a
Update update-submodules-template.txt 2024-04-05 23:57:31 -05:00
Bryce Hackel
41bc071426
Theme updates 1 of 2 2024-04-05 01:48:48 -07:00
Bryce Hackel
a167caff11
Change switch 2024-04-05 01:21:40 -07:00
Bryce Hackel
37d01021b0
Remove uYou feature, move comments 2024-04-05 01:13:11 -07:00
arichornlover
43fadd8582
Update uYouPlusSettings.xm 2024-04-04 21:39:53 -05:00
arichornlover
9a1349f7ca
Added App Icon Customization Menu 2024-04-04 20:47:39 -05:00
arichornlover
f7b8af3efe
Add “App Icon” Button - RootOptionsController.m 2024-04-04 20:47:06 -05:00
arichornlover
b0ab654e80
enable supportsAlternateIcons 2024-04-04 11:59:32 -05:00
arichornlover
cd1dcf8826
Added “Support the Developers” Button (Settings)
Added this because I’m tired of getting into situations that make me look awful.
2024-04-04 11:54:21 -05:00
arichornlover
c59cdfca54
Update uYouPlus.xm 2024-04-04 10:09:33 -05:00
arichornlover
f56fec1c09
Update uYouPlus.h 2024-04-04 10:08:34 -05:00
Bryce Hackel
2b84cde27f
Remove feature that uYou added 2024-04-03 16:36:24 -07:00
Bryce Hackel
d64797d471
Localization Updates 2024-04-03 16:30:57 -07:00
arichornlover
d55aeafa7f
Added another header 2024-04-03 18:00:48 -05:00
arichornlover
4a9a2e4048
Updated “YouTube Premium Logo” Credits 2024-04-03 17:59:14 -05:00
arichornlover
a23a03fc22
Update uYouPlus.xm 2024-04-03 15:43:32 -05:00
arichornlover
f9555d5166
Improve the “Incompatibility” Menu Pop-up 2024-04-03 15:29:02 -05:00
arichornlover
380e0c4aaf
Improvements to the Fix LowContrastMode Option 2024-04-03 15:25:14 -05:00
arichornlover
111e71d9e7
improve update-submodules-template (fixed usernames) 2024-04-03 13:34:26 -05:00
arichornlover
6c66b128e1
Updated Template 2024-04-03 13:28:30 -05:00
arichornlover
eff6a8869e
Added “LowContrastMode” Incompatibility Menu 2024-04-02 23:37:51 -05:00
arichornlover
9a9d557f65
Updated “ Fix LowContrastMode” Option
I modified Settings.xm and I had to do this change if anyone wanted to bypass the new restrictions I added.
2024-04-02 23:33:37 -05:00
Bryce Hackel
5da0c7d482
Commit b9d1826c99
prepare for uYou v3.0.2+
2024-04-02 19:59:21 -07:00
Bryce Hackel
eeb742e779
Commit d7aee836ac
Merge pull request qnblackcat#1304 from qnblackcat/psyt
2024-04-02 19:40:37 -07:00
arichornlover
65082ab7c4
Update Extractor.xm 2024-04-02 01:41:57 -05:00
arichornlover
658e337222
Update uYouPlusSettings.xm 2024-04-02 01:32:39 -05:00
arichornlover
00cfd86889
changed description of Portrait Fullscreen & Fullscreen Action Buttons 2024-04-02 01:23:18 -05:00
arichornlover
dcd1d2f614
Merge pull request #499 from bhackel/feature/hide-fullscreen-bottom-buttons
Feature/hide fullscreen bottom buttons
2024-04-01 23:14:11 -05:00
Bryce Hackel
ff774c6e8a
Premium logo without version spoofer 2024-04-01 18:03:08 -07:00
Bryce Hackel
8326bacff7
Merge branch 'main' into feature/hide-fullscreen-bottom-buttons 2024-04-01 16:41:24 -07:00
Bryce Hackel
400687ad3c
Avoid unused variable 2024-04-01 15:11:20 -07:00
arichornlover
ddec93fa5d
Update uYouPlus.xm 2024-04-01 12:47:07 -05:00
arichornlover
0c09519e79
Deactivated “Disable Snap to Chapter” Option 2024-04-01 12:45:21 -05:00
arichornlover
0adb3c865c
Fix snackbar text being invisible (LowContrastMode) 2024-03-30 20:00:15 -05:00
arichornlover
991060192e
Update uYouPlus.xm 2024-03-29 18:43:06 -05:00
arichornlover
337d752cf0
Update uYouPlus.xm 2024-03-29 18:41:47 -05:00
arichornlover
0d08fcb8e5
Added “Hide the Report Button under player” Option 2024-03-29 18:29:54 -05:00
arichornlover
3fdebd8bac
Updated buttons under video player options
Updated Hide Thanks Button Option
Added Hide Report Button Option
2024-03-29 18:24:28 -05:00
Bryce Hackel
bda66bf8dd
Much better implementation 2024-03-28 03:44:19 -07:00
arichornlover
690d9545f4
Update uYouPlus.xm 2024-03-27 20:30:18 -05:00
arichornlover
83f6140426
Update uYouPlus.xm 2024-03-27 19:09:33 -05:00
arichornlover
c9bb8b3ebb
Update uYouPlus.xm 2024-03-27 18:09:37 -05:00
arichornlover
70e9105a75
Update uYouPlus.xm 2024-03-27 17:35:30 -05:00
arichornlover
062f9e3632
Update uYouPlus.xm 2024-03-27 17:32:29 -05:00
arichornlover
3f33749673
Fix compiling (uYouPlus.xm) 2024-03-27 16:07:28 -05:00
arichornlover
af35a71ec5
Improvements to uYouPlus.xm 2024-03-27 06:24:20 -05:00
arichornlover
3c61c08531
Add new header 2024-03-26 18:55:34 -05:00
arichornlover
02ad1b0680
Updated LowContrastMode (works only with v17.33.2-v17.38.10) 2024-03-24 20:49:28 -05:00
arichornlover
371517f493
Update App Version Spoofer Settings
This change is necessary so this would work. 4b51f5ce30
2024-03-23 16:31:11 -05:00
arichornlover
4b51f5ce30
Updated App Version Spoofer (supports v17.33.2 up to recent release)
Reason for this change: the versions no longer work due to Google discontinuing those versions. If I kept this in you would most likely receive the ERROR 404 message.
2024-03-23 15:59:59 -05:00
arichornlover
04079257f3
Update uYouPlus.xm 2024-03-22 17:37:33 -05:00
arichornlover
760d403b9c
Update uYouPlus.h 2024-03-22 17:24:34 -05:00
arichornlover
070ae5587c
Update uYouPlus.h 2024-03-22 16:47:16 -05:00
arichornlover
a075482b88
Fix uYou’s Option not working 2024-03-22 16:45:31 -05:00
arichornlover
da03edf564
uYou Adblock Fix - #457
The stuff was from YouTube Reborn v4.2.6 but modified it for uYouEnhanced.
2024-03-21 20:54:35 -05:00
arichornlover
23b72e33b8
Added Update Submodules Template
I’m doing this because some of y’all are confused with the adding, updating, removing Submodules on the Wiki. This commit was done to resolve some confusion regarding that matter.
2024-03-21 19:47:53 -05:00
Bryce Hackel
bc98d3d535
Forgot to add a switch 2024-03-18 14:55:22 -07:00
Bryce Hackel
cda8e32fad
Fix fullscreen button bugs 2024-03-18 14:28:26 -07:00
Bryce Hackel
068a3c3bd5
Add hide fullscreen buttons 2024-03-18 01:45:06 -07:00
Bryce Hackel
4fecece583
Fix headers 2024-03-18 00:34:09 -07:00
Bryce Hackel
e8a16db8c5
Update YoutubeHeader submodule 2024-03-17 23:00:12 -07:00