mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-25 08:16:07 +00:00
Release v3.1.1
This commit is contained in:
parent
2050d29236
commit
5025b24239
2 changed files with 10 additions and 4 deletions
|
@ -28,8 +28,8 @@ android {
|
||||||
applicationId "${packageName}"
|
applicationId "${packageName}"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
versionCode 69
|
versionCode 70
|
||||||
versionName "3.1.1-beta1"
|
versionName "3.1.1"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
|
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
|
||||||
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
|
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
|
||||||
|
|
|
@ -31,12 +31,18 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div></div>
|
<div></div>
|
||||||
<h3>Version 3.1.1-beta1</h3>
|
<h3>Version 3.1.1</h3>
|
||||||
|
<h4>Fixes</h4>
|
||||||
<p>
|
<p>
|
||||||
A recent Android Pixel update introduced a bug causing Aegis to sometimes show a black screen after unlocking the vault.
|
A recent Android Pixel update introduced a bug causing Aegis to sometimes show a black screen after unlocking the vault.
|
||||||
We have reported this issue to the Google Issue Tracker (<a href="https://issuetracker.google.com/issues/352963108">link</a>) and
|
We have reported this issue to the Google Issue Tracker (<a href="https://issuetracker.google.com/issues/352963108">link</a>) and
|
||||||
are awaiting a response from Google. In the meantime, we have implemented a workaround to eliminates this bug.
|
are awaiting a response from Google. In the meantime, we have implemented a workaround that eliminates this bug.
|
||||||
</p>
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li>Group filter now gets applied properly upon unlocking the vault</li>
|
||||||
|
<li>Advanced entry settings now gets shown correctly</li>
|
||||||
|
<li>Keyboard when searching for entries now gets hidden when the user starts scrolling through the list</li>
|
||||||
|
</ul>
|
||||||
<h3>Version 3.1</h3>
|
<h3>Version 3.1</h3>
|
||||||
<h4>New</h4>
|
<h4>New</h4>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Add table
Reference in a new issue