-
v3.2.0 (2022-11-20)
- Updated source to use latest libraries and SDK.
- Updated demo app to use data-binding instead of ButterKnife.
- General code cleanup.
-
v3.1.5 (2020-07-11)
- Converted demo application class to Kotlin.
- Corrected Space widget usage.
-
v3.1.4 (2019-05-08)
- Fixed
get()not being properly exported. - Internal library code cleanup.
- Fixed
-
v3.1.3 (2019-02-19)
- Corrected
versionCodeandversionName. - Fixed Java interface.
- Portion of demo app is back in Java (for testing purposes).
- Corrected
-
v3.1.0 (2019-02-19)
- Fixed demo app using wrong widget classes and crashing.
- Deprecated
done(),regularTypeface()methods are now removed. - Converted library and demo app converted to Kotlin.
fontDir()no longer acceptsnullarguments.- Reworked builder, config methods can now be called in any order.
- Added some extra sanity checks.
-
v3.0.0 (2019-02-18)
- Migrated to Jetpack (androidx.*) libraries.
- No longer pulls databinding library.
-
v2.2.0 (2018-08-27)
done()is now deprecated in favor of commonly usedbuild().
-
v2.1.0 (2018-02-24)
regularTypeface()is now deprecated. UsenormalTypeface().- Typeface fallback is now enabled by default.
- Fixed navigation drawer's header in demo app not showing any content.
-
v2.0.0 (2017-04-24)
- Renamed
init()method tocontext(). - Configuration chain now must end with
done(). - Improved public methods argument validation.
- [#1] Added italic support (
italicTypeface()). - Added typeface fallback feature. See
typefaceFallback(). - Fixed styling of
TextInputLayout'sEditTextwidget. - Added
NavigationDrawerandToolbarto demo app.
- Renamed
-
v1.2.0 (2017-04-23)
- [#2] Added support for
TextInputLayout.
- [#2] Added support for
-
v1.1.0 (2017-03-12)
- Default font dir is
fonts/. fontDir()acceptsnullas argument.addTypeface()is nowadd().
- Default font dir is
-
v1.0.0 (2017-03-11)
- Initial public release.