Skip to content

Commit f03b61d

Browse files
committed
Merge branch 'release/2.2.1'
2 parents 6d0c7df + 8148395 commit f03b61d

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Cryptomator/Settings/SettingsCoordinator.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class SettingsCoordinator: Coordinator {
4949
}
5050

5151
func showCloudServices() {
52-
let viewModel = ChooseCloudViewModel(clouds: [.dropbox, .googleDrive, .oneDrive, .webDAV(type: .custom)], headerTitle: "")
52+
let viewModel = ChooseCloudViewModel(clouds: [.dropbox, .googleDrive, .oneDrive, .pCloud, .webDAV(type: .custom)], headerTitle: "")
5353
let chooseCloudVC = ChooseCloudViewController(viewModel: viewModel)
5454
chooseCloudVC.title = LocalizedString.getValue("settings.cloudServices")
5555
chooseCloudVC.coordinator = self

fastlane/changelog.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- Fixed copying of folders that sometimes doesn't finish completely and the vault gets "stuck" (#173, #197)
22
- Fixed "not found" error in Google Drive due to unresolvable shortcuts (#194)
33
- Fixed unexpected error when the path contained certain keywords like "Shared" in OneDrive (#189)
4-
- Fixed crash on iPad when tapping on disclosure button for signing out of a cloud storage service
4+
- Fixed crash on iPad when tapping on disclosure button for signing out of a cloud storage service
5+
- Fixed missing pCloud in settings under cloud services
+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- Kopieren von Ordnern behoben, was manchmal nicht vollständig abgeschlossen werden konnte und der Tresor „stecken“ bleibt (#173, #197)
22
- Fehler „nicht gefunden“ aufgrund von nicht auflösbaren Shortcuts in Google Drive behoben (#194)
33
- Unerwarteten Fehler behoben, wenn der Pfad bestimmte Schlüsselwörter wie „Shared“ in OneDrive enthielt (#189)
4-
- Absturz auf dem iPad behoben, wenn man auf den Disclosure-Button tippt, um sich von einem Cloudspeicher-Dienst abzumelden
4+
- Absturz auf dem iPad behoben, wenn man auf den Disclosure-Button tippt, um sich von einem Cloudspeicher-Dienst abzumelden
5+
- Fehlendes pCloud in den Einstellungen unter Cloud-Dienste behoben
+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- Fixed copying of folders that sometimes doesn't finish completely and the vault gets "stuck" (#173, #197)
22
- Fixed "not found" error in Google Drive due to unresolvable shortcuts (#194)
33
- Fixed unexpected error when the path contained certain keywords like "Shared" in OneDrive (#189)
4-
- Fixed crash on iPad when tapping on disclosure button for signing out of a cloud storage service
4+
- Fixed crash on iPad when tapping on disclosure button for signing out of a cloud storage service
5+
- Fixed missing pCloud in settings under cloud services

0 commit comments

Comments
 (0)