Skip to content

Releases: mikepenz/Android-Iconics

v5.2.5

05 Feb 17:21
8e7d3ff
Compare
Choose a tag to compare

🚀 Features

  • Discontinue publication to bintray
  • Dependency updates | Compose alpha11 compatiblity update
  • Automatically stage release via tags to sonatype

v5.2.4

29 Dec 11:06
8718c09
Compare
Choose a tag to compare

🐛 Fixes

  • Align module names with artifactIds

v5.2.3

29 Dec 08:49
354ee70
Compare
Choose a tag to compare

🚀 Features

  • republished v5.2.2

v5.2.2

28 Dec 10:48
6232336
Compare
Choose a tag to compare

🚀 Features

  • Update Gradle | Kotlin 1.4.21 | Compose 1.0.0-alpha09
  • Update to Google Material Typeface v4 | Introduce new variants

💬 Other

  • Update sample dependencies

v5.2.1

04 Dec 17:31
68dd33e
Compare
Choose a tag to compare

🚀 Features

  • Update to kotlin 1.4.20, compose 1.0.0-a08

v5.2.0

27 Nov 17:55
03a77bb
Compare
Choose a tag to compare

🚀 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

23 Nov 19:27
4ba0277
Compare
Choose a tag to compare

🚀 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

11 Oct 10:57
e0a3364
Compare
Choose a tag to compare

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

09 May 15:21
71932df
Compare
Choose a tag to compare

Changes

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

Fixes

  • /

v5.0.2

11 Apr 11:47
a4e532d
Compare
Choose a tag to compare

Fixes

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