forked from hardcoresushi/DroidFS
Update description & build process for F-Droid
This commit is contained in:
parent
2d0ec3529d
commit
26153d44b9
@ -14,20 +14,22 @@ 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"
|
||||
}
|
||||
}
|
||||
|
||||
if (!file("fdroid").exists()) {
|
||||
splits {
|
||||
abi {
|
||||
enable true
|
||||
universalApk true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
applicationVariants.all { variant ->
|
||||
variant.resValue "string", "versionName", variant.versionName
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user