History log of /packages/apps/Settings/src/com/android/settings/vpn2/LegacyVpnPreference.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b166ea26687f7b72cbc544438436ae85167ca2f1 21-Apr-2016 Robin Lee <rgl@google.com> Be more aggressive caching Vpn preference attrs

As any change to the preference title will cause it to lose focus,
best not to do this too often.

Change-Id: Ibac27ee1de42fd7ca05f3e3685b84f37dac39517
Fix: 28191965
/packages/apps/Settings/src/com/android/settings/vpn2/LegacyVpnPreference.java
e06d757a0cc134053866c7f25d1e525138b1c169 19-Apr-2016 Robin Lee <rgl@google.com> One updateSummary method called by all VPN prefs

Having multiple methods means inevitably when new features are added to
the preferences, the right calls aren't made so information on the
screen lags between updates.

Bug: 28257641
Change-Id: I336aeefd5941ccf808dc9070427209a7d2530032
(cherry picked from commit 903843e6f9ead6f17d3685a551dc85083b147038)
/packages/apps/Settings/src/com/android/settings/vpn2/LegacyVpnPreference.java
14c2ac4dcb17c27e065384e69c9f2e24dcbf22aa 15-Mar-2016 Victor Chang <vichang@google.com> Per vpn setting change in VPN list

- Show admin support details when user taps on a cell and user restriction is on
- Show always-on-vpn active status in preference summary
- User can still open non-configurable per-VPN info page even when user restriction is applied
- Rename ConfigPreference to LegacyVpnPreference
- Move summary String handling into ManageablePreference
- ManageablePreference inherits GearPreference to reuse the code
- Don't show disconnect dialog when always-on is enabled

BUG=26950700

Change-Id: I37b087879cf3b674df528e7787d7bb1eead3310f
/packages/apps/Settings/src/com/android/settings/vpn2/LegacyVpnPreference.java