Releases: chrisjenx/Calligraphy
Releases · chrisjenx/Calligraphy
v2.2.0
Added AppCompat Styles (AppCompatTextView will now pickup textViewStyle etc). Thanks @paul-turner
Fix for Toolbar not inflating TextViews upfront.
v2.1.0
Changes:
- Fixed #155, We now clone correctly.
- Added Styles for Custom Views. (builder.addCustomStyle(ToggleButton.class, android.R.attr.buttonStyleToggle))
v2.0.2
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
- Rewrite of the interception in the app.
- Support for lollipop
- Support for AppCompat v23+