All Versions
25
Latest Version
Avg Release Cycle
27 days
Latest Release
1236 days ago

Changelog History
Page 1

  • v5.2.1 Changes

    December 04, 2020

    ๐Ÿฑ ๐Ÿš€ Features

    • โšก๏ธ Update to kotlin 1.4.20, compose 1.0.0-a08
  • v5.2.0 Changes

    November 27, 2020

    ๐Ÿฑ ๐Ÿš€ Features

    • โฌ†๏ธ Upgrade to Octicons 11.1.0
    • โšก๏ธ Update to Community Material icons v5.8.55
    • Phosphor Icons typeface addon
    • ๐Ÿ‘ [Experimental] Android Compose support
  • v5.1.1 Changes

    November 23, 2020

    ๐Ÿฑ ๐Ÿš€ Features

    • ๐Ÿ‘ Allow null for setText in IconicsTextView
    • ๐Ÿ›  Fix setState nullable annotation compile issue
    • โšก๏ธ Dependency updates 2020.11.23
    • โœ‚ Remove kotlin synthetic

    ๐Ÿฑ ๐Ÿ› Fixes

    • Adjust initialiser to not be in the Kotlin object, fix API < 28

    ๐Ÿฑ ๐Ÿ’ฌ Other

    • ๐Ÿš€ Automatic changelog generation for releases
  • v5.1.0 Changes

    October 11, 2020

    Note

    ๐Ÿš€ This release upgrades the font detection logic to jetpack appstartup. Please use the latest font dependencies with v5.1.0

    ๐Ÿ”„ Changes

    • โœ‚ Remove resource and reflection based font and processor detection logic
    • Introduce jetpack appstartup to initialize fonts and processor
    • Simplify init and setup requirements for Iconics
      • appstartup will initialize the project

    ๐Ÿ›  Fixes

    • (Sample) Fix MaterialDX font not showing up in sample

    โšก๏ธ Dependency updates

    Library

    • compileSdk 30
    • ๐Ÿ— buildTools 30.0.2
    • target 30
    • kotlin 1.4.10

    Sample

    • aboutLibs 8.4.2
    • materialDrawer 8.1.6
    • fastAdapter 5.2.4
    • constraintLayout 2.0.2
    • material 1.2.1
    • appcompat 1.2.0
    • core-ktx 1.3.2
  • v5.0.3 Changes

    May 09, 2020

    ๐Ÿ”„ Changes

    • Split typeface-api to new module
    • ๐Ÿ’… StyleContainer: use named parameters instead of multiple constructors

    ๐Ÿ›  Fixes

    • /
  • v5.0.2 Changes

    April 11, 2020

    ๐Ÿ›  Fixes

    • introduce a custom method to allow providing the R fields if the reflection approach is not possible
  • v5.0.1 Changes

    March 28, 2020

    ๐Ÿ›  Fixes

    • ๐ŸŒฒ resolve a wrong log message due to a reversed condition
        - FIX #497

    Fonts

    • โšก๏ธ update to Community Material v5.0.45
  • v5.0.0 Changes

    March 22, 2020

    ๐Ÿ›  Fixes

    • none (release equal to v5.0.0-b01)

    ๐Ÿ— Build

    • โšก๏ธ update to latest detekt 1.7.0
    • โž• add gradle validation check to ensure wrapper is valid
  • v5.0.0-b01 Changes

    March 08, 2020

    โš  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

    ๐Ÿ›  Fixes

    • โšก๏ธ update dependencies
    • kotlin 1.3.70
    • material 1.1.0
    • drawerLayout 1.1.0-alpha04
    • aboutLibraries 8.0.0-rc02
    • materialDrawer 8.0.0-rc01
    • FastAdapter v5.0.0
    • adjust items to match new libraries
  • v5.0.0-a04 Changes

    February 09, 2020

    โš  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

    ๐Ÿ›  Fixes

    • โž• add error messages in case Iconics was not yet initialized
    • ๐Ÿ›  fix problem in which initializatoin would not happen soon enough if the context is provided
        - FIX #492