Skip to content

Commit

Permalink
v1.4.2(60)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lithium0003 committed Dec 2, 2019
1 parent eefae42 commit 22996f0
Show file tree
Hide file tree
Showing 39 changed files with 5,440 additions and 2,340 deletions.
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://itunes.apple.com/jp/app/cryptcloudviewer/id1458528598?mt=8

## 説明
暗号化したまま閲覧できるクラウドビューワです。
クラウドストレージ: Google Drive, Dropbox, OneDrive, pCloud,ドキュメントフォルダ、
クラウドストレージ: Google Drive, Dropbox, OneDrive, pCloud, WebDAV, ドキュメントフォルダ、
暗号化: rclone, CarotDAV, Cryptomatorに対応しています。
iOSで再生できるメディアファイルの他、ソフトウエアデコードによりmpeg2等の動画も再生できます。
クラウドストレージのファイルを編集することも可能です(アップロード、フォルダ作成、リネーム、移動、削除)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This repository is source code of iOS app "CryptCloudViewer"
https://itunes.apple.com/us/app/cryptcloudviewer/id1458528598?mt=8

## description
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.
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.

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

Expand Down
4 changes: 4 additions & 0 deletions RemoteCloud/RemoteCloud.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
3F987DEC2277608A0020A796 /* Cryptomator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F987DEB2277608A0020A796 /* Cryptomator.swift */; };
3FA46CE223849615007ACC82 /* FileCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FA46CE123849615007ACC82 /* FileCache.swift */; };
3FA46CE5238496B7007ACC82 /* cache.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 3FA46CE3238496B7007ACC82 /* cache.xcdatamodeld */; };
3FAF14D32387131F0052AFAB /* WebDAVStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FAF14D22387131F0052AFAB /* WebDAVStorage.swift */; };
3FE23B1F2340B96200916DA6 /* UploadManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FE23B1E2340B96200916DA6 /* UploadManager.swift */; };
/* End PBXBuildFile section */

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

Expand Down Expand Up @@ -161,6 +163,7 @@
3C14C453225DBB1A0044E4A7 /* LocalStorage.swift */,
3C400921224190920028A45A /* OneDriveStorage.swift */,
3F3ABABC2273119D002A8D16 /* pCloudStorage.swift */,
3FAF14D22387131F0052AFAB /* WebDAVStorage.swift */,
);
path = Storages;
sourceTree = "<group>";
Expand Down Expand Up @@ -277,6 +280,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
3FAF14D32387131F0052AFAB /* WebDAVStorage.swift in Sources */,
3F987DEC2277608A0020A796 /* Cryptomator.swift in Sources */,
3CA2C95E2235569800481DB5 /* cloud.xcdatamodeld in Sources */,
3F3ABABB2272C707002A8D16 /* Secret.swift in Sources */,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "webdav3.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "webdav2.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "webdav1.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 22996f0

Please sign in to comment.