From 1748e2221f4beceace8dd53a2667ae5100537545 Mon Sep 17 00:00:00 2001 From: Alexander Bakker Date: Sat, 26 Dec 2020 15:58:18 +0100 Subject: [PATCH] Release v1.4 --- app/build.gradle | 4 ++-- app/src/main/assets/changelog.html | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6f36842708..920847ea9b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,8 +24,8 @@ android { applicationId "${packageName}" minSdkVersion 21 targetSdkVersion 30 - versionCode 42 - versionName "1.4-beta2" + versionCode 43 + versionName "1.4" multiDexEnabled true buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\"" buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\"" diff --git a/app/src/main/assets/changelog.html b/app/src/main/assets/changelog.html index e1e8277d0a..66525cab2f 100644 --- a/app/src/main/assets/changelog.html +++ b/app/src/main/assets/changelog.html @@ -58,6 +58,8 @@

Fixes

  • The app would crash if an entry was added to the vault twice due to an IO error
  • The app would crash if the device was rotated while a progress dialog was shown
  • The PIN keyboard would show even if a new non-digit password was set
  • +
  • The password reminder popup would be occluded by the autofill popup
  • +
  • Importing from other apps on Android 11 was broken due to some permission issues
  • Version 1.3

    New