Skip to content

Version 0.14.0

Compare
Choose a tag to compare
@lambdapioneer lambdapioneer released this 23 Sep 14:52
  • PlatformBitmapFactory now supports more createBitmap variations
  • Support for custom Drawable factories
  • New DefaultConfig allows to set global defaults for ImageRequests
  • RotationOptions allow for better control of rotation (either manual or based on EXIF information)
  • We've updated the target, build tools and support library to 24.2.1 which now requires Java 8
  • Improved sample applications
  • And a variety of other fixes and improvements

Breaking Changes

In support library 24.2 Google split the library into smaller parts. By upgrading our support library dependency to 24.2.1, we've been able to specify the parts which Fresco needs (which is very little).

We recommend both upgrading your support library dependencies similarly and making sure you explicitly depend on the parts of the support library that you need. This can reduce your APK size.

Thanks

Thanks to the following for their pull requests which are included in this release: @eldk, @s1rius, @gtpark, @kunny