Skip to content

1.6.0 Release

Compare
Choose a tag to compare
@Dimezis Dimezis released this 17 Apr 11:39
· 73 commits to master since this release

A new approach to blur updating. Not requesting an invalidate() now, but relying on hardware accelerated drawing behavior, which re-renders a previously recorded bitmap draw command when something is invalidated in the hierarchy.
For a library user, it just means a much better performance.

A new approach to blur coordinates calculation. Now properly mapping the BlurView coordinates to content underneath, even if it's in the separate window (like dialogs)

Fix bug preventing blur algorithms with canModifyBitmap() == false to work. Add a javadoc explaining how to implement similar algorithms.