Skip to content

Releases: mikepenz/Android-Iconics

v2.8.4

03 May 13:32
Compare
Choose a tag to compare

library

  • add support for color(ColorStateList) THANKS @hanneskuettner
  • correctly implement getOpacity() (based on the ColorDrawable implementation)
  • correctly implement setState(). --> it is used to indicate if the icon is stateful

v2.8.3

17 Apr 12:12
Compare
Choose a tag to compare

library

  • base all provided views on their AppCompat variants
  • add new IconicsImageButton (similar to IconicsImageView)
    (this should also be a proper solution for #257)

v2.8.2

27 Dec 08:52
Compare
Choose a tag to compare

library

v2.8.1

25 Aug 17:36
Compare
Choose a tag to compare

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:
IconicsUtils.ICON_START = '[';
IconicsUtils.ICON_END = ']';

sample

  • update sample app dependencies …
  • adjust item to follow the updated interface from the fastadapter

v2.8.0

18 Aug 19:25
Compare
Choose a tag to compare

library

  • DROP SUPPORT FOR API 10. New minSdk: 14
  • update to the latest version of the support libraries v24.2.0

v2.7.2

03 Aug 19:25
Compare
Choose a tag to compare

library

  • correctly handle state changes, and update filter when tinting is enabled
  • invalidate self on alpha changes
  • updateTintFilter should be private

v2.7.1

27 Jul 17:39
Compare
Choose a tag to compare

library

  • update to latest support-libraries v24.1.1
  • the icon should also keep and respect his state
    • FIXES #202 and allows proper tinting

v2.7.0

26 Jul 19:08
Compare
Choose a tag to compare

library

  • remember the flags used for the already existing spans
  • fix exception when applying on a Spannable string with multiple spannables
  • add support for setTint, setTintList and setTintMode

sample

  • switch to FastAdapter for the icons list

v2.6.7

11 Jul 17:22
Compare
Choose a tag to compare

library

v2.6.6

18 Jun 16:59
Compare
Choose a tag to compare

library

  • change to target SDK 24
  • change to compileSDK 24
  • change to buildTools 24
  • change to supportLibs 24
  • update to gradle 2.14
  • make sure respectFontBounds returns the icon itself too