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

Release v0.3.11-beta03

This commit is contained in:
Patrick Goldinger 2021-05-03 20:52:30 +02:00
parent c7f2f31c99
commit 93acee778e
2 changed files with 9 additions and 2 deletions

View File

@ -24,7 +24,7 @@ android {
applicationId = "dev.patrickgold.florisboard"
minSdkVersion(23)
targetSdkVersion(30)
versionCode(37)
versionCode(38)
versionName("0.3.11")
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
@ -47,7 +47,7 @@ android {
create("beta") // Needed because by default the "beta" BuildType does not exist
named("beta").configure {
applicationIdSuffix = ".beta"
versionNameSuffix = "-beta02"
versionNameSuffix = "-beta03"
proguardFiles.add(getDefaultProguardFile("proguard-android-optimize.txt"))
resValue("mipmap", "floris_app_icon", "@mipmap/ic_app_icon_beta")

View File

@ -0,0 +1,7 @@
- Add "Copied to system clipboard" to crash dialog (#724)
- Fix adaptive theme memory management (#763)
- Adaptive themes are now available again
- Fix keyboard preview visual bugs (#776)
- Fix theme manager buttons not wrapping (#777)
- Fix Double NaN crashes (#774, #790)
- Fix gestures (shift+space and space bar up now work again properly)