FFImageLoading 2.0.3
daniel-luberda
released this
07 Jan 16:54
·
1431 commits
to master
since this release
Complete history of changes available here: v2.0.2...v2.0.3
- Added Windows/Xamarin.Forms Silverlight support
- Added possibility to specify custom cache keys
- Added
DownSampleInDip
method for iOS/Android/Windows API - it allows to specify downsampling in device independent pixels - MvvmCross: Added MvxImageLoadingView that can be used as a MvxImageView replacement
- iOS - Load images from files based on device scale @3x, @2x or normal
- Windows memory cache optimizations and fixes
- Some additional bug fixes eg: #113 #114 #115 #116
- Some minor improvements