Skip to content

1.3.0 Release

Compare
Choose a tag to compare
@Dimezis Dimezis released this 28 Dec 21:19
· 164 commits to master since this release

Fixed BlurView behaviour in lists. Now properly restarting auto blur update if BlurView is recycled by ListView or RecyclerView.

Fixed issue addressed in SOF post.
Now calculating real position relative to root view, not to direct parent. This allows using BlurView in Lists, Fragments and other cases, when its position was not properly mapped to root view's coordinates.

Update Gradle and libs versions.

Small clean up of lint warnings and Javadoc.