linkify-text icon indicating copy to clipboard operation
linkify-text copied to clipboard

Results 5 linkify-text issues
Sort by recently updated
recently updated
newest added

Lets say it was a clickable text that says 'Privacy Policy' but in the string resource theres a tag "

You can't handle non-link taps currently. This change will make this possible. Sorry, don't have time for PR. Basically, you need to add an additional callback along with onLinkClick, and...

Hi, If no app can handle the URI then ``` uriHandler.openUri(result.item) ``` throws ActivityNotFoundException. Consider wrapping it with a try-catch.

`Linkify.ALL` is deprecated - because of the `MAP_ADDRESSES` deprecation. It is possible to combine flags to have `Linkify.ALL` without deprecated `MAP_ADDRESS` ``` val mask = Linkify.WEB_URLS or Linkify.PHONE_NUMBERS or Linkify.EMAIL_ADDRESSES...

The file link Material2 imports, it would be great to have a version which supports Material3