index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
net
/
VpnService.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add @NonNull and @Nullable annotations to VpnService#Builder.
Varun Anand
2019-03-01
1
-12
/
+32
*
Add @NonNull annotation to set proxy on VPN parameter.
Irina Dumitrescu
2019-02-27
1
-1
/
+2
*
Add an API that allows VPNs to declare themselves as metered.
Varun Anand
2019-01-30
1
-0
/
+21
*
Add API for proxy configuration over VPN.
Irina Dumitrescu
2019-01-24
1
-0
/
+9
*
Add API for VPN apps to query always-on and lockdown.
Pavel Grafov
2019-01-21
1
-0
/
+23
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-14
1
-0
/
+3
*
Pass in the user defined by Context.
Jeff Sharkey
2018-02-03
1
-2
/
+2
*
Opt-out for always-on VPN: rename API.
Charles He
2017-08-15
1
-2
/
+3
*
Opt-out for always-on VPN
Charles He
2017-07-18
1
-2
/
+29
*
Docs: VPNs under Android O should promote to the foreground
Benjamin Miller
2017-07-14
1
-1
/
+8
*
Annotate @SystemApi with required permissions.
Jeff Sharkey
2017-06-05
1
-0
/
+2
*
Fix funky javadoc
Robin Lee
2015-07-29
1
-4
/
+4
*
Support cross-user VPN calls (with permission)
Robin Lee
2015-05-18
1
-4
/
+5
*
Deprecate static ConnectivityManager.get/setProcessDefaultNetwork() functions.
Paul Jensen
2015-04-02
1
-1
/
+1
*
Use the proper IpPrefix and LinkAddress constructors in VPN code.
Lorenzo Colitti
2015-01-23
1
-1
/
+1
*
Fix docs per API review.
Sreeram Ramachandran
2014-12-03
1
-7
/
+7
*
Introduce revision codes for split APKs.
Jeff Sharkey
2014-11-24
1
-3
/
+3
*
Allow VPNs to specify their underlying networks.
Sreeram Ramachandran
2014-11-21
1
-0
/
+55
*
Expose a SystemApi method to prepare a VPN without consent.
Jeff Davidson
2014-11-17
1
-0
/
+27
*
Merge "Update VpnService Javadoc to reflect new UX." into lmp-dev
Jeff Davidson
2014-09-11
1
-4
/
+10
|
\
|
*
Update VpnService Javadoc to reflect new UX.
Jeff Davidson
2014-09-11
1
-4
/
+10
*
|
Hide mutable VpnService APIs to add/remove IP addresses dynamically.
Sreeram Ramachandran
2014-09-11
1
-0
/
+4
|
/
*
Merge "Implement VpnConfig.addAllowedApplication()." into lmp-dev
Paul Jensen
2014-08-26
1
-2
/
+28
|
\
|
*
Implement VpnConfig.addAllowedApplication().
Paul Jensen
2014-08-25
1
-2
/
+28
*
|
Update VPN whitelist/blacklist api docs.
Robert Greenwalt
2014-08-25
1
-2
/
+3
|
/
*
Allow VPNs to add/remove link addresses dynamically.
Sreeram Ramachandran
2014-07-29
1
-24
/
+32
*
Prohibit address families by default unless a VPN explicitly allows them.
Sreeram Ramachandran
2014-07-28
1
-1
/
+10
*
Implement support for bypassable VPNs.
Sreeram Ramachandran
2014-07-25
1
-1
/
+1
*
Implement VpnService.setBlocking().
Jeff Davidson
2014-07-23
1
-1
/
+1
*
Allow VPN interfaces to be put into blocking mode.
Sreeram Ramachandran
2014-07-18
1
-0
/
+14
*
Allow a VPN to be declared bypassable.
Sreeram Ramachandran
2014-07-10
1
-0
/
+15
*
Let VpnService specify a white/black list of apps that are allowed access.
Sreeram Ramachandran
2014-07-10
1
-0
/
+52
*
Update VpnService API documentation.
Sreeram Ramachandran
2014-07-10
1
-0
/
+8
*
Convert Vpn from NetworkStateTracker to NetworkAgent.
Paul Jensen
2014-07-10
1
-13
/
+2
*
Block address families by default in VpnService.
Sreeram Ramachandran
2014-07-10
1
-0
/
+44
*
Allow VPNs to dynamically add/remove IP addresses on their tun interface.
Sreeram Ramachandran
2014-07-10
1
-0
/
+38
*
Remove SO_BINDTODEVICE from VPN protect
Chad Brubaker
2014-02-13
1
-3
/
+4
*
Add per user VPN support
Chad Brubaker
2013-07-12
1
-9
/
+7
*
Explicit locale when formatting machine strings.
Jeff Sharkey
2013-06-11
1
-5
/
+6
*
Make addAddress locale safe
Johan Redestig
2012-08-29
1
-1
/
+1
*
Unhide APIs for user space VPN.
Chia-chi Yeh
2011-08-08
1
-1
/
+0
*
VPN: introduce VpnService as the base class for user space VPN.
Chia-chi Yeh
2011-08-08
1
-0
/
+479