BimmerGestalt / AAIdrive

Implementations of some Android Auto features as unofficial IDrive apps
MIT License
541 stars 90 forks source link

Notifications: Correctly handle emojis #64

Closed drm87 closed 4 years ago

drm87 commented 4 years ago

iDrive seems to have problems showing emojis (at least my ID4 system).

It would be great to incorporate a function to replace emojis with text in notifications, for example: 😀 => :grinning: 😉 => :wink:

There are already libraries available that should help with that, for example: https://github.com/AniTrend/android-emojify or its origins https://github.com/vdurmont/emoji-java

hufman commented 4 years ago

This is great, thanks for the idea!