added new main screen button/status images that ioerror said were 31337
svn:r21777
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 43 KiB |
|
@ -59,7 +59,7 @@
|
|||
android:gravity="center_horizontal"
|
||||
android:textStyle="bold"
|
||||
android:width="240px"
|
||||
android:height="100px"
|
||||
android:height="50px"
|
||||
android:textColor="#ffffff"
|
||||
/>
|
||||
</TableRow>
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
|
||||
|
||||
<string name="status_starting_up">Starting up...</string>
|
||||
<string name="status_activated">"Orbot is Activated\n<< TOUCH TO DISCONNECT >></string>
|
||||
<string name="status_disabled">"Orbot is Disabled\n<< TOUCH TO START >></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>
|
||||
|
||||
|
||||
|
|
|
@ -16,7 +16,8 @@ android:dialogTitle="Enter Bridge Addresses"
|
|||
/>
|
||||
|
||||
|
||||
<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"
|
||||
|
|