simple-linkable-text icon indicating copy to clipboard operation
simple-linkable-text copied to clipboard

Simple way to create linked text, such as @username or #hashtag, in Android TextView and EditText

Results 10 simple-linkable-text issues
Sort by recently updated
recently updated
newest added

great library!! I want to give you an advice. can you make mLinks attribute accessible (with getter)? because when you implement this library into ListView or recycleView ViewHolder need to...

My problem is as follows, I am using linkableedittext in a fragment. When I first see the activity everything is fine, edittext request focus and I start typing. When I...

I want to start and activity in the `onClick()` callback method. How to get my context to pass it to the intent?

Text is not displayed. If text = "abcdef" it will not show. How to fix it, please?

Regex "(# \ w +)" unrecognized hashtag with a dot (.) EX: phuong.pham How to fix it, please?

I get empty TextViews if no link is found in the textView. I'm working on a fix. Investigation: In LinkableTextView the text should only be set if the Spannable is...

Hi, Can you please suggest how to order the found links ass per their position in the EditText? or How to add link position like attribute in the Link Model...

The snippet below will not update te text displayed on the TextView. It works fine using the LinkableEDITTEXT though ``` tv = (LinkableTextView) findViewById(R.id.heloworld); Link linkHashtag = new Link(Pattern.compile("(#\\w+)")) .setUnderlined(true)...

There are a conflict with theme attribute in manifest of my project and this lib. ``` Error:(14, 9) Attribute application@theme value=(@style/MyProjectTheme) from AndroidManifest.xml:14:9 is also present at com.apradanas.simplelinkabletext:library:1.0.3:15:9 value=(@style/AppTheme) Suggestion:...