From 483e6634e0621d2100ae11cbcd8cba6d21a76c4e Mon Sep 17 00:00:00 2001
From: pacien
Date: Sun, 19 Aug 2018 18:04:58 +0200
Subject: Refactor log viewer activity
---
app/src/main/res/layout/page_viewlog.xml | 38 --------------------------
app/src/main/res/layout/view_log_activity.xml | 39 +++++++++++++++++++++++++++
app/src/main/res/menu/menu_viewlog.xml | 8 +++---
app/src/main/res/values/strings.xml | 10 ++++---
4 files changed, 49 insertions(+), 46 deletions(-)
delete mode 100644 app/src/main/res/layout/page_viewlog.xml
create mode 100644 app/src/main/res/layout/view_log_activity.xml
(limited to 'app/src/main/res')
diff --git a/app/src/main/res/layout/page_viewlog.xml b/app/src/main/res/layout/page_viewlog.xml
deleted file mode 100644
index 4eea176..0000000
--- a/app/src/main/res/layout/page_viewlog.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/app/src/main/res/layout/view_log_activity.xml b/app/src/main/res/layout/view_log_activity.xml
new file mode 100644
index 0000000..da663e4
--- /dev/null
+++ b/app/src/main/res/layout/view_log_activity.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
diff --git a/app/src/main/res/menu/menu_viewlog.xml b/app/src/main/res/menu/menu_viewlog.xml
index 7b1ce6d..bdcdb99 100644
--- a/app/src/main/res/menu/menu_viewlog.xml
+++ b/app/src/main/res/menu/menu_viewlog.xml
@@ -21,21 +21,21 @@
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index a27fab7..a9bf3ee 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -38,8 +38,6 @@
Configure
Disconnect
Show log
- Toggle logging
- Share log
Passphrase
@@ -74,8 +72,6 @@
Disconnecting VPN…
A passphrase is required to unlock the keyring.
Tinc daemon exited during startup:\n%1$s\nCheck the logs for more details.
- Log level set to %1$d.
- Logging paused.
Could not apply network interface configuration:\n%1$s
Could not bind network interface. Is another VPN running?
Invalid network name.
@@ -136,4 +132,10 @@
Loading…
Node info
Close
+
+
+ Log level: %s
+ Logging paused
+ Toggle logging
+ Share log
--
cgit v1.2.3