1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-09-09 13:59:45 +00:00
NewPipe/app/src/main/java/org/schabi/newpipe/local/feed
Stypox 3d9d25df52
Remove backoff criteria: it never kicked in
It never kicked in since we are never returning a retry() Result, but always either success() or failure() (see createWork() function). Also, there is already a default (exponential backoff starting from 30 seconds), so no need to override it.
2022-03-19 21:55:00 +01:00
..
item Implemented UI highlighting and "new feed items"-notification 2021-11-15 20:22:17 +01:00
notifications Remove backoff criteria: it never kicked in 2022-03-19 21:55:00 +01:00
service Small code improvements 2022-02-26 10:40:24 +01:00
FeedDatabaseManager.kt Only check for new streams of subscriptions with enabled notifications automatically 2021-11-21 22:53:10 +01:00
FeedFragment.kt Do not show enqueue button if play queue not ready 2022-01-27 17:11:16 +01:00
FeedState.kt Add ability to hide played items in a feed 2021-06-09 15:53:51 +02:00
FeedViewModel.kt Implemented UI highlighting and "new feed items"-notification 2021-11-15 20:22:17 +01:00