BlurDialogFragment Versions Save

Library project to display DialogFragment with a blur effect.

v2.1.6

7 years ago
  • 2.1.6 : Fix orientation change as well as retainInstance thanks to IskuhiSargsyan report and tweak FastBlur implementation to avoid the allocation of 3 additional arrays for RGB channels thanks to sh1 feedback.
  • 2.1.5 : Minor fixes thanks to Edward S and Tommy Chan.
  • 2.1.4 : Fix NPE during the blurring process thanks to Anth06ny, jacobtabak and serega2593 reports.
  • 2.1.3 : Remove unused resources thanks to ligol report.
  • 2.1.2 : Rework support of translucent status bar thanks to wangsai-silence report.
  • 2.1.1 : Fix usage without renderscript as VerifyError was fired.
  • 2.1.0 : Support AppCompatActivity and fix several bugs thanks to jacobtabak.
  • 2.0.1 : BlurEngine is back again (restore "avoiding inheritance" usage, thanks to sergiopantoja report).
  • 2.0.0 : Min SDK 9+, don't forget to check the above section "Use RenderScript in Your Project". (thanks to ligol).

v2.0.0

8 years ago

Min API level 9+ thanks to @ligol contribution.

v1.1.0

9 years ago

Enable/disable the dimming effect (thanks to jacobtabak contribution). Enable/disable the use of RenderScript (thanks to amasciul contribution). Enable/disable the blur effect on the action bar. Add smooth transition between the background and the blurred one. Several performance improvements.