Releases: mikepenz/Android-Iconics
Releases · mikepenz/Android-Iconics
v5.2.6
v5.2.5
v5.2.4
v5.2.3
🚀 Features
- republished v5.2.2
v5.2.2
v5.2.1
v5.2.0
v5.1.1
🚀 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
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