You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make some things public to support react-native (#201)
Expose library classes to allow reusing them in other View types
---------
Co-authored-by: stemy <balazs.stemler@metrix.co.hu>
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.
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.
Fixes#128#167
Partially addresses #148.
Adds a new RenderEffectBlur algorithm for API >= 31.
Deprecates RenderScriptBlur.
Removes SupportRenderscriptBlur module and algorithm.