hanggrian / socialview

Android TextView and EditText with hashtag, mention, and hyperlink support
http://hanggrian.com/socialview/
Apache License 2.0
324 stars 81 forks source link

Bug on Text Matcher #22

Closed mu-hasan closed 3 years ago

mu-hasan commented 6 years ago

When I have text "user@gmail.com", it will have 2 listener:

I think your regex to matching the text must be refine with whitespace prefix. For example:

hanggrian commented 6 years ago

It seems likely, I'd say with confidence that text watcher is the most unstable feature of this library, as pointed out with this issue I opened. I will be enhancing this feature in coming days (if not weeks), I'll refer this issue in near future when I test it. In the meantime, more test cases would help.

hanggrian commented 3 years ago

Closed due to inactivity.