Android Iconics Versions Save

Android-Iconics - Use any icon font, or vector (.svg) as drawable in your application.

v5.2.5

3 years ago

🚀 Features

  • Discontinue publication to bintray
    • PR: #555
  • Dependency updates | Compose alpha11 compatiblity update
    • PR: #556
  • Automatically stage release via tags to sonatype
    • PR: #557

v5.2.4

3 years ago

🐛 Fixes

  • Align module names with artifactIds
    • PR: #553

v5.2.3

3 years ago

🚀 Features

  • republished v5.2.2

v5.2.2

3 years ago

🚀 Features

  • Update Gradle | Kotlin 1.4.21 | Compose 1.0.0-alpha09
    • PR: #547
  • Update to Google Material Typeface v4 | Introduce new variants
    • PR: #548

💬 Other

  • Update sample dependencies
    • PR: #549

v5.2.1

3 years ago

🚀 Features

  • Update to kotlin 1.4.20, compose 1.0.0-a08
    • PR: #543

v5.2.0

3 years ago

🚀 Features

  • Upgrade to Octicons 11.1.0
    • PR: #537
  • Update to Community Material icons v5.8.55
    • PR: #539
  • Phosphor Icons typeface addon
    • PR: #538
  • [Experimental] Android Compose support
    • PR: #540

v5.1.1

3 years ago

🚀 Features

  • Allow null for setText in IconicsTextView
    • PR: #530
  • Fix setState nullable annotation compile issue
    • PR: #532
  • Dependency updates 2020.11.23
    • PR: #531
  • Remove kotlin synthetic
    • PR: #533

🐛 Fixes

  • Adjust initialiser to not be in the Kotlin object, fix API < 28
    • PR: #534

💬 Other

  • Automatic changelog generation for releases
    • PR: #525

v5.1.0

3 years ago

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
    • FIX #503
  • 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

4 years ago

Changes

  • Split typeface-api to new module
    • Thanks @zTrap
  • StyleContainer: use named parameters instead of multiple constructors
    • Thanks @connyduck

Fixes

  • /

v5.0.2

4 years ago

Fixes

  • introduce a custom method to allow providing the R fields if the reflection approach is not possible
    • FIX #498