Merge branch 'main' into develop

This commit is contained in:
Julian Raufelder 2021-11-11 11:07:52 +01:00
commit c3c8f11577
No known key found for this signature in database
GPG Key ID: 17EE71F6634E381D
5 changed files with 13 additions and 17 deletions

View File

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RunConfigurationProducerService">
<option name="ignoredProducers">
<set>
<option value="com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer" />
<option value="org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer" />
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestClassGradleConfigurationProducer" />
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestMethodGradleConfigurationProducer" />
</set>
</option>
</component>
</project>

View File

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

View File

@ -1 +1,4 @@
- pCloud-Verbindung können wieder auf allen Geräten hinzugefügt werden
- Fotos können sofort hochgeladen werden, wenn der automatische Fotoupload aktiviert und der Tresor entsperrt ist
- Wenn der Tresor-Order der Stammordner der Cloud ist, kann dieser nun nicht mehr hinzugefügt werden
- Überarbeitung des Zugriffs auf den lokalen Speicher
- Sicherheit von WebDAV-Verbindungen verbessert

View File

@ -1 +1,4 @@
- Fixed add pCloud connection on some devices
- Upload photos instantly when auto photo upload is enabled and vault is unlocked
- Fixed vault name is empty when it is the root folder of the cloud
- Refactored access to local storage
- Enhanced security of WebDAV connections

View File

@ -1,3 +1,6 @@
<ul>
<li>Fixed add pCloud connection on some devices</li>
<li>Upload photos instantly when auto photo upload is enabled and vault is unlocked</li>
<li>Fixed vault name is empty when it is the root folder of the cloud</li>
<li>Refactored access to local storage</li>
<li>Enhanced security of WebDAV connections</li>
</ul>