Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Might lead to bad contrast in dark theme when applying dynamic colors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
WorkManager doesn't do the workaround either.
So we would launch a download that then never starts.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There should be no code path for feedItemPos to still be -1, but the
crash reports indicate that it does. So this is now the dirty fix to
avoid app crashes.
|
|
|
|
|
|
Remove no longer needed Compat stuff
|
|
|
|
|
|
|
|
|
|
|
|
|