- Sep 05, 2024
-
-
Eshan Singh authored
-
Eshan Singh authored
Xcode: Remove Unneeded changes Xcode: Remove Uneeeded changes XcodeProj: Remove uneeded changes Localizable: Improve localization
-
- Aug 26, 2024
-
-
Eshan Singh authored
VLCCloudStorageViewController: Reset the path to nil after browsing favorite VLCCloudStorageTableViewCell: Update Box Cell if favorited VLCDropBoxController: Create a new instance to prevent conflicts between favorites and normal navigation `VLCFavoriteListController: Add localization for options and use the provided image assets for menu button VLCFavoriteService: Remove useless file refrence in Cloud Favorite class VLCFavoriteListViewController: Enchance Edit Mode VLCFavoriteService: Remove Code Duplication VLCFavoriteListViewController: Compilation fix for tvOS VLCFavoriteViewController: Remove Selectors, additional data sources VLCFavoriteService: Remove all cloud favorite redudant classes Files: Remove white spaces GoogleDriveTableViewController: Correct the fetching of file VLCFavoriteListViewController: Remove Explicit function calling CloudViewControllers: Code Cleanup VLCMovieTVController: Remove Redundant changes Xcodeproj: Remove unneeded changes VLCGoogleDriveTableViewController: Revert uneeded changes VLCDropboxTableViewController: Simplify logic. VLCDropBoxController: Add back singleton VLCBoxTableViewController: Fix Typo VLCCloudStorageTableViewController: Fix Typo Favorite: Remove Test Code
-
VLCFavouriteListViewController: Remove white spaces, debug
-
Xcode: Remove Unneeded Chaanges VLCFavouriteListViewController: Handle cases if data model changes VLCFavouriteViewController: Fix Search Data source reload
-
- 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
-