- Jan 18, 2025
-
-
Everything related to the custom equalizer profiles is now located in a proper dedicated file.
-
The rename and delete actions are now added as trailing actions in order to be able to add a proper icon instead of a label and therefore match the implementation of the leading actions previously added.
-
The custom equalizer profiles created by the user can now be reordered in the list by selecting one of their leading actions.
-
- Jan 14, 2025
-
-
Dave Nicolson authored
-
- Jan 11, 2025
-
-
-
Felix Paul Kühne authored
-
- Jan 07, 2025
-
-
This should set 'Labels View' trailing constraints to 'Drag Indicator image view' instead of super view. This update fixes overlapping long titles over the indicator image view.
-
-
The adequate methods were placed in separate extensions in order to improve the readability of the file.
-
The empty collection view is now properly displayed and dismissed and its constraints and background color are properly set to remove the Xcode warnings generated.
-
The media's index paths are now sorted before creating a playlist to avoid having a random order due to the set used which is not a sorted data structure.
-
Maxime Chapelet authored
-
- Jan 05, 2025
-
-
- Jan 04, 2025
-
-
Craig Reyenga authored
-
Craig Reyenga authored
-
Craig Reyenga authored
-
-
Restore toggle switch animations by preventing reloading of the entire table when a switch is toggled.
-
-
-
-
-
-
-
-
-
-
-
Each settings item is now of a designated type; the cell simply displays each item as presented without any special logic for each. This new pattern also allows for the removal of all logic that relied on a given settings item's position for its behavior. Now, settings items can be added or removed at will, without affecting the others. There should be no user-facing changes in this branch; if there are any, they are regressions.
-
Felix Paul Kühne authored
-
- Jan 03, 2025
-
-
Signed-off-by:
Felix Paul Kühne <felix@feepk.net>
-
- Jan 02, 2025
-
-
Signed-off-by:
Felix Paul Kühne <felix@feepk.net>
-
-
Signed-off-by:
Felix Paul Kühne <felix@feepk.net>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Diogo Simao Marques authored
The VideoPlayerViewController class now inherits from PlayerViewController just like the AudioPlayerViewController class. This adds a level of abstraction, reducing the amount of code that is duplicated between these classes.
-
- Dec 17, 2024
-
-