FFImageLoading - Fast & Furious Image Loading v2.4.5 Release Notes
Release Date: 2019-04-26 // over 4 years ago-
Complete history of changes available here: v2.4.4...v2.4.5
๐ Changelog
๐ This release should have an overall better performance thanks to using more threads and some optimizations.
โจ Enhancements
- โ Added TaskParamter platform extensions which allow use of custom targets
- ๐ DownloadCache performance improvements - eg. don't retry for 404, etc
- ๐ Performance - Updated default configuration, use more threads, lower default HttpHeadersTimeout value
- ๐ Android performance: Allow 2 decoder operations at the same time
- โ Added Java.Lang.JavaSystem.Gc() calls
- ๐ Android memory cache fixes / optimizations
๐ Fixes
- ๐ Android memory cache fixes
- XF NativeSizeChanged should be called for every image loading
- ๐ Android - Fixes #1247 Gif not working if view size is not set
- ๐ XF: Placeholders don't always show or show with incorrect aspect ratio Fixes #353 #1239
- ๐ Many SVG support fixes
- Enforce clipping on fast renderer when using AspectFill (Thanks to @velocitysystems)
- ๐ Changed to force image that has been invalidated from cache to also be removed from displayed cache and reuse pool. (Thanks to Goran Zidar)
- Corrects missing ImageInformation on Android GIF Decoder (Thanks to @DKWaters)
- ๐ Fixed disk cache was not cleaned automatically (Thanks to @nll)
- AsJpegStream quality ignored (Thanks to @nll)
- EnableMockImageService not working for SvgCachedImage
- ๐ XF: Fix for issues with non-default visual style
- ๐ Fix for missing fade animation on Android
- ๐ Fixes #1203 Cannot access a disposed object
- ๐ Fixes #1198 BackgroundColor ignored when using fast renderers
- ๐ Android: Fixes #1101 - LRUCache.sizeOf() is reporting inconsistent results
- ๐ Fixes #1053 #1171 ReplaceStringMap change is not reflected