Age | Commit message (Collapse) | Author |
|
|
|
|
|
Upgrade feed url to https if possible
|
|
|
|
|
|
Rewrite feed redirect handling
|
|
|
|
- Only redirects when feed was parsed successfully (captive portals)
- Decouple http client from database
|
|
|
|
|
|
Rewrite data folder creation
|
|
Ensure that download status is never null
|
|
Do not shut down the executor before the service is destroyed
|
|
Fix UI not updating when forwarding while paused
|
|
- Make code easier to read
- Fall back to internal memory when folder is not writable
|
|
|
|
|
|
|
|
Simplify download notification title
|
|
|
|
Add button to always refresh over mobile data
|
|
|
|
|
|
|
|
|
|
Use data folder for initial subscriptions
|
|
This was already implemented in 31c0f90d0720518705da6a86b2541c2b38b054b8
but apparently got overwritten by a merge conflict with the download
service rewrite.
|
|
|
|
This can have all kinds of weird side effects.
For example, it could trigger the "delete" button of a podcast
and then ask for deleting another one because another fragment
handles the deletion.
|
|
|
|
Extract shownotes from id3 comment field
|
|
|
|
|
|
Move database to its own module
|
|
|
|
|
|
|
|
Fix credentials with colon
|
|
|
|
Move strings files to their own module
|
|
Replace deprecated JobIntentService with WorkManager
|
|
|
|
|
|
|
|
|
|
|
|
Make it easier to play only audio, not video
|
|
|
|
|
|
|