Skip to content

Releases: mikepenz/Android-Iconics

v1.6.2

10 Aug 21:44

Choose a tag to compare

  • some small fixes

v1.6.1

04 Aug 15:40

Choose a tag to compare

  • fix auto font addon detection

v1.6.0

03 Aug 21:38

Choose a tag to compare

  • implement logic to automatically detect available font addons
  • improve README
  • some fixes
  • define icon color via xml and automatically use it if you add an icon in the IconicsImageView #61

v1.5.2

01 Aug 18:14

Choose a tag to compare

  • add GenericFont which allows you to add your font just by providing the ttf.
    ** you can then register the icons and use them by name, or you just create the Icon as you need it with the unicode value

v1.5.1

01 Aug 18:13

Choose a tag to compare

  • fix small maven dependency issues

v1.5.0

01 Aug 14:43

Choose a tag to compare

  • split up iconics into iconics and iconics-core
  • update FontAwesome

v1.3.0

15 Jul 22:20

Choose a tag to compare

  • FIX #50
  • redefine .actionBar() --> 24dp, with 1dp padding

SAMPLE APP

  • improve Toolbar Layout of sample app
  • remove recyclerView animations to lower minSdk of sample app to 10

v1.2.1

11 Jul 12:02

Choose a tag to compare

  • clean solution for the textAllCaps issue

v1.2.0

30 Jun 20:59

Choose a tag to compare

  • add new api methods to set width and height separately
  • remove iconText method and replace with icon
  • add new IconicsArrayBuilder to create many drawables with the same style with ease
  • fix bug with the background and roundedCorners
  • fix icon not displaying in the button with lolllipop

v1.1.5

29 Jun 19:47

Choose a tag to compare

  • allow setting size or padding via xml for the IconcisImageView
  • add api to set rounded corners for the background