Android-Iconics v5.0.0-a01 Release Notes

Release Date: 2020-01-12 // over 4 years ago
  • โš  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

    Sample app

    • โšก๏ธ update to MaterialDrawer v8
    • โšก๏ธ update to FastAdapter v5
    • โšก๏ธ update to AboutLibraries v8