FFImageLoading 2.4.8
Complete history of changes available here: v2.4.7...v2.4.8
Enhancements
- Android:
ImageViewAsyncis now depreciated. You can now use Android'sImageViewwidget!
This was really important to me, as it will allow to load images to custom controls or stock controls like ButtonImage. Moreover, it would be now possible to use FFImageLoading inside Xamarin.Forms built-in Image view (by providing simple IImageViewHandler implementation, just the same as GlideX does). YAY!
- Xamarin.Forms: You can now easily use FFImageLoading with standard views like
Image. Just call this afterXamarin.Forms.Initcall:
CachedImageRenderer.InitImageViewHandler() on Android
CachedImageRenderer.InitImageSourceHandler() on iOS / Mac
- Android: new, improved GIF decoder (thanks @natevarghese for helping me)
Fixes
- GIF invalid delay between frames issues
- Mac: GIF are now working