Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 754 Bytes

CHANGELOG.md

File metadata and controls

24 lines (18 loc) · 754 Bytes

#Changelog

#0.8.0 (WIP)

  • Added ActionBar Title/SubTitle support.
  • Toast support via default style/or TextView theme style.

#0.7.1 (22/04/2014)

  • Fixed Resources not found Exception - @Smuldr

#0.7.0 (28/01/2014)

  • Added Anti-aliasing support
  • Added custom font attribute support - Thanks @Roman Zhilich
  • Changed Maven groupId to uk.co.chrisjenx artifact is now calligraphy. compile 'uk.co.chrisjenx:calligraphy:0.+'

#0.6.0 (02/01/2014)

  • Supports all Android implementations of TextView
  • Supports Custom TextViews - Thanks @mironov-nsk
  • Caches none found fonts as null

#0.5.0

  • Added support for Button class

#0.4.0

  • Initial Release