Releases: mikepenz/Android-Iconics
Releases · mikepenz/Android-Iconics
v1.7.8
- update to the latest support lib
v1.7.7
- Fix iiv_padding property not working bug
- Fix unexpected image scaling on Android 6.0
Sample app
- Add some example IconicsImageViews to PlaygroundActivity
- improve playground activity and add sections
- update and improve iconics sample
v1.7.6
- update appcompat support libs to 23.0.1
v1.7.5
- add appcompat-v7 to get the ContextCompat which is now used to get the color from res
- update gradle to v2.6
- update android build plugin to v1.3.1
- add some support annotations
- some cleanup
- improve alpha color handling
v1.7.4
- improve and fix IconicsButton
v1.7.3
- [release] v1.7.3 (core)
- [release] v1.1.70.3 (community-material)
- [release] v4.4.0.1 (fontawesome)
- [release] v1.2.0.1 (google material)
- [release] v1.1.0.1 (meteocons)
- [release] v3.0.0.1 (octicons)
- Change font addons to a w.x.y.z version number to reflect the addonversion (z) and the fontversion (w.x.y)
--> fontawesome = 4.4.0 and first build of the addon
this change allows to have different versions with changes in the code for the same font version
v1.7.2
- update to the latest support lib
- update to the latest bulid tools
- update to the latest compile and target version
v1.7.1
- small optimization to the
.icon(String)
method.
- split it up in
.icon(String)
and .iconText(String)
v1.7.0
- Improve IconicsImageView
- Split up FontAwesome and GoogleMaterial to 2 font addons
- Remove
iconics
only keep the iconics-core
- Improve stability if wrong icons are provided
- Improve Sample application