Tobias Hagemann

Results 196 comments of Tobias Hagemann

Does this workaround help? https://github.com/cryptomator/cryptomator-ios/issues/136#issuecomment-757960684

We've actually explored this option recently and it's actually more challenging than we thought. We thought about adding a "simple" offline access as we did in the old iOS app....

Just wanted to add this as documentation for future reference: [Inter-App Communication](https://developer.apple.com/library/content/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/Inter-AppCommunication/Inter-AppCommunication.html) (jump to "Using URL Schemes to Communicate with Apps") Due to the recent acquisition of Workflow by Apple,...

@Doc-Steve Thank you for your feedback! There are certainly intersections between a LRU cache and offline support for folders. Haven't known about Dropbox's offline folder implementation (probably because I don't...

There is no progress since this is a feature request that hasn't been scheduled yet. We're currently working on other features that have a higher priority. If there is any...

That's interesting. I'm quite certain that we support shared folders as well, hence the fix for #29. Will have to look into groups, I'm not familiar with that concept in...

Thank you for the info and references! :+1:

You're right that a local storage defeats the purpose of the app. Our core feature is to secure files in the cloud. So this will probably have a very low...

That's quite an interesting find! Thanks for reporting! Basically, what should be done: Look for a `._` file and move it alongside the actual file. I'm thinking about possible unwanted...

Oh no... 😖 I'm not sure if we're even able to solve this because it's actually an upstream bug that we're fully aware of. We had to implement workarounds in...