hanggrian / socialview

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

Mentions working only once #12

Closed vivchik1337 closed 7 years ago

vivchik1337 commented 7 years ago

Hello, my friend. Thanks for your lib, it is very usefull, but when i tyiping text and use mention, I cant see the list of mentions when I write @ for second time

hanggrian commented 7 years ago

Hi @sfucko, I am unable to reproduce the error. Would you mind telling me the detailed steps you have taken to achieve the error?

In the meantime, I am in the process of reverting majority of my libraries to Kotlin, this library is one of them. It shouldn't be a problem if you're using Java, but I thought you should know.

CripyIce commented 7 years ago

Hi there, I encountered this issue too. If you'll mention someone at the beginning of the sentence (AutoCompleteTextView is empty) and then immediately mention someone else it won't show you suggestions.

vivchik1337 commented 7 years ago

Hello, here is screenshot where first mention isn't at the begining but second isnt working

10 июля 2017 г. 8:17 пользователь "CripyIce" notifications@github.com написал:

Hi there, I encountered this issue too. If you'll mention someone at the beginning of the sentence (AutoCompleteTextView is empty) and then immediately mention someone else it won't show you suggestions.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/HendraAnggrian/socialview/issues/12#issuecomment-314008024, or mute the thread https://github.com/notifications/unsubscribe-auth/ANB5GwSRp_F19cDiKLn0W0zZS6B7DhW8ks5sMbPhgaJpZM4OSCK1 .

vivchik1337 commented 7 years ago

10 июля 2017 г. 12:36 пользователь "Владимир Подлипняк" < v.podlipnyak@gmail.com> написал:

Hello, here is screenshot where first mention isn't at the begining but second isnt working

10 июля 2017 г. 8:17 пользователь "CripyIce" notifications@github.com написал:

Hi there, I encountered this issue too. If you'll mention someone at the beginning of the sentence (AutoCompleteTextView is empty) and then immediately mention someone else it won't show you suggestions.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/HendraAnggrian/socialview/issues/12#issuecomment-314008024, or mute the thread https://github.com/notifications/unsubscribe-auth/ANB5GwSRp_F19cDiKLn0W0zZS6B7DhW8ks5sMbPhgaJpZM4OSCK1 .

hanggrian commented 7 years ago

@CripyIce @sfucko okay I can see the problem and version 0.15.0 should fix this issue. It is also the first version fully written in Kotlin. There's also example app in java, equivalent to that in Kotlin.

Now naturally, this thing requires more testing now. I really appreciate you guys helping and let me know if I can be any of help.