diff options
| author | Jules Aguillon | 2022-04-06 09:45:54 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-04-06 09:50:33 +0200 |
| commit | 8d8a58462c50a01952852eaf5ffbcc2d7f30a30c (patch) | |
| tree | 5963f47c01bf5b2262e1ed27674c794115fce288 | |
| parent | 5562ee139188479fdb3e4f1553a7680216dd7c61 (diff) | |
| download | unexpected-keyboard-8d8a58462c50a01952852eaf5ffbcc2d7f30a30c.tar.gz unexpected-keyboard-8d8a58462c50a01952852eaf5ffbcc2d7f30a30c.zip | |
Release 1.14.1 (20)
| -rw-r--r-- | AndroidManifest.xml | 2 | ||||
| -rw-r--r-- | metadata/android/en-US/changelogs/20.txt | 25 |
2 files changed, 26 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 6a62c6a..992785b 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="19" android:versionName="1.14.0" android:hardwareAccelerated="false"> +<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="juloo.keyboard2" android:versionCode="20" android:versionName="1.14.1" 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/20.txt b/metadata/android/en-US/changelogs/20.txt new file mode 100644 index 0000000..d4d7b13 --- /dev/null +++ b/metadata/android/en-US/changelogs/20.txt @@ -0,0 +1,25 @@ +Quick fix release. + +Previously: + +Translations: Brazilian portuguese (@igorSilCar), Chinese-Simplified (@9-2-1), Korean (@notnickid) +New layouts: Swedish (@thabubble), Korean (@notnickid) + +Improved computation of the swipe gesture and fix unstoppable key-repeat on +some devices. + +Moved keys away from the edges of the screen and other improvements to the layouts. + +Improved rendering of some symbols. + +Added more characters to the keyboard: +- New combinations to Fn (@ArenaL5) +- Currency symbols +- Added arrow and box symbols (@sdrapha) +- F11 and F12. + +Option for making modifiers lockable. (@sdrapha) +Fixes to the Spanish layout and other fixes. (@ArenaL5) +Many other fixes. + +Huge thanks to the contributors: @igorSilCar, @sdrapha, @ArenaL5, @notnickid, @9-2-1, @thabubble |
