Skip to content

Releases: Fox2Code/AndroidANSI

1.2.1 - Compose Color fix

03 May 20:41
Compare
Choose a tag to compare
  • Fix stupid assumption I made because of the pain I fell, fix crash with compose support.

1.2.0 - Builder compose update

03 May 20:02
Compare
Choose a tag to compare
  • 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

02 May 14:19
Compare
Choose a tag to compare
  • Rename patchEscapeSequence to patchEscapeSequences
  • Fix AnsiTextView not properly ignoring lack of emoji2 library
  • Add jetbrain @Contract annotations to allow better IDE insights.
  • Add kotlin extension component.
  • Update AGP

1.0.1 - Usability changes

01 Jun 15:24
Compare
Choose a tag to compare

Add AnsiParser.patchEscapeSequence to avoid accidental trim of the escape sequence.
Add AnsiParser.trimEscapeSequences to trim escape sequences.

Initial release

01 Jun 12:28
Compare
Choose a tag to compare
1.0.0

Release 1.0.0