Releases: mikepenz/Android-Iconics
Releases · mikepenz/Android-Iconics
v2.9.5
migration
- the attributes for the
IconicsMenuInflaterUtil
start now withico_
instead ofiiv_
- the
IconicsMenuInflaterUtil
was moved into thecore
module to simplify code
library
- IconicsMenuInflaterUtil moved into core-module
- Now iconics drawable will be created if at least one attribute was filled
- Yes, now u can create IconicsDrawable via xml without icon (useful for bg color and for example with rounded corners)
- fix issue if icon was used via XML
THANKS @zTrap
v2.9.4
library
- update build tools to 27
- update compile sdk to 27
- update target sdk to 27
- update supportLibs to 27
- update gradle to 4.1
- update butterknife to 8.8.1
- Optimized IconicsImageView
- Added new feature: Background contour
- Added method for icon ColorStateList resource
- Added methods for plain text icons
- some other optimizations
THANKS @zTrap
v2.9.3
v2.9.1
v2.9.0
MIGRATION
- The library-core was split apart into iconics-core and iconics-views to slim down the iconics-core and allow more advanced UI features in the iconics-views
- the core dep stays the same:
compile "com.mikepenz:iconics-core:2.9.0@aar"
- for all UI widgets add
compile "com.mikepenz:iconics-views:2.9.0@aar"
Huge thanks to @zTrap for this great release
library
- the core was set on diet. it no longer contains any view's, see MIGRATION for more details
library-views
- this is the new dependency which contains the pre-built ready to use
IconicsView
s, .. - Added new view
IconicsCheckableTextView
- Good alternative
IconicCheckBox
with support all-sides drawables
- Good alternative
v2.8.9
v2.8.8
v2.8.7
- fix issue with wrong opacity of icons displayed in drawer