NewPipe/app/src/main/java/org/schabi/newpipe/local/feed
Stypox 80f33daeeb
Fix OutOfMemory when fetching feed
Reduced memory footprint of FeedUpdateInfo objects. Those objects might stay around for a while and accumulate (up to BUFFER_COUNT_BEFORE_INSERT = 20 at the moment), so in order not to fill up the memory it's better to keep as little data as possible.
Previously ChannelInfo data was stored, causing ReadyChannelTabLinkHandler objects to be also stored uselessly (and those channel tabs contain prefetched JSON data which used ~700KB of memory).
2023-12-20 20:22:45 +01:00
..
item Add image quality preference 2023-09-22 10:14:43 +02:00
notifications Fix OutOfMemory when fetching feed 2023-12-20 20:22:45 +01:00
service Fix OutOfMemory when fetching feed 2023-12-20 20:22:45 +01:00
FeedDatabaseManager.kt First draft of the new feature 2023-01-30 22:37:24 +01:00
FeedFragment.kt Fix crash when setting the masking of the new feed items button if the context is null 2023-11-15 19:04:45 +01:00
FeedState.kt Show snackbar with feed loading errors 2023-09-18 23:22:32 +02:00
FeedViewModel.kt Show snackbar with feed loading errors 2023-09-18 23:22:32 +02:00