Skip to content

Commit

Permalink
Update description & build process for F-Droid
Browse files Browse the repository at this point in the history
  • Loading branch information
hardcore-sushi committed Oct 20, 2021
1 parent 2d0ec35 commit 26153d4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
14 changes: 8 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}

Expand Down
10 changes: 5 additions & 5 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ Currently, DroidFS supports only <b>gocryptfs</b>. 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

<b>Permissions:</b>
<b>Read & write access to shared storage:</b> required to create, open and modify volumes and import/export files to/from volumes.
<b>Biometric/Fingerprint hardware:</b> needed to encrypt/decrypt password hashes using a fingerprint protected key.
<b>Camera:</b> 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.
<b>Camera:</b> required to take encrypted photos or videos directly from DroidFS. You can deny this permission if you don't want to use this feature.
<b>Record audio:</b> 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
Expand Down

0 comments on commit 26153d4

Please sign in to comment.