FFImageLoading - Fast & Furious Image Loading v2.4.8 Release Notes

Release Date: 2019-05-06 // almost 5 years ago
  • Complete history of changes available here: v2.4.7...v2.4.8

    ✨ Enhancements

    • Android: ImageViewAsync is now depreciated. You can now use Android's ImageView widget!

    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 after Xamarin.Forms.Init call:

    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