summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorSean Leonard <meanderingcode@aetherislands.net>2013-01-22 22:26:08 -0700
committerSean Leonard <meanderingcode@aetherislands.net>2013-01-22 22:26:08 -0700
commit2bb6e8c9a956c56658807c7f2d25ab850243bbe6 (patch)
tree9e3a2e318d0503b33d94514836b8a9bc2db8aaa6 /res
parent613543d9c00e607f25e7f745a60fb4e3ec3b5148 (diff)
Start rebranding: a whole lotta string replacement, moving src/ file tree
Diffstat (limited to 'res')
-rw-r--r--res/layout/basic_settings.xml18
-rw-r--r--res/values/untranslatable.xml4
-rw-r--r--res/xml/main_headers.xml8
-rw-r--r--res/xml/vpn_headers.xml12
4 files changed, 21 insertions, 21 deletions
diff --git a/res/layout/basic_settings.xml b/res/layout/basic_settings.xml
index d37bc37a..d56f6ad5 100644
--- a/res/layout/basic_settings.xml
+++ b/res/layout/basic_settings.xml
@@ -15,7 +15,7 @@
limitations under the License.
-->
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:blinkt="http://schemas.android.com/apk/res/de.blinkt.openvpn"
+ xmlns:leap="http://schemas.android.com/apk/res/se.leap.leapclient"
android:layout_width="wrap_content"
android:layout_height="wrap_content" >
@@ -122,11 +122,11 @@
android:orientation="vertical"
android:visibility="gone" >
- <de.blinkt.openvpn.FileSelectLayout
+ <se.leap.openvpn.FileSelectLayout
android:id="@+id/caselect"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- blinkt:title="@string/ca_title" />
+ leap:title="@string/ca_title" />
</LinearLayout>
<LinearLayout
@@ -136,17 +136,17 @@
android:orientation="vertical"
android:visibility="gone" >
- <de.blinkt.openvpn.FileSelectLayout
+ <se.leap.openvpn.FileSelectLayout
android:id="@+id/certselect"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- blinkt:title="@string/client_certificate_title" />
+ leap:title="@string/client_certificate_title" />
- <de.blinkt.openvpn.FileSelectLayout
+ <se.leap.openvpn.FileSelectLayout
android:id="@+id/keyselect"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- blinkt:title="@string/client_key_title" />
+ leap:title="@string/client_key_title" />
<LinearLayout
android:id="@+id/key_password_layout"
@@ -179,11 +179,11 @@
android:orientation="vertical"
android:visibility="gone" >
- <de.blinkt.openvpn.FileSelectLayout
+ <se.leap.openvpn.FileSelectLayout
android:id="@+id/pkcs12select"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- blinkt:title="@string/client_pkcs12_title" />
+ leap:title="@string/client_pkcs12_title" />
<TextView
style="@style/item"
diff --git a/res/values/untranslatable.xml b/res/values/untranslatable.xml
index 48f77d98..79271141 100644
--- a/res/values/untranslatable.xml
+++ b/res/values/untranslatable.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <string name="copyright_blinktgui" translatable="false">Copyright 2012\nArne Schwabe &lt;arne@rfc2549.org></string>
+ <string name="copyright_blinktgui" translatable="false">Copyright 2012\nLEAP &lt;info@leap.se></string>
<string name="opevpn_copyright" translatable="false">Copyright © 2002–2010 OpenVPN Technologies, Inc. &lt;sales@openvpn.net>\n
"OpenVPN" is a trademark of OpenVPN Technologies, Inc.\n</string>
@@ -41,4 +41,4 @@
<item>-1</item>
</string-array>
-</resources> \ No newline at end of file
+</resources>
diff --git a/res/xml/main_headers.xml b/res/xml/main_headers.xml
index 92740382..1ee238ea 100644
--- a/res/xml/main_headers.xml
+++ b/res/xml/main_headers.xml
@@ -2,18 +2,18 @@
<preference-headers xmlns:android="http://schemas.android.com/apk/res/android" >
<header
- android:fragment="de.blinkt.openvpn.VPNProfileList"
+ android:fragment="se.leap.openvpn.VPNProfileList"
android:summary="@string/vpn_list_summary"
android:title="@string/vpn_list_title" />
<header
- android:fragment="de.blinkt.openvpn.GeneralSettings"
+ android:fragment="se.leap.openvpn.GeneralSettings"
android:title="@string/generalsettings" />
<header
- android:fragment="de.blinkt.openvpn.FaqFragment"
+ android:fragment="se.leap.openvpn.FaqFragment"
android:summary="@string/faq_summary"
android:title="@string/faq" />
<header
- android:fragment="de.blinkt.openvpn.AboutFragment"
+ android:fragment="se.leap.openvpn.AboutFragment"
android:summary="@string/about_summary"
android:title="@string/about" />
diff --git a/res/xml/vpn_headers.xml b/res/xml/vpn_headers.xml
index 495c2c72..96b49bf8 100644
--- a/res/xml/vpn_headers.xml
+++ b/res/xml/vpn_headers.xml
@@ -3,28 +3,28 @@
<header
android:id="@+id/basicsettingsid"
- android:fragment="de.blinkt.openvpn.Settings_Basic"
+ android:fragment="se.leap.openvpn.Settings_Basic"
android:title="@string/basic" />
<!-- android:icon="@drawable/ic_settings_applications" -->
<header
- android:fragment="de.blinkt.openvpn.Settings_IP"
+ android:fragment="se.leap.openvpn.Settings_IP"
android:title="@string/ipdns" />
<header
- android:fragment="de.blinkt.openvpn.Settings_Routing"
+ android:fragment="se.leap.openvpn.Settings_Routing"
android:title="@string/routing" />
<header
- android:fragment="de.blinkt.openvpn.Settings_Authentication"
+ android:fragment="se.leap.openvpn.Settings_Authentication"
android:title="@string/settings_auth" />
<!-- android:icon="@drawable/ic_settings_display" -->
<header
- android:fragment="de.blinkt.openvpn.Settings_Obscure"
+ android:fragment="se.leap.openvpn.Settings_Obscure"
android:summary="@string/obscure"
android:title="@string/advanced" >
</header>
<header
- android:fragment="de.blinkt.openvpn.ShowConfigFragment"
+ android:fragment="se.leap.openvpn.ShowConfigFragment"
android:summary="@string/generated_config_summary"
android:title="@string/generated_config" />