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
a3747a0975
Change Popular icon to chart.bar.fill
...
Replace arrow.up.right.circle.fill icon with chart.bar.fill for the Popular section across all navigation contexts (tab bar, sidebar, and view header).
2025-11-20 13:07:32 +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
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
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
f45001da78
Codestyle fixes
2023-05-07 22:06:50 +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
2b18f0cffa
Add hiding short videos
2023-02-25 17:18:35 +01:00
Arkadiusz Fal
4330856c5e
Less obnoxious error handling
2023-02-05 14:24:12 +01:00
Arkadiusz Fal
25da312966
Listing styles
2023-02-05 14:24:09 +01:00
Arkadiusz Fal
74d65f6ab8
Browser player bar as overlay
2023-02-05 14:24:07 +01:00
Arkadiusz Fal
0d333b5583
Replace environment objects with observed objects
2022-12-05 10:13:19 +01:00
Arkadiusz Fal
ab5afbc9a4
Add Edit favorites
2022-12-04 13:32:25 +01:00
Arkadiusz Fal
21b61982ad
tvOS layout fixes
2022-12-04 13:32:23 +01:00
Arkadiusz Fal
fb1358cfc3
Localizations fixes
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
179455bbc0
Add refreshable views
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
31a28a7cbd
Hello, mpv! 🎉
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
3630cd404d
Fix refresh buttons opacity
2022-01-07 12:12:56 +01:00
Arkadiusz Fal
9304bf6158
Add refresh buttons keyboard shortcuts
2022-01-07 00:00:40 +01:00
Arkadiusz Fal
363424fa74
Add pull to refresh for Subscriptions, Popular and Trending ( fixes #31 )
2022-01-05 17:25:57 +01:00
Arkadiusz Fal
8df452752a
Managing Favorites sections
2021-11-01 22:56:18 +01:00
Arkadiusz Fal
0e54cbcad0
Channels search, add SDWebImage framework
2021-10-22 02:05:01 +02:00
Arkadiusz Fal
c3326a56af
Extended Piped support
2021-10-21 01:56:40 +02:00
Arkadiusz Fal
62e17d5a18
Add Piped support
2021-10-17 23:01:43 +02:00
Arkadiusz Fal
70c089e696
Initial functionality of player items queue
...
Fix environment objects
Hide video player placeholder on tvOS
Queue improvements
2021-10-13 23:47:56 +02:00
Arkadiusz Fal
17291b47e0
Remove legacy tvOS list layout
2021-09-27 00:32:39 +02:00
Arkadiusz Fal
a7da3b9468
Settings for iOS/macOS
2021-09-25 11:34:46 +02:00
Arkadiusz Fal
ea634390a6
Minor fixes, split files into folders
2021-08-20 00:38:31 +02:00