From 35b4e442ab2e2b236e785f52dfa5d59439eb037e Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Tue, 28 Mar 2023 11:22:17 +0200 Subject: [PATCH] Add a launchable explanatory activity 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. --- AndroidManifest.xml | 6 +++++ res/layout/launcher_activity.xml | 6 +++++ res/values-cs/strings.xml | 3 +++ res/values-de/strings.xml | 3 +++ res/values-es/strings.xml | 3 +++ res/values-fr/strings.xml | 3 +++ res/values-it/strings.xml | 3 +++ res/values-ko/strings.xml | 3 +++ res/values-lv/strings.xml | 3 +++ res/values-pl/strings.xml | 3 +++ res/values-pt/strings.xml | 3 +++ res/values-ru/strings.xml | 3 +++ res/values-tr/strings.xml | 3 +++ res/values-vi/strings.xml | 3 +++ res/values-zh-rCN/strings.xml | 3 +++ res/values/strings.xml | 3 +++ srcs/juloo.keyboard2/LauncherActivity.java | 26 ++++++++++++++++++++++ 17 files changed, 80 insertions(+) create mode 100644 res/layout/launcher_activity.xml create mode 100644 srcs/juloo.keyboard2/LauncherActivity.java diff --git a/AndroidManifest.xml b/AndroidManifest.xml index df934f5..f268559 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -13,6 +13,12 @@ + + + + + + diff --git a/res/layout/launcher_activity.xml b/res/layout/launcher_activity.xml new file mode 100644 index 0000000..424e98d --- /dev/null +++ b/res/layout/launcher_activity.xml @@ -0,0 +1,6 @@ + + + +