- Apr 19, 2024
-
-
Felix Paul Kühne authored
This adds small bugfixes and is close to 3.0.21 in mainline
-
- Apr 14, 2024
-
-
Felix Paul Kühne authored
-
- Apr 11, 2024
-
-
-
Diogo Simao Marques authored
When selecting an Artist having a single album (or none) will display directly the tracks in order to reduce the number of clicks needed to access them.
-
Diogo Simao Marques authored
The number of albums of the artists are now displayed as well as the total of tracks related to them.
-
- Apr 09, 2024
-
-
This code was partially compiled, shipped, but never made available. Since 2015, there is still no way to do OAuth2 correctly on tvOS so it appears unlikely to be ever possible.
-
-
-
- Apr 08, 2024
-
-
Diogo Simao Marques authored
There is no need to force the mini player to resign from being the first responder as the view is removed. This fixes a bug where the keyboard shortcuts were not available when the playback restarted displaying the mini player.
-
- Apr 04, 2024
-
-
Diogo Simao Marques authored
A corner radius is applied to the cells' artworks in order to improve the visual.
-
- Apr 03, 2024
-
-
The remaining time is computed instead of using the VLCKit remainingTime callback for accuracy purposes. Closes #1816
-
Deleting medias when the playback started now behaves like the following: - If the media deleted is in the media list being played, the media list is updated as well as the play queue - If the currently playing media is deleted, the media list and the play queue are updated and the next media in queue starts playing - If the media deleted is not in the media list, no further action is performed.
-
The currently playing cell's scroll view is now enabled allowing the user to delete it.
-
The play queue is scrolled to the currently playing item only if the current index is valid in order to avoid any exceptions.
-
If the session will restart the methods are executed in the main thread in order to avoid any conflict with the previous calls stopping the playback. Closes #1815
-
Felix Paul Kühne authored
-
- Mar 27, 2024
-
-
Diogo Simao Marques authored
Render the icon as template in order to allow the changes of colors acording to the current theme of the application. Closes #1813
-
- Mar 21, 2024
-
-
Dead code is removed from the file for cosmetics purposes.
-
This option allows to disable the automatic selection of the subtitles when a video playback starts such as the desktop versions. Closes #865
-
Diogo Simao Marques authored
The selected cells in the title selection view are now properly updated with the correct colors.
-
- Mar 19, 2024
-
-
Diogo Simao Marques authored
When the play queue is displayed, the collection view is scrolled to the currently playing media.
-
Skipping a song with the repeat one mode enabled does not lead to changing the repeat mode anymore. Closes #1800
-
Felix Paul Kühne authored
-
- Mar 18, 2024
-
-
tvOS: Fix white spaces
-
The view controller is now a VLCSearchableServerBrowsingTVViewController in order to enable the user to search for items while browsing the favorites on tvOS.
-
The Favorite folders are now saved in the caches folder of the AppleTV device as this is the only folder that is not systematically erased when the application is killed. Closes #1809
-
- Mar 15, 2024
-
-
-
-
-
Felix Paul Kühne authored
-
The shuffle mode update notification is now observed in order to properly update the mode in the now playing screen of the CarPlay interface
-
The play queue view is properly updated when the shuffle state is updated to allow the user to see the next medias in queue.
-
A notification is sent every time the shuffle state is updated that is separate from the one sent for the repeat mode updates.
-
A media list is now used to store the medias in a shuffled order. This simplifies the computation of the previous/next indexes and the current mediaList read by the media player is updated when the shuffle state is.
-
When the mini player is displayed, the shuffle state and repeat modes are now properly set. Closes #1807
-
The collection is properly reloaded after removing a favorite folder from the collection view.
- Mar 14, 2024
-
-
- Mar 13, 2024
-
-
Felix Paul Kühne authored
This fixes #1808
-
- Mar 11, 2024
-
-
Felix Paul Kühne authored
-