hanggrian / socialview

Android TextView and EditText with hashtag, mention, and hyperlink support
https://hendraanggrian.github.io/socialview/
Apache License 2.0
322 stars 81 forks source link

Handling mentions with period in the username #85

Open rtdtwo opened 3 years ago

rtdtwo commented 3 years ago

Firstly, great library! Using version 0.3-rc1

Problem

A mention like @rishabh.tatiraju is only highlighting the @rishabh part. Can this be bypassed anyhow? If not can the support be added for mentions with period character?

hanggrian commented 3 years ago

Yes I believe my view of how username should works is flawed. I can see Twitter username can have dot too. I will test the pattern and will update when I have more information to share.

sharon-0303 commented 2 years ago

Any fixes for this bug

hanggrian commented 2 years ago

I have not yet find the right pattern. If you do so, you can use it with textView.setMentionPattern().

sharon-0303 commented 2 years ago

Yeah Thanks bro