2010-02-08 20:39:42 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent">
|
|
|
|
<ScrollView android:id="@+id/aboutscrollview"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent">
|
|
|
|
<LinearLayout
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent">
|
2010-07-28 04:43:58 +00:00
|
|
|
<TextView android:text="@string/wizard_details"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:paddingTop="15px"
|
|
|
|
android:paddingLeft="15px"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:textColor="#00ff00" />
|
|
|
|
<TextView android:text="@string/wizard_details_msg"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:autoLink="web"
|
|
|
|
android:textColorLink="#ffffff"
|
|
|
|
android:paddingLeft="15px"
|
|
|
|
android:textColor="#ffffff" />
|
|
|
|
|
2010-02-08 20:39:42 +00:00
|
|
|
<TextView android:text="Version: "
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:paddingTop="15px"
|
|
|
|
android:paddingLeft="15px"
|
|
|
|
android:textStyle="bold"
|
2010-07-28 04:43:58 +00:00
|
|
|
android:textColor="#00ff00" />
|
2010-07-19 22:34:15 +00:00
|
|
|
<TextView android:text="- Unknown -"
|
2010-02-08 20:39:42 +00:00
|
|
|
android:id="@+id/versionName"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:paddingLeft="15px"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:textColor="#ffffff" />
|
2010-07-28 04:43:58 +00:00
|
|
|
<TextView android:text="Project Home(s): "
|
2010-02-08 20:39:42 +00:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:paddingTop="15px"
|
|
|
|
android:paddingLeft="15px"
|
|
|
|
android:textStyle="bold"
|
2010-07-28 04:43:58 +00:00
|
|
|
android:textColor="#00ff00" />
|
2010-07-19 22:34:15 +00:00
|
|
|
<TextView android:text="https://www.torproject.org/docs/android\nhttps://guardianproject.info/apps/orbot/"
|
2010-02-08 20:39:42 +00:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:autoLink="web"
|
|
|
|
android:textColorLink="#ffffff"
|
2010-07-19 22:34:15 +00:00
|
|
|
android:paddingLeft="15px"
|
2010-02-08 20:39:42 +00:00
|
|
|
android:textColor="#ffffff" />
|
|
|
|
<TextView android:text="License: "
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:paddingTop="15px"
|
|
|
|
android:paddingLeft="15px"
|
|
|
|
android:textStyle="bold"
|
2010-07-28 04:43:58 +00:00
|
|
|
android:textColor="#00ff00" />
|
2010-02-08 20:39:42 +00:00
|
|
|
<TextView android:text="The Tor License"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:paddingLeft="15px"
|
|
|
|
android:textColor="#ffffff" />
|
2010-02-24 05:09:05 +00:00
|
|
|
<TextView android:text="https://torproject.org"
|
2010-02-08 20:39:42 +00:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:autoLink="web"
|
|
|
|
android:textColorLink="#ffffff"
|
2010-07-19 22:34:15 +00:00
|
|
|
android:paddingLeft="15px"
|
2010-02-08 20:39:42 +00:00
|
|
|
android:textColor="#ffffff" />
|
|
|
|
<TextView android:text="3rd-Party-Software: "
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:paddingTop="15px"
|
|
|
|
android:paddingLeft="15px"
|
|
|
|
android:textStyle="bold"
|
2010-07-28 04:43:58 +00:00
|
|
|
android:textColor="#00ff00" />
|
2011-05-16 03:49:36 +00:00
|
|
|
<TextView android:text="Tor v0.2.2.25: https://www.torproject.org"
|
2010-02-08 20:39:42 +00:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:autoLink="web"
|
|
|
|
android:textColorLink="#ffffff"
|
|
|
|
android:paddingLeft="15px"
|
|
|
|
android:textColor="#ffffff" />
|
2010-02-24 05:09:05 +00:00
|
|
|
<TextView android:text="LibEvent v1.4.13: http://www.monkey.org/~provos/libevent/"
|
2010-02-08 20:39:42 +00:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:autoLink="web"
|
|
|
|
android:textColorLink="#ffffff"
|
2010-07-19 22:34:15 +00:00
|
|
|
android:paddingLeft="15px"
|
2010-02-08 20:39:42 +00:00
|
|
|
android:textColor="#ffffff" />
|
2011-04-16 13:21:22 +00:00
|
|
|
<TextView android:text="Privoxy v3.0.12: http://www.privoxy.org"
|
2011-04-17 06:03:32 +00:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:autoLink="web"
|
|
|
|
android:textColorLink="#ffffff"
|
|
|
|
android:paddingLeft="15px"
|
|
|
|
android:textColor="#ffffff" />
|
|
|
|
<TextView android:text="Iptables v1.4.7: http://www.netfilter.org"
|
2011-04-16 13:21:22 +00:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:autoLink="web"
|
|
|
|
android:textColorLink="#ffffff"
|
|
|
|
android:paddingLeft="15px"
|
|
|
|
android:textColor="#ffffff" />
|
2010-02-08 20:39:42 +00:00
|
|
|
</LinearLayout>
|
|
|
|
</ScrollView>
|
2010-03-08 06:33:34 +00:00
|
|
|
</LinearLayout>
|