Commit graph

33 commits

Author SHA1 Message Date
Copilot
4087630525
Update build workflow: bump actions, SDK 18.6, simplify paths, swap extension repo (#700)
* Dynamic versioning, remove duplicate features, fix build references

- Replace hardcoded YTLITE_VERSION=5.0.1 with dynamic GitHub API fetch in Makefile
- Add fallback error if API fetch fails in Makefile
- Update buildapp.yml to use dynamic version fetching with jq
- Replace all hardcoded 5.0.1 references with env vars in buildapp.yml
- Add jq to workflow dependencies
- Remove duplicate tweaks from INJECT_DYLIBS and SUBPROJECTS (iSponsorBlock,
  YTHoldForSpeed, YouLoop, YouMute, YouQuality, YouSpeed)
- Remove git submodules for removed tweaks
- Remove SponsorBlock button hiding code from YTLitePlus.xm
- Remove iSponsorBlock first-run setup from YTLitePlus.xm
- Remove SponsorBlockSettingsController/ViewController hooks from Themes.xm
- Remove hideSponsorBlockButton setting from Settings.xm
- Update iSponsorBlock text references in Settings.xm
- Remove SponsorBlock class declarations from YTLitePlus.h
- Remove duplicate overlay keys from SettingsKeys.h

Co-authored-by: Balackburn <93828569+Balackburn@users.noreply.github.com>

* All changes verified and complete

Co-authored-by: Balackburn <93828569+Balackburn@users.noreply.github.com>

* Remove accidentally committed codeql artifact, add to .gitignore

Co-authored-by: Balackburn <93828569+Balackburn@users.noreply.github.com>

* Update build workflow and remove duplicate features from README

Workflow changes:
- Bump actions/cache from v4.2.0 to v5.0.2
- Bump actions/checkout from v4.2.2 to v6.0.1
- Bump softprops/action-gh-release from v2 to v2.5.0
- Update theos ref to latest commit (13c2237)
- Add THEOS env to Fix Compiling step
- Update default SDK version from 17.5 to 18.6
- Change SDK repo from aricloverALT to aricloverEXTRA
- Remove Checkout Main step (not needed for building)
- Remove unnecessary ${{ github.workspace }} paths
- Change YouTube extension repo from CokePokes to BillyCurtis

Other changes:
- Update Makefile default SDK references to 18.6
- Update .gitmodules Extensions URL
- Remove duplicate features from README (YouMute, iSponsorBlock,
  YTSpeed, YTHoldForSpeed, YouQuality) and fix numbering

Co-authored-by: Balackburn <93828569+Balackburn@users.noreply.github.com>

* Add back repo checkout step without path prefix

The checkout step is still needed to get the source code,
but without path: main so it checks out to workspace root.
This is consistent with the removal of all main/ path prefixes.

Co-authored-by: Balackburn <93828569+Balackburn@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Balackburn <93828569+Balackburn@users.noreply.github.com>
2026-02-11 19:35:11 +01:00
aricloverGitHub (INACTIVE)
2191e69479
Remove duplicate (YTLitePlus.h)
MLPlayerEventCenter is now a duplicate header, which has been removed to resolve error.
2025-02-04 04:40:57 -06:00
aricloverGitHub (INACTIVE)
54c845e08b
Remove FLEX Header (YTLitePlus.h) 2024-11-09 22:22:50 -06:00
aricloverGitHub (INACTIVE)
45991e71d8
Update YTLitePlus.h Headers 2024-11-09 12:12:46 -06:00
Bryce Hackel
810aca2f16
Disable warning popup 2024-09-01 11:18:48 -07:00
Bryce Hackel
5095267b4c
Merge branch 'main' into update-settings-export 2024-08-26 01:17:35 -07:00
Bryce Hackel
9b83103e92
Merge branch 'main' into gesture-improvement 2024-08-26 00:55:52 -07:00
Bryce Hackel
963b9d5fd3
Ignore fine scrubber gesture overlap 2024-08-26 00:43:56 -07:00
Bryce Hackel
235e2966bc
Fix bugs, only allow one seek gesture 2024-08-25 23:10:49 -07:00
Bryce Hackel
fa922a1acd
Add player button in navbar 2024-08-25 17:39:12 -07:00
Bryce Hackel
aa5300f54f
Refactor, update seek implementation, improve speed 2024-08-25 17:31:11 -07:00
Bryce Hackel
6e9ec38c4a
Add reminder for YouTube Plus 2024-08-24 16:38:20 -07:00
Bryce Hackel
8eed3ce8bc
Fix playback in feeds on iPad 2024-08-21 21:01:27 -07:00
Bryce Hackel
ca84635cf4
Merge branch 'main' into gestures 2024-08-20 00:40:52 -07:00
Bryce Hackel
36f9da844b
Add disable option 2024-08-16 09:58:32 -07:00
Bryce Hackel
feaaa07e9e
Revert "Prototype 2"
This reverts commit 8f578bb741.
2024-08-16 00:33:37 -07:00
Bryce Hackel
e62699749d
Sensitivity and Deadzone settings 2024-08-16 00:25:24 -07:00
Bryce Hackel
6854f91c1e
Implement gesture selection 2024-08-15 19:48:41 -07:00
Bryce Hackel
e92ada8427
Gesture settings 2024-08-14 23:16:49 -07:00
Bryce Hackel
8f578bb741
Prototype 2 2024-08-14 18:28:42 -07:00
Bryce Hackel
b963c807bb
Video player prototype 2024-08-14 09:23:15 -07:00
Bryce Hackel
4ed8e94880
Merge branch 'main' into gestures 2024-08-13 23:41:37 -07:00
Bryce Hackel
08c263fdf0
Copy Hide HUD and Hide Collapse Button 2024-08-10 04:18:36 -07:00
Bryce Hackel
ba13d1b987
Live Chat OLED dark mode 2024-08-10 02:11:17 -07:00
Bryce Hackel
d4679b8414
Attempt Volume Sliding 2024-08-07 10:59:10 -07:00
arichornlover
0698fa5759
Update YTWatchViewController header description
Included **Fullscreen to the Right** since it’s also using the property used in **Disable ambient mode**
2024-07-16 12:13:22 -05:00
Bryce Hackel
f63957ed01
Misc features (#220)
* Add YTTapToSeek

* Add Disable pull-to-full

* Add always remaining time/disable toggle time

* Fix headers

* Add disable ambient mode
2024-07-08 18:05:20 +02:00
arichornlover
bdaaf70098
Update YTLitePlus.h 2024-07-07 05:19:42 -05:00
Bryce Hackel
fdfc1fe390
Fix home contents bug 2024-07-04 14:30:36 -07:00
Balackburn
276234212b synced changes 2024-03-02 19:08:50 +01:00
Balackburn
eebbecc201 removed duplicate 2024-02-24 20:34:44 +01:00
Balackburn
a3d1a1e31a Updated Themes.xm (@arichornlover) 2024-02-05 13:39:01 +01:00
arichornlover
e5c83bcc27
Update and rename Header.h to YTLitePlus.h
Changes based off of uYouEnhanced.
(For Balackburn)
2023-12-25 14:45:33 -06:00
Renamed from Header.h (Browse further)