AutoLinkTextViewV2 icon indicating copy to clipboard operation
AutoLinkTextViewV2 copied to clipboard

AutoLinkTextView is a TextView that supports automatic detection of Hashtags (#), Mentions (@) , URLs (http://), Phone Nubers and emails

Results 16 AutoLinkTextViewV2 issues
Sort by recently updated
recently updated
newest added

Please change hastags regex to below regex to support Arabic hastags. internal val HASH_TAG_PATTERN: Pattern = Pattern.compile("(?

JFrog announced that they'll be shutting down JCenter: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ Also, the latest version of Android Studio (4.2) has started showing a warning that `jcenter()` should be removed. Hence `AutoLinkTextViewV2` should...

Hi, Could you please make the AutoLinkTextView, the public? I need to inherit from it and do my staff. but it is the final class. Regards.

author.addAutoLinkMode(MODE_MENTION.INSTANCE); author.setText("@Hello"); 颜色不正确

Kotlin版本的实在是看得不习惯

Autolinktextview class is not compatible with HTML text as its original TextView class

Autolink cannot be applied when we change the textview's height into a fixed height.