piggz / harbour-amazfish

Amazfit Bip support for SailfishOS
GNU General Public License v3.0
103 stars 51 forks source link

Transliterate also emojis #302

Closed jmlich closed 10 months ago

jmlich commented 10 months ago

When the notification (e.g. from telegram) contain only emoji, the result is empty message. I haven't found suitable transliteration of emojis in icu so I have created some mapping similar to gadgetbridge

https://github.com/Freeyourgadget/Gadgetbridge/blob/0f7fa7593130a51d7d95a90301cdfe1bd63ba447/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/util/EmojiConverter.java#L29