Tobias Hagemann
Tobias Hagemann
I can confirm the missing spaces. The translations at https://translate.cryptomator.org/ look correct, though. It's probably an issue with our `ReadmeGenerator`. It's suspicious that the space is always missing after the...
I still believe that this is macFUSE issue. Unfortunately, it was closed without an actual fix: https://github.com/osxfuse/osxfuse/issues/785
@mindmonk I've updated the description, since this shouldn't be a blocker, but thank you for pointing it out! If you've reviewed the code and agree with the changes, please submit...
I would also remove the two lines "Latest Version" + "Last update check" and put the "last check" information below the button. But I think it would make sense to...
I'm wondering if we should "just" refactor [org_cryptomator_macos_keychain_MacKeychain_Native.m](https://github.com/cryptomator/integrations-mac/blob/develop/src/main/native/org_cryptomator_macos_keychain_MacKeychain_Native.m) from the deprecated SecKeychain API to the "new" SecItem API. With `SecItemAdd()`, we could optionally set access control via `SecAccessControlCreateWithFlags()` and use...
> I would support this, however I am wondering if items stores with the old API are accessible from the new one. It could be possible. If I'm understanding [TN3137](https://developer.apple.com/documentation/technotes/tn3137-on-mac-keychains)...
Thank you! 🙇♂️ Just a quick tip: I'm willing to raise the minimum version to 10.13.4 (currently, it's 10.13), so that you don't have to do if/else logic for this...
Yeah, code signing is no fun. 😅 We are enrolled in the Apple Developer program, but we can't share the certificate publicly. To be honest, I don't even know what...
We are working on it with high priority but Google Play is currently a blocker. We're in contact with Google because there is no way to transition a premium app...
Hm, we haven't actually considered this yet. We usually work on features/functionalities that are then available for "all" users, especially within the same platform. But that's actually not such a...