Skip to content

Commit aa12466

Browse files
committed
Release 1.11.1 (15)
1 parent 100e0b2 commit aa12466

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="juloo.keyboard2" android:versionCode="14" android:versionName="1.11.0" android:hardwareAccelerated="false">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="juloo.keyboard2" android:versionCode="15" android:versionName="1.11.1" android:hardwareAccelerated="false">
33
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="30"/>
44
<application android:label="@string/app_name" android:allowBackup="true" android:icon="@drawable/ic_launcher" android:hardwareAccelerated="false">
55
<service android:name="juloo.keyboard2.Keyboard2" android:label="@string/app_name" android:permission="android.permission.BIND_INPUT_METHOD">
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
New languages: German
2+
3+
New keyboard layouts: QWERTZ
4+
5+
Added themes: White, Dark and OLED Black
6+
7+
Added the Action key near the Enter key, required for some app.
8+
Improved some options and fixed a few bugs.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Nouvelle langue : Allemand
2+
3+
Nouvelle configuration du clavier : QWERTZ
4+
5+
Thèmes : Clair, Sombre et Noir OLED
6+
7+
Ajout de la touche Action, à côté de la touche Entrer, nécessaire pour certaines applications.
8+
Amélioration des options et résolution de bugs.

0 commit comments

Comments
 (0)