Version 1.0.1
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 ImageRequest
s for files.
Thanks
Thanks to the following for their pull requests which are included in this release:
@angarron, @korDen, @sachins, @pizza, @JoelMarcey