diff options
| author | Jules Aguillon | 2021-12-12 23:36:19 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2021-12-12 23:36:19 +0100 |
| commit | d787d982cf4f9376b5b4fe0cb71b95c52b7eb377 (patch) | |
| tree | f1259bae26e3cf21a1fb6d464a0a3efee635452f | |
| parent | 573c13fb825f41a926dca838ef5a396ccce6a3eb (diff) | |
| download | unexpected-keyboard-d787d982cf4f9376b5b4fe0cb71b95c52b7eb377.tar.gz unexpected-keyboard-d787d982cf4f9376b5b4fe0cb71b95c52b7eb377.zip | |
Release 1.10.0 (13)
| -rw-r--r-- | AndroidManifest.xml | 4 | ||||
| -rw-r--r-- | metadata/android/en-US/changelogs/13.txt | 3 | ||||
| -rw-r--r-- | metadata/android/fr-FR/changelogs/13.txt | 3 |
3 files changed, 8 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 59b2938..a03e84a 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="juloo.keyboard2" - android:versionCode="12" - android:versionName="1.9.2" + android:versionCode="13" + android:versionName="1.10.0" android:hardwareAccelerated="false"> <uses-sdk android:minSdkVersion="4" diff --git a/metadata/android/en-US/changelogs/13.txt b/metadata/android/en-US/changelogs/13.txt new file mode 100644 index 0000000..3517dce --- /dev/null +++ b/metadata/android/en-US/changelogs/13.txt @@ -0,0 +1,3 @@ +- Add support for Swedish +- Fix keyboard shortcuts not working in some applications +- Fix a graphical bug and add some tweaks diff --git a/metadata/android/fr-FR/changelogs/13.txt b/metadata/android/fr-FR/changelogs/13.txt new file mode 100644 index 0000000..b2aeec0 --- /dev/null +++ b/metadata/android/fr-FR/changelogs/13.txt @@ -0,0 +1,3 @@ +- Nouvelle langue: Suédois +- Les raccourcis clavier fonctionnent dans toutes les applications +- Correction d'un bug graphique et quelques ajustements |
