Patrickfav Dali Versions Save

Dali is an image blur library for Android. It contains several modules for static blurring, live blurring and animations.

v0.4.0

3 years ago
  • migrate to AndroidX #14
  • update AGP to 4, Gradle to 6.5, update compile SDK to 29
  • BREAKING: Removed DaliBlurDrawerTogglev4 since it is no longer supported since androidx.appcompat 1.1

v0.3.8

4 years ago
  • update renderscript target to 24 to support 64bit #16

v0.3.7

5 years ago
  • add androidx proguard rules

v0.3.6

6 years ago
  • update support lib version to 27.1.1
  • update Gradle to 4.7 and Android Gradle Plugin to 3.1.1
  • fix possible memory leak in placeholder transition drawable (thx @buptfarmer)

v0.3.5

6 years ago
  • update support lib version to 26.1.0
  • raise minSdk from 10 to 14 due to requirements by support-libs
  • all lib dependencies are now implementation i.e. cannot be seen by lib users

Note: this release is missing all transitive dependencies in pom

v0.3.4

7 years ago
  • updates support lib version to 25.1.1

v0.3.3

7 years ago
  • fixes build script to auto upload to maven central
  • fixes gradle git command to get commit date
  • fixes debug view

v0.3.2

7 years ago
  • updates demo app launcher icon
  • adds build number to build config

v0.3.1

7 years ago
  • adds consumer proguard rules in lib
  • live blur now renders a couple of frames after the last update was done

v0.3.0

7 years ago
  • first version in jcenter
  • updates renderscriptTargetApi to 20
  • updates target sdk and build tools to 25
  • adds debug view in app