abouttreesummaryrefslogcommitdiff
diff options
context:
space:
mode:
authorJules Aguillon2022-05-01 23:06:18 +0200
committerJules Aguillon2022-05-01 23:06:18 +0200
commit3b1c652370fe34f97ebdd30dbbf561375664c232 (patch)
treed9b6d435cf3875f4380c8fd10900e82221b7c48c
parent8cb1789eebb67ce7750c254ccd0e9dc55d265220 (diff)
downloadunexpected-keyboard-3b1c652370fe34f97ebdd30dbbf561375664c232.tar.gz
unexpected-keyboard-3b1c652370fe34f97ebdd30dbbf561375664c232.zip
Release 1.15.0 (22)
-rw-r--r--AndroidManifest.xml2
-rw-r--r--metadata/android/en-US/changelogs/22.txt7
2 files changed, 8 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5943d1c..9b6c17a 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="juloo.keyboard2" android:versionCode="21" android:versionName="1.14.2" android:hardwareAccelerated="false">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="juloo.keyboard2" android:versionCode="22" android:versionName="1.15.0" android:hardwareAccelerated="false">
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="30"/>
<application android:label="@string/app_name" android:allowBackup="true" android:icon="@drawable/ic_launcher" android:hardwareAccelerated="false">
<service android:name="juloo.keyboard2.Keyboard2" android:label="@string/app_name" android:permission="android.permission.BIND_INPUT_METHOD">
diff --git a/metadata/android/en-US/changelogs/22.txt b/metadata/android/en-US/changelogs/22.txt
new file mode 100644
index 0000000..d2c119c
--- /dev/null
+++ b/metadata/android/en-US/changelogs/22.txt
@@ -0,0 +1,7 @@
+Support languages: Lithuanian, Hungarian (@tbilles)
+New layouts: Neo2 (@matthiakl)
+
+Translation improvements (@polyctena, @marciozomb13)
+Fix modifiers applied twice when typing quickly. Some other fixes.
+
+Many thanks to the contributors: @matthiakl, @polyctena, @marciozomb13, @dircsem