This release fixes two critical bugs:
- #9 Long-pressing on text results in an exception if there is no clickable span present at the pressed location.
- #11 Clicking a
ClickableSpan
results in an exception if the text is selectable (android:textIsSelectable="true"
).