Release 1.12.0 (16)

This commit is contained in:
Jules Aguillon 2022-01-31 00:24:44 +01:00
parent 7a451d5a36
commit 93b4cc2e7b
3 changed files with 26 additions and 1 deletions

View File

@ -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="15" android:versionName="1.11.1" android:hardwareAccelerated="false">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="juloo.keyboard2" android:versionCode="16" android:versionName="1.12.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">

View File

@ -0,0 +1,13 @@
New languages: Latvian (thanks @eandersons), Bulgarian (thanks Zdravko Iskrenov)
New layouts: Bulgarian traditional, Latvian
The application can now be translated.
Translations: French, Latvian (thanks @eandersons)
Improve the behavior of the Action key.
The globe key now opens the keyboard switching dialog.
The literal tab character can be typed with Fn+Tab.
Add options to control the spacing between the keys.
Better integration with the system theme.
Thanks to all the contributors: @Moini, @sdrapha, @eandersons, @Poussinou, Zdravko Iskrenov

View File

@ -0,0 +1,12 @@
Nouvelles langues: Letton (merci @eandersons), Bulgare (merci Zdravko Iskrenov)
Nouvelles dispositions: Bulgare, Letton
L'application est traduite en Français et Letton.
Amélioration de la touche Action.
La touche globe ouvre le menu de sélection des claviers.
Fn+Tab pour écrire le charactère Tab littérallement.
Nouvelles options pour contrôler l'espacement entre les touches.
Meilleure intégration avec le thème système.
Merci à tous les contributeurs: @Moini, @sdrapha, @eandersons, @Poussinou, Zdravko Iskrenov