From e6761d1798a2521cec5a61f74cdb2179c5ec8925 Mon Sep 17 00:00:00 2001 From: Hardcore Sushi Date: Wed, 15 Mar 2023 18:08:39 +0100 Subject: [PATCH] Update README & fastlane full_description.txt --- README.md | 29 ++++++++++++------- app/build.gradle | 2 +- .../android/en-US/full_description.txt | 21 +++++++------- 3 files changed, 31 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index d762062..642d258 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # DroidFS -DroidFS is an alternative way to use encrypted overlay filesystems on Android that uses its own internal file explorer instead of mounting virtual volumes. -It currently supports [gocryptfs](https://github.com/rfjakob/gocryptfs) and [CryFS](https://github.com/cryfs/cryfs) (alpha). +An alternative way to use encrypted virtual filesystems on Android that uses its own internal file explorer instead of mounting volumes. +It currently supports [gocryptfs](https://github.com/rfjakob/gocryptfs) and [CryFS](https://github.com/cryfs/cryfs). + +For mortals: An encrypted file manager for Android.

@@ -14,22 +16,29 @@ It shouldn't be considered as an absolute safe way to store files. DroidFS cannot protect you from screen recording apps, keyloggers, apk backdooring, compromised root accesses, memory dumps etc. Do not use this app with volumes containing sensitive data unless you know exactly what you are doing. +# Features +- Compatible with original encrypted volume implementations +- Internal support for video, audio, images, text and PDF files +- Built-in camera to take on-the-fly encrypted photos and videos +- Unlocking volumes using fingerprint authentication +- Volume auto-locking when the app goes in background + # Unsafe features -DroidFS allows you to enable/disable unsafe features to fit your needs between security and comfort. -It is strongly recommended to read the documentation of a feature before enabling it. +Some available features are considered risky and are therefore disabled by default. It is strongly recommended that you read the following documentation if you wish to activate one of these options.