aragaer / jtt_android

android jtt app
MIT License
13 stars 6 forks source link

Symbolic hours (unicode emojis) #22

Closed tinxx closed 7 years ago

tinxx commented 7 years ago

Hey @aragaer , please consider implementing the option to display unicode emojis instead of text like so:

emoji (It actually works, I added a fake translation containing the symbols (e.g. <item>🐒</item>).

Here is a list of emojis you could use:

rooster \u1F413   🐓
dog     \u1F415   🐕
pig     \u1F416   🐖
rat     \u1F400   🐀
ox      \u1F402   🐂
tiger   \u1F405   🐅
rabbit  \u1F407   🐇
dragon  \u1F409   🐉
snake   \u1F40D   🐍
horse   \u1F40E   🐏
ram     \u1F40F   🐎
monkey  \u1F412   🐒

Update: I sent you a patch that implements this feature.

aragaer commented 7 years ago

Implemented in pull request #23

tinxx commented 7 years ago

Nice, thanks 👍