Skip to content

v5.0.0-a01

Pre-release
Pre-release
Compare
Choose a tag to compare
@mikepenz mikepenz released this 12 Jan 18:08
· 274 commits to develop since this release
c747a74

Warning

  • This is a big refactor of the Android-Iconics library with a large focus on simplifying the core Iconics class and moving as many of the convenient methods into extensions / out of the main class

Breaking Changes

  • replaced builder pattern with kotlin properties
  • most convenient properties are now kotlin extension properties
  • move all producers to producer extensions
  • add all convenient setters to the IconicsDrawableExtensions.kt
  • introduce new optimized apply functions which will not invalidate while updating properties
  • refactor all code to use new properties
  • initialization of the iconics fonts is now suggested
  • allow to define IconicsDrawable icons via XML starting with API 24+

Sample app

  • update to MaterialDrawer v8
  • update to FastAdapter v5
  • update to AboutLibraries v8