Age | Commit message (Collapse) | Author |
|
|
|
orionlee/bugfix_autodownload_wifi_filter_on_android10_3387
Make Automatic Download WiFi filter UI work on Android 10+
|
|
Avoid Cast initialization unless it is enabled
|
|
Do not notify cancelled downloads
|
|
We want to ensure that the total spread is divisible by all feed
sizes, so the modulo calculation needs to divide spread by the feed
size, not the other way round as is done currently.
In addition, this ensures the per-feed spread is never 0 (so the
degenerate case is equivalent to the old smart shuffle).
Signed-off-by: Stephen Kitt <steve@sk2.org>
|
|
|
|
|
|
|
|
Play Service)
|
|
|
|
https://issuetracker.google.com/issues/140696830
|
|
|
|
|
|
|
|
Fixed another phantom service is running notification
|
|
Steps to reproduce:
- Send STOP key two times
- Service starts foreground but does not stop again because stateManager does not know about foreground state
|
|
Added refresh item to subscriptions view
|
|
|
|
Using RxJava to update buffering
|
|
Fixed crashes when leaving search fragments
|
|
|
|
Fixed crash if there is no browser installed
|
|
Removed transparent notification button outline
|
|
|
|
|
|
|
|
|
|
UserPreference to AutoUpdateManager
|
|
WorkManager to ensure the updates are immediate.
|
|
|
|
FeedUpdateWorker in background only.
|
|
changing of IDs due to class refactoring.
|
|
|
|
|
|
|
|
Circleci improvements
|
|
|
|
|
|
|
|
|
|
Displaying buffer state with ExoPlayer
|
|
Bug report section
|
|
Add option to follow system theme
|
|
Added playback speed icon
|
|
|
|
|
|
|
|
|
|
Added screen that shows crash info
|
|
|