Releases: facebook/TextLayoutBuilder
v1.7.0
1.5.0
6ccab33
Convert textlayoutbuilder support lib v28 references to androidX
a514cc4
Bump support version to v28
a9a11e6
Add nullable annotations
23cf09b
Add a function to calculate the leftmost line position in a static layout.
6e10bd9
Add a workaround for SpannableStringBuilder issue when your string contains null spans
23cd8f1
Avoid getting the line height of the -1st line
1.4.0
1.3.1
1.3.0
f2e9335
Don't invalidate layout when specifying hyphenationFrequency on older APIs
dc96fcc
Use AOSP builder for M+
12c833c
Add Justification Mode Support
9300222
added support for letter spacing
23d32ad
Let there be Apache-2
611dc1b
Catch NPE from Samsung devices < M when checking if layout is boring
c4cd195
Make build() nullable
836c6ab
Remove TextLayoutPaint and move hashing to Params
b73c7c0
Refactor paint
2afb1a5
Support specifying more attributes in XML
16cdb97
Fix hashCode calculations
1.2.0
- Use the new
StaticLayout.Builder
for v23+ - Add breakStrategy and hyphenationFrequency to the Builder
- Allow setting
density
toTextPaint
object to fixAbsoluteSpan
issues - Add a sample app
1.1.0
- Added support for min/max ems.
- Added support for min/max width in pixels.
1.0.0
This is the initial stable release of TextLayoutBuilder.