- May 11, 2023
-
-
Felix Paul Kühne authored
(cherry picked from commit 1b2a48b6)
-
Felix Paul Kühne authored
(cherry picked from commit f9ccd4b8)
-
Felix Paul Kühne authored
(cherry picked from commit febc6c8d)
-
Felix Paul Kühne authored
Previously, they were re-setup on every metadata change (cherry picked from commit 0a2202ec)
-
Felix Paul Kühne authored
(cherry picked from commit 300569cb)
-
Felix Paul Kühne authored
(cherry picked from commit 6bf404e6)
-
- May 09, 2023
-
-
Felix Paul Kühne authored
-
Some adjustments have been done to the close button's behavior. For the audio player: - The single press action will minimize the player - The long press action will close the player For the video player: - The single press action will close the player - The long press action will minimize the player Long press actions will display the status label stating the action that will be performed: the minimizing or the closing of the player. Closes #1453 (cherry picked from commit c962e0fc)
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This reverts commit df901236.
-
Felix Paul Kühne authored
This reverts commit 05d5ff16.
-
Felix Paul Kühne authored
This reverts commit 7939ab86.
-
Felix Paul Kühne authored
This reverts commit 8cdc3e16.
-
Felix Paul Kühne authored
This reverts commit 75aab6d7.
-
- May 05, 2023
-
-
Felix Paul Kühne authored
Fixes #1588 (cherry picked from commit 97ef1261)
-
Felix Paul Kühne authored
VLCKit correctly handles events now so this is no longer needed and in fact leads to failures when playing playlists with just a singular item. This is a manual forward-port of 43338679 that was merged to the 3.3.x branch only to address #1466. Fixes #1608 (cherry picked from commit 62547949)
-
Felix Paul Kühne authored
This is done by implementing the respective delegate protocol for non-interactive windows. The legacy approach is still used on earlier releases of iOS and was not affected. The code path was refactored to always have the app coordinator handle the window management invisible to the player UI. Fixes #1652 (cherry picked from commit 961d1f2f)
-
Felix Paul Kühne authored
(cherry picked from commit fe42db66)
-
Felix Paul Kühne authored
Media referenced from playlists or media lists retrieved through libvlc like SMB folder listings can pretend to be audio-only on when parsing did not complete. Future metadata updates include the correct examination result, so the vout needs to be set again as audio-only is no longer true. Fixes #1597 (cherry picked from commit 3cf8833b)
-
Felix Paul Kühne authored
UIViewController+VLCAlert was not compiled leading to a runtime exception on export completion. Fixes #1656 (cherry picked from commit 93ac3ffa)
-
Felix Paul Kühne authored
The table view's background view is not set, so setting a color there will never have a result. Fixes #1610 (cherry picked from commit b4931b4e)
-
Felix Paul Kühne authored
Setting the background color on UITableViewHeaderFooterView is not supported. The corresponding background view must be used instead. (cherry picked from commit 7c98975d)
-
When the playback is started based on a playlist, every media stored in it will be added to the play queue even if the "Automatically play next item" option is disabled. Closes #1585
-
(cherry picked from commit c42e6d29)
-
- May 04, 2023
-
-
Felix Paul Kühne authored
-
The content is now displayed into a view with at least a minimal height value that is shared by all the views in this panel. (cherry picked from commit 167032a0)
-
The content is now displayed into a view with at least a minimal height value that is shared by all the views in this panel. (cherry picked from commit 8381a553)
-
The title label's text font is set to bold when the cell is currently selected in order to make the cell stand out a bit more in the collection. (cherry picked from commit 8c74f3c3)
-
The view's constraints have been fixed along with their priorities and the collections' content insets adjustment behavior in order to avoid the content being cropped. (cherry picked from commit 81362d25)
-
The view's constraints have been fixed along with their priorities and the collections' content insets adjustment behavior in order to avoid the content being cropped. (cherry picked from commit 9f45be4f)
-
The stream's URLs are saved, stored, and deleted via the NSUserDefaults when the iCloud-based container NSUbiquitousKeyValueStore is not available. (cherry picked from commit dc301418)
-
- Apr 25, 2023
-
-
Felix Paul Kühne authored
-
- Apr 24, 2023
-
-
Signed-off-by:
Felix Paul Kühne <felix@feepk.net>
-
Set the isAudioOnly property to false when needed.
-