diff options
author | pacien | 2020-12-08 16:04:48 +0100 |
---|---|---|
committer | pacien | 2020-12-08 16:04:48 +0100 |
commit | 69445bffe7a17055ac47a41df5d33fe09b9aff3c (patch) | |
tree | 61a00dfe1c0d3085386f40c0c0d8c8cbb427a33b /app/src/main/res/values | |
parent | 9c0aa8bd9dc694854b5c4b5eb07ef4d8942709a8 (diff) | |
download | tincapp-69445bffe7a17055ac47a41df5d33fe09b9aff3c.tar.gz |
context: read configuration from and write logs and temp files to private app storage
The external app public storage directory is no longer reliably accessible on Android 11 and above.
This makes editing the configuration and accessing the log files impossible in some cases.
Let's move to the app private storage, to be made accessible to the user by some other mean.
This has the benefit of also protecting the private keys that need to be stored encrypted otherwise.
We also split the configuration and cache directory into specialised sub-directories.
GitHub: related to #103
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index ff1c361..770f61c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml | |||
@@ -78,7 +78,6 @@ | |||
78 | <string name="start_activity_menu_configure">Configure</string> | 78 | <string name="start_activity_menu_configure">Configure</string> |
79 | <string name="start_network_list_title">Connect to network</string> | 79 | <string name="start_network_list_title">Connect to network</string> |
80 | <string name="start_network_list_empty_none_found">Could not find any network configuration.</string> | 80 | <string name="start_network_list_empty_none_found">Could not find any network configuration.</string> |
81 | <string name="start_network_list_empty_storage_not_available">Could not access storage directory.</string> | ||
82 | <string name="start_starting_vpn">Starting VPN…</string> | 81 | <string name="start_starting_vpn">Starting VPN…</string> |
83 | 82 | ||
84 | <!-- Configure activity --> | 83 | <!-- Configure activity --> |