- 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
-
-
-
-
-
-
-
-
This prevents creations of customer objects that just open the panel.
-
-
-
- Feb 28, 2024
-
-
Felix Paul Kühne authored
-
-
Felix Paul Kühne authored
-
- Feb 27, 2024
-
-
-
Do not reload collection view if the VC is hidden
-
The next item does not need be set if we are not in shuffle mode or when repeating a single item. This avoids a rare racing condition when setting the next item in the above scenario. The underlying problem will be solved by the v4 upgrade.
-
Properly disable the Casting Devices cell's user interaction instead of its subviews interaction. Closes #1790
-
-
Felix Paul Kühne authored
Previously, the number of media library appearances was counted.
-
- Feb 26, 2024
-
-
-
If not specified in the URL, we currently ask, which is annoying if you just want to watch. This fixes #1787
-
We use it as a Documents folder replacement so we'd delete all the user content. This fixes #1793
-
- Feb 25, 2024
-
-
Felix Paul Kühne authored
This fixes #1792 and fixes some typos as well
-
- Feb 23, 2024
-
-
Felix Paul Kühne authored
-