NewPipe/app/src/main
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
..
assets Update displayed licenses 2020-12-31 19:26:41 -05:00
java Fix OutOfMemory when fetching feed 2023-12-20 20:22:45 +01:00
res Translated using Weblate (Bengali) 2023-12-10 14:50:31 +01:00
AndroidManifest.xml handle links to the PeerTube instance “peertube.stream” 2023-06-05 20:34:55 +02:00