Releases: Dimezis/BlurView
2.0.5 Release
Fix blur update when the root view and BlurView are in different windows (bottom sheet dialog or other dialogs).
Fixes #216
2.0.4 Release
Expose some library classes to allow reusing them in other ViewGroups
2.0.3 Release
Fallback to RenderScriptBlur in case when RenderEffectBlur is requested to be rendered on a software canvas.
Fixes #190.
Add convenience setupWith
method that picks the best available blur method.
Make RenderScriptBlur not final.
Add NonNull annotations.
2.0.2 Release
Un-deprecate and completely reimplement RenderEffectBlur
, making it the recommended blur algorithm for now.
Remove RenderEffectPrecision
.
Stop updating the blur in the draw
method, which fixes Compose crashes - #157.
Delete deprecated setHasFixedTransformationMatrix
.
Reduce DEFAULT_SCALE_FACTOR
to 6.
Require blur algorithm in setupWith
method.
2.0.1 Release
Fix for IllegalStateException in RenderEffectBlur - #180.
Deprecate (mark as should not be used to be precise) RenderEffectBlur, because it's causing a constant redraw of BlurView.
2.0.0 Release
1.6.6 Release
Fixes #110
1.6.5 Release
Migrate to AndroidX.
Fix rounding issue #125