From 6eeced0f422fe20832548514f90c936e530a9168 Mon Sep 17 00:00:00 2001 From: Hardcore Sushi Date: Sun, 20 Dec 2020 13:49:51 +0100 Subject: [PATCH] Adding Gitea link --- app/build.gradle | 4 ++-- app/src/main/res/drawable/icon_gitea.xml | 9 +++++++++ app/src/main/res/values/strings.xml | 4 +++- app/src/main/res/xml/root_preferences.xml | 7 +++++++ app/src/main/res/xml/unsafe_features_preferences.xml | 2 +- 5 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 app/src/main/res/drawable/icon_gitea.xml 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" />