Markus Kreusch
Markus Kreusch
When I do ```java var theUri = URI.create("http://example.com?foo=bar%20baz") var response = when() .get(theUri) .andReturn() ``` the passed in URI is URL encoded again and http://example.com?foo=bar%2520baz is finally invoked. I found...
## Basic Info It would be nice to have the android app sync selected folders automatically to and from the phone. ## Open questions - [ ] Store synced files...
**Hint** Reported by a user via E-Mail ### Basic Info - I'm running Cryptomator on: Android 7.1+ - I'm using Cryptomator in version: any ### Description Android 7.1 supports [App...
In #101 sorting of directory listings has been implemented. The default sorting is restored after navigating out of a directory. The sorting for a specific directory should be stored by...
See https://github.com/cryptomator/cryptomator/issues/496
**Hint** Reported by a user via E-Mail ### Basic Info - I'm running Cryptomator on: Android 7.1+ - I'm using Cryptomator in version: any ### Description Android 7.1 supports Circular...
Creating a new vault requires the user to mkdir the vault directory first. Not really a bug but a little inconvenient so could be fixed in the future. I would...
Got the suggestion to allow to connect to SMB drives via the iOS app. Can not exactly evaluate if this is possible, how much effort it is etc. Created this...
See https://github.com/cryptomator/cryptomator/issues/496
Users should be able to configure a timeout that when expired triggers locking of the application. This will prevent access to the vaults and especially cloud services through the Cryptomator...