diff --git a/app/build.gradle b/app/build.gradle
index b80e54f..05e61a1 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -15,8 +15,8 @@ android {
applicationId "sushi.hardcore.droidfs"
minSdkVersion 21
targetSdkVersion 29
- versionCode 6
- versionName "1.2.0"
+ versionCode 7
+ versionName "1.3.0"
ndk {
abiFilters 'x86_64', 'armeabi-v7a', 'arm64-v8a'
diff --git a/app/src/main/res/drawable/icon_gitea.xml b/app/src/main/res/drawable/icon_gitea.xml
new file mode 100644
index 0000000..c32b568
--- /dev/null
+++ b/app/src/main/res/drawable/icon_gitea.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 0ba58b5..9e6ab3f 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -139,7 +139,9 @@
Unable to access this file
About
GitHub
- Want to read the documentation, review the source code, request feature, report bug… Check the DroidFS repository !
+ The DroidFS repository on GitHub. Source code, documentation, bug tracker…
+ Gitea
+ The DroidFS repository on the DryCat Gitea instance. Gitea is fully free and self-hosted. Source code, documentation, bug tracker…
Share
Export/Decrypt
Copying selected items…
diff --git a/app/src/main/res/xml/root_preferences.xml b/app/src/main/res/xml/root_preferences.xml
index 00ba6b5..cf78282 100644
--- a/app/src/main/res/xml/root_preferences.xml
+++ b/app/src/main/res/xml/root_preferences.xml
@@ -49,6 +49,13 @@
+
+
+
+
+ android:data="https://git.drycat.fr/hardcore-sushi/DroidFS#unsafe-features" />