Merge branch 'main' into develop
This commit is contained in:
commit
c3c8f11577
13
.idea/runConfigurations.xml
generated
13
.idea/runConfigurations.xml
generated
@ -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>
|
@ -39,7 +39,7 @@ allprojects {
|
||||
ext {
|
||||
androidApplicationId = 'org.cryptomator'
|
||||
androidVersionCode = getVersionCode()
|
||||
androidVersionName = '1.6.3-SNAPSHOT'
|
||||
androidVersionName = '1.6.3'
|
||||
}
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
@ -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
|
@ -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
|
@ -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>
|
Loading…
x
Reference in New Issue
Block a user