Skip to content

Releases: chrisjenx/Calligraphy

v2.2.0

03 May 12:35
Compare
Choose a tag to compare

Added AppCompat Styles (AppCompatTextView will now pickup textViewStyle etc). Thanks @paul-turner
Fix for Toolbar not inflating TextViews upfront.

v2.1.0

20 Jul 22:58
Compare
Choose a tag to compare

Changes:

  • Fixed #155, We now clone correctly.
  • Added Styles for Custom Views. (builder.addCustomStyle(ToggleButton.class, android.R.attr.buttonStyleToggle))

v2.0.2

17 Mar 18:05
Compare
Choose a tag to compare

2.0.2 (05/01/2015)
Fixed CalligraphyConfig.Builder missing return statements.
Fixed createView() getting the wrong parent context, Fixed: #135, #120
2.0.1 (28/01/2014)
Throw exception on passing null into CalligraphySpan
Fixed memory bug with Toolbar. @dlew

Version 2.0.0

16 Jan 15:08
Compare
Choose a tag to compare
  • Rewrite of the interception in the app.
  • Support for lollipop
  • Support for AppCompat v23+