Arkadiusz Fal
ce7ba207ea
Fix API availability issues for macOS 11.0 and tvOS 15.0
...
This commit resolves multiple build errors caused by using APIs that
require newer OS versions than the deployment targets (macOS 11.0 and
tvOS 15.0).
macOS fixes:
- Add missing init(frame:) initializer to PlayerLayerView
- Add availability checks for textSelection modifier (macOS 12.0+)
- Add availability checks for AttributedString (macOS 12.0+)
- Add availability checks for listStyle.inset(alternatesRowBackgrounds:) (macOS 12.0+)
- Add availability checks for focusScope modifier (macOS 12.0+)
- Correct listRowSeparator availability from macOS 12.0 to 13.0
tvOS fixes:
- Use older onChange(of:) signature compatible with tvOS 15.0
- Add availability check for Menu with primaryAction (tvOS 17.0+)
All changes include appropriate fallbacks for older OS versions to
maintain backward compatibility.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-09 18:53:06 +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
Jakub Filo
5239b36cfe
Add support for invidious companion
2025-03-18 22:56:45 +01:00
Arkadiusz Fal
a3139ad059
Fix swiftformat offense
2024-08-28 13:34:36 +02:00
Toni Förster
e1e53b2d36
Revert new AppIcons
...
This reverts commit 59da0e71b6 .
Revert "Merge pull request #758 from stonerl/new-app-icons-second-try"
This reverts commit 7b26fdf400 , reversing
changes made to 67b41e36d5 .
Revert "Merge pull request #756 from stonerl/new-app-icons-second-try"
This reverts commit b51eadc7a9 , reversing
changes made to 0c1fb02d50 .
2024-08-28 12:42:57 +02:00
Toni Förster
3d556d836f
change the App Store Icon
...
Signed-off-by: Toni Förster <toni.foerster@gmail.com >
2024-08-27 16:26:56 +02:00
Toni Förster
8feeb33a55
distinguish between iOS and macOS AppIcons
...
Signed-off-by: Toni Förster <toni.foerster@gmail.com >
2024-08-27 15:45:54 +02:00
Toni Förster
7d0c1180c4
refreshed icons for iOS and macOS
...
Signed-off-by: Toni Förster <toni.foerster@gmail.com >
2024-08-27 13:31:13 +02:00
Arkadiusz Fal
6f358fab56
Revert "refreshed icons for iOS and macOS"
2024-08-27 08:19:45 +02:00
Arkadiusz Fal
e3633bdaf7
Merge pull request #752 from stonerl/new-app-icons
...
refreshed icons for iOS and macOS
2024-08-27 07:56:31 +02:00
Toni Förster
5dc197664d
add new MPVKit repo
...
Signed-off-by: Toni Förster <toni.foerster@gmail.com >
2024-08-26 22:59:24 +02:00
Toni Förster
192550ba7a
refreshed icons for iOS and macOS
...
- added support for adaptive/tinted Icons on iOS.
- closes #700
- new macOS icon set, courtesy of @Kongolabongo (Discourse)
Signed-off-by: Toni Förster <toni.foerster@gmail.com >
2024-08-26 15:55:36 +02:00
Toni Förster
94577332a1
chore: address linter warnings
...
Signed-off-by: Toni Förster <toni.foerster@gmail.com >
2024-08-18 14:46:51 +02:00
Arkadiusz Fal
7741e531f4
Swiftformat fixes
2024-05-16 19:01:02 +02:00
Arkadiusz Fal
2413526d70
Style fixes
2024-02-02 11:16:27 +01:00
Arkadiusz Fal
2be6f04e37
Import export settings
2024-02-02 11:16:27 +01:00
Arkadiusz Fal
39a109216b
Style fix
2024-02-02 11:06:32 +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
13d5bd39af
mpvkit implementation fixes
2023-09-23 21:59:37 +02:00
Arkadiusz Fal
19d11a3ad9
Add button to add public instance to custom list
2023-09-23 17:14:21 +02:00
Arkadiusz Fal
dcef7f47ff
Drop iOS 14 and macOS 11 support
2023-07-24 19:45:30 +02:00
Arkadiusz Fal
c0053cf837
Fix PiP close on Mac
2023-05-25 18:36:02 +02:00
Arkadiusz Fal
1cc66fdc10
Fix various issues
2023-05-21 19:13:42 +02:00
Arkadiusz Fal
0d333b5583
Replace environment objects with observed objects
2022-12-05 10:13:19 +01:00
Arkadiusz Fal
da5e582b59
Localization fix
2022-12-04 13:32:29 +01:00
Arkadiusz Fal
fa0523d3c6
Improve sections visibility
2022-12-04 13:32:24 +01:00
Arkadiusz Fal
402d1a2f79
Opening videos by URL and local files
2022-12-04 13:32:22 +01:00
Arkadiusz Fal
70bee1a1ef
Remove donations link
...
On dearest App Store Review Team request
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
b66e177114
Localizations
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
60f38a80aa
Improve PiP
...
Fix #186
Fix #196
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
6c6ba19df4
PiP improvements
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
bda794d5ff
Fix remove instance/account button on macOS
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
10fb417d87
Add proxy video setting to macOS
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
561ead0c5a
Use system constant for internal battery power source name on macOS
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
ac9abaec5a
Quality profiles
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
4fcf57d755
Locations manifest, reorganized instances settings
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
c940fb3198
Minor UI changes
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
f3f8466a95
Improve URL handling
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
c35015e73f
Allow HTTP calls
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
8e4961431a
Add encryption key
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
59978ecebe
Remove Sparkle update framework
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
9edcf66557
Fullscreen handling changes
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
cf20d3344a
Fix player window on Mac
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
79118ff7e2
Fixes for MPV in macOS
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
31a28a7cbd
Hello, mpv! 🎉
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
3495ecf693
Show recent channels/playlists in search in tab navigation
2022-01-06 18:21:14 +01:00
Arkadiusz Fal
8a74938b98
Improve windows handling on macOS
2022-01-06 16:35:45 +01:00
Arkadiusz Fal
3baa7a6893
Redesigned settings ( fixes #47 )
2022-01-06 16:02:53 +01:00
Arkadiusz Fal
ba21583a95
Add Check for Updates button in macOS settings
2022-01-02 20:46:00 +01:00
Arkadiusz Fal
ea90f650d8
Remove unused code, minor style changes
2021-12-20 00:36:12 +01:00