- May 21, 2024
-
-
Diogo Simao Marques authored
When the user clicks on the widget, the playback starts with the media that is displayed.
-
Diogo Simao Marques authored
When a media is played, the group containing the widget's data is updated in order to be able to properly update the widgets and interact with them.
-
Diogo Simao Marques authored
The user is allowed to create widgets of two different sizes only on iOS 17.0 and versions above for now.
-
- Apr 25, 2024
-
-
Diogo Simao Marques authored
This uses the iOS fix for the same issue but this time for tvOS.
-
Diogo Simao Marques authored
This adds a missing space between the object and the equal operator.
-
Diogo Simao Marques authored
This allows to remove the two cells allowing the user to select an external audio and subtitles tracks on the tvOS interface as this feature is not available. The audio and subtitles tracks titles attribution has also been simplified.
-
- Apr 24, 2024
-
-
Diogo Simao Marques authored
Users are now able to disable the automatic selection of the subtitles when a video playback starts.
-
- Apr 23, 2024
-
-
Signed-off-by:
Felix Paul Kühne <felix@feepk.net>
-
This fixes #903
-
The VLCMedia pointer may change so we fallback on a slower search based on the URL
-
-
- 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
-
-