All Versions
15
Latest Version
Avg Release Cycle
136 days
Latest Release
2814 days ago

Changelog History
Page 1

  • v2.3.0 Changes

    May 11, 2017
    • ๐Ÿ›  Fix Toolbar TextView's layout race condition. @ansman #386, #368, #327, #280, #304, #363
  • v2.2.0 Changes

    May 03, 2016

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

  • v2.1.0 Changes

    July 20, 2015

    ๐Ÿ”„ Changes:

    • ๐Ÿ›  Fixed #155, We now clone correctly.
    • โž• Added Styles for Custom Views. (builder.addCustomStyle(ToggleButton.class, android.R.attr.buttonStyleToggle))
  • v2.0.2 Changes

    March 17, 2015

    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

  • v2.0.1 Changes

    January 28, 2014
    • ๐Ÿ‘ป Throw exception on passing null into CalligraphySpan
    • ๐Ÿ›  Fixed memory bug with Toolbar. @dlew
  • v2.0.0 Changes

    January 16, 2015

    ๐Ÿ’ฅ Breaking changes This is a massive rewrite of the interception model. Look at CalligraphyLayoutInflater and CalligraphyConfig for more information on options and changes.

    • ๐Ÿ’ฅ BREAKING CHANGE This is an API change to Calligraphy config. Changed CalligraphyConfig to a builder pattern, use CalligraphyConfig.Builder().build();

    Notable changes:

    • โœ‚ Removed jar binary, We build an @aar due to the way we tag Views.
    • Intercept View creation at each stage.
    • Defer view creation to native components (Except CustomViews).
    • Inject setPrivateFactory on the Activity.
    • We wrap Factory not disturbing underlying factory and layout inflater invocation.
    • ๐Ÿ‘ Better support for cloneInContext() which the compat library uses heavily.
  • v1.2.0 Changes

    October 20, 2014
    • ๐Ÿ›  Fixes issues with appcompat-v7:21+ (uses underlying Toolbar impl).
    • ๐Ÿ‘ Lollipop support.
    • Fast path view with font already set by us.
  • v1.1.0 Changes

    August 02, 2014
    • ๐Ÿ›  Fixes ActionBar Title/SubTitle textStyles.
    • ๐Ÿ›  Fixes textAllCaps bug, now works correctly.
    • ๐Ÿ›  Fixes some Spannable issues reported, we are more careful what we apply Spannable's too now.
    • ๐Ÿ›  Fixes missing Typeface on hint text on EditText/AutoComplete.
    • ๐Ÿ›  Fixes empty source and javadoc jars on maven.
  • v1.0.0 Changes

    July 05, 2014
    • โž• Added ActionBar Title/SubTitle support.
    • ๐Ÿ’… Toast support via default style/or TextView theme style.
    • โœ‚ Removed FontFamily parsing as it lead to users not being able to use fontFamily
    • โž• Added TextAppearance Support - Thanks @codebutler & @loganj
    • 0๏ธโƒฃ Default Font no longer required.
  • v0.8