All Versions
25
Latest Version
Avg Release Cycle
27 days
Latest Release
847 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v5.2.1 Changes
December 04, 2020๐ฑ ๐ Features
- โก๏ธ Update to kotlin 1.4.20, compose 1.0.0-a08
- PR: #543
- โก๏ธ Update to kotlin 1.4.20, compose 1.0.0-a08
-
v5.2.0 Changes
November 27, 2020 -
v5.1.1 Changes
November 23, 2020๐ฑ ๐ 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
- ๐ Allow null for
-
v5.1.0 Changes
October 11, 2020Note
๐ 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 Changes
May 09, 2020๐ Changes
- Split typeface-api to new module
- Thanks @zTrap
- ๐
StyleContainer: use named parameters instead of multiple constructors
- Thanks @connyduck
๐ Fixes
- /
- Split typeface-api to new module
-
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
- FIX #498
- introduce a custom method to allow providing the R fields if the reflection approach is not possible
-
v5.0.1 Changes
March 28, 2020 -
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