index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
net
/
VpnService.java
Age
Commit message (
Expand
)
Author
2021-03-01
Move SocketUtils out of the connectivity module
Remi NGUYEN VAN
2021-02-18
Use RouteInfo API constructor in VpnService
Remi NGUYEN VAN
2021-02-15
Move the VPN code out of packages/Connectivity.
Lorenzo Colitti
2021-02-01
Move module sources to packages/Connectivity
Remi NGUYEN VAN
2020-07-28
Update language to comply with Android's inclusive language guidance
Chiachang Wang
2020-05-01
Fix broken @see tags in public documentation.
Andrew Sapperstein
2020-02-04
Add separate user consent for Platform VPNs
Benedict Wong
2020-01-08
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-04-02
Merge "docs: Linked VpnService class description to guide."
Treehugger Robot
2019-03-18
Address API review comments for VPN changes.
Pavel Grafov
2019-03-01
Add @NonNull and @Nullable annotations to VpnService#Builder.
Varun Anand
2019-02-27
Add @NonNull annotation to set proxy on VPN parameter.
Irina Dumitrescu
2019-02-21
docs: Linked VpnService class description to guide.
Benjamin Miller
2019-01-30
Add an API that allows VPNs to declare themselves as metered.
Varun Anand
2019-01-24
Add API for proxy configuration over VPN.
Irina Dumitrescu
2019-01-21
Add API for VPN apps to query always-on and lockdown.
Pavel Grafov
2018-08-14
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-02-03
Pass in the user defined by Context.
Jeff Sharkey
2017-08-15
Opt-out for always-on VPN: rename API.
Charles He
2017-07-18
Opt-out for always-on VPN
Charles He
2017-07-14
Docs: VPNs under Android O should promote to the foreground
Benjamin Miller
2017-06-05
Annotate @SystemApi with required permissions.
Jeff Sharkey
2015-07-29
Fix funky javadoc
Robin Lee
2015-05-18
Support cross-user VPN calls (with permission)
Robin Lee
2015-04-02
Deprecate static ConnectivityManager.get/setProcessDefaultNetwork() functions.
Paul Jensen
2015-01-23
Use the proper IpPrefix and LinkAddress constructors in VPN code.
Lorenzo Colitti
2014-12-03
Fix docs per API review.
Sreeram Ramachandran
2014-11-24
Introduce revision codes for split APKs.
Jeff Sharkey
2014-11-21
Allow VPNs to specify their underlying networks.
Sreeram Ramachandran
2014-11-17
Expose a SystemApi method to prepare a VPN without consent.
Jeff Davidson
2014-09-11
Merge "Update VpnService Javadoc to reflect new UX." into lmp-dev
Jeff Davidson
2014-09-11
Update VpnService Javadoc to reflect new UX.
Jeff Davidson
2014-09-11
Hide mutable VpnService APIs to add/remove IP addresses dynamically.
Sreeram Ramachandran
2014-08-26
Merge "Implement VpnConfig.addAllowedApplication()." into lmp-dev
Paul Jensen
2014-08-25
Update VPN whitelist/blacklist api docs.
Robert Greenwalt
2014-08-25
Implement VpnConfig.addAllowedApplication().
Paul Jensen
2014-07-29
Allow VPNs to add/remove link addresses dynamically.
Sreeram Ramachandran
2014-07-28
Prohibit address families by default unless a VPN explicitly allows them.
Sreeram Ramachandran
2014-07-25
Implement support for bypassable VPNs.
Sreeram Ramachandran
2014-07-23
Implement VpnService.setBlocking().
Jeff Davidson
2014-07-18
Allow VPN interfaces to be put into blocking mode.
Sreeram Ramachandran
2014-07-10
Allow a VPN to be declared bypassable.
Sreeram Ramachandran
2014-07-10
Let VpnService specify a white/black list of apps that are allowed access.
Sreeram Ramachandran
2014-07-10
Update VpnService API documentation.
Sreeram Ramachandran
2014-07-10
Convert Vpn from NetworkStateTracker to NetworkAgent.
Paul Jensen
2014-07-10
Block address families by default in VpnService.
Sreeram Ramachandran
2014-07-10
Allow VPNs to dynamically add/remove IP addresses on their tun interface.
Sreeram Ramachandran
2014-02-13
Remove SO_BINDTODEVICE from VPN protect
Chad Brubaker
2013-07-12
Add per user VPN support
Chad Brubaker
2013-06-11
Explicit locale when formatting machine strings.
Jeff Sharkey
[next]