Releases: iamporus/TypedTextView
Releases · iamporus/TypedTextView
v1.1.2
31 Oct 03:24
Compare
Sorry, something went wrong.
No results found
Fixed androidx lifecycle compiler issues.
v1.1.1
26 Jul 06:59
Compare
Sorry, something went wrong.
No results found
Fixed issue with sentence pause.
v1.1.0
19 Jul 06:24
Compare
Sorry, something went wrong.
No results found
Added TypedTextView.Builder for easy customization of TypedTextView.
v1.0.4
20 Jun 05:34
Compare
Sorry, something went wrong.
No results found
Fixed minor issues. Improved code readability.
Used explicit scoping instead of the default package private level.
v1.0.3
18 Jun 06:20
Compare
Sorry, something went wrong.
No results found
Added support to save the state of TypedTextView across lifecycle owner's state changes.
v1.0.2
17 Jun 05:41
Compare
Sorry, something went wrong.
No results found
Added missing getter to get the text to be typed.
v1.0.1
12 Jun 15:27
Compare
Sorry, something went wrong.
No results found
Enabled all features by default.
v1.0.0
12 Jun 15:01
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Custom TextView implementation with Type-Writer and blinking cursor effect.