From c3be00774aa344e263baba9a0055135891fbffa0 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Wed, 24 May 2023 20:57:05 +0200 Subject: disallow backups, since shared prefs are encrypted by device key --- app/src/main/res/xml/data_extraction_rules.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/src/main/res/xml/data_extraction_rules.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/xml/data_extraction_rules.xml b/app/src/main/res/xml/data_extraction_rules.xml new file mode 100644 index 00000000..fe61eb71 --- /dev/null +++ b/app/src/main/res/xml/data_extraction_rules.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + -- cgit v1.2.3 From 4d59ff9b49eee136f4260356ac969c1b461a6366 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Wed, 19 Jul 2023 12:56:14 +0200 Subject: fix typo of missing certificate error string --- app/src/main/res/values/strings-icsopenvpn.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/values/strings-icsopenvpn.xml b/app/src/main/res/values/strings-icsopenvpn.xml index dee6a42f..eab5e0c9 100755 --- a/app/src/main/res/values/strings-icsopenvpn.xml +++ b/app/src/main/res/values/strings-icsopenvpn.xml @@ -399,7 +399,7 @@ Use inline data Export configuration file tls-auth file is missing - Missing user certificate or user certifcate key file + Missing user certificate or user certificate key file Missing CA certificate Certifcate Revoke List (optional) Reread (%d) log items from log cache file -- cgit v1.2.3