abouttreesummaryrefslogcommitdiff
diff options
context:
space:
mode:
authorJules Aguillon2022-02-22 20:06:31 +0100
committerJules Aguillon2022-02-22 20:06:31 +0100
commit44b1086be99e9a7fa0267c301d91c0c90b41e64a (patch)
tree29c2fce84f8d48f1ede4f0d2bb0a0b17625bc8fb
parentd277ed1a8aebb087874fd6d98237542dc97931ed (diff)
downloadunexpected-keyboard-44b1086be99e9a7fa0267c301d91c0c90b41e64a.tar.gz
unexpected-keyboard-44b1086be99e9a7fa0267c301d91c0c90b41e64a.zip
Release 1.13.0 (17)
-rw-r--r--AndroidManifest.xml2
-rw-r--r--metadata/android/en-US/changelogs/17.txt13
2 files changed, 14 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index bf9ea08..e85abba 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="16" android:versionName="1.12.0" android:hardwareAccelerated="false">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="juloo.keyboard2" android:versionCode="17" android:versionName="1.13.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/17.txt b/metadata/android/en-US/changelogs/17.txt
new file mode 100644
index 0000000..257a884
--- /dev/null
+++ b/metadata/android/en-US/changelogs/17.txt
@@ -0,0 +1,13 @@
+New languages: Portuguese (thanks @sdrapha), Russian (thanks @carrot-cookie), Spanish (thanks @gh0ste)
+New layouts: Dvorak (thanks @AlexandraAlter), Russian Jcuken, Spanish Qwerty
+
+Added the Meta key (the equivalent of the Win on Windows)
+Added ordinal symbols on the number pane (thanks @sdrapha)
+Better position for the arrow keys (thanks @MaxGyver83)
+Improvements to some of the symbols (thanks @MaxGyver83, @Roy-Orbison)
+Improvements to the layouts
+Improvements to the key-repeat for arrows
+Fixed Shift+Arrows for selecting text
+Fixed dark theme bugs on Xiaomi phones
+
+Thanks to all the contributors: @sdrapha, @MaxGyver83, @AlexandraAlter, @Roy-Orbison, @carrot-cookie, @gh0ste