Fresco v1.11.0 Release Notes
Release Date: 2018-10-16 // over 2 years ago-
๐ Fixes and Improvements
- ๐ Moved native image filters into a separate gradle module (
native-filters
) - ๐ Fix for OkHttp disk caching (allows you to disable Fresco disk cache and use OkHttp)
- Made most native code optional (jpeg transcoder and native memory chunks)
- ๐ Proper support for GIFs when using a RetainingDataSource
- ๐ Fix to disable caching for unknown image types
- ๐ Fix bug when using DownSample and RegionDecoder together
- ๐ Fixed image origin in debug overlay
- ๐ Color space support
- ๐ Improved HEIF support (on devices which supports decoding them)
- ๐ Fixes for Android Studio layout preview
- ๐ Improved blurring and rounding with antialiasing (see showcase app)
- โ Add support for windows ICO image format
- โก๏ธ libjpeg update to 1.5.3
- โก๏ธ libwebp updated to 1.0.0
- โก๏ธ libpng updated to 1.6.35
Thanks
๐ Thanks to the following for their pull requests which are included in this release: @Crysis21, @JuniperPhoton, @dryganets, @Yrlec, @s1rius, @qhyuan1992, @xjy2061, @zjupure
- ๐ Moved native image filters into a separate gradle module (