From 2531c88f2c8a992aa0c40c9f96e88099dc94139e Mon Sep 17 00:00:00 2001 From: steckbrief Date: Fri, 20 Nov 2015 22:41:30 +0100 Subject: Implements FS#67: Introduce central logging class to use log prefix, new activity to show logcat output and button to copy contents --- src/main/res/values/strings.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main/res/values/strings.xml') diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 99f2699e..8eaf2b37 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -529,4 +529,9 @@ No Remember this decision Shall the picture be resized? + Logoutput + Copy to clipboard + Copied to clipboard + Show logcat output + Shows the output of logcat. This is useful for debugging. -- cgit v1.2.3 From 9efc13983516c4c37540eb9544f8fa411ded81c7 Mon Sep 17 00:00:00 2001 From: steckbrief Date: Fri, 20 Nov 2015 22:49:56 +0100 Subject: Partially implements FS#6: Conference ID changed to c+bugs@confere nce.thedevstack.de --- src/main/res/values/strings.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/res/values/strings.xml') diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 8eaf2b37..124c6635 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -534,4 +534,5 @@ Copied to clipboard Show logcat output Shows the output of logcat. This is useful for debugging. + c+bugs@conference.thedevstack.de -- cgit v1.2.3