abouttreesummaryrefslogcommitdiff
path: root/res/raw
AgeCommit message (Collapse)AuthorFilesLines
2024-11-18launcher: Animated vector describing swipe gestureJules Aguillon1-0/+0
Replace the short video with an animated vector image that shows the swipe gesture. This is much lighter and reliable than the mp4 video, which failed to play on many devices. Source for the image of the key is in inkscape SVG format in srcs/res and is converted to an android drawable when needed. The swipe animation is hand-written.
2024-05-08Pull the emoji list from unicode.org (#612)Quinn Cypher1-3792/+3775
- 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
2024-03-09Update to Unicode Emoji v15.1 (#583)Quinn Cypher1-709/+1835
2023-12-31Add an introduction video in the launcher activityJules Aguillon1-0/+0
A video is more intuitive than a written description and doesn't need translations.
2021-01-17Remove duplicate emojis and skin tonesJules Aguillon1-1943/+9
Statuses other than "fully-qualified" are duplicates or won't render. Skin tones are available using combinations, no need to keep each variants.
2021-01-17Update the list of emojisJules Aguillon1-0/+4600
Take the list from https://unicode.org/Public/emoji/13.1/emoji-test.txt Also change the list of groups, from the same source.