Tobias Hagemann

Results 196 comments of Tobias Hagemann

+1 KZCallClass would be great!

Ah! Just saw the `xslim` branch. At least `tableView:titleForHeaderInSection` is implemented, but the footer method is missing. ;)

Interesting but I'm actually wondering how this bug got introduced and would like to fix it at the root cause. Because we never specify `@2x` assets explicitly since this is...

The catch is: Renaming a file shouldn't cause a change in the file contents. This would make rename a highly expensive operation, which would be especially problematic for our mobile...

It's the same logic between macOS and Linux. There _has to_ be a typo or something else that differs. Edit: Or the verification code of the signed JWT (using algorithm...

Is it possible for you to check if you have `dir.c9r` files inside the encrypted vault hierarchy that have a file size of 0 bytes? That's the only explanation that...

It depends. Do you have the "original" data somewhere? Maybe under "lost and found" that you've mentioned? But restoring from that only works if you can figure out the exact...

Oh yeah, I forgot about that. https://github.com/cryptomator/cryptofs/issues/8 But how is it possible then?

Cryptomator is only looking for pre-defined locations: https://github.com/cryptomator/cryptomator/blob/aef1bf821a24b8f06a4abc0770559e732f00cc98/src/main/java/org/cryptomator/ui/addvaultwizard/LocationPresets.java#L17 Where is your Google Drive located? Otherwise, the following workaround should work: Choose "Custom Location" to navigate to your Google Drive folder.

I think a distinction has to be made: "valid characters" vs. "characters via keystroke" In my opinion, all printable characters should be allowed (and yes, copy/paste from password managers is...