Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
- Only request storage permission when ContentResolver fails
- Easier to read error message
|
|
|
|
|
|
|
|
|
|
Reverts an accidental change to the queue time display
|
|
|
|
|
|
Co-authored-by: ByteHamster <info@bytehamster.com>
|
|
|
|
|
|
|
|
Also, add a new screen background
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also hide path, is not accessible on recent Android versions anyway.
|
|
|
|
|
|
|
|
|
|
|
|
- Support showing most error messages as a snackbar
- Ask for notification permission when enabling episode notifications
- Clarify what we use notifications for
|
|
|
|
|
|
Users didn't scroll down to find the button. Now it is next to the checkbox,
so it is harder to overlook.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
WorkManager does not tell us whether it was cancelled by
the user (not retried) or by the system (retried later).
So we need to delete the file and remove from queue when
we know that it was actually the user. Also make sure
to always delete the file when the download fails.
Also, don't show "will retry" message on last retry attempt.
|
|
|
|
Also, add episode notifications to multi select options
|