diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 68d07ed..71f2cf1 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,20 +1,25 @@ -DroidFS allows you to create encrypted virtual volumes on which you can safely store and access files. -Currently, DroidFS supports only gocryptfs. This algorithm protects file contents and file names but doesn't hide directory structure or file sizes. If you want more details, take a look on their github repository. +DroidFS is an alternative way to use encrypted overlay file-systems on Android that uses its own internal file explorer instead of mounting virtual volumes. This allows you to store files in encrypted virtual volumes that other apps can't decrypt. +Currently, DroidFS supports only gocryptfs. This algorithm protects file contents and file names but doesn't hide directory structure or file sizes. If you want more details, take a look at their GitHub repository: https://github.com/rfjakob/gocryptfs + +Features: +- Volumes fully compatibles with their original algorithm implementation +- Internal opening of images, videos, audios and text files +- Common file and folder operations: copy, move, rename, delete +- Volume password changing +- Internal/External encrypted volumes +- Cross-volume file imports +- Internal camera to safely take pictures and import them directly into a volume +- In-app screenshot protection +- Theme color fully customizable Permissions: - +Read & write access to shared storage: required to create, open and modify volumes and import/export files to/from volumes. +Biometric/Fingerprint hardware: needed to encrypt/decrypt password hashes using a fingerprint protected key. +Camera: required to take photos directly from DroidFS and import them securely. You can deny this permission if you don't want to use this feature. -DroidFS is free, open-source, and you can find the project's repository on github or on the gitea instance of the Chapril project. +DroidFS is free, open-source, and you can find the project's repository: +- on GitHub: https://github.com/hardcore-sushi/DroidFS +- on the Gitea instance of the Chapril project: https://forge.chapril.org/hardcoresushi/DroidFS Warning ! Security is relative. DroidFS does not come with any warranty and should not be considered as an absolute safe way to store files. diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.jpg deleted file mode 100755 index 0609e13..0000000 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.jpg and /dev/null differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png new file mode 100644 index 0000000..07f2509 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/2.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.jpg deleted file mode 100755 index c69e523..0000000 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/2.jpg and /dev/null differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png new file mode 100644 index 0000000..7c0e29d Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/3.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/3.jpg deleted file mode 100755 index 4fd3e06..0000000 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/3.jpg and /dev/null differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png new file mode 100644 index 0000000..8310dd7 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png new file mode 100644 index 0000000..11e43fb Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png differ