Commit graph

106 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)
2600ee6ff6
Fix FLEX (YTLitePlus.xm) 2024-11-09 21:26:55 -06:00
aricloverGitHub (INACTIVE)
1db5cdb939
Update YTLitePlus.xm 2024-11-09 13:02:08 -06:00
arichornlover
5eb16b09b2
Remove Code related to disabling YTLite Popup
I am removing it to respect the developer’s choice, no one should hate me for doing this decision of but I really don’t want to disrespect the creator of YTLite.
I’m one of the “YTLitePlus Devs” and I am not the one who wanted the Popup to be hidden. It was a bad idea from the start and I should’ve removed this sooner when I saw it. Anyways have a good day everyone.

- arichornlover
2024-09-07 15:12:26 -05:00
Bryce Hackel
55494e2e91
coding on my phone 2024-09-02 20:27:38 -07:00
Bryce Hackel
7674805f75
ee 2024-09-02 19:34:12 -07:00
Bryce Hackel
d6c995b1be
Improve hiding warning 2024-09-02 15:24:27 -07:00
Bryce Hackel
df0be8c66e
Change hiding method 2024-09-01 19:45:54 -07:00
Bryce Hackel
9d62ce75ce
Fix bugs 2024-09-01 19:10:38 -07:00
Bryce Hackel
c73cd63db4
Cancel gesture after 1 second of inactivity 2024-09-01 13:10:59 -07:00
Bryce Hackel
d4f8a41ff2
Fix smoothing for player gestures 2024-09-01 13:10:51 -07:00
Bryce Hackel
861a9fd30b
Remove OLED live chat fix 2024-09-01 12:27:07 -07:00
Bryce Hackel
a3ac8e9735
Default disable iSponsorBlock 2024-09-01 11:19:09 -07:00
Bryce Hackel
810aca2f16
Disable warning popup 2024-09-01 11:18:48 -07:00
Bryce Hackel
5741d7c900
Fix black tinting in light mode 2024-08-26 12:40:39 -07:00
Bryce Hackel
969efaaf4d
Revert default Player Button, reduce image size 2024-08-26 12:36:26 -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
573c2d2f43
Add setting for haptic feedback 2024-08-26 00:06:39 -07:00
Bryce Hackel
268568b106
Improve audio smoothness visuals 2024-08-26 00:06:18 -07:00
Bryce Hackel
235e2966bc
Fix bugs, only allow one seek gesture 2024-08-25 23:10:49 -07:00
Bryce Hackel
6aa1f62140
Add smoothing, improve seek, adjust sensitivity 2024-08-25 21:58:18 -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
312f84eb78
Merge branch 'main' into fix-settings-crash 2024-08-24 16:34:16 -07:00
Bryce Hackel
8eed3ce8bc
Fix playback in feeds on iPad 2024-08-21 21:01:27 -07:00
Bryce Hackel
c0a2ec26ed
Revert bigytminiplayer 2024-08-21 20:34:37 -07:00
Bryce Hackel
36f9da844b
Add disable option 2024-08-16 09:58:32 -07:00
Bryce Hackel
e63bc374cf
Fix defaults and text descriptions 2024-08-16 09:21:19 -07:00
Bryce Hackel
e62699749d
Sensitivity and Deadzone settings 2024-08-16 00:25:24 -07:00
Bryce Hackel
4602b74e6f
Add deadzone 2024-08-15 23:24:07 -07:00
Bryce Hackel
6854f91c1e
Implement gesture selection 2024-08-15 19:48:41 -07:00
Bryce Hackel
8ed3d97d2d
Gesture refactor for settings 2024-08-15 00:01:53 -07:00
Bryce Hackel
e92ada8427
Gesture settings 2024-08-14 23:16:49 -07:00
Bryce Hackel
4ed8e94880
Merge branch 'main' into gestures 2024-08-13 23:41:37 -07:00
Bryce Hackel
b588b7f6d0
Attempt seek gesture 2024-08-13 22:51:30 -07:00
Bryce Hackel
dd88efc631
Merge pull request #331 from bhackel/fix-oled-live-chat
Fix OLED live chat
2024-08-12 23:05:35 -07:00
Bryce Hackel
e067e8dec5
Fix OLED live chat 2024-08-12 23:04:29 -07:00
Bryce Hackel
82e4f21d24
Add Hide Speed Toast 2024-08-12 22:16:05 -07:00
Bryce Hackel
08c263fdf0
Copy Hide HUD and Hide Collapse Button 2024-08-10 04:18:36 -07:00
Bryce Hackel
1a9758770d
Fix bugs 2024-08-10 03:21:45 -07:00
Bryce Hackel
f64aab1b58
Fix build error 2024-08-10 02:19:23 -07:00
Bryce Hackel
ba13d1b987
Live Chat OLED dark mode 2024-08-10 02:11:17 -07:00
Bryce Hackel
753d690b78
Hide autoplay mini preview 2024-08-10 02:11:16 -07:00
Bryce Hackel
11a3e75b0d
Default disable big mini player 2024-08-10 02:11:16 -07:00
Bryce Hackel
4f2b55a897
Hide comment previews by @arichornlover 2024-08-10 02:11:15 -07:00
Bryce Hackel
64c712d630
Attempt brightness and volume gestures 2024-08-09 16:51:12 -07:00
Bryce Hackel
91290efdfe
Allow other gestures 2024-08-09 15:39:52 -07:00
Bryce Hackel
d4679b8414
Attempt Volume Sliding 2024-08-07 10:59:10 -07:00
Bryce Hackel
df3d09e81d
Gesture test using YTHFS code 2024-08-06 23:09:19 -07:00