Skip to content

Commit aaff868

Browse files
committed
Release 1.14.0 (19)
1 parent 2b348b7 commit aaff868

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-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="18" android:versionName="1.13.1" android:hardwareAccelerated="false">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="juloo.keyboard2" android:versionCode="19" android:versionName="1.14.0" 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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Translations: Brazilian portuguese (@igorSilCar), Chinese-Simplified (@9-2-1), Korean (@notnickid)
2+
New layouts: Swedish (@thabubble), Korean (@notnickid)
3+
4+
Improved computation of the swipe gesture and fix unstoppable key-repeat on
5+
some devices.
6+
7+
Moved keys away from the edges of the screen and other improvements to the layouts.
8+
9+
Improved rendering of some symbols.
10+
11+
Added more characters to the keyboard:
12+
- New combinations to Fn (@ArenaL5)
13+
- Currency symbols
14+
- Added arrow and box symbols (@sdrapha)
15+
- F11 and F12.
16+
17+
Option for making modifiers lockable. (@sdrapha)
18+
Fixes to the Spanish layout and other fixes. (@ArenaL5)
19+
Many other fixes.
20+
21+
Huge thanks to the contributors: @igorSilCar, @sdrapha, @ArenaL5, @notnickid, @9-2-1, @thabubble

0 commit comments

Comments
 (0)