- Aug 19, 2024
-
-
Anthony Doeraene authored
MPTCP is a TCP extension allowing to improve network reliabilty by using mutiple network interface for the same TCP connection. Check https://www.mptcp.dev and https://developer.apple.com/documentation/foundation/urlsessionconfiguration/improving_network_reliability_using_multipath_tcp for details. Changes to this repository include declaring a new sharedMPTCPSession property in NSURLSession, and replacing previous uses of [NSURLSession sharedSession] to [NSURLSession sharedMPTCPSession]
-
- Aug 18, 2024
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Fixes #1856
-
-
Felix Paul Kühne authored
The media library stores the indexes of the tracks in the respective array instead of the actual PID. So on recovery, we must match the stored index against the array to find-out the actual PID and then request that. The code is changed respectively to do that. However, the array is constructed after parsing completed, so the entry point for recovery is moved accordingly. This should fix #1854
-
Truls Aagaard authored
-
- Aug 17, 2024
-
-
Felix Paul Kühne authored
Fixes #1855
-
- Aug 09, 2024
-
-
Felix Paul Kühne authored
-
- Aug 08, 2024
-
-
-
Diogo Simao Marques authored
-
Diogo Simao Marques authored
Listing the additions and fixes for the 3.6.2
-
- Aug 05, 2024
-
-
Diogo Simao Marques authored
The playback state is now saved when the playback ends. This allows to save the new progression of the media when the user skips to next one or repeats the same media using the proper repeat modes.
-
- Aug 02, 2024
-
-
When the resume playback feature is set to "Ask", the playback does starts accordingly to the user's choice and the player is properly displayed.
-
- Aug 01, 2024
-
-
Diogo Simao Marques authored
When the playback stops, the playback speed and sleep timer options are properly reset. The display of these views has also been fixed to properly display the values when the views are loaded.
-
Diogo Simao Marques authored
The assertionFailures' messages are now matching the file's name to add more clarity to it.
-
- Jul 23, 2024
-
-
Diogo Simao Marques authored
The AB Repeat buttons to select the marks now have accessibility hints.
-
Diogo Simao Marques authored
The AB Repeat buttons allowing the user to put the marks on the progress bar now properly have their own localizable labels.
-
-
- Jul 22, 2024
-
-
Felix Paul Kühne authored
Fixes #1846
-
- Jul 21, 2024
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- Jul 19, 2024
-
-
Felix Paul Kühne authored
-
- Jul 18, 2024
-
-
Diogo Simao Marques authored
An alert is now displayed to notify the user the media list is currently empty making it impossible to start the playback.
-
Diogo Simao Marques authored
This fixes the several behaviours of the local files playback. The user is now able to select one or multiple files and hit the "Open" button in order to start the playback. The user can also hit the "Open" button without having any media selected in order to start the playback of the entire folder.
-
- Jul 09, 2024
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
-
This should enable scrolling to the currently playing media in the mini player queue.
-
- Jul 08, 2024
-
-
- Jul 03, 2024
-
-
Felix Paul Kühne authored
-
- Jul 02, 2024
-
-
The previous 'self' will be deallocated at some point. This ensures to always have the correct self and thereby fixes #1841
-
Felix Paul Kühne authored
Rather assume that if saving content fails, it is because there is no free space left on device. This fixes long-standing complaints about VLC refusing to store media while there is actually space available. Fixes #1366
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-