1
0

Compare commits

..

4 Commits
1.1.3 ... 1.1.4

Author SHA1 Message Date
3f5fbbc71b Merge branch 'hotfix/fix-recovery-visibility' 2021-04-01 22:40:20 +02:00
206b40ce1b Change version in changelog 2021-04-01 22:38:35 +02:00
43c56b5534 Version 1.1.4 2021-04-01 22:36:51 +02:00
a1076539dc Fix content visibility in login recovery 2021-04-01 22:30:09 +02:00
3 changed files with 4 additions and 5 deletions

View File

@ -20,8 +20,8 @@ android {
testApplicationId "io.github.tests.wulkanowy"
minSdkVersion 17
targetSdkVersion 30
versionCode 89
versionName "1.1.3"
versionCode 90
versionName "1.1.4"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

View File

@ -1,4 +1,4 @@
Wersja 1.1.3
Wersja 1.1.4
Oprócz tego naprawiliśmy:
- rzadkie problemy ze stabilnością przy logowaniu i w innych miejscach

View File

@ -25,8 +25,7 @@
android:id="@+id/loginRecoverFormContainer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingBottom="16dp"
android:visibility="gone">
android:paddingBottom="16dp">
<TextView
android:id="@+id/loginFormHeader"