0
0
mirror of https://github.com/florisboard/florisboard.git synced 2024-09-20 03:52:18 +02:00

Release v0.2.5

This commit is contained in:
Patrick Goldinger 2020-11-29 23:30:19 +01:00
parent 1f560f8b6b
commit 76952d55fe
2 changed files with 9 additions and 2 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "dev.patrickgold.florisboard"
minSdkVersion 23
targetSdkVersion 29
versionCode 16
versionName "0.2.4"
versionCode 17
versionName "0.2.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -0,0 +1,7 @@
- Add German translation (Thanks @platypusgit)
- Add Portuguese translation (thanks @RickyM7)
- Add precise delete key gesture for characters (#25)
- Fix status bar incorrectly drawn in Android 11 (#43)
- Fix EmojiKeyboardView init crash in Android 6.0 (#41)
- Fix keyboard crashing when long pressing delete key (#40)
- Fix error log output omitting line separator characters