- Jun 13, 2023
-
-
Duncan McNamara authored
Amaze adds a /storage_root at the beginning of the uri path it shares which causes a fallback to opening the file using an fd. This recreates a uri from the path after correcting it.
-
Duncan McNamara authored
This is to use the media path directly if possible and avoid using the fd forwarded to the app from an external browser. Using a fd means that the app's permission to use the file will disappear which creates issues when resuming media. Also, opening media from an fd means that the app won't have access to any meta data. Fixes #2496, #2861, #2862
-
-
-
- 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
-
-