Loading app/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ android { defaultConfig { applicationId "at.bitfire.davdroid" versionCode 303050000 versionCode 303060000 buildConfigField "long", "buildTime", System.currentTimeMillis() + "L" minSdkVersion 21 // Android 5 Loading @@ -47,7 +47,7 @@ android { flavorDimensions "distribution" productFlavors { standard { versionName "3.3.5-ose" versionName "3.3.6-beta1-ose" } } Loading app/src/main/res/layout/login_credentials_fragment.xml +2 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,7 @@ app:errorEnabled="true"> <!--suppress AndroidUnknownAttribute --> <com.google.android.material.textfield.TextInputEditText android:id="@+id/loginEmailAddress" android:layout_width="match_parent" android:layout_height="wrap_content" android:afterTextChanged="@{model::clearUsernameError}" Loading @@ -96,6 +97,7 @@ app:errorEnabled="true"> <!--suppress AndroidUnknownAttribute --> <com.google.android.material.textfield.TextInputEditText android:id="@+id/loginEmailPassword" android:layout_width="match_parent" android:layout_height="wrap_content" android:afterTextChanged="@{model::clearPasswordError}" Loading Loading
app/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ android { defaultConfig { applicationId "at.bitfire.davdroid" versionCode 303050000 versionCode 303060000 buildConfigField "long", "buildTime", System.currentTimeMillis() + "L" minSdkVersion 21 // Android 5 Loading @@ -47,7 +47,7 @@ android { flavorDimensions "distribution" productFlavors { standard { versionName "3.3.5-ose" versionName "3.3.6-beta1-ose" } } Loading
app/src/main/res/layout/login_credentials_fragment.xml +2 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,7 @@ app:errorEnabled="true"> <!--suppress AndroidUnknownAttribute --> <com.google.android.material.textfield.TextInputEditText android:id="@+id/loginEmailAddress" android:layout_width="match_parent" android:layout_height="wrap_content" android:afterTextChanged="@{model::clearUsernameError}" Loading @@ -96,6 +97,7 @@ app:errorEnabled="true"> <!--suppress AndroidUnknownAttribute --> <com.google.android.material.textfield.TextInputEditText android:id="@+id/loginEmailPassword" android:layout_width="match_parent" android:layout_height="wrap_content" android:afterTextChanged="@{model::clearPasswordError}" Loading