forked from extern/Unexpected-Keyboard
Release 1.11.1 (15)
This commit is contained in:
parent
100e0b270d
commit
aa12466767
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="juloo.keyboard2" android:versionCode="14" android:versionName="1.11.0" android:hardwareAccelerated="false">
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="juloo.keyboard2" android:versionCode="15" android:versionName="1.11.1" android:hardwareAccelerated="false">
|
||||||
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="30"/>
|
<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">
|
<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">
|
<service android:name="juloo.keyboard2.Keyboard2" android:label="@string/app_name" android:permission="android.permission.BIND_INPUT_METHOD">
|
||||||
|
8
metadata/android/en-US/changelogs/15.txt
Normal file
8
metadata/android/en-US/changelogs/15.txt
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
New languages: German
|
||||||
|
|
||||||
|
New keyboard layouts: QWERTZ
|
||||||
|
|
||||||
|
Added themes: White, Dark and OLED Black
|
||||||
|
|
||||||
|
Added the Action key near the Enter key, required for some app.
|
||||||
|
Improved some options and fixed a few bugs.
|
8
metadata/android/fr-FR/changelogs/15.txt
Normal file
8
metadata/android/fr-FR/changelogs/15.txt
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
Nouvelle langue : Allemand
|
||||||
|
|
||||||
|
Nouvelle configuration du clavier : QWERTZ
|
||||||
|
|
||||||
|
Thèmes : Clair, Sombre et Noir OLED
|
||||||
|
|
||||||
|
Ajout de la touche Action, à côté de la touche Entrer, nécessaire pour certaines applications.
|
||||||
|
Amélioration des options et résolution de bugs.
|
Loading…
Reference in New Issue
Block a user