| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-12-22 | Fix various linting issues (#1146) | Jules Aguillon | 1 | -2/+0 | |
| 2025-04-12 | launcher: Fix animations overlapping | Jules Aguillon | 1 | -1/+2 | |
| 2024-12-15 | launcher: Circle gesture animation | Jules Aguillon | 1 | -0/+1 | |
| 2024-12-14 | launcher: Round-trip gesture animation | Jules Aguillon | 1 | -0/+1 | |
| 2024-11-18 | launcher: Animated vector describing swipe gesture | Jules Aguillon | 1 | -29/+32 | |
| 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-06-16 | Launcher activity: Don't consume events in text field | Jules Aguillon | 1 | -5/+9 | |
| Allow the keybindings to have an effect in the "Try here" text field. | |||||
| 2024-05-05 | Add settings button to launcher app (#629) | alotbsol555 | 1 | -0/+16 | |
| 2024-02-10 | Fix compatibility with Android 3.0 | Jules Aguillon | 1 | -1/+3 | |
| Incompatible APIs were used in the custom layouts and the extra keys options. Add @TargetApi annotations to help catch similar issues in the future with the help of 'gradle lint'. | |||||
| 2024-01-20 | Light and dark themes for the launcher and settings | RetrogisusDEV | 1 | -0/+1 | |
| 2024-01-03 | launcher: Remove intro video when not supported | Jules Aguillon | 1 | -2/+13 | |
| Previously, this would trigger an error popup and make the activity unresponsive. | |||||
| 2023-12-31 | Add an introduction video in the launcher activity | Jules Aguillon | 1 | -0/+23 | |
| A video is more intuitive than a written description and doesn't need translations. | |||||
| 2023-12-17 | Launcher activity: Add "Select keyboard" button | RetrogisusDEV | 1 | -0/+8 | |
| 2023-06-03 | Launcher activity: Don't handle the back button | Jules Aguillon | 1 | -0/+3 | |
| 2023-04-10 | Launcher activity: Fix crash on API < 28 | Jules Aguillon | 1 | -7/+4 | |
| 2023-04-02 | Launcher activity: Input box | Jules Aguillon | 1 | -0/+32 | |
| For trying the keyboard without having to mess with an other app. | |||||
| 2023-03-28 | Add a launchable explanatory activity | Jules Aguillon | 1 | -0/+26 | |
| This activity points to the system settings page for enabling input methods. This is purely a shortcut but is expected by many users. It could be made more useful in the future or hidden whenever the keyboard is enabled. | |||||
