Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.15 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.15 KB

make-emoji-keys

This module takes care of generating emoji data bundled with Openboard. 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.
  3. Emoji sequences are merged with their base version and formatted into android resource file.

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.

Update to latest emoji version