NewPipe/app/src
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
..
androidTest/java/org/schabi/newpipe Fix notifiying about old "new" streams 2023-10-14 18:33:21 +02:00
debug Fix DebugApp doing unneeded AppWatcher.manualInstall 2023-07-14 18:32:04 +02:00
main Fix OutOfMemory when fetching feed 2023-12-20 20:22:45 +01:00
test Add test for ImageStrategy 2023-09-22 10:14:45 +02:00