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
|
|
Enabled more checkstyle rules
|
|
more sticky by being not cancelable.
|
|
|
|
|
|
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)
|
|
per review.
|
|
|
|
|
|
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 HTTP redirects in ExoPlayer
|
|
|
|
Fixed crash if there is no browser installed
|
|
Removed transparent notification button outline
|
|
|
|
|
|
|
|
|
|
|
|
orionlee/autoupdate_thread_refactor_post_workmanager
Refactor automatic feed update - remove extra threads
|
|
|
|
UserPreference to AutoUpdateManager
|
|
WorkManager to ensure the updates are immediate.
|
|
|
|
FeedUpdateWorker in background only.
|
|
changing of IDs due to class refactoring.
|
|
|
|
|
|
|
|
Speed up circleci by allowing different flavours to build in parallel
|
|
|
|
Circleci improvements
|