BlurDialogFragment v2.1.6 Release Notes

Release Date: 2016-05-12 // almost 8 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).

Previous changes from v2.0.0

  • Min API level 9+ thanks to @ligol contribution.