- Sep 15, 2024
-
-
Eshan Singh authored
-
The UITableView class already inherits from the UIScrollView one.
-
The VLCFavoriteListViewController files now drop the "VLC" prefix to conform to the Swift standards. The proper changes in other files according to this rename have also been made.
-
-
The search bar is now properly handled when the view is scrolled: - The search is hidden when the text field is empty - The search bar remains on the screen if the user is currently searching
-
The table view's content insets are now properly setup in order to avoid any extra padding that is not necessary.
-
The text field is now emptied when the user presses the "Cancel" button.
-
- Sep 06, 2024
-
-
Diogo Simao Marques authored
The button at the top-right hand corner now displays the medias next in queue instead of skipping to the next media at it is described in the documentation. The play queue is also updated according to the shuffle state.
-
- Sep 05, 2024
-
-
Eshan Singh authored
-
- Aug 27, 2024
-
-
EshanSingh-ES authored
-
- Aug 26, 2024
-
-
Eshan Singh authored
-
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
-
Eshan Singh authored
-
VLCFavouriteListViewController: Remove white spaces, debug
-
Xcode: Remove Unneeded Chaanges VLCFavouriteListViewController: Handle cases if data model changes VLCFavouriteViewController: Fix Search Data source reload
-
- Aug 25, 2024
-
-
Eshan Singh authored
-
- 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 12, 2024
-
-
Eshan Singh authored
-
- Aug 09, 2024
-
-
Felix Paul Kühne authored
-
- Aug 08, 2024
-
-
-
Diogo Simao Marques authored
-