Skip to content

Tags: prashant31191/BlurView

Tags

version-1.3.3

Toggle version-1.3.3's commit message
Fix crash for case when BlurView is not a child of the rootView (issu…

…e 43).

Support RenderScript dependency is now optional.
RenderScriptBlur constructor parameter changed (no canModifyBitmap flag).

version-1.3.2

Toggle version-1.3.2's commit message
Control of blur auto update API changed.

Remove synthetic accessor methods.
Fix bug when user was disabling blur auto update but it was overriden after attaching to window

version-1.3.1

Toggle version-1.3.1's commit message
Prevent multiple BlurView to trigger each others redraw.

Update example project

version-1.3.0

Toggle version-1.3.0's commit message
Fix BlurView behaviour in lists.

Calculate real position relative to root view, not to direct parent.

version-1.2.0

Toggle version-1.2.0's commit message
Fix SOF error.

Add hardware accelerated window requirement

version-1.1.2

Toggle version-1.1.2's commit message
Hotfix unblurred edges glitch

version-1.1.1

Toggle version-1.1.1's commit message
Fix issue 17, correct positioning of blurred content

version-1.1.0

Toggle version-1.1.0's commit message
Fix BlurView detach-attach related bugs in Fragments and ListView / R…

…ecyclerView

version-1.0.4

Toggle version-1.0.4's commit message
Version up

version-1.0.3

Toggle version-1.0.3's commit message
Fix NPE in RenderScriptBlur destroy method.

Remove support library, now using only annotations library.