abouttreesummaryrefslogcommitdiff
path: root/srcs/res
AgeCommit message (Collapse)AuthorFilesLines
2024-12-14launcher: Round-trip gesture animationJules Aguillon1-0/+2
2024-11-18launcher: Animated vector describing swipe gestureJules Aguillon3-0/+249
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.