Matéo Duparc

Results 189 comments of Matéo Duparc

When you open a file and click "next" (or swipe a picture), a playlist is created with all files of the same type (image/video/audio) in the current and sub-directories. Playlists...

> I would very much like it if it only played files in the current folder Yes we could add a simple option in the settings for that.

@DorianBenjamin It's already the case for me. Playlists are created based on file format (image, video or audio), not on particular file extensions. Do you encounter a different behavior?

It should. The playlist is sorted according to the currently defined sort criteria. If it doesn't, please details the bug.

Currently, the text editor is simply an EditText widget, which the implementation is defined by Android. In the future we could replace it with a real text editor library with...

Please read the [README](https://github.com/hardcore-sushi/DroidFS#limitations). A workaround to open cloud-backed volumes would be for these apps to synchronize the remote folder to a directory on disk, which could be then be...

That's precisely the point of this option 😊. If you remember the volume name you entered when creating it, simply try recreating the volume, taking care to type exactly the...

We could probably increase the memory available to DroidFS, but I think the best solution would be to stream the decrypted image while displaying it instead of first loading it...

DroidFS can't protect you against brute-force attacks. Even if we implement such a limitation, an attacker could simply brute-force the volume directly (without using DroidFS). To mitigate this threat, gocryptfs...

DroidFS currently uses the default values from original gocryptfs and cryfs. In the future, an option could be added to let the user choose the KDF parameters when creating volumes.