cryptomator-ios
cryptomator-ios copied to clipboard
Cryptomator for iOS
The enhancement would be to keep the modification date (and maybe other dates as well like "created" and "last opened") of the original file. Two challenges: 1. Depending on the...
I'd like to have a choice for sorting by names/dates in ascending or descending order. In case that's already possible, I may be just too dumb to get it to...
With several images in one folder it would be nice to swipe left and right for the previous and next image in detailed view.
Add _select_ action for current directory, so that it's possible to perform actions on multiple files/folders at once. Possible actions could be _delete_, _move_, and _export_.
First of all: Great piece of software 👍. Thank you for creating and providing it! ❤️ ### Basic Info - I'm running Cryptomator on: iPhone - I'm using Cryptomator in...
Using the camera directly for taking photos/videos seems to be a common feature among apps by the cloud storage services. :wink: Could be a useful feature if you don't want...
Add support for [drag and drop](https://developer.apple.com/ios/drag-and-drop/). When dropping a file into an unlocked vault, it should be added to the current folder. When dragging a file from an unlocked vault,...
## Basic Info I'm using iOS in version: actually 11.0.2 let's see how long it lasts ;) I'm running Cryptomator in version: 1.2.6 (488) ## Description What I do: 1)...
On the Desktop (and on pretty much any file manager), sorting items by name will always list folders above files regardless of their name. But in Cryptomator on iOS/Android it...
Currently, Cryptomator is using [`PHImageManager`](https://developer.apple.com/reference/photos/phimagemanager) to load assets from the Photos library. In order to prevent photos from being modified/processed, we should load the underlying data via [`PHAssetResourceManager`](https://developer.apple.com/reference/photos/phassetresourcemanager). > Unlike...