saket / Better-Link-Movement-Method

Attempts to improve how clickable links are detected, highlighted and handled in TextView
Apache License 2.0
780 stars 78 forks source link

Using custom pattern instead of Linkify.WEB_URLS #48

Closed bored13 closed 1 year ago

bored13 commented 1 year ago

Can I use my custom pattern (regex) instead of Linkify.WEB_URLS when using the BetterLinkMovementMethod ?

saket commented 1 year ago

Sure, you can always manually create URLSpans for your text instead of using Linkify