Skip to content

Releases: iamporus/TypedTextView

v1.1.2

31 Oct 03:24
Compare
Choose a tag to compare

Fixed androidx lifecycle compiler issues.

v1.1.1

26 Jul 06:59
Compare
Choose a tag to compare

Fixed issue with sentence pause.

v1.1.0

19 Jul 06:24
Compare
Choose a tag to compare

Added TypedTextView.Builder for easy customization of TypedTextView.

v1.0.4

20 Jun 05:34
Compare
Choose a tag to compare
  • Fixed minor issues. Improved code readability.
  • Used explicit scoping instead of the default package private level.

v1.0.3

18 Jun 06:20
Compare
Choose a tag to compare

Added support to save the state of TypedTextView across lifecycle owner's state changes.

v1.0.2

17 Jun 05:41
Compare
Choose a tag to compare

Added missing getter to get the text to be typed.

v1.0.1

12 Jun 15:27
Compare
Choose a tag to compare

Enabled all features by default.

v1.0.0

12 Jun 15:01
Compare
Choose a tag to compare
  • Exposed APIs to set the text using resourceId and CharSequence.
  • Lifecycle-aware support added to TypedTextView.
  • Added support to emit audio keystrokes with typed characters.

v0.0.3

11 Jun 14:55
6c277ca
Compare
Choose a tag to compare
  • Refactored listener to provide typed character and its index.
  • Corrected attribute names to more suitable ones.
  • Corrected names of members and fields to more suitable ones.
  • Enabled building using jitpack.

v0.0.2

11 Jun 10:52
Compare
Choose a tag to compare

Custom TextView implementation with Type-Writer and blinking cursor effect.