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"
|
applicationId "sushi.hardcore.droidfs"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 18
|
versionCode 19
|
||||||
versionName "1.5.4"
|
versionName "1.6.0"
|
||||||
|
|
||||||
ndk {
|
ndk {
|
||||||
abiFilters "x86", "x86_64", "armeabi-v7a", "arm64-v8a"
|
abiFilters "x86", "x86_64", "armeabi-v7a", "arm64-v8a"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!file("fdroid").exists()) {
|
||||||
splits {
|
splits {
|
||||||
abi {
|
abi {
|
||||||
enable true
|
enable true
|
||||||
universalApk true
|
universalApk true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
applicationVariants.all { variant ->
|
applicationVariants.all { variant ->
|
||||||
variant.resValue "string", "versionName", variant.versionName
|
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
|
- Internal opening of images, videos, audios and text files
|
||||||
- Common file and folder operations: copy, move, rename, delete
|
- Common file and folder operations: copy, move, rename, delete
|
||||||
- Volume password changing
|
- Volume password changing
|
||||||
- Internal/External encrypted volumes
|
- Internal and shared storage support
|
||||||
- Cross-volume file imports
|
- Cross-volume imports
|
||||||
- Internal camera to safely take pictures and import them directly into a volume
|
- Internal camera to take encrypted pictures or videos
|
||||||
- In-app screenshot protection
|
|
||||||
- Theme color fully customizable
|
- Theme color fully customizable
|
||||||
|
|
||||||
<b>Permissions:</b>
|
<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>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>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:
|
DroidFS is free, open-source, and you can find the project's repository:
|
||||||
- on GitHub: https://github.com/hardcore-sushi/DroidFS
|
- on GitHub: https://github.com/hardcore-sushi/DroidFS
|
||||||
|
Loading…
Reference in New Issue
Block a user