mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-06 06:40:21 +00:00
Release v1.4
This commit is contained in:
parent
b1b4c021cf
commit
1748e2221f
2 changed files with 4 additions and 2 deletions
|
@ -24,8 +24,8 @@ android {
|
||||||
applicationId "${packageName}"
|
applicationId "${packageName}"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 42
|
versionCode 43
|
||||||
versionName "1.4-beta2"
|
versionName "1.4"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
|
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
|
||||||
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
|
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
|
||||||
|
|
|
@ -58,6 +58,8 @@
|
||||||
<li>The app would crash if an entry was added to the vault twice due to an IO error</li>
|
<li>The app would crash if an entry was added to the vault twice due to an IO error</li>
|
||||||
<li>The app would crash if the device was rotated while a progress dialog was shown</li>
|
<li>The app would crash if the device was rotated while a progress dialog was shown</li>
|
||||||
<li>The PIN keyboard would show even if a new non-digit password was set</li>
|
<li>The PIN keyboard would show even if a new non-digit password was set</li>
|
||||||
|
<li>The password reminder popup would be occluded by the autofill popup</li>
|
||||||
|
<li>Importing from other apps on Android 11 was broken due to some permission issues</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3>Version 1.3</h3>
|
<h3>Version 1.3</h3>
|
||||||
<h4>New</h4>
|
<h4>New</h4>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue