- Sep 14, 2023
-
-
Fixes #1691
-
- Sep 13, 2023
-
-
Diogo Simao Marques authored
This fixes a regression regarding the now playing animation. The collection view is properly reloaded when necessary in order to display the currently playing media.
-
- Sep 11, 2023
-
-
Felix Paul Kühne authored
This fixes #1742
-
- Sep 08, 2023
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Fixes #1737
-
Felix Paul Kühne authored
This new replacement in C is 13x faster than before.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Use a boolean compare instead of a local variable.
-
- Sep 07, 2023
-
-
-
-
in order to support the Xcode 13 CI
-
This ensures that if the user was searching while editing, the editing status stays. It also ensures that the search bar is not erroneously greyed out after an action (rename / delete / etc)
-
Prevents user from selecting an item, searching something else, and accidentally deleting an item they forgot they'd selected before (hidden by new search)
-
Causes the UI to update and hide the deleted media when on the search page.
-
MediaCategoryViewController: Abstract the data-set to a computed variable that decides depending on isSearching value. Additionally, shift isSearching to the LibrarySearchDataSource so both collectionView datasources (MediaCategoryViewController and EditController) have their isSearching value in sync. Prevents edge cases when searching while editing where search results don't update
-
Better than previous way to define MediaCategoryViewController's scrollViewDidScroll method in the editController extension. Done by casting delegate to MediaCategoryViewController
-
Search While Editing: scrollViewDidScroll behaviour in editController mirrors that of non-edit mode. Behaviour with searchbar stays the same whether editing or not.
-
Additional UI fixes to prevent searchbar from covering the collectionview.
-
Necessary to prevent bug where navbar buttons occasionally turn hidden when isEditing and isSearching both are true. This is because previous func would check the empty collectionview, while the searchdata was populated.
-
-
Computed property to return correct set of data to use. Based on boolean isSearching.
-
Check isSearching before using searchDataSource or model.anyFiles This mimics the MediaCategoryViewController behaviour in EditController. Still a work in progress because of a lot of UI glitches.
-
-
Felix Paul Kühne authored
-
-
-
-
-
and fixed UserDefaults initializers on FavoriteVC
-
added Favorite Icon and removed whitespaces and empty lines
-
-
-
-
-
-
-
-
-