abouttreesummaryrefslogcommitdiff
path: root/res/drawable
AgeCommit message (Collapse)AuthorFilesLines
2025-04-12launcher: Remove fade-in in animationsJules Aguillon3-47/+7
The fade-in caused the trace to be hidden when animations are disabled.
2024-12-15launcher: Circle gesture animationJules Aguillon1-0/+38
2024-12-14launcher: Round-trip gesture animationJules Aguillon2-0/+58
2024-11-18launcher: Animated vector describing swipe gestureJules Aguillon2-0/+50
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-07-06Clipboard pane (#681)Jules Aguillon3-0/+3
This adds the clipboard pane, which allows to save an arbitrary number of clipboards and to paste them later. The key can be disabled in settings. Checking the "Recently copied text" checkbox will cause the keyboard to keep a temporary history of copied text. This history can only contain 3 elements which expire after 5 minutes. If this is unchecked, no history is collected. History entries can be pinned into the persisted list of pins.
2024-05-05Add settings button to launcher app (#629)alotbsol5551-0/+1
2023-11-06Adaptive launcher iconRetrogisusDEV2-0/+18
Existing icons are kept for API < 26.
2021-01-05Remove the preview popupJules Aguillon1-11/+0
This was a half-finished feature: - Dangerous when typing passwords - Caused crash on some devices - Ugly (on its own but also blinking when sliding and not fixed in size)
2015-10-28Show preview popupjaguillo1-0/+11