1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-09-18 04:06:38 +02:00
Gadgetbridge/app
Matthieu Baerts 8d78c45e7d messages: convert emoji's to supported chars
Some devices don't support emoji's and display a series of `?` chars.
Instead of that, replace them by `:<emoji>:` text, e.g. `A 🐱` is
replaced by `A 🐱`.

This is done by using 'android-emojify' project and their
`EmojiUtils.shortCodify(text);` function.

For more details about this lib released under MIT license:

    https://anitrend.github.io/android-emojify/
2018-12-23 12:52:49 +01:00
..
src messages: convert emoji's to supported chars 2018-12-23 12:52:49 +01:00
build.gradle messages: convert emoji's to supported chars 2018-12-23 12:52:49 +01:00
proguard-rules.pro First checkin of actual code 2015-01-07 14:00:18 +01:00