All Versions
15
Latest Version
Avg Release Cycle
136 days
Latest Release
2814 days ago
Changelog History
Page 1
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 -
v2.0.1 Changes
January 28, 2014- ๐ป Throw exception on passing null into
CalligraphySpan
- ๐ Fixed memory bug with
Toolbar
. @dlew
- ๐ป Throw exception on passing null into
-
v2.0.0 Changes
January 16, 2015๐ฅ Breaking changes This is a massive rewrite of the interception model. Look at
CalligraphyLayoutInflater
andCalligraphyConfig
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
View
s. - Intercept View creation at each stage.
- Defer view creation to native components (Except CustomViews).
- Inject
setPrivateFactory
on theActivity
. - We wrap Factory not disturbing underlying factory and layout inflater invocation.
- ๐ Better support for
cloneInContext()
which the compat library uses heavily.
- ๐ฅ BREAKING CHANGE This is an API change to Calligraphy config.
Changed CalligraphyConfig to a builder pattern, use
-
v1.2.0 Changes
October 20, 2014- ๐ Fixes issues with
appcompat-v7:21+
(uses underlyingToolbar
impl). - ๐ Lollipop support.
- Fast path view with font already set by us.
- ๐ Fixes issues with
-
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 applySpannable
's too now. - ๐ Fixes missing Typeface on hint text on
EditText
/AutoComplete
. - ๐ Fixes empty source and javadoc jars on maven.
- ๐ Fixes ActionBar Title/SubTitle
-
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