Age | Commit message (Collapse) | Author |
|
Updated sleep timer UI
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Feat/simple adjust volume per feed
|
|
|
|
|
|
|
|
|
|
Make seeking more reliable
|
|
|
|
More forgiving duplicate detection
|
|
|
|
|
|
Show storage size of downloaded episodes
|
|
|
|
This is a memory leak and can cause crashes on some devices
|
|
Show "mark as read" rather than "mark as play" in case item has no media
|
|
|
|
|
|
Added paged loading to 'new episodes' list
|
|
Removed unused code
|
|
|
|
Increased search performance
|
|
|
|
This fixes a ConcurrentModificationException if the thread that queues downloads (database IO)
adds the item to the downloads list and the notification updater queries the downloads list at
the same time.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
feat/simple-adjust-volume-per-feed
|
|
Fixed playback speed icon mismatch
|
|
Run integration tests on CI
|
|
|
|
|
|
|
|
|
|
Cancel notification after cancelling notification updater
|
|
Otherwise, the notification can stay while the service is actually stopped
|