diff options
| author | Jules Aguillon | 2022-09-24 23:07:02 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-09-24 23:07:02 +0200 |
| commit | 90b9b0e399b405e3346960d5a356f01e2b3c66b6 (patch) | |
| tree | 52cb74f102434875072202cffe8de303ced7e8b0 | |
| parent | 5169472dfc06cf409b5c681cd8c49d36820ec2b0 (diff) | |
| download | unexpected-keyboard-90b9b0e399b405e3346960d5a356f01e2b3c66b6.tar.gz unexpected-keyboard-90b9b0e399b405e3346960d5a356f01e2b3c66b6.zip | |
Release 1.17.0
| -rw-r--r-- | AndroidManifest.xml | 2 | ||||
| -rw-r--r-- | metadata/android/en-US/changelogs/25.txt | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 51b3a34..7d6a8f8 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="24" android:versionName="1.16.1" android:hardwareAccelerated="false"> +<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="juloo.keyboard2" android:versionCode="25" android:versionName="1.17.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/25.txt b/metadata/android/en-US/changelogs/25.txt new file mode 100644 index 0000000..5a7c858 --- /dev/null +++ b/metadata/android/en-US/changelogs/25.txt @@ -0,0 +1,12 @@ +New supported languages: Polish, Ukrainian, Bengali, Norwegian +New layouts: Ukrainian, Bengali, Norwegian, Bone, Czech +New translations: Brazilian Portuguese, Italian, Russian, Czech + +Hold modifiers to lock, double tap on shift disabled by default. +Option to add more keys to the keyboard. +Automatic capitalisation at beginning of sentences. +Added e-ink oriented theme. +New pane for greek letters and mathematical symbols. +Improvements to the layouts and various bug fixes. + +Thanks to the contributors: @nanno, @Quantenzitrone, @eandersons, @iamrasel, @ChristianGynnild, @igorSilCar, @CastixGitHub, @94KONG, @ptrm, @Validbit |
