- Mar 18, 2024
-
-
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
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- Mar 07, 2024
-
-
-
Diogo Simao Marques authored
The themeDidChange notification observer is now properly declared in the init. Closes #1805
-
Diogo Simao Marques authored
Proper headers are added to the favorite files.
-
Diogo Simao Marques authored
The favorites sections headers' text colors are adjusted on both iOS and tvOS. On iOS the color attributed is matching the current presentation theme, on tvOS the color is removed to be able to automatically adjust the color according to the system theme.
-
Diogo Simao Marques authored
The favorite servers titles do not have a proper color to match the layout of the several collection views in the application. This also allows to adjust the color automatically according to the system theme.
-
Diogo Simao Marques authored
The header height's value is increased in order to fix its layout. Closes #1806
- Mar 06, 2024
-
-
Felix Paul Kühne authored
The UPnP module crashes on deactivation, so we make sure to never close it. This restores the hack to solve #1803 accidentally broken in a06bbd8b.
-
- Mar 05, 2024
-
-
Diogo Simao Marques authored
The simple heart icon is used to match the aspect of the other icons displayed in this view.
-
Diogo Simao Marques authored
A new icon is introduced to protrait the local network servers discovered in the Network tab.
-
Diogo Simao Marques authored
New icons are introduced with: - The update of the heart icons for the Favorite feature - The server icon for the local network servers discovered - The connection to a server icon
-
This way, the button is less obstrusive when navigating and fits our previous design. This addresses quite a bit of user feedback.
-
-
A customer is no longer created by checking for a subscription if there wasnone
-
-
- Mar 04, 2024
-
-
- Mar 02, 2024
-
-
Felix Paul Kühne authored
-
- Mar 01, 2024
-
-