Browse Source

Updated about window

qam 10 years ago
parent
commit
35383aefd9

+ 7 - 6
res/layout/activity_about.xml

@@ -55,6 +55,13 @@
             android:layout_height="wrap_content"
             android:paddingTop="@dimen/activity_vertical_margin"
             android:text="@string/link_github" />
+        
+		<TextView
+            android:id="@+id/link_tracing"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:paddingTop="@dimen/activity_vertical_margin"
+            android:text="@string/link_tracing" />
 
         <TextView
             android:id="@+id/text_authors"
@@ -81,12 +88,6 @@
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:text="@string/authors_l" />
-                        
-         <TextView
-            android:id="@+id/text_author_4"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:text="@string/authors_j" />
 
     </LinearLayout>
     

+ 2 - 2
res/values/strings_about.xml

@@ -2,13 +2,13 @@
 <resources>
 
 	<string name="text_version">Version:</string>
-	<string name="description">HosTaGe is an open source low interaction honeypot, designed by a group of students at TU Darmstadt under the supervision of Shankar Karuppayah (CASED).</string>
+	<string name="description">HosTaGe is an open source low interaction honeypot, designed by a group of students at TU Darmstadt under the supervision of Shankar Karuppayah (CASED). The logs produced during usage can be uploaded to another project called \'TraCINg\'</string>
 	<string name="link_website">http://www.tk.informatik.tu-darmstadt.de/de/research/secure-smart-infrastructures/hostage</string>
 	<string name="link_github">https://github.com/hostage-org/hostage</string>
+	<string name="link_tracing">http://ssi.cased.de</string>
 	<string name="authors">Authors</string>
 	<string name="authors_m">Mihai Plasoianu</string>
 	<string name="authors_l">Lars Pandikow</string>
 	<string name="authors_w">Wulf Pfeiffer</string>
-	<string name="authors_j">Jan Muskalla</string>	
 	
 </resources>

+ 0 - 1
src/de/tudarmstadt/informatik/hostage/ui/AboutActivity.java

@@ -25,7 +25,6 @@ public class AboutActivity extends Activity{
 	        TextView versionTextView = (TextView) findViewById(R.id.version);
 	        versionTextView.setText(version);
 		} catch (NameNotFoundException e) {
-			// TODO Auto-generated catch block
 			e.printStackTrace();
 		}