Releases: facebook/fresco
Releases · facebook/fresco
Version 0.8.1
- Quick re-release to sort out problems that occurred in v0.8.0 upload
- A few bug fixes
Version 0.8.0
- Allow Bitmap.Config to be set by caller
- New BaseBooleanSubscriber class
- New experimental code to put encoded images in ashmem (JellyBean and below)
- New experimental code to decode WebP directly on older platforms instead of transcoding
- New sample apps to demonstrate shared transitions and write-you-own uri
- Added AQuery to comparison app
- Lotsa bug fixes
Version 0.7.0
- New simpler API to determine if an image is in cache
- Improvements to the comparison app
- Upgrade some deps
- Some bug fixes
Version 0.6.1
- Fixed file-descriptors issue
- Fixed closing-streams issue
- Fixed some issues with rounding
- Other small fixes
Version 0.6.0
- Significant performance improvements, especially for local camera images
- Ability to cache postprocessed images
- Map of ImageFormats to standard file extensions
- Simpler API for clearing cache, and invalidating individual entries
- Remove some no-longer-used classes
Version 0.5.3
- Remove some time utils from fbcore
- Slight speedup in local images
- Fix some bugs
Version 0.5.2
- Assorted bug fixes
Version 0.5.1
- Allow RoundingParams type to change dynamically
- Fixed BMP decoding
- Fixed decoding of non-animated GIFs
- Added support for 64-bit ABIs
- Adapted resizing policy
- Assorted other bug fixes
Version 0.5.0
- Add support for data URIs
- Fix progressive decoding of resized images
- Fix dynamic changing of rounded corners
- Eliminated some race conditions
- Assorted other bug fixes
Version 0.4.0
- Can now specify aspect ratio in XML
- Fix cancellation in network fetcher
- No longer ships with gnustl_shared.so
- New test runner script
- Cache refactors
- Assorted other fixes