abouttreesummaryrefslogcommitdiff
path: root/gen_emoji.py
AgeCommit message (Collapse)AuthorFilesLines
3 daysSlight refactor of handling the base skin tone variationskintonesPatrick1-1/+1
Instead of adding only the skin tone variations to emojis_skintone_modifiable.txt and explicitly adding the base variation in Emoji.init(), we can just add the base variant in gen_emojis.txt and can remove special handling in Emoji.java, including the copy constructor that we needed for this specific case
3 daysadd skintone handling to gen_emoji.txt and commit updated emojis.txt and ↵Patrick1-1/+30
newly generated emojis_skintone_modifiable.txt
2024-05-08Pull the emoji list from unicode.org (#612)Quinn Cypher1-0/+38
- Removing unused information (names and descriptions) from the Emoji class - Creating a Gradle task that generates a more efficient res/raw/emojis.txt file from the most recent Unicode standard - Saving recently used emoji preferences as emoji values rather than names - Migrating old user preferences to the new system