Releases: mikepenz/Android-Iconics
Releases · mikepenz/Android-Iconics
v2.6.5
library
- add new feature to respect the bounds of the font. this will ignore custom defined padding on this icon but will keep the padding defined by the font itself. by default this is disabled
v2.6.0
IMPORTANT UPDATE FOR ANDROID N
library
- Fix icons are wrong aligned in Android N
- FIX #178
- setBounds is not allowed to be called
- we have to react on changed Bounds and implement onBoundsChange
- use the correct attributes inside the IconicsFactory
sample
- update sample app dependencies
- update support libraries version
v2.5.11
library
- update to latest support libraries v23.3.0
general
- update to latest gradle 2.12
- update to latest android gradle build tools v2.0.0
- update build tools to v23.0.3
v2.5.10
library
- prevent crash with
.clearSpans()
v2.5.9
library
- update to latest android support libraries v23.2.1
sample
- update sample app dependencies
v2.5.8
MIGRATION
- update to latest support appcompat v23.2.0
library
- update to latest appcompat library
sample
- update to latest AboutLibraries (fixes crash with missing drawable)
- properly set the correct color for the back arrow
v2.5.7
library
- correctly keep defined attributes inside the IconicsImageView. Perhaps the FIX for #144
- not only remember ParcelableSpan's but also CharacterStyle's and all Span's/Style's which extend those
general
- update android build tools
- update to gradle 2.11
v2.5.5
general
- update to gradle 2.10
- update to latest build tools
- artifactId was wrong in the jcenter push file
- move android support lib versions to root build gradle
library
- switch to base ParcableSpan which should be the lowest possible span to use
v2.5.4
- fixed an issue which caused issues within
EditText
views if the IconicsLayoutInflater
was used
- do not directly style Editable (comes from EditText) as this also causes issues with the cursor
- different handling for EditText. we do not want to listen for it's changes