FFImageLoading 2.3.2
Complete history of changes available here: v2.3.1...v2.3.2
Xamarin.Forms - IMPORTANT
- FFImageLoading had a regression since 2.2.4 which caused
CachedImage
to always fill entire space available (different behaviour thanImage
). It's now fixed. You can get old behaviour withCachedImage.FixedOnMeasureBehavior = false;
(static property) - For older Xamarin.Forms version set
CachedImage.FixedAndroidMotionEventHandler = false
if experiencing any gesture recognizers problems on Android. (static property) - On Android you have to specify if you want to enable / disable fast renderer
CachedImageRenderer.Init(enableFastRenderer: [true/false])
Features
- SVG:
ReplaceStringMap
- added regex replace support, wiki: https://github.com/luberda-molinet/FFImageLoading/wiki/SVG-support#svg-string-replacement-including-colors - Added PreferFairness hint for main task creation
Fixes
- Android GIF support fixes & downsample for GIFs is now working
- Fixes #868 AndroidSpecific.Elevation exception on older Xamarin.Forms versions
- DownloadCache timeout enhancements & fixes
- Android - insample size calculation fixes
- Xamarin.Forms - #873 LoadingPlaceholder not always shown on initial loading