1.6.0 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.