aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values-zh-rTW/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-zh-rTW/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-zh-rTW/strings.xml')
-rw-r--r--app/src/main/res/values-zh-rTW/strings.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml
index c423b15..82eec1d 100644
--- a/app/src/main/res/values-zh-rTW/strings.xml
+++ b/app/src/main/res/values-zh-rTW/strings.xml
@@ -80,7 +80,6 @@
80 <string name="configure_tools_message_invalid_network_name">網路名稱無效。</string> 80 <string name="configure_tools_message_invalid_network_name">網路名稱無效。</string>
81 <string name="configure_tools_message_network_configuration_written">網路配置寫入成功。</string> 81 <string name="configure_tools_message_network_configuration_written">網路配置寫入成功。</string>
82 82
83 <string name="configure_activity_title_path_info">路徑資訊</string>
84 <string name="configure_path_info_title_configuration_directory">配置目錄</string> 83 <string name="configure_path_info_title_configuration_directory">配置目錄</string>
85 <string name="configure_path_info_title_log_directory">日誌目錄</string> 84 <string name="configure_path_info_title_log_directory">日誌目錄</string>
86 <string name="configure_path_info_title_tinc_binary">Tinc 二進位制檔案</string> 85 <string name="configure_path_info_title_tinc_binary">Tinc 二進位制檔案</string>