forked from extern/Unexpected-Keyboard
Release 1.19.0
This commit is contained in:
parent
25cefc5890
commit
fdebae929b
@ -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="26" android:versionName="1.18.0" android:hardwareAccelerated="false">
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="juloo.keyboard2" android:versionCode="27" android:versionName="1.19.0" 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" android:exported="true" android:directBootAware="true">
|
<service android:name="juloo.keyboard2.Keyboard2" android:label="@string/app_name" android:permission="android.permission.BIND_INPUT_METHOD" android:exported="true" android:directBootAware="true">
|
||||||
|
11
metadata/android/en-US/changelogs/27.txt
Normal file
11
metadata/android/en-US/changelogs/27.txt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
New layouts: QWERTZ (Deutsch)
|
||||||
|
|
||||||
|
Add optional numpad for wide screens.
|
||||||
|
Add pin entry layout for numbers.
|
||||||
|
Remove option "Lockable modifiers".
|
||||||
|
Hide Alt and Meta keys by default.
|
||||||
|
Added more optional keys.
|
||||||
|
Allow typing password on boot.
|
||||||
|
Improvements to the layouts and bug fixes.
|
||||||
|
|
||||||
|
Thanks to the contributors: @geroxyz
|
Loading…
Reference in New Issue
Block a user