commit 255623a1ddb32d03b41327e6a83585059966cc6c
Author: Amogh Pradeep <[email protected]>
Date:   Fri May 23 02:45:57 2014 +0530

    added the story maker button to the tips wizard page, also added tip string 
to the strings file.
---
 res/layout/layout_wizard_tips.xml |   11 ++++++++++-
 res/values/strings.xml            |    1 +
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/res/layout/layout_wizard_tips.xml 
b/res/layout/layout_wizard_tips.xml
index 5129935..992dfd1 100644
--- a/res/layout/layout_wizard_tips.xml
+++ b/res/layout/layout_wizard_tips.xml
@@ -34,7 +34,7 @@
         android:textColor="#ffffff"
         android:textSize="8pt" >
     </TextView>
-
+    
     <Button
         android:id="@+id/WizardRootButtonInstallOrweb"
         android:layout_width="fill_parent"
@@ -81,6 +81,15 @@
         android:drawableLeft="@drawable/ic_twitter"
         android:text="@string/wizard_tips_twitter" />
     
+    <Button
+        android:id="@+id/WizardRootButtonInstallStoryMaker"
+        android:layout_width="fill_parent"
+        android:layout_height="wrap_content"
+        android:layout_gravity="left"
+        android:layout_marginTop="10px"
+        android:drawableLeft="@drawable/icon_story_maker"
+        android:text="@string/wizard_tips_story_maker" />
+    
     <!-- 
      <Button
         android:id="@+id/WizardRootButtonGooglePlay"
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c4c6143..52905ff 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -79,6 +79,7 @@
   <string name="wizard_tips_firefox">Proxy Mobile add-on for Firefox 
(http://tinyurl.com/getproxymob)</string>
   <string 
name="proxymob_setup_url">https://guardianproject.info/releases/proxymob-latest.xpi</string>
   <string name="wizard_tips_twitter">Set Twitter proxy to host \"localhost\" 
and port 8118</string>
+  <string name="wizard_tips_story_maker">StoryMaker - Make a story and leave 
it to tor for security!</string>
   <string 
name="twitter_setup_url">https://guardianproject.info/2012/05/02/orbot-your-twitter/</string>
   <string name="wizard_proxy_help_info">Proxy Settings</string>
   <string name="wizard_proxy_help_msg">If the Android app you are using can 
support the use of an HTTP or SOCKS proxy, then you can configure it to connect 
to Orbot and use Tor.\n\n\n    The host settings is 127.0.0.1 or \"localhost\". 
For HTTP, the port setting is 8118. For SOCKS, the proxy is 9050. You should 
use SOCKS4A or SOCKS5 if possible.\n    \n\n\n    You can learn more about 
proxying on Android via the FAQ at: http://tinyurl.com/proxyandroid\n    
</string>



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to