OSDN Git Service

Fix secret EditText display and other fixes.
authorHung-ying Tyan <tyanh@google.com>
Wed, 22 Jul 2009 23:36:23 +0000 (07:36 +0800)
committerHung-ying Tyan <tyanh@google.com>
Fri, 24 Jul 2009 21:37:42 +0000 (05:37 +0800)
commit38a9daffa5d3c5cd478bf5a81334cdbc02d4727c
tree84ee85c9cad09e8e841f8310b7ad3f627fcd79f3
parentc25f8955bee14a26520457fca2ab79c013f6196e
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.
res/values/strings.xml
src/com/android/settings/vpn/L2tpEditor.java
src/com/android/settings/vpn/L2tpIpsecPskEditor.java
src/com/android/settings/vpn/VpnEditor.java
src/com/android/settings/vpn/VpnProfileEditor.java
src/com/android/settings/vpn/VpnSettings.java