- Aug 23, 2024
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This removes compilation support for 32bit devices.
-
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
-
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]
-
Felix Paul Kühne authored
This fixes #1857 and starts to align the language with the forthcoming desktop UI
-
- Aug 22, 2024
-
-
Felix Paul Kühne authored
-
- Aug 21, 2024
-
-
Felix Paul Kühne authored
This should finally solve the regression introduced in 3.6.2
-
- 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.
-