Commit Graph

89 Commits

Author SHA1 Message Date
Arkadiusz Fal
9177abb0ec Fix iOS menu text disappearing in navigation headers
Extended the ZStack overlay fix to all iOS navigation header menus
where text labels would disappear when tapping the menu:

- HomeView: "Home" title menu
- PopularView: "Popular" title with icon menu
- TrendingView: Country/flag title menu
- PlaylistsView: Playlist title with thumbnail menu
- ChannelPlaylistView: Playlist title with thumbnail menu
- OpenVideosView: Playback mode picker menu

All menus now use the same pattern as PlaybackSettings:
- Visible static label layer in ZStack
- Invisible Menu overlay with .opacity(0)
- Prevents text disappearing and resizing animations
2025-11-23 14:16:21 +01:00
Arkadiusz Fal
5758417293 Fix SwiftLint and SwiftFormat violations
- Run SwiftFormat to fix indentation, spacing, and formatting issues
- Replace CGFloat with Double and NSRect with CGRect per style guide
- Remove redundant .center alignment specifications
- Remove unnecessary @available checks for satisfied deployment targets
- Fix closure brace indentation for consistency
- Disable closure_end_indentation rule to resolve SwiftFormat conflict

All linting checks now pass with zero errors and warnings.
2025-11-15 19:42:37 +01:00
Arkadiusz Fal
be4e1adb9b Fix all SwiftLint violations across codebase
Resolves 130+ violations including deployment target checks, code style issues, and formatting inconsistencies. Adds SwiftLint disable comments for compiler-required availability checks while maintaining deployment target compliance.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-09 18:14:35 +01:00
Arkadiusz Fal
7741e531f4 Swiftformat fixes 2024-05-16 19:01:02 +02:00
Arkadiusz Fal
94915b0496 Revert "Drop iOS 14 and macOS 11 support"
This reverts commit dcef7f47ff.
2023-10-15 13:35:23 +02:00
Arkadiusz Fal
dcef7f47ff Drop iOS 14 and macOS 11 support 2023-07-24 19:45:30 +02:00
Arkadiusz Fal
56c2e552f7 Revert "Add loading status to vertical cells"
This reverts commit c6cff4dee4.
2023-06-07 23:37:27 +02:00
Arkadiusz Fal
c6cff4dee4 Add loading status to vertical cells 2023-05-29 16:42:19 +02:00
Arkadiusz Fal
0061bd8c20 Home Settings 2023-05-25 18:36:03 +02:00
Arkadiusz Fal
50e1491990 Refactor hide shorts 2023-05-25 18:36:03 +02:00
Arkadiusz Fal
eed9330c0c Add buttons for hiding watched videos
Fix #448
2023-05-25 18:36:02 +02:00
Arkadiusz Fal
16fb7087e3 Fix playlists view on iOS 2023-05-25 18:36:02 +02:00
Arkadiusz Fal
f45001da78 Codestyle fixes 2023-05-07 22:06:50 +02:00
Arkadiusz Fal
5c0cf7452c Remove unused code 2023-04-22 23:39:43 +02:00
Arkadiusz Fal
83dfdd6c0e tvOS filters for all views
Vertical list for trending, popular, playlists, search

Fix #413, #415
2023-04-22 23:39:43 +02:00
Arkadiusz Fal
5db74a3997 Code style fixes 2023-04-22 23:10:27 +02:00
Arkadiusz Fal
2b18f0cffa Add hiding short videos 2023-02-25 17:18:35 +01:00
Arkadiusz Fal
f39b440b21 Refactor 2023-02-05 14:24:13 +01:00
Arkadiusz Fal
b621eba236 Use menu for add to playlists 2023-02-05 14:24:12 +01:00
Arkadiusz Fal
a2c69e0fed Fix favorite button in playlists 2023-02-05 14:24:12 +01:00
Arkadiusz Fal
4330856c5e Less obnoxious error handling 2023-02-05 14:24:12 +01:00
Arkadiusz Fal
afe7d72352 Playlist submenu and play buttons 2023-02-05 14:24:12 +01:00
Arkadiusz Fal
f090fc9fea Add to playlist menu 2023-02-05 14:24:12 +01:00
Arkadiusz Fal
488b0d2e9b Fix favorite button in playlist 2023-02-05 14:24:10 +01:00
Arkadiusz Fal
e4d583a263 Cache settings 2023-02-05 14:24:10 +01:00
Arkadiusz Fal
1cd2dbe5f7 Add list views for channels, playlists and placeholders 2023-02-05 14:24:09 +01:00
Arkadiusz Fal
25da312966 Listing styles 2023-02-05 14:24:09 +01:00
Arkadiusz Fal
09ff16d464 Favorited playlists belong to account 2023-02-05 14:24:09 +01:00
Arkadiusz Fal
d02bb23e57 New account selection menu 2023-02-05 14:24:09 +01:00
Arkadiusz Fal
d4ec360581 Channel playlists cache 2023-02-05 14:24:08 +01:00
Arkadiusz Fal
bc42a2fa88 User playlists cache 2023-02-05 14:24:08 +01:00
Arkadiusz Fal
006423682b Playlists fixes 2023-02-05 14:24:08 +01:00
Arkadiusz Fal
74d65f6ab8 Browser player bar as overlay 2023-02-05 14:24:07 +01:00
Arkadiusz Fal
7df397b662 Playlists menu for iOS 2023-02-05 14:24:07 +01:00
Arkadiusz Fal
53620c4d35 Fix default alignment swiftlint offense 2022-12-05 10:13:19 +01:00
Arkadiusz Fal
0d333b5583 Replace environment objects with observed objects 2022-12-05 10:13:19 +01:00
Arkadiusz Fal
b66e177114 Localizations 2022-10-27 18:03:57 +02:00
Arkadiusz Fal
ccc32c305c Extract variable 2022-10-27 18:03:57 +02:00
Arkadiusz Fal
d01b0f8275 Allow to add videos only to user created playlists 2022-10-27 18:03:57 +02:00
Arkadiusz Fal
8c2ffa1b99 Fix issue with reloading playlists 2022-10-27 18:03:57 +02:00
Arkadiusz Fal
dffcfc8b06 Pull to refresh fixes, added alert for playlist error 2022-10-27 18:03:57 +02:00
Arkadiusz Fal
14b0316724 Add back Shuffle All and fix Play All 2022-10-27 18:03:57 +02:00
Arkadiusz Fal
44600831a6 Refresh views on entering foreground 2022-10-27 18:03:57 +02:00
Arkadiusz Fal
6bbcdd8425 Fix playlists layout on tvOS 2022-10-27 18:03:57 +02:00
Arkadiusz Fal
59632e8330 Add support for Invidious Saved Playlists (fix #259) 2022-10-27 18:03:57 +02:00
Arkadiusz Fal
a96756d220 Unify wording 2022-10-27 18:03:57 +02:00
Arkadiusz Fal
ebe3ba9ed5 Playback modes 2022-10-27 18:03:57 +02:00
Arkadiusz Fal
69f0fd295a Fix loading playlists contents 2022-10-27 18:03:57 +02:00
Arkadiusz Fal
321c265a11 Player controls UI changes
WIP on controls

Chapters

working

Add previews variable

Add lists ids

WIP
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
31a28a7cbd Hello, mpv! 🎉 2022-10-27 18:03:57 +02:00