android: Add fragment that displays the IMC state
The fragment hides itself if the state is unknown or the assessment succeeded.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012 Tobias Brunner
|
||||
Copyright (C) 2012-2013 Tobias Brunner
|
||||
Copyright (C) 2012 Giuliano Grassi
|
||||
Copyright (C) 2012 Ralf Sager
|
||||
Hochschule fuer Technik Rapperswil
|
||||
@@ -86,6 +86,11 @@
|
||||
<string name="state_disabled">No active VPN</string>
|
||||
<string name="state_error">Error</string>
|
||||
|
||||
<!-- IMC state fragment -->
|
||||
<string name="imc_state_label">Assessment:</string>
|
||||
<string name="imc_state_isolate">Restricted</string>
|
||||
<string name="imc_state_block">Failed</string>
|
||||
|
||||
<!-- Dialogs -->
|
||||
<string name="login_title">Enter password to connect</string>
|
||||
<string name="login_confirm">Connect</string>
|
||||
|
||||
Reference in New Issue
Block a user