Added an activity to edit basic VPN profile details

Already load existing data based on extra data delivered with the
Intent, no saving and CA certificate handling yet.
This commit is contained in:
Tobias Brunner
2012-08-11 15:10:34 +02:00
parent 0458ac7cbc
commit 56a922b2ed
4 changed files with 202 additions and 0 deletions
@@ -22,7 +22,14 @@
<!-- VPN profile list -->
<string name="no_profiles">No VPN profiles.</string>
<string name="add_profile">Add VPN profile</string>
<!-- VPN profile details -->
<string name="profile_name_label">Profile Name:</string>
<string name="profile_name_hint">(use gateway address)</string>
<string name="profile_gateway_label">Gateway:</string>
<string name="profile_username_label">Username:</string>
<string name="profile_password_label">Password:</string>
<string name="profile_password_hint">(prompt when needed)</string>
</resources>