abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/LauncherActivity.java
AgeCommit message (Collapse)AuthorFilesLines
2023-06-03Launcher activity: Don't handle the back buttonJules Aguillon1-0/+3
2023-04-10Launcher activity: Fix crash on API < 28Jules Aguillon1-7/+4
2023-04-02Launcher activity: Input boxJules Aguillon1-0/+32
For trying the keyboard without having to mess with an other app.
2023-03-28Add a launchable explanatory activityJules Aguillon1-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.