History log of /packages/apps/Settings/tests/src/com/android/settings/vpn2/VpnTests.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
290784afded5426d5b1d0cb7d71586237445c802 07-Jul-2015 Robin Lee <rgl@google.com> Match getLegacyVpn calls to changed interface

The userId argument is now explicit. Pre-requisite for bug 21499103

Change-Id: Ib83e9615326ea484ef6d63fb1a1d9c1659999dab
/packages/apps/Settings/tests/src/com/android/settings/vpn2/VpnTests.java
01b35bcae307907bd8aaaa9cf23fa50f70e5f491 12-May-2015 Robin Lee <rgl@google.com> VPN: UI for forgetting disconnected VPNs

Made possible by expanded internal VPN APIs.

Bug: 20872408
Bug: 20692490
Bug: 20747154
Change-Id: Idc87084a130afa18b27c85cc9d4b5033dcedaabe
/packages/apps/Settings/tests/src/com/android/settings/vpn2/VpnTests.java
b009023c76227b6c984652683be7d054033eb935 02-Apr-2015 Alex Klyubin <klyubin@google.com> Make Settings app not use cleartext network traffic.

This CL switches the only two places which use cleartext HTTP in this
app to HTTPS. It also declares in the AndroidManifest.xml that this
app does not use cleartext network traffic, thus asking the platform
and tools to block any such traffic from this app on best effort
basis.

NOTE: The only test that uses cleartext HTTP traffic is in VpnTests.
This test makes cleartext HTTP requests to a third-party service which
does not appear to support HTTPS. Thus, this CL temporarily relaxes
the cleartext traffic policy during this test to keep it working. The
correct longer-term fix for this test is to use a service that offers
HTTPS.

Bug: 19215516
Change-Id: Idf1ff8c66d43d77ef2114b2f1b676927844150e5
/packages/apps/Settings/tests/src/com/android/settings/vpn2/VpnTests.java
7a250b82882c5ccc93cdd73ab62471470fa43e2c 12-Dec-2014 Narayan Kamath <narayan@google.com> Stop using apache-http in settings.

Most of this usage is from crufty "test" code, and is trivially
replacable.

bug: 18027885

(cherry picked from commit f25627c0c960cd31e069a0aed62798dd3a6416aa)

Change-Id: I62b0c4e79812ae69767d778eb9e866cbba1d50e0
/packages/apps/Settings/tests/src/com/android/settings/vpn2/VpnTests.java
ce11881accf5db04e2a54b58176e24de49ef6917 05-Apr-2014 Xia Wang <xiaw@google.com> Allow VPN to stay connected for some time before disconnecting it.

Change-Id: I25994b8329514a32b5b6f383abef231d3decb4ec
/packages/apps/Settings/tests/src/com/android/settings/vpn2/VpnTests.java
340bda7154194d64a719fb5c86a702a4e5773be0 29-Mar-2014 Xia Wang <xiaw@google.com> Add legacy VPN test framework and test cases

- VpnProfileParser can parse VPN profiles from an xml file
- CertInstallerHelper installs keys and certificates to keystore
- VpnTests includes all test cases

Change-Id: Ib5ce33e770ee4f82bea153f9b5c5cf3802f95b0c
/packages/apps/Settings/tests/src/com/android/settings/vpn2/VpnTests.java