- Jun 13, 2023
-
-
- Jun 12, 2023
-
-
Fixes #616
-
Nicolas Pomepuy authored
-
- Jun 09, 2023
-
-
Nicolas Pomepuy authored
-
-
- May 30, 2023
-
-
Nicolas Pomepuy authored
Fixes #2832
-
Nicolas Pomepuy authored
-
-
- May 26, 2023
-
-
Robert Stone authored
-
Robert Stone authored
-
- May 23, 2023
-
-
Robert Stone authored
Fixes #2927
-
Robert Stone authored
-
Robert Stone authored
-
- May 22, 2023
-
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
- May 17, 2023
-
-
Duncan McNamara authored
Due to having the wrong position in the parcel creation for the media wrapper, it caused an OOM exception. This was introduced in 6113d68f
-
- May 16, 2023
-
-
Fixes #2936
-
Nicolas Pomepuy authored
Fixes #2934
-
- May 15, 2023
-
-
-
Fixes #2864
-
-
Fixes #2806
-
-
Nicolas Pomepuy authored
Fixes #2935
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
Fixes #2859 Fixes #2858
-
Fixes #2840
-
Since the addition of DisplaySettingsDialog, sorts have been handled in the dialog, not in the medialibraryProvider sort method which also saved the sort values to sharedPrefs. To remedy that, a save method was added to MedialibraryProvider that is called when changing the sort setting. Fixes #2922
-
This adds insertion date sort for videos when not grouped, As groups can contains videos with different insertion dates
-
Headers have time periods for sorts based on dates. But it goes from new media to current month, adding a bit of granularity will benefit users.
-
Fixes #2925, 2920
-
To fix sort by insertion date, and display appropriate headers in browsers, the app will need access to it
-
- May 11, 2023
-
-
-
Fixes #2930
-
-
Fixes #2697
-
- May 10, 2023
-
-
Albums and MediaWrappers use MedialibraryItem's releaseDate as releaseYear Though when indexed an album's releaseDate saves only the year, whereas MediaWrappers' releaseDate save the whole date This adds conversion from date to year for mediawrappers in the helper getYear Fixes #2829
-