update app name in resources, readme, comments, ...

This commit is contained in:
Helium314 2024-02-14 09:22:30 +01:00
parent 0109b073fa
commit be38a58c13
65 changed files with 156 additions and 215 deletions

View file

@ -1,6 +1,6 @@
# make-emoji-keys
This module takes care of generating emoji data bundled with Openboard.
This module takes care of generating emoji data bundled with HeliBoard.
Basically data is generated in three steps:
1. Unicode emoji table provides code points and grouping plus ordering.
2. Local file lists every new emojis supported for every android version since 4.4.
@ -8,7 +8,7 @@ Basically data is generated in three steps:
### Generate emoji-categories.xml
A gradle task called 'makeEmoji' builds and runs this tool to generate android resouce file which. Path to openboard's res directory is automatically set so the file is ready to be bundled at build.
A gradle task called 'makeEmoji' builds and runs this tool to generate android resource file which. Path to HeliBoard's res directory is automatically set so the file is ready to be bundled at build.
### Update to latest emoji version