Releases: mikepenz/Android-Iconics
Releases · mikepenz/Android-Iconics
v2.8.4
library
- add support for
color(ColorStateList)
THANKS @hanneskuettner - correctly implement
getOpacity()
(based on theColorDrawable
implementation) - correctly implement setState(). --> it is used to indicate if the icon is stateful
v2.8.3
v2.8.2
v2.8.1
library
- move icon start and end to static public variables …
- you can theoretically alter those chars by implementing the following in your
CustomApplication
before initializing the iconics:
- you can theoretically alter those chars by implementing the following in your
IconicsUtils.ICON_START = '[';
IconicsUtils.ICON_END = ']';
sample
- update sample app dependencies …
- adjust item to follow the updated interface from the fastadapter
v2.8.0
v2.7.2
v2.7.1
v2.7.0
v2.6.7
library
- add back
setBounds
into the size methods to improve behavior insetCompoundDrawable
use cases and others.- This goes against the thing suggested here: https://code.google.com/p/android/issues/detail?id=210834&thanks=210834&ts=1463954825 but the issue was caused by the missing
onBoundsChange
method - FIX #gitskarios/Gitskarios#494
- This goes against the thing suggested here: https://code.google.com/p/android/issues/detail?id=210834&thanks=210834&ts=1463954825 but the issue was caused by the missing
- add proper dimension support annotations