abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/EmojiGroupButtonsBar.java
AgeCommit message (Collapse)AuthorFilesLines
2021-04-18Separate handling of modifiers from KeyValue classJules Aguillon1-1/+1
KeyValue defines an ADT and some of its values, it now contains public final fields and no internal logic. KeyModifier handles modifiers and accents and creates new instances of KeyValue when needed. This operation is now properly cached.
2021-01-17Update the list of emojisJules Aguillon1-0/+26
Take the list from https://unicode.org/Public/emoji/13.1/emoji-test.txt Also change the list of groups, from the same source.