FFImageLoading 1.1.6
Changes
- iOS and Android use the same implementation to cancel tasks scheduled against the same native control d9866fd, 74a336a
- Always rely on Streams, no more byte arrays (at least on Android) 5c4de0d
- Downloading and saving/retrieving from disk is now cancellable 5c4de0d
- Images bundled as AndroidResource can be used now (thanks @petlack !) #38
- Allow override Configuration even after it has been previously initialized. Note that MaxCacheSize and DiskCache cannot be overridden if it was previously initialized #35
- Access to cache result: this is useful to know if image was loaded from Internet, Disk, DiskCache, MemoryCache, ... #34
- Reduced memory usage & OOMs are better handled. #30
Bugs fixed
- Finish callback was not called when image was loaded from MemoryCache #39
- Use WebP.Touch 1.0.1 which fixes a rare crash when freeing WebP images
Changes regarding Xamarin.Forms package
Xamarin.Forms package supports now placeholders and can be used in PCL projects.
https://www.nuget.org/packages/Xamarin.FFImageLoading.Forms/