aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values-nb-rNO/strings.xml
diff options
context:
space:
mode:
authorpacien2020-12-08 16:16:08 +0100
committerpacien2020-12-08 16:16:08 +0100
commit20ecd9840f1e237dba79674b71e49b43b074902e (patch)
tree4594947f1faf96e9851d95c9cfc7bfad0c9ff923 /app/src/main/res/values-nb-rNO/strings.xml
parentb1f98caca2f6960f7abb3ef7f7c27b903e1ef929 (diff)
downloadtincapp-20ecd9840f1e237dba79674b71e49b43b074902e.tar.gz
app: add configuration FTP server
This is a ridiculous workaround to make the configuration (and other files) accessible to the user necessary after the new storage access restriction enforced in Android 11 which prevent other applications from accessing the supposedly public application's directory. The app's internal private storage directory is now exposed to the user through an embedded FTP server that the user can turn on and off from the configuration activity. The user can then play with the configuration and retrieve logs through a remote or local FTP client application of their choice. GitHub: closes #103
Diffstat (limited to 'app/src/main/res/values-nb-rNO/strings.xml')
-rw-r--r--app/src/main/res/values-nb-rNO/strings.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/res/values-nb-rNO/strings.xml b/app/src/main/res/values-nb-rNO/strings.xml
index 9c330a7..346a2d1 100644
--- a/app/src/main/res/values-nb-rNO/strings.xml
+++ b/app/src/main/res/values-nb-rNO/strings.xml
@@ -80,7 +80,6 @@
80 <string name="configure_tools_message_invalid_network_name">Ugyldig nettverksnavn.</string> 80 <string name="configure_tools_message_invalid_network_name">Ugyldig nettverksnavn.</string>
81 <string name="configure_tools_message_network_configuration_written">Nettverksoppsett skrevet.</string> 81 <string name="configure_tools_message_network_configuration_written">Nettverksoppsett skrevet.</string>
82 82
83 <string name="configure_activity_title_path_info">Sti-info</string>
84 <string name="configure_path_info_title_configuration_directory">Oppsettsmappe</string> 83 <string name="configure_path_info_title_configuration_directory">Oppsettsmappe</string>
85 <string name="configure_path_info_title_log_directory">Loggingsmappe</string> 84 <string name="configure_path_info_title_log_directory">Loggingsmappe</string>
86 <string name="configure_path_info_title_tinc_binary">tinc-binærfil</string> 85 <string name="configure_path_info_title_tinc_binary">tinc-binærfil</string>