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

URL #4

Closed cengizhan-ozcan closed 7 years ago

cengizhan-ozcan commented 7 years ago

Hello, can you add url property ?

hanggrian commented 7 years ago

@cengizozcan I don't quite understand what you want to do with that url. If you mean url of user avatar in mention adapter, it is already supported, check here to see how it is used.

cengizhan-ozcan commented 7 years ago

@hendraanggrian i mean handling url text like mention. When string includes url text, users can click on it.

hanggrian commented 7 years ago

@cengizozcan this is actually a good idea, I have uploaded version 0.4.0 to support hyperlink. Keep in mind that this feature, including the entire library itself, is still in preview until version 1.0.0.

Thank you for your suggestion!