[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r21777: {projects} added new main screen button/status images that ioerror said (in projects/android/trunk/Orbot/res: drawable layout values xml)



Author: n8fr8
Date: 2010-03-01 05:53:31 +0000 (Mon, 01 Mar 2010)
New Revision: 21777

Modified:
   projects/android/trunk/Orbot/res/drawable/tornotification.png
   projects/android/trunk/Orbot/res/drawable/tornotificationoff.png
   projects/android/trunk/Orbot/res/drawable/toroff.png
   projects/android/trunk/Orbot/res/drawable/toron.png
   projects/android/trunk/Orbot/res/drawable/torstarting.png
   projects/android/trunk/Orbot/res/layout/layout_main.xml
   projects/android/trunk/Orbot/res/values/strings.xml
   projects/android/trunk/Orbot/res/xml/preferences.xml
Log:
added new main screen button/status images that ioerror said were 31337

Modified: projects/android/trunk/Orbot/res/drawable/tornotification.png
===================================================================
(Binary files differ)

Modified: projects/android/trunk/Orbot/res/drawable/tornotificationoff.png
===================================================================
(Binary files differ)

Modified: projects/android/trunk/Orbot/res/drawable/toroff.png
===================================================================
(Binary files differ)

Modified: projects/android/trunk/Orbot/res/drawable/toron.png
===================================================================
(Binary files differ)

Modified: projects/android/trunk/Orbot/res/drawable/torstarting.png
===================================================================
(Binary files differ)

Modified: projects/android/trunk/Orbot/res/layout/layout_main.xml
===================================================================
--- projects/android/trunk/Orbot/res/layout/layout_main.xml	2010-03-01 05:52:44 UTC (rev 21776)
+++ projects/android/trunk/Orbot/res/layout/layout_main.xml	2010-03-01 05:53:31 UTC (rev 21777)
@@ -59,7 +59,7 @@
 							android:gravity="center_horizontal"
 							android:textStyle="bold"
 							android:width="240px"
-							android:height="100px"
+							android:height="50px"
 							android:textColor="#ffffff"
 							 />
 					</TableRow>

Modified: projects/android/trunk/Orbot/res/values/strings.xml
===================================================================
--- projects/android/trunk/Orbot/res/values/strings.xml	2010-03-01 05:52:44 UTC (rev 21776)
+++ projects/android/trunk/Orbot/res/values/strings.xml	2010-03-01 05:53:31 UTC (rev 21777)
@@ -9,8 +9,8 @@
     
 
 <string name="status_starting_up">Starting up...</string>
-<string name="status_activated">"Orbot is Activated\n&lt;&lt; TOUCH TO DISCONNECT &gt;&gt;</string>
-<string name="status_disabled">"Orbot is Disabled\n&lt;&lt; TOUCH TO START &gt;&gt;</string>
+<string name="status_activated">"Orbot is Activated!\nYou are now connected to Tor</string>
+<string name="status_disabled">"Orbot is Deactivated</string>
 <string name="status_shutting_down">Orbot is shutting down</string>
 
 <string name="tor_process_connecting">Starting Tor engine...</string>
@@ -22,7 +22,7 @@
 <string name="menu_browse">Browse</string>
 <string name="menu_settings">Settings</string>
 <string name="menu_log">Log</string>
-<string name="menu_info">Info</string>
+<string name="menu_info">Help</string>
 <string name="menu_apps">Apps</string>
 
 

Modified: projects/android/trunk/Orbot/res/xml/preferences.xml
===================================================================
--- projects/android/trunk/Orbot/res/xml/preferences.xml	2010-03-01 05:52:44 UTC (rev 21776)
+++ projects/android/trunk/Orbot/res/xml/preferences.xml	2010-03-01 05:53:31 UTC (rev 21777)
@@ -16,7 +16,8 @@
 />
 
 
-<CheckBoxPreference android:defaultValue="false" 
+<CheckBoxPreference 
+android:defaultValue="false" 
 android:key="pref_transparent"
 android:title="Transparent Proxying"
 android:summary="ROOTED DEVICES ONLY: Activate Tor for all web traffic and DNS"