Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_packages_modules_Connectivity-old
/
3dbbfa10bb0cd36ad1c4fb3b7b42e3aa7ad76f18
/
core
d9b1b9d
Update language to comply with Android's inclusive language guidance
by Alex Light
· 5 years ago
cdb1f03
Merge "Gracefully handle integer overflows."
by Junyu Lai
· 5 years ago
f702025
Merge "Update language to comply with Android's inclusive language guidance"
by Chiachang Wang
· 5 years ago
3b9549f
Update language to comply with Android's inclusive language guidance
by Chiachang Wang
· 5 years ago
e55ab87
Gracefully handle integer overflows.
by Pavan Kumar M
· 5 years ago
c36f17d
Merge "Remove ProxyInfo(String) and update callers to use ProxyInfo(Uri)"
by Aaron Huang
· 5 years ago
ffb7649
Remove ProxyInfo(String) and update callers to use ProxyInfo(Uri)
by Aaron Huang
· 6 years ago
ded38fd
Add some more public doc for MacAddress
by Chalard Jean
· 5 years ago
064d18d
Revert "Move Inet[4]AddressUtils to libs/net"
by Chalard Jean
· 5 years ago
c98e381
Move Inet[4]AddressUtils to libs/net
by Remi NGUYEN VAN
· 5 years ago
9ee9dcf
Merge changes from topic "lnh-platform-split"
by Orion Hodson
· 5 years ago
9f5ade3
Merge "Disable sockets and DNS if process lacks INTERNET permission."
by Luke Huang
· 5 years ago
1c962a8
Update to use nativehelper/JNIPlatformHelp.h
by Orion Hodson
· 5 years ago
caaee1d
Disable sockets and DNS if process lacks INTERNET permission.
by Luke Huang
· 5 years ago
ff0dc5c
Move DnsPacket to libs net
by Luke Huang
· 5 years ago
d77e15c
Merge "Treat RouteInfo with different interfaces as different routes"
by Treehugger Robot
· 5 years ago
bc4c5ca
Treat RouteInfo with different interfaces as different routes
by Rubin Xu
· 5 years ago
2f7bb51
Merge "Set correct owner UID for VPN agentConnect()"
by Benedict Wong
· 5 years ago
f60ed54
Merge "Document the limitation to a hundred callbacks."
by Chalard Jean
· 5 years ago
a5ff113
Document the limitation to a hundred callbacks.
by Chalard Jean
· 5 years ago
e9aad6f
Cleanup config_mobile_hotspot_provision_app usage
by markchien
· 5 years ago
bf004e9
Set correct owner UID for VPN agentConnect()
by Benedict Wong
· 5 years ago
d3068f9
Merge "Update javadoc to use complete sentence"
by Treehugger Robot
· 5 years ago
8b60559
Update javadoc to use complete sentence
by Chiachang Wang
· 5 years ago
9774ceb
Update extra info before registering
by Chiachang Wang
· 5 years ago
c9dcbcd
Add dnsproxyd_protocol_headers for NETID_USE_LOCAL_NAMESERVERS
by Luke Huang
· 5 years ago
656c566
Allow TRANSPORT_TEST ethernet networks
by Remi NGUYEN VAN
· 5 years ago
b37958e
Forward unknown Data Stall types to Connectivity Diagnostics.
by Cody Kesting
· 5 years ago
e743a30
Merge "Create TestApi for simulating a Data Stall on ConnectivityService."
by Cody Kesting
· 5 years ago
2ba1b8e
Merge "Set owner and administrator UIDs for test networks."
by Cody Kesting
· 5 years ago
0298306
Added a new capability for temporarily unmetered network.
by Jack Yu
· 5 years ago
f53a075
Create TestApi for simulating a Data Stall on ConnectivityService.
by Cody Kesting
· 5 years ago
fc7cad3
Set owner and administrator UIDs for test networks.
by Cody Kesting
· 5 years ago
7bc33df
Set attributionTag for noteOp(WRITE_SETTINGS) calls
by Philip P. Moltmann
· 5 years ago
6b59b8f
Allow testing of signal strength
by Chalard Jean
· 5 years ago
be9447b
Add instrumentation to test NetworkAgent.
by Chalard Jean
· 5 years ago
35a0697
Fix a theoretical NPE
by Chalard Jean
· 5 years ago
16f4882
Merge "Fix a stupid NPE"
by Treehugger Robot
· 5 years ago
56c3273
Fix a bug where the legacy extra info is reset on connect.
by Chalard Jean
· 5 years ago
3803180
Fix a stupid NPE
by Chalard Jean
· 5 years ago
9122e56
Merge changes from topics "api-fix-networkagent", "satisfiedby"
by Chalard Jean
· 5 years ago
5c5d1a1
Merge "Only apply VPN isolation if it's fully routed"
by Lorenzo Colitti
· 5 years ago
c62f9a5
Rename satisfiedBy into canBeSatisfiedBy
by Chalard Jean
· 5 years ago
ab8cf30
Only apply VPN isolation if it's fully routed
by Rubin Xu
· 5 years ago
691a34d
Address further API council comments.
by Chalard Jean
· 5 years ago
f210e24
Merge changes from topics "networkagent_api", "networkprovider_api"
by Aaron Huang
· 5 years ago
87ce14f
Merge "Clarify comments for Connectivity Diagnostics reports."
by Cody Kesting
· 5 years ago
c350963
Merge "Sort administrator UIDs for NetworkCapabilities."
by Cody Kesting
· 5 years ago
e4df39b
Merge "Add combine() and equals() for NetworkCapabilities admin UIDs."
by Cody Kesting
· 5 years ago
5f12f81
Update the NetworkProvider API for council comments
by Chalard Jean
· 5 years ago
aea539a
Update NetworkAgentConfig API for council comments
by Chalard Jean
· 5 years ago
f5d1bfd
Update the NetworkAgent API for council comments
by Chalard Jean
· 5 years ago
a365c81
Merge "Invoke onConnectivityReport on registering ConnectivityDiagnostics."
by Cody Kesting
· 5 years ago
eb0b80c
Merge "Clean up handling of NetworkCapabilities#administratorUids."
by Cody Kesting
· 5 years ago
9a4168b
Clarify comments for Connectivity Diagnostics reports.
by Cody Kesting
· 5 years ago
ec5a0cb
Sort administrator UIDs for NetworkCapabilities.
by Cody Kesting
· 5 years ago
20e92ec
Add combine() and equals() for NetworkCapabilities admin UIDs.
by Chalard Jean
· 5 years ago
b77bf70
Invoke onConnectivityReport on registering ConnectivityDiagnostics.
by Cody Kesting
· 5 years ago
7b98727
Clean up handling of NetworkCapabilities#administratorUids.
by Cody Kesting
· 5 years ago
e3aade0
Merge "Create a builder for NetworkCapabilities."
by Remi NGUYEN VAN
· 5 years ago
a09a992
Merge "API review: access field by method"
by Aaron Huang
· 5 years ago
a982d12
Merge "Allow MANAGE_TEST_NETWORKS to register limited agents"
by Chalard Jean
· 5 years ago
5b63976
Allow MANAGE_TEST_NETWORKS to register limited agents
by Chalard Jean
· 5 years ago
542e600
Create a builder for NetworkCapabilities.
by Chalard Jean
· 5 years ago
461f81f
Merge "Expose netId by adding getter API"
by Chalard Jean
· 5 years ago
005f9d1
API review: access field by method
by Aaron Huang
· 5 years ago
9d26f92
Expose netId by adding getter API
by markchien
· 5 years ago
56d39d3
Merge "Fix addRoute replace default route unexpectedly"
by Treehugger Robot
· 5 years ago
a1493a5
Fix addRoute replace default route unexpectedly
by junyulai
· 5 years ago
47c0d85
Refactor Network's use of mUrlConnectionFactory.
by Tobias Thierer
· 7 years ago
1a78f83
Merge "Change NetworkCapabilties administrator UIDs to be stored as int[]."
by Cody Kesting
· 5 years ago
bc91f85
Merge "TetheringManager API clean up"
by Mark Chien
· 5 years ago
f0da719
Merge "Move NetworkCallback to last parameter for new exposed requestNetwork"
by Treehugger Robot
· 5 years ago
fac84a2
Move NetworkCallback to last parameter for new exposed requestNetwork
by markchien
· 5 years ago
f47d834
TetheringManager API clean up
by markchien
· 5 years ago
cabe5e5
Merge "Make Ethernet interfaces more testable."
by Lorenzo Colitti
· 5 years ago
57b993b
Merge "Kill ConnectivityManager.CONNECTIVITY_ACTION_SUPL"
by Paul Hu
· 5 years ago
965434a
Make Ethernet interfaces more testable.
by Lorenzo Colitti
· 5 years ago
5ab1f55
Change NetworkCapabilties administrator UIDs to be stored as int[].
by Cody Kesting
· 5 years ago
9839a43
Merge "mtu: Add MTU parameter to Routes"
by Lorenzo Colitti
· 5 years ago
5596ba1
Merge "Update ConnectivityDiagnosticsCallback function name."
by Cody Kesting
· 5 years ago
fa1ef5e
Update ConnectivityDiagnosticsCallback function name.
by Cody Kesting
· 5 years ago
d498a01
Merge "Shorten the output of NetworkAgentInfo#toString()."
by Treehugger Robot
· 5 years ago
0870736
Shorten the output of NetworkAgentInfo#toString().
by Lorenzo Colitti
· 6 years ago
b0863e0
Merge "Removing some of the API don't have to be @SystemApi"
by Treehugger Robot
· 5 years ago
4d08f37
Merge changes I97015365,Ic9db4b9b
by Chiachang Wang
· 5 years ago
d7a6ba0
Merge "services.net: Add a static library needed by wifi module"
by Treehugger Robot
· 5 years ago
5b71061
Add NattKeepalivePacketDataTest
by Chiachang Wang
· 5 years ago
8dd694d
Move sensitive field parceling bool to constructor
by Remi NGUYEN VAN
· 5 years ago
5ec743b
Merge "Add support for registering test networks with administrators."
by Cody Kesting
· 5 years ago
b782017
Removing some of the API don't have to be @SystemApi
by Aaron Huang
· 5 years ago
fae5822
services.net: Add a static library needed by wifi module
by Roshan Pius
· 5 years ago
0b6dd36
Merge "Update Javadoc comments for ConnectivityDiagnostics constants."
by Cody Kesting
· 5 years ago
0867904
Merge "Add javadoc for Network#netId"
by Mark Chien
· 5 years ago
43321d2
Add javadoc for Network#netId
by markchien
· 5 years ago
27ca449
Kill ConnectivityManager.CONNECTIVITY_ACTION_SUPL
by paulhu
· 5 years ago
a84aee7
Add support for registering test networks with administrators.
by Cody Kesting
· 5 years ago
e431486
mtu: Add MTU parameter to Routes
by Tyler Wear
· 6 years ago
0e1759b
Remove framework code that has moved to frameworks/libs/net
by Aaron Huang
· 6 years ago
d88d10a
Merge "Remove the NetworkScore class."
by Treehugger Robot
· 5 years ago
Next »