History log of /frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/ConfirmDialog.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3b3dd942ec6a0beaccd1cef0723d72786435d8f3 12-May-2015 Robin Lee <rgl@google.com> Support cross-user VPN calls (with permission)

Settings and SystemUI need to act on other users than USER_OWNER.

This is gated by INTERACT_ACROSS_USERS_FULL in addition to the existing
CONTROL_VPN checks, so the number of processes able to interfere with
other profiles' VPNs should be quite small.

Bug: 20692490
Bug: 20747154
Bug: 20872408
Change-Id: I6e5d7220f73435bec350719e7b4715935caf4e19
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/ConfirmDialog.java
08c7116ab9cd04ad6dd3c04aa1017237e7f409ac 28-Feb-2015 John Spurlock <jspurlock@google.com> Remove unused imports in frameworks/base.

Change-Id: I031443de83f93eb57a98863001826671b18f3b17
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/ConfirmDialog.java
05542603dd4f1e0ea47a3dca01de3999a9a329a9 11-Aug-2014 Jeff Davidson <jpd@google.com> Less intrusive VPN dialog and other UX tweaks.

-The ability to launch VPNs is now sticky; once approved by the user,
further approvals are not needed UNLESS the connection is revoked in
Quick Settings.

-The old persistent notification has been removed in favor of the new
Quick Settings UI.

-The name of the VPN app is now pulled from the label of the VPN
service rather than the app itself, if one is set.

Bug: 12878887
Bug: 16578022
Change-Id: I102a14c05db26ee3aef030cda971e5165f078a91
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/ConfirmDialog.java
6090995951c6e2e4dcf38102f01793f8a94166e1 19-Nov-2013 John Spurlock <jspurlock@google.com> Remove unused imports from frameworks/base.

Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/ConfirmDialog.java
56480ef53fe63f03d069ba76d8f90e712d764c9b 14-Feb-2013 Kenny Root <kroot@google.com> VpnDialogs: filter obscured touches

Change-Id: Ifcc919c36006c88e36363f5160f9334df0cf7e5b
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/ConfirmDialog.java
1129a85203ac3f238b95c4795397d84c81c01094 20-Sep-2012 Björn Lundén <blunden2@gmail.com> Framework: Use holo alert drawables

Replaces the current usage of the GB alert
drawable with theme-consistent holo ones.

Change-Id: I8594ef8276db5bb0e192f3a541937d7281321043
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/ConfirmDialog.java
ae380fb89dedaa03597d031370a18aa153a6a645 24-Jan-2012 Chia-chi Yeh <chiachi@android.com> VpnDialogs: fix screen flickering when popping up dialogs.

Bug: 5699057
Change-Id: Iad1b32cafa32f98b27b6c96a63e1e9d97908983a
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/ConfirmDialog.java
100155a310fbb5028fc48e359bdfb7c4d3531843 04-Jul-2011 Chia-chi Yeh <chiachi@android.com> VPN: convert prepare() into a form which helps solve race conditions.

When someone tries to revoke packageA, it is possible that packageA is
already revoked by packageB. In this case packageB should not be revoked,
and the new prepare() can help solve this problem.

Change-Id: Iee056a191dd99467b8ad1b5379a17b02d404bad1
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/ConfirmDialog.java
f530da67b4f9ffa55bb8a1c05390c6f7f87fe4ba 16-Jun-2011 Chia-chi Yeh <chiachi@android.com> VpnDialogs: use IConnectivityManager instead or ConnectivityManager.

Change-Id: I8870a43ecbffa606d2e29f6c4b1b1a605b2b79e5
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/ConfirmDialog.java
19f054b0f69b2f56ea0e98a3bb7e0e62b90ff480 04-Jun-2011 Chia-chi Yeh <chiachi@android.com> The UI part of the user space VPN support.

Change-Id: Ia9b7d516f977bc0fa7c30f44ff8111466838d1aa
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/ConfirmDialog.java