hanggrian / socialview

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

Show mentions dropdown only once #51

Closed vanyasem closed 5 years ago

vanyasem commented 5 years ago

It would be nice to have a feature that would trigger that bug #12. I have a use case when you can only mention one person in a text field.

vanyasem commented 5 years ago

I made a hack that dismisses the dropdown if a mention is already present in afterTextChanged, but that introduces a regression, as if a user manually types the mention, it will still get colored (albeit this is somewhat softened by #52)

hanggrian commented 5 years ago

I find it similar to #52 in which both issues are about limitation of mentions.