Hendra Anggrian

Results 114 comments of Hendra Anggrian

Closed for inactivity.

Please try version 0.1, I think the new class is `com.hendraanggrian.appcompat.socialview.widget.SocialAutoCompleteTextView`.

Closed for inactivity.

I don't quite understand this. You can already `setOnHashtagClickListener` and `setOnMentionClickListener`, both require `SocialView.OnClickListener`. Or perhaps, do you mean you have a custom `View.OnClickListener` that inadvertently triggers `SocialView.OnClickListener`?

Closed for inactivity.

Hi Partap, please refer to version 0.1 recently published to Maven Central. You may reopen this issue if you still have a problem.

You may create a custom regex to catch mention strings that can have whitespace, and set it using `textView.setMentionPattern(String)`. Unfortunately, I'm not a regex expert and can't help you much.