Skip to content

Tags: Dimezis/BlurView

Tags

version-2.0.5

Toggle version-2.0.5's commit message
Fix blur update when the root view and BlurView are in different wind…

…ows (bottom sheet dialog or other dialogs).

version-2.0.4

Toggle version-2.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make some things public to support react-native (#201)

Expose library classes to allow reusing them in other View types

---------

Co-authored-by: stemy <[email protected]>

version-2.0.3

Toggle version-2.0.3's commit message
Fallback to RenderScriptBlur in case when RenderEffectBlur is request…

…ed 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.

version-2.0.2

Toggle version-2.0.2's commit message
Un-deprecate and completely reimplement RenderEffectBlur, making it t…

…he recommended blur algorithm for now.

Remove RenderEffectPrecision.

Stop updating the blur in draw, which fixes Compose crashes - #157.
Delete deprecated setHasFixedTransformationMatrix.
Reduce DEFAULT_SCALE_FACTOR to 6.
Require blur algorithm in setupWith method.

version-2.0.1

Toggle version-2.0.1's commit message
Fix for IllegalStateException in RenderEffectBlur - #180.

Deprecate (mark as should not be used to be precise) RenderEffectBlur

version-2.0.0

Toggle version-2.0.0's commit message
Fixes #128

	#167

Partially addresses #148.

Adds a new RenderEffectBlur algorithm for API >= 31.
Deprecates RenderScriptBlur.
Removes SupportRenderscriptBlur module and algorithm.

version-1.6.6

Toggle version-1.6.6's commit message
Fix multiple BlurViews triggering recursive redraw of each other

version-1.6.5

Toggle version-1.6.5's commit message
Migrate to AndroidX. Fix #125, ceil the rounded height instead of rou…

…nding/flooring

version-1.6.4

Toggle version-1.6.4's commit message
Proper aspect ration for a blurred bitmap.

Fix redundant bitmap recreation on layout.

version-1.6.3

Toggle version-1.6.3's commit message
Fix NPE in updateBlur.

Fix leak of the view when postponing setBlurEnabled and setBlurAutoUpdate.