Arkadiusz Fal
e7928d1016
Merge branch 'main' into chore-linter-warnings
2024-08-24 12:12:12 +02:00
Toni Förster
35534bcbb1
Improved thumbnail handling
...
- ThumbnailsModel optionally returns the quality
- Have constants for 4:3 and 16:9 aspect ratio
- Add high quality options for thumbnails
- Rename Highest quality to Best quality
- make 4:3 thumbnails fill the VideoCell
- use .maxes instead of .maxresdefault (the latter sometimes returns white images)
Signed-off-by: Toni Förster <toni.foerster@gmail.com>
2024-08-19 16:35:29 +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
d67e375f16
Revert "small delay before vertical scrubbing is possible"
2024-05-16 18:59:54 +02:00
Toni Förster
3da081b40c
small delay before vertical scrubbing is possible
...
This avoids accidentally scrubbing. The screen now needs to be touched at least 250 ms before time scrubbing is possible.
should fix #393
2024-05-01 19:11:42 +02:00
Toni Förster
fc7a7b085f
fixed styling
2023-11-26 10:33:58 +01:00
Toni Förster
df47ffb013
change default minWidth with hidden sidebar
2023-11-21 17:49:29 +01:00
Toni Förster
8900f96ce7
honour the aspect ratio when resizing
...
The `defaultMinimumHeightLeft? has been adjusted to make the radio of the video view 16:9 in its initial state. Also on macOS when resizing the window, the aspect ratio of the view now correlates with the video.
2023-11-21 13:47:51 +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
12a8582e89
Fix style issues, remove unused code
2023-09-23 17:14:21 +02:00
Arkadiusz Fal
dfda1181e2
Fix swiftformat issues
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
e827b97cd5
Fix lint issues
2023-07-24 19:45:30 +02:00
Arkadiusz Fal
3d35a60c7a
Performance improvements
2023-06-09 17:46:31 +02:00
Arkadiusz Fal
4d5390ce2d
Fixed video player background
2023-06-07 23:37:28 +02:00
Arkadiusz Fal
ae144ea82f
Minor player fix
2023-05-25 18:36:03 +02:00
Arkadiusz Fal
4c5ef920b4
Fix drag gesture
2023-05-21 19:13:42 +02:00
Arkadiusz Fal
a55683e6bf
Fix orientation
2023-05-21 19:13:42 +02:00
Arkadiusz Fal
2b7ccc4b03
Orientation fixes
2023-05-21 19:13:42 +02:00
Arkadiusz Fal
1cc66fdc10
Fix various issues
2023-05-21 19:13:42 +02:00
Arkadiusz Fal
5383cf0e90
AVPlayer system controls on iOS
2023-05-21 19:13:42 +02:00
Arkadiusz Fal
f67b1d4feb
Improve orientation and safe area handling
...
Fix #369
Fix #382
2023-05-21 19:13:42 +02:00
Arkadiusz Fal
6617ad5fc6
Fix player width on macOS
2023-05-19 09:54:35 +02:00
Arkadiusz Fal
a5bfabed0c
Fix clipped controls
...
Fix #431
2023-04-23 14:10:44 +02:00
Arkadiusz Fal
5c0cf7452c
Remove unused code
2023-04-22 23:39:43 +02:00
Arkadiusz Fal
6596a440a5
New chapters layout
2023-04-22 23:39:43 +02:00
Arkadiusz Fal
b19918e219
Disable offset animation on hiding player
2023-04-22 23:39:43 +02:00
Arkadiusz Fal
9936d9dd9e
Fix details reload
2023-04-22 23:39:42 +02:00
Arkadiusz Fal
28f346dee2
Remove Watch Next
2023-04-22 23:10:27 +02:00
Arkadiusz Fal
67690bc435
Video details changes and channel sheet
2023-04-22 23:10:27 +02:00
Arkadiusz Fal
5db74a3997
Code style fixes
2023-04-22 23:10:27 +02:00
Arkadiusz Fal
809bcd183a
New playback settings sheet
2023-02-05 14:24:16 +01:00
Arkadiusz Fal
c432aa3b9a
Minor fixes
2023-02-05 14:24:15 +01:00
Arkadiusz Fal
32e98b6410
Fix player
2023-02-05 14:24:15 +01:00
Arkadiusz Fal
8631389b8f
Seek settings
2023-02-05 14:24:15 +01:00
Arkadiusz Fal
8ab42322fc
Refactor context menu
2023-02-05 14:24:14 +01:00
Arkadiusz Fal
39fc23c5dc
Watch Next behavior and settings
2023-02-05 14:24:14 +01:00
Arkadiusz Fal
ba1ec7c559
Player layout changes
2023-02-05 14:24:14 +01:00
Arkadiusz Fal
328119f0e0
Player view layout changes
2023-02-05 14:24:14 +01:00
Arkadiusz Fal
eca685ae29
Watch next view
2023-02-05 14:24:14 +01:00
Arkadiusz Fal
f1664d026c
Fix bookmarks
2022-12-05 10:13:20 +01:00
Arkadiusz Fal
79473951d7
Persist opened video details page
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
414b6210c0
Fix toolbar tabs
2022-12-04 13:32:28 +01:00
Arkadiusz Fal
09de2cbbab
Add overlay model visibility methods
2022-12-04 13:32:27 +01:00
Arkadiusz Fal
4ee1383f3a
New video details
2022-12-04 13:32:26 +01:00
Arkadiusz Fal
fe9b7c03ca
Fix orientation issues
2022-12-04 13:32:26 +01:00
Arkadiusz Fal
0049a68839
Revert "Remove "Honor system orientation lock""
...
This reverts commit 2d51f6adff
.
2022-12-04 13:32:25 +01:00
Arkadiusz Fal
61d235780d
Various minor fixes
2022-12-04 13:32:25 +01:00