abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/EmojiGridView.java
AgeCommit message (Collapse)AuthorFilesLines
2021-04-18Separate handling of modifiers from KeyValue classJules Aguillon1-2/+2
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-4/+5
Take the list from https://unicode.org/Public/emoji/13.1/emoji-test.txt Also change the list of groups, from the same source.
2015-10-28Fix some bugs + Try to show a preview popupjaguillo1-6/+3
2015-10-27Fix crash + Fix emoji type buttonsjaguillo1-1/+1
2015-10-26More emoji category + Fix last emoji used savingjaguillo1-12/+9
2015-10-26Last used emojijaguillo1-17/+82
2015-10-24Emoji panejaguillo1-17/+26
2015-10-23Start with emojisjaguillo1-0/+107