diff --git a/app/src/main/java/eu/faircode/netguard/Util.java b/app/src/main/java/eu/faircode/netguard/Util.java index c162abda..408cec85 100644 --- a/app/src/main/java/eu/faircode/netguard/Util.java +++ b/app/src/main/java/eu/faircode/netguard/Util.java @@ -785,13 +785,17 @@ public class Util { AsyncTask task = new AsyncTask() { @Override protected Intent doInBackground(Object... objects) { - // Get device info StringBuilder sb = new StringBuilder(); + sb.append(context.getString(R.string.msg_issue)); + sb.append("\r\n\r\n\r\n\r\n"); + + // Get version info String version = getSelfVersionName(context); sb.append(String.format("NetGuard: %s/%d\r\n", version, getSelfVersionCode(context))); sb.append(String.format("Android: %s (SDK %d)\r\n", Build.VERSION.RELEASE, Build.VERSION.SDK_INT)); sb.append("\r\n"); + // Get device info sb.append(String.format("Brand: %s\r\n", Build.BRAND)); sb.append(String.format("Manufacturer: %s\r\n", Build.MANUFACTURER)); sb.append(String.format("Model: %s\r\n", Build.MODEL)); @@ -834,10 +838,6 @@ public class Util { sb.append("Setting: ").append(key).append('=').append(all.get(key)).append("\r\n"); sb.append("\r\n"); - // Finalize message - sb.append("Please describe your problem:\r\n"); - sb.append("\r\n"); - // Write logcat OutputStream out = null; try { diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 4f5d3485..fec4be24 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -126,7 +126,7 @@ however it is impossible to guarantee NetGuard will work correctly on every devi Define rules for system applications (for experts) Log attempts to access the internet for applications. This might result in extra battery usage. - Show a status bar notification when an application attempts to access a new internet address + Show a status bar notification when an application attempts to access a new internet address (when filtering is disabled, only blocked internet access attempts will be notified) Filter IP packets going out of the VPN tunnel. This might result in extra battery usage. Track the number of bytes sent and received for each application and address. This might result in extra battery usage. Respond with \'name error\' (NXDOMAIN) for blocked domain names. This switch is disabled when no hosts file is available. @@ -179,6 +179,7 @@ Your internet traffic is not being sent to a remote VPN server. NetGuard is busy Update available, tap to download Managing system applications can be enabled in the advanced options + Please describe the problem and indicate the time of the problem: Unmetered traffic is allowed Unmetered traffic is blocked