Skip to content

Releases: mikepenz/Android-Iconics

v1.6.0

03 Aug 21:38
Compare
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
Compare
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
Compare
Choose a tag to compare
  • fix small maven dependency issues

v1.5.0

01 Aug 14:43
Compare
Choose a tag to compare
  • split up iconics into iconics and iconics-core
  • update FontAwesome

v1.3.0

15 Jul 22:20
Compare
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
Compare
Choose a tag to compare
  • clean solution for the textAllCaps issue

v1.2.0

30 Jun 20:59
Compare
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
Compare
Choose a tag to compare
  • allow setting size or padding via xml for the IconcisImageView
  • add api to set rounded corners for the background

v1.1.0

19 Jun 18:32
Compare
Choose a tag to compare
  • add new feature to create an IconicsDrawable using text
  • deprecate the old actionBarSize() method in favor of the new actionBar() method
  • update libraries (MaterialDrawer, AboutLibraries)
  • update appCompat libraries

v1.0.2

04 Jun 13:12
Compare
Choose a tag to compare
  • update GoogleMaterial Design Icons