mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-14 14:02:49 +00:00
Release v2.0-beta2
This commit is contained in:
parent
7dc7f6ccc0
commit
7dff3fbad1
2 changed files with 5 additions and 2 deletions
|
@ -24,8 +24,8 @@ android {
|
||||||
applicationId "${packageName}"
|
applicationId "${packageName}"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 46
|
versionCode 47
|
||||||
versionName "2.0-beta1"
|
versionName "2.0-beta2"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
|
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
|
||||||
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
|
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
|
||||||
|
|
|
@ -38,6 +38,7 @@
|
||||||
<li>Support for participation in Android's backup system (Google Drive, Seedvault)</li>
|
<li>Support for participation in Android's backup system (Google Drive, Seedvault)</li>
|
||||||
<li>UI refresh (switched to the Material Components theme)</li>
|
<li>UI refresh (switched to the Material Components theme)</li>
|
||||||
<li>Bottom sheet with chips to filter on groups</li>
|
<li>Bottom sheet with chips to filter on groups</li>
|
||||||
|
<li>Support for importing from 2FAS Authenticator</li>
|
||||||
<li>Search in account names by default (and remove the setting)</li>
|
<li>Search in account names by default (and remove the setting)</li>
|
||||||
<li>Replaced the FAB with a bottom sheet dialog</li>
|
<li>Replaced the FAB with a bottom sheet dialog</li>
|
||||||
<li>Reorganization of settings into separate categories</li>
|
<li>Reorganization of settings into separate categories</li>
|
||||||
|
@ -50,6 +51,8 @@
|
||||||
<li>The app would vanish from the recent apps list after locking</li>
|
<li>The app would vanish from the recent apps list after locking</li>
|
||||||
<li>When importing from Nextcloud, Aegis would report that the file could not be found.</li>
|
<li>When importing from Nextcloud, Aegis would report that the file could not be found.</li>
|
||||||
<li>The biometrics prompt would not appear on some devices</li>
|
<li>The biometrics prompt would not appear on some devices</li>
|
||||||
|
<li>The app would lock when selecting a file/icon on certain devices and configurations</li>
|
||||||
|
<li>There were multiple layout issues on small screen devices</li>
|
||||||
<li>Various other usability, performance and stability improvements</li>
|
<li>Various other usability, performance and stability improvements</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3>Version 1.4.2</h3>
|
<h3>Version 1.4.2</h3>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue