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 {
androidApplicationId = 'org.cryptomator'
androidVersionCode = getVersionCode()
androidVersionName = '1.5.13-SNAPSHOT'
androidVersionName = '1.5.13'
}
repositories {
mavenCentral()

View File

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

View File

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

View File

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