Skip to content

Releases: NeoUtils/Highlight

v2.2.0 - Multiplatform support

17 Nov 12:25
df9e198
Compare
Choose a tag to compare

Added support for Multiplatform Compose: Android, Desktop and Web.

v2.0.0 - Next Generation

16 Nov 18:43
1edfd12
Compare
Choose a tag to compare

Completely rewritten in Kotlin to align with the new generation of mobile development.

  • Support for Jetpack Compose #27
  • Support for capture groups #23
  • Publish to Maven Central #24

v1.0.4

11 Dec 16:52
6c0991b
Compare
Choose a tag to compare
  • FontScheme : #6 change the font of text
  • BackgroundScheme : pain background color for text
  • BaseScheme : easier to create custom scheme
  • Scope : created scheme just for scope and scheme scope improvements

v1.0.3

03 Dec 23:23
d4db1c5
Compare
Choose a tag to compare
  • Add schemes to the scope of another scheme (#11)

v1.0.2

02 Dec 21:13
f841e5e
Compare
Choose a tag to compare
  • LinkScheme : added link processing schema
  • OnClickScheme : added click processing schema
  • Greater control over adding span

v1.0.1

01 Dec 03:56
7e917c1
Compare
Choose a tag to compare
  • Added TextView support
  • Standardized getters and setters

v1.0.0

15 Nov 02:07
Compare
Choose a tag to compare
  • Highlight: add and remove span
  • LinesTextWatcher: processing by altered lines ⭐
  • HighlightTextWatcher: highlight support EditText
  • ColorScheme, StyleScheme : basic schemes