summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2015-04-20 18:20:05 +0200
committerParménides GV <parmegv@sdf.org>2015-04-22 12:36:39 +0200
commitd486768d6b0664d9032605897c8f1847ef4e3a39 (patch)
treeff82a890fa6477d3c70d70ef33b8044c88fa53ff /app/src/main/res
parent8862197a0a138f942e9c76a29aaf189f4c5141b4 (diff)
Remove textual status.
I had a difficult moment trying to detect if the LogWindow had already been shown after an error. Finally, I implemented a LogWindowWrapper which contains a field for the reason it was shown, so that we can check if the previous error is the same than the current one leading to the avoidance of the second LogWindow. For this to work, we need to reset that reason each time we trigger a new vpn state (i.e. each time the user taps on the vpn icon).
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/eip_service_fragment.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/app/src/main/res/layout/eip_service_fragment.xml b/app/src/main/res/layout/eip_service_fragment.xml
index fea0093e..4ad8725d 100644
--- a/app/src/main/res/layout/eip_service_fragment.xml
+++ b/app/src/main/res/layout/eip_service_fragment.xml
@@ -15,20 +15,6 @@
android:text="@string/eip_service_label"
android:textAppearance="?android:attr/textAppearanceMedium" />
- <TextView
- android:id="@+id/status_message"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_below="@id/eipLabel"
- android:layout_centerVertical="true"
- android:paddingTop="5dp"
- android:paddingBottom="10dp"
- android:paddingLeft="10dp"
- android:paddingRight="10dp"
- android:clickable="true"
- android:text="@string/eip_state_not_connected" />
-
<view
android:id="@+id/vpn.Status.Image"
android:layout_width="@dimen/progress_button"