Browse Source

Updated about window

qam 10 years ago
parent
commit
974cfa2154
2 changed files with 16 additions and 0 deletions
  1. 14 0
      res/layout/activity_about.xml
  2. 2 0
      res/values/strings_about.xml

+ 14 - 0
res/layout/activity_about.xml

@@ -41,6 +41,20 @@
             android:layout_height="wrap_content"
             android:paddingTop="@dimen/activity_vertical_margin"
             android:text="@string/description" />
+        
+        <TextView
+            android:id="@+id/link_website"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:paddingTop="@dimen/activity_vertical_margin"
+            android:text="@string/link_website" />
+        
+        <TextView
+            android:id="@+id/link_github"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:paddingTop="@dimen/activity_vertical_margin"
+            android:text="@string/link_github" />
 
         <TextView
             android:id="@+id/text_authors"

+ 2 - 0
res/values/strings_about.xml

@@ -3,6 +3,8 @@
 
 	<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="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="authors">Authors</string>
 	<string name="authors_m">Mihai Plasoianu</string>
 	<string name="authors_l">Lars Pandikow</string>