Skip to content

Version 1.0.1

Compare
Choose a tag to compare
@oprisnik oprisnik released this 19 Jan 15:10
· 2945 commits to main since this release

Version 1.0.1 is mainly a bugfix release:

  • Fixed an issue where URIs with spaces could not be parsed correctly.
  • Updated libwebp to 0.5.2 and fixed some WebP issues.
  • Downsampling ratio calculations are now correct.
  • The image pipeline now uses the correct producer sequence for local files.
  • SimpleDraweeSpanTextView now resizes itself correctly.

New Features

You can use UriUtil.getUriForFile(File) and ImageRequest.fromFile(File) to create URIs and ImageRequests for files.

Thanks

Thanks to the following for their pull requests which are included in this release:
@angarron, @korDen, @sachins, @pizza, @JoelMarcey