diff options
| -rw-r--r-- | AndroidManifest.xml | 2 | ||||
| -rw-r--r-- | metadata/android/en-US/changelogs/16.txt | 13 | ||||
| -rw-r--r-- | metadata/android/fr-FR/changelogs/16.txt | 12 |
3 files changed, 26 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 4b42438..bf9ea08 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="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"> diff --git a/metadata/android/en-US/changelogs/16.txt b/metadata/android/en-US/changelogs/16.txt new file mode 100644 index 0000000..5ddd4e3 --- /dev/null +++ b/metadata/android/en-US/changelogs/16.txt @@ -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 diff --git a/metadata/android/fr-FR/changelogs/16.txt b/metadata/android/fr-FR/changelogs/16.txt new file mode 100644 index 0000000..23c81a1 --- /dev/null +++ b/metadata/android/fr-FR/changelogs/16.txt @@ -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 |
