abouttreesummaryrefslogcommitdiff
path: root/res/layout/launcher_activity.xml
AgeCommit message (Collapse)AuthorFilesLines
2024-02-10Fix various linter warningsJules Aguillon1-2/+2
Among others: - Use `apply` instead of `commit` when saving shared preferences. - Avoid inlined Api - Remove unused resources
2023-12-31Add an introduction video in the launcher activityJules Aguillon1-9/+12
A video is more intuitive than a written description and doesn't need translations.
2023-12-17Launcher activity: Add "Select keyboard" buttonRetrogisusDEV1-0/+1
2023-08-04LauncherActivity: Visible, clickable and untranslatable linkJules Aguillon1-1/+2
The link to Github was not clickable and couldn't easily be made so in its current form. Render the link in its own paragraph and do not hide the URL.
2023-04-02Launcher activity: Input boxJules Aguillon1-4/+6
For trying the keyboard without having to mess with an other app.
2023-03-28Add a launchable explanatory activityJules Aguillon1-0/+6
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.