AutoLinkTextView icon indicating copy to clipboard operation
AutoLinkTextView copied to clipboard

AutoLinkTextView is TextView that supports Hashtags (#), Mentions (@) , URLs (http://), Phone and Email automatically detecting and ability to handle clicks.

Results 23 AutoLinkTextView issues
Sort by recently updated
recently updated
newest added

as Jcenter is deprecated and soon be deleted, can you migrate you repo?

Ability to set custom fonts for each mode, same as the ability to set custom colours for each mode.

How can I add two regex: autoLinkTextView.setCustomRegex("\\sTerms of Service\\b"); autoLinkTextView.setCustomRegex("\\sPrivacy Policy\\b");

Applied a ellipsize property to the autolinktextview, but it is not apllied in the actual application instead the autolinktextview becomes scrollable ![screenshot_20180515-174203_climb](https://user-images.githubusercontent.com/38207644/40056034-aa127de4-5867-11e8-8867-0e55dc538b96.jpg)

Can i show a different display text and have a different link text with this library for example http://google.com is the link to be opened but i want to show...

I need to show mention name without showing @ and also need click event. can you please help me and also wants to know should i set multiple custom AutoLinkMode...

Hi, i am using this library to display hashtags in listview. working perfectly fine. But i want two types of clicks for AutoLinkTextview. 1. when clicked on hashtag in AutoLinkTextview...

Hello i have used your view it is working fine but i want to bold specific view type. how can i implement this as this method not working setBoldAutoLinkModes on...

The method : public void setBoldAutoLinkModes(AutoLinkMode... autoLinkModes) { mBoldAutoLinkModes = new ArrayList(); mBoldAutoLinkModes.addAll(Arrays.asList(autoLinkModes)); } not sync using current version gradle compile 'com.github.armcha:AutoLinkTextView:0.3.0'

LinkTouchMovementMethod (Deobfuscated class name) com.luseen.autolinklibrary.LinkTouchMovementMethod.getPressedSpan ( Fatal Exception: java.lang.ArrayIndexOutOfBoundsException length=48; index=48 )