Releases: Fox2Code/AndroidANSI
Releases · Fox2Code/AndroidANSI
1.2.1 - Compose Color fix
1.2.0 - Builder compose update
- Added
FLAG_PARSE_DISABLE_FONT_ALTERING
parser flag for disable bold effect. - Added
AnsiComponentBuilder
system and refactored ANSI parsing around it. - Added back
removeAllDecorations
to remove all ANSI decoration. - Added full AndroidX compose support in
library-ktx
module.
Note: The support is optional and if you are not using material compose the library won't be imported
into your project if you import the library-ktx
AndroidANSI module.
1.1.0 - Kotlinify update
- Rename
patchEscapeSequence
topatchEscapeSequences
- Fix
AnsiTextView
not properly ignoring lack ofemoji2
library - Add jetbrain
@Contract
annotations to allow better IDE insights. - Add kotlin extension component.
- Update AGP
1.0.1 - Usability changes
Add AnsiParser.patchEscapeSequence
to avoid accidental trim of the escape sequence.
Add AnsiParser.trimEscapeSequences
to trim escape sequences.
Initial release
1.0.0 Release 1.0.0