Skip to content

Version 1.8.0

Compare
Choose a tag to compare
@zmroczek zmroczek released this 19 Jan 11:25

Version 1.8.0 contains several improvements and bug fixes, including:

  • Fixed animated image rendering for dynamic frame dimensions (086fd1d)
  • Fixed downsampling for PNGs (e2c464e)
  • Fixed WebPs with alpha decoding on API <= 17 devices (705b774)
  • Supporting wide color gamut decoding on Android 8+ (4a64df0)
  • Fixed handling pin bitmap errors (a08f9e7, f5eb85e)

Breaking changes

Switched to using SoLoader (aef3790)

SoLoader has been released for a while now, and updated just last week. We've made the decision to add a hard dependency on it and make SoLoader the one and only native code loader that we use in Fresco. API-wise, this means SoLoaderShim is gone. If you were using some other native loading library (e.g. ReLinker), you can either:

  • keep both and just delete your SoLoaderShim implementation, but this will make your APK size bigger
  • switch to SoLoader for the rest of your app as well and remove the other dependency

Thanks

Thanks to the following for their pull requests which are included in this release: @Alonexx, @8enet, @zjupure, @bschnack