diff --git a/app/build.gradle b/app/build.gradle index 3cb808b..bae01b9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,18 +14,20 @@ android { applicationId "sushi.hardcore.droidfs" minSdkVersion 21 targetSdkVersion 29 - versionCode 18 - versionName "1.5.4" + versionCode 19 + versionName "1.6.0" ndk { abiFilters "x86", "x86_64", "armeabi-v7a", "arm64-v8a" } } - splits { - abi { - enable true - universalApk true + if (!file("fdroid").exists()) { + splits { + abi { + enable true + universalApk true + } } } diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 71f2cf1..bbe5421 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -6,16 +6,16 @@ Currently, DroidFS supports only gocryptfs. This algorithm protects file - 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 +- Internal and shared storage support +- Cross-volume imports +- Internal camera to take encrypted pictures or videos - 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. +Camera: required to take encrypted photos or videos directly from DroidFS. You can deny this permission if you don't want to use this feature. +Record audio: required if you want sound on videos recorded with DroidFS. DroidFS is free, open-source, and you can find the project's repository: - on GitHub: https://github.com/hardcore-sushi/DroidFS