- Nov 07, 2024
-
-
Diogo Simao Marques authored
Appending a media to the queue or removing one from it can now impact the display of the player controls. If the play queue contains a single media after such an action, the player controls will display the seek buttons, if not the skip buttons will be displayed allowing the user to select different medias from the queue.
-
Diogo Simao Marques authored
Seek buttons were added to the player controls of the Audio Player interface in order to easily access these features without the gestures.
-
Diogo Simao Marques authored
-
Diogo Simao Marques authored
Appending a media to the queue or removing one from it can now impact the display of the player controls. If the play queue contains a single media after such an action, the player controls will display the seek buttons, if not the skip buttons will be displayed allowing the user to select different medias from the queue.
-
Diogo Simao Marques authored
The seek buttons are now displayed when the media list contains only a single media. Pressing the buttons will now display the same information on the screen with the status label as the seek gestures.
-
- Oct 22, 2024
-
-
The player now switches to the proper one depending on the media type when the playback moves on to the next media. If the mini player is displayed, it remains even if the media type switches.
-
- Oct 21, 2024
-
-
Diogo Simao Marques authored
The media preview is now properly displayed in the mini player with a clear background.
-
- Oct 09, 2024
-
-
Diogo Simao Marques authored
The updateAudioInterface calls were being made too many times, including during the phase of preparation of the playback leading to applying constraints of the videoOutputView on views that were not properly instanciated yet. It was causing some glitches on the interface.
-
- Oct 07, 2024
-
-
Issue #1865
-
- Sep 19, 2024
-
-
Clouds: Cosmetic Changes
-
-
- Sep 18, 2024
-
-
Diogo Simao Marques authored
The hack is no longer needed as we switched to libvlc 4.0. Closes #1818
-
Diogo Simao Marques authored
This helper retrieves the VLCTime object and avoids having to recreate it based on the mediaDuration int value.
-
- Sep 16, 2024
-
-
- Sep 15, 2024
-
-
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.
-
- Aug 27, 2024
-
-
EshanSingh-ES authored
-
- 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
-