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