summaryrefslogtreecommitdiff
path: root/core/java/android/net/VpnService.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Revert "Revert "Add APIs that allow to exclude r..."Taras Antoshchuk2022-01-101-17/+106
* Revert "Revert "Revert "Add APIs that allow to exclude routes fr..."Matt Buckley2022-01-071-106/+17
* Revert "Revert "Add APIs that allow to exclude routes from VPN""Taras Antoshchuk2022-01-061-17/+106
* Revert "Add APIs that allow to exclude routes from VPN"Ayush Sharma2021-12-161-106/+17
* Add APIs that allow to exclude routes from VPNTaras Antoshchuk2021-12-131-17/+106
* Add doc explaining PAC proxies are not supported over VPNsChalard Jean2021-07-151-1/+1
* Move SocketUtils out of the connectivity moduleRemi NGUYEN VAN2021-03-011-1/+2
* Use RouteInfo API constructor in VpnServiceRemi NGUYEN VAN2021-02-181-1/+2
* Move the VPN code out of packages/Connectivity.Lorenzo Colitti2021-02-151-0/+902
* Move module sources to packages/ConnectivityRemi NGUYEN VAN2021-02-011-903/+0
* Update language to comply with Android's inclusive language guidanceChiachang Wang2020-07-281-1/+1
* Fix broken @see tags in public documentation.Andrew Sapperstein2020-05-011-1/+1
* Add separate user consent for Platform VPNsBenedict Wong2020-02-041-1/+1
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-081-1/+1
* Merge "docs: Linked VpnService class description to guide."Treehugger Robot2019-04-021-0/+5
|\
| * docs: Linked VpnService class description to guide.Benjamin Miller2019-02-211-0/+5
* | Address API review comments for VPN changes.Pavel Grafov2019-03-181-4/+13
* | Add @NonNull and @Nullable annotations to VpnService#Builder.Varun Anand2019-03-011-12/+32
* | Add @NonNull annotation to set proxy on VPN parameter.Irina Dumitrescu2019-02-271-1/+2
|/
* Add an API that allows VPNs to declare themselves as metered.Varun Anand2019-01-301-0/+21
* Add API for proxy configuration over VPN.Irina Dumitrescu2019-01-241-0/+9
* Add API for VPN apps to query always-on and lockdown.Pavel Grafov2019-01-211-0/+23
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+3
* Pass in the user defined by Context.Jeff Sharkey2018-02-031-2/+2
* Opt-out for always-on VPN: rename API.Charles He2017-08-151-2/+3
* Opt-out for always-on VPNCharles He2017-07-181-2/+29
* Docs: VPNs under Android O should promote to the foregroundBenjamin Miller2017-07-141-1/+8
* Annotate @SystemApi with required permissions.Jeff Sharkey2017-06-051-0/+2
* Fix funky javadocRobin Lee2015-07-291-4/+4
* Support cross-user VPN calls (with permission)Robin Lee2015-05-181-4/+5
* Deprecate static ConnectivityManager.get/setProcessDefaultNetwork() functions.Paul Jensen2015-04-021-1/+1
* Use the proper IpPrefix and LinkAddress constructors in VPN code.Lorenzo Colitti2015-01-231-1/+1
* Fix docs per API review.Sreeram Ramachandran2014-12-031-7/+7
* Introduce revision codes for split APKs.Jeff Sharkey2014-11-241-3/+3
* Allow VPNs to specify their underlying networks.Sreeram Ramachandran2014-11-211-0/+55
* Expose a SystemApi method to prepare a VPN without consent.Jeff Davidson2014-11-171-0/+27
* Merge "Update VpnService Javadoc to reflect new UX." into lmp-devJeff Davidson2014-09-111-4/+10
|\
| * Update VpnService Javadoc to reflect new UX.Jeff Davidson2014-09-111-4/+10
* | Hide mutable VpnService APIs to add/remove IP addresses dynamically.Sreeram Ramachandran2014-09-111-0/+4
|/
* Merge "Implement VpnConfig.addAllowedApplication()." into lmp-devPaul Jensen2014-08-261-2/+28
|\
| * Implement VpnConfig.addAllowedApplication().Paul Jensen2014-08-251-2/+28
* | Update VPN whitelist/blacklist api docs.Robert Greenwalt2014-08-251-2/+3
|/
* Allow VPNs to add/remove link addresses dynamically.Sreeram Ramachandran2014-07-291-24/+32
* Prohibit address families by default unless a VPN explicitly allows them.Sreeram Ramachandran2014-07-281-1/+10
* Implement support for bypassable VPNs.Sreeram Ramachandran2014-07-251-1/+1
* Implement VpnService.setBlocking().Jeff Davidson2014-07-231-1/+1
* Allow VPN interfaces to be put into blocking mode.Sreeram Ramachandran2014-07-181-0/+14
* Allow a VPN to be declared bypassable.Sreeram Ramachandran2014-07-101-0/+15
* Let VpnService specify a white/black list of apps that are allowed access.Sreeram Ramachandran2014-07-101-0/+52
* Update VpnService API documentation.Sreeram Ramachandran2014-07-101-0/+8