Releases: MarcinOrlowski/Fonty
Releases · MarcinOrlowski/Fonty
3.2.0
3.1.5
- Converted demo application class to Koltin
- Corrected Space widget usage
Release 3.1.4
- Fixed
get()
not being properly exported. - Internal library code cleanup.
Release 3.1.3
- Corrected
versionCode
andversionName
. - Fixed Java interface.
- Portion of demo app is back in Java (for testing purposes).
Release 3.1.2
- Corrected
versionCode
andversionName
.
Release 3.1.1
- Fixed Java interface.
- Portion of demo app is back in Java (for testing purposes).
Release 3.1.0
- 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 acceptsnull
arguments.- Reworked builder, config methods can now be called in any order.
- Added some extra sanity checks.
3.0.0
- Migrated to Jetpack (androidx.*) libraries.
- No longer pulls databinding library.
2.2.0
done()
is now deprecated in favor of commonly usedbuild()
2.1.0
regularTypeface()
is now deprecated. UsenormalTypeface()
- Typeface fallback is now enabled by default
- Fixed navigation drawer's header in demo app not showing any content