2019-06-04 16:39:07 +03:00

9 lines
456 B
Markdown

# Linkify
Use this module (or take a hint from it) if you would need _linkify_ capabilities. Do not
use `TextView.setAutolinkMask` (or specify `autolink` in XML) because it will remove all
existing links and keep only the ones it creates.
Please note that usage of this plugin introduces significant performance drop due not
optimal implementation of underlying `android.text.util.Linkify`. If you have any ideas of how
to improve this - PR are welcome!