NewPipe-app-android/app/src/main/java/org/schabi/newpipe/local
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
..
bookmark Remove useless override 2023-09-20 15:42:09 +02:00
dialog Merge branch 'dev' into 9458_faulty_playlist_thumbnail_update 2023-02-05 20:45:44 +01:00
feed Fix OutOfMemory when fetching feed 2023-12-20 20:22:45 +01:00
history Deduplicate code to initialize ClickListeners on playlist controls 2023-09-18 23:22:32 +02:00
holder Add image quality preference 2023-09-22 10:14:43 +02:00
playlist Fix inconsistency when LocalPlaylist is used as MainFragment tab 2023-10-02 02:56:30 +02:00
subscription Fix OutOfMemory when fetching feed 2023-12-20 20:22:45 +01:00
BaseLocalListFragment.java Fix NPEs after OnSharedPreferenceChangeListener changes 2023-01-16 22:30:28 +01:00
HeaderFooterHolder.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
LocalItemBuilder.java Replace UniversalImageLoader with Picasso 2021-08-24 10:56:25 +02:00
LocalItemListAdapter.java Added the duplicate indicator explanation & removed some unnecessary functions 2023-01-27 15:37:33 +01:00