aTox icon indicating copy to clipboard operation
aTox copied to clipboard

Add a Telegram-style emoji autocomplete function

Open robinlinden opened this issue 4 years ago • 3 comments

I.e. typing : followed by text will search for an emoji that matches it. :smile: will display 😄 etc.

robinlinden avatar Dec 26 '19 21:12 robinlinden

Customers like qtox, automatically change the emoticon according to the message, for example ":)" changes it to a smiley face. Please, consider all that. Thank you, good project, although it is very green, it looks very good :D regards

wuniversales avatar Jan 23 '20 16:01 wuniversales

If I could add the emoticons here, it would be great https://github.com/zoff99/ToxAndroidRefImpl

wuniversales avatar Jan 23 '20 17:01 wuniversales

Customers like qtox, automatically change the emoticon according to the message, for example ":)" changes it to a smiley face. Please, consider all that.

Sure, I can add it as an option eventually! It would probably be a lot easier than the :smile:. There seems to be an EmojiCompat library as part of androidx and that has both an EmojiEditText and an EmojiButton which I think would help. :) https://developer.android.com/guide/topics/ui/look-and-feel/emoji-compat

Thank you, good project, although it is very green, it looks very good :D

Thank you so much! :D

robinlinden avatar Jan 23 '20 20:01 robinlinden