Mark Pariente

Results 24 comments of Mark Pariente

I will try to reproduce this myself too - but it would help me if folks who can reproduce this can send me the configuration in .encfs6.xml so I can...

This would indeed be a good change. We already implemented a cache layer for the Google Drive file provider to cache file ID mappings, but not content. Doing content caching...

No progress yet, but it's pretty high on my list of things to do after multiple cloud provider support (Google Drive, Box etc.) and optional app-level PIN code. The way...

Yes, that's the idea - currently Encdroid only allows the local storage of the device to be the target for importing files AND exporting files. What I want to do...

I have simply lost interest in developing or maintaining this app. The Google Play removal was because Google requires developers to actively maintain their apps (upgrade to newer target API...

It's possible for GoogleDriveAccount.startAuthThread() to accept Fragment as well, this was Account.linkOrAuthIfNeeded() can be passed the TaskFragment reference.

The reason for full access is to be able to import existing volumes that are in other folders - I had encfs volumes on my Dropbox even before I started...

Good suggestion, although we'd need to figure out how to do the password prompt if the volume providing the document is locked.

You are right - I don't feel very happy about this dependency not being optional. I will look into this.

I've put some thought into how to achieve this - what we can do is that we can package up the file providers as separate plugin projects. Each project would...