Merge branch 'main' into develop

This commit is contained in:
Julian Raufelder 2021-04-12 18:22:59 +02:00
commit 39eceb5727
No known key found for this signature in database
GPG Key ID: 17EE71F6634E381D
4 changed files with 13 additions and 7 deletions

View File

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

View File

@ -1,2 +1,4 @@
- Möglichkeit neu erstellte Videos über den automatischen Upload hochzuladen hinzugefügt - Native pCloud-Unterstützung hinzugefügt (großen Dank an Manu für die Implementierung)
- Möglichkeit das Entsperren eines Tresors abzubrechen hinzugefügt - App-Absturz beim Wiederherstellen von Cryptomator aus einem Backup behoben
- Verbesserte Anzeige von langen Einstellungen
- Verbessertes Löschen des letzten Bildes über die Vorschau. Springt jetzt zurück in die Tresor-Inhaltsliste

View File

@ -1,2 +1,4 @@
- Added possibility to upload newly created videos via automatic upload as well - Added pCloud native support (thanks to Manu for this huge contribution)
- Added possibility to cancel unlocking a vault - Fixed app crash when restoring Cryptomator from a backup
- Enhanced display of long settings
- Enhanced deletion of the last image via the preview. Now jumps back to the vault contents list

View File

@ -1,4 +1,6 @@
<ul> <ul>
<li>Added possibility to upload newly created videos via automatic upload as well</li> <li>Added pCloud native support (thanks to Manu for this huge contribution)</li>
<li>Added possibility to cancel unlocking a vault</li> <li>Fixed app crash when restoring Cryptomator from a backup</li>
<li>Enhanced display of long settings</li>
<li>Enhanced deletion of the last image via the preview. Now jumps back to the vault contents list</li>
</ul> </ul>