Integrate VPN with new keystore and misc fixes.
* Changes
+ Pass intent to keystore when needed and hooks to resume from it.
+ Generate random, unique ID for profile instead of base64 from its
name.
+ Add VPN to "Wirless controls" description.
+ Add credential storage to "Security & location" description.
+ More hints to set password and unlock dialogs in credential storage
settings for actions that come from other processes.
+ Sort VPN profiles according to the names.
+ Replace Keystore with CertTool in L2tpIpsecEditor
This commit is contained in:
@@ -24,6 +24,13 @@
|
||||
android:layout_height="fill_parent"
|
||||
android:padding="15dip">
|
||||
|
||||
<TextView android:id="@+id/cstor_access_dialog_hint_from_action"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="@dimen/vpn_connect_normal_text_size"
|
||||
android:text="@string/cstor_access_dialog_hint_from_action"
|
||||
android:layout_marginBottom="10sp" />
|
||||
|
||||
<TextView android:id="@+id/cstor_error"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
Reference in New Issue
Block a user