Releases: mikepenz/Android-Iconics
Releases · mikepenz/Android-Iconics
v5.0.2
v5.0.1
v5.0.0
v5.0.0-b01
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
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
v5.0.0-a03
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
- Fix a Kotlin NPE due to a wrong Framework non null annotation
v5.0.0-a02
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
Changes
- implement new improved copy method which allows to easily modify the item
- simplify code
Sample
- daynight theme for android iconics sample
- udpate to latest aboutlibraries
- add hamburger icon for v8 drawer
- fix drawer icon colors
- update dependencies
- remove materialize references
- include colors used
v5.0.0-a01
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
Breaking Changes
- replaced builder pattern with kotlin properties
- most convenient properties are now kotlin extension properties
- move all producers to producer extensions
- add all convenient setters to the IconicsDrawableExtensions.kt
- introduce new optimized apply functions which will not invalidate while updating properties
- refactor all code to use new properties
- initialization of the iconics fonts is now suggested
- allow to define
IconicsDrawable
icons via XML starting with API 24+
Sample app
- update to MaterialDrawer v8
- update to FastAdapter v5
- update to AboutLibraries v8
v4.0.2
- Add support of auto mirroring on RTL languages
- Thank you very much @hichamboushaba