Skip to content

Commit 22996f0

Browse files
committed
v1.4.2(60)
Add support for WebDAV (closed #1) Add support for multiple windows (closed #10) Update about dialog for license info. Fix player bugs. Add multiple documents upload. Fix bug in upload.
1 parent eefae42 commit 22996f0

39 files changed

+5440
-2340
lines changed

README.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ https://itunes.apple.com/jp/app/cryptcloudviewer/id1458528598?mt=8
66

77
## 説明
88
暗号化したまま閲覧できるクラウドビューワです。
9-
クラウドストレージ: Google Drive, Dropbox, OneDrive, pCloud,ドキュメントフォルダ、
9+
クラウドストレージ: Google Drive, Dropbox, OneDrive, pCloud, WebDAV, ドキュメントフォルダ、
1010
暗号化: rclone, CarotDAV, Cryptomatorに対応しています。
1111
iOSで再生できるメディアファイルの他、ソフトウエアデコードによりmpeg2等の動画も再生できます。
1212
クラウドストレージのファイルを編集することも可能です(アップロード、フォルダ作成、リネーム、移動、削除)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This repository is source code of iOS app "CryptCloudViewer"
33
https://itunes.apple.com/us/app/cryptcloudviewer/id1458528598?mt=8
44

55
## description
6-
This app is iOS cloud viewer with keeping encrypted. Supported storages: Google Drive, Dropbox, OneDrive, pCloud and Document folder. Available encryption: rclone, CarotDAV. This app can play media files with keeping encrypted. In addition, this app can play non-native media files (ex. mpeg2) with software decoder. You can edit your cloud storages: upload, make folder, rename, move, delete items.
6+
This app is iOS cloud viewer with keeping encrypted. Supported storages: Google Drive, Dropbox, OneDrive, pCloud WebDAV and Document folder. Available encryption: rclone, CarotDAV. This app can play media files with keeping encrypted. In addition, this app can play non-native media files (ex. mpeg2) with software decoder. You can edit your cloud storages: upload, make folder, rename, move, delete items.
77

88
In version 1.4.0, Chromecast support added. Please keep the app foreground and not lock the device while casting to Chromecast.
99

RemoteCloud/RemoteCloud.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
3F987DEC2277608A0020A796 /* Cryptomator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F987DEB2277608A0020A796 /* Cryptomator.swift */; };
3131
3FA46CE223849615007ACC82 /* FileCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FA46CE123849615007ACC82 /* FileCache.swift */; };
3232
3FA46CE5238496B7007ACC82 /* cache.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 3FA46CE3238496B7007ACC82 /* cache.xcdatamodeld */; };
33+
3FAF14D32387131F0052AFAB /* WebDAVStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FAF14D22387131F0052AFAB /* WebDAVStorage.swift */; };
3334
3FE23B1F2340B96200916DA6 /* UploadManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FE23B1E2340B96200916DA6 /* UploadManager.swift */; };
3435
/* End PBXBuildFile section */
3536

@@ -70,6 +71,7 @@
7071
3F987DEB2277608A0020A796 /* Cryptomator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Cryptomator.swift; sourceTree = "<group>"; };
7172
3FA46CE123849615007ACC82 /* FileCache.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileCache.swift; sourceTree = "<group>"; };
7273
3FA46CE4238496B7007ACC82 /* cache.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = cache.xcdatamodel; sourceTree = "<group>"; };
74+
3FAF14D22387131F0052AFAB /* WebDAVStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebDAVStorage.swift; sourceTree = "<group>"; };
7375
3FE23B1E2340B96200916DA6 /* UploadManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UploadManager.swift; sourceTree = "<group>"; };
7476
/* End PBXFileReference section */
7577

@@ -161,6 +163,7 @@
161163
3C14C453225DBB1A0044E4A7 /* LocalStorage.swift */,
162164
3C400921224190920028A45A /* OneDriveStorage.swift */,
163165
3F3ABABC2273119D002A8D16 /* pCloudStorage.swift */,
166+
3FAF14D22387131F0052AFAB /* WebDAVStorage.swift */,
164167
);
165168
path = Storages;
166169
sourceTree = "<group>";
@@ -277,6 +280,7 @@
277280
isa = PBXSourcesBuildPhase;
278281
buildActionMask = 2147483647;
279282
files = (
283+
3FAF14D32387131F0052AFAB /* WebDAVStorage.swift in Sources */,
280284
3F987DEC2277608A0020A796 /* Cryptomator.swift in Sources */,
281285
3CA2C95E2235569800481DB5 /* cloud.xcdatamodeld in Sources */,
282286
3F3ABABB2272C707002A8D16 /* Secret.swift in Sources */,
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"filename" : "webdav3.png",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"filename" : "webdav2.png",
11+
"scale" : "2x"
12+
},
13+
{
14+
"idiom" : "universal",
15+
"filename" : "webdav1.png",
16+
"scale" : "3x"
17+
}
18+
],
19+
"info" : {
20+
"version" : 1,
21+
"author" : "xcode"
22+
}
23+
}
10.3 KB
Loading
7.19 KB
Loading
3.37 KB
Loading

0 commit comments

Comments
 (0)