History log of /packages/apps/Settings/src/com/android/settings/vpn/VpnEditor.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7be218e7f7bb57049d9e3586cbd65cfc8f218f9d 30-Jul-2009 Hung-ying Tyan <tyanh@google.com> Add encryption option to PPTP UI.

Also add new error dialogs for L2TP challenge error and remote server
hanging up error.
/packages/apps/Settings/src/com/android/settings/vpn/VpnEditor.java
38a9daffa5d3c5cd478bf5a81334cdbc02d4727c 23-Jul-2009 Hung-ying Tyan <tyanh@google.com> Fix secret EditText display and other fixes.

+ Now it shows shadowed "(unchanged)" (as in wifi settings) and "(not set)"
instead of two dots.

Patch Set 2:
+ Show cancellation confirmation dialog only when there's change in
profile.

Patch Set 3:
+ Re-enable profile preferences when the reconnect dialog is cancelled.
/packages/apps/Settings/src/com/android/settings/vpn/VpnEditor.java
19dc9e690fd974eb4a951ccdf4a74bee17da4e8f 21-Jul-2009 Hung-ying Tyan <tyanh@google.com> Implement the Back button handler to save a VPN.
/packages/apps/Settings/src/com/android/settings/vpn/VpnEditor.java
0a59b500147cc038541f6f2897de7e28c15a12c1 06-Jul-2009 Hung-ying Tyan <tyanh@google.com> 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
/packages/apps/Settings/src/com/android/settings/vpn/VpnEditor.java
e5b9e4bddf1aed4f647da3966d831a165a064f80 01-Jul-2009 Hung-ying Tyan <tyanh@google.com> Add L2tpIpsecPskEditor.

* Changes
+ Add L2tpIpsecPskEditor.java.
+ Save profile name in VpnEditor to be used in saveSecrets().
/packages/apps/Settings/src/com/android/settings/vpn/VpnEditor.java
e7565f3c48e6c90e65d9c15e33d20673a187c156 26-Jun-2009 Hung-ying Tyan <tyanh@google.com> Add L2TP secret, L2TP/IPSec PSK support. Fix screen orientation.

* Changes
+ Add L2tpActor, L2tpEditor, L2tpIpsecPskActor.
+ Make L2tpIpsecEditor extend L2tpEditor.
+ Revise the code for saving username. Make
VpnSettings.saveProfileToStorage() static.
+ Fix support for screen orientation change in both VpnSettings and
VpnEditor.

Patch Set 2:
+ Remove Util.isNullOrEmpty(). Use TextUtils.isEmpty() instead.
+ Remove unused imports. Wrap lines longer than 80 chars.

Patch Set 3:
+ Fix all the strings according to UI feedback.
+ Remove all the added actor subclasses and move password to editor.
+ Remove VPN entry in Security & location.

Patch Set 4:
+ Misc string fixes.

Patch Set 5:
+ Add strings for credential storage settings.
+ Changed the error dialog icon.
+ Fix "Remember me" indentation in connect dialog.

Patch Set 6:
+ resolve res/values/strings.xml
/packages/apps/Settings/src/com/android/settings/vpn/VpnEditor.java
ff393bf90b6ef1e8792e05c60c692bbda37aabf8 15-Jun-2009 Hung-ying Tyan <tyanh@google.com> Remove SingleServerProfile import.
/packages/apps/Settings/src/com/android/settings/vpn/VpnEditor.java
84cfb0dc9b87534d89651bc45128fc21c9d24423 14-Jun-2009 Hung-ying Tyan <tyanh@google.com> Remove use of SingleServerProfile.

* changes
+ mv SingleServerEditor.java VpnProfileEditor.java
+ Add loadExtraPreferecesTo() to VpnProfileEditor
+ Make L2tpIpsecEditor extend VpnProfileEditor and use loadExtraPreferencesTo()
+ Modify VpnEditor.getEditor() accordingly
/packages/apps/Settings/src/com/android/settings/vpn/VpnEditor.java
1617706d2529b2182d1a7fe2348495fb8f40bb81 10-Jun-2009 Hung-ying Tyan <tyanh@google.com> Add VPN settings classes to Settings app.

PATCH SET 2:
+ Add import com.android.settings.R

PATCH SET 3:
+ Remove @Override interface methods to be compilable by Java 1.5.

PATCH SET 4:
+ Add import android.net.vpn.VpnManager

PATCH SET 5:
+ Add license headers.

PATCH SET 6:
+ Remove Constant.java and move the constants to VpnSettings.
+ Make AuthenticationActor implement DialogInterface's handlers.
+ Remove trailing spaces.

PATCH SET 7:
+ Remove default username.
/packages/apps/Settings/src/com/android/settings/vpn/VpnEditor.java