Merge branch 'main' into develop

This commit is contained in:
Julian Raufelder 2021-03-01 21:27:10 +01:00
commit 00942d660d
No known key found for this signature in database
GPG Key ID: 17EE71F6634E381D
4 changed files with 7 additions and 13 deletions

View File

@ -42,7 +42,7 @@ allprojects {
ext { ext {
androidApplicationId = 'org.cryptomator' androidApplicationId = 'org.cryptomator'
androidVersionCode = getVersionCode() androidVersionCode = getVersionCode()
androidVersionName = '1.5.13-SNAPSHOT' androidVersionName = '1.5.13'
} }
repositories { repositories {
mavenCentral() mavenCentral()

View File

@ -1,4 +1,2 @@
- Möglichkeit zum Sortieren der Tresorliste hinzugefügt - Möglichkeit neu erstellte Videos über den automatischen Upload hochzuladen hinzugefügt
- Logging in Google Drive Cloud hinzugefügt - Möglichkeit das Entsperren eines Tresors abzubrechen hinzugefügt
- Verhalten bei Änderung des OneDrive-Passworts verbessert
- CryptoBot-Symbole aufpoliert

View File

@ -1,4 +1,2 @@
- Added possibility to sort vault list - Added possibility to upload newly created videos via automatic upload as well
- Added logging to Google drive cloud - Added possibility to cancel unlocking a vault
- Enhanced behavior when OneDrive password changed
- Polished CryptoBot icons

View File

@ -1,6 +1,4 @@
<ul> <ul>
<li>Added possibility to sort vault list</li> <li>Added possibility to upload newly created videos via automatic upload as well</li>
<li>Added logging to Google drive cloud</li> <li>Added possibility to cancel unlocking a vault</li>
<li>Enhanced behavior when OneDrive password changed</li>
<li>Polished CryptoBot icons</li>
</ul> </ul>