summaryrefslogtreecommitdiffstats
path: root/core/java/android/net/ConnectivityManager.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Re-remove CONNECTIVITY_CHANGE_DELAY and supporting functions." into lm...Erik Kline2014-12-101-13/+1
|\
| * Re-remove CONNECTIVITY_CHANGE_DELAY and supporting functions.Erik Kline2014-12-081-13/+1
* | Merge "Add subId as parameter for get/setDataEnabled." into lmp-mr1-devWink Saville2014-12-091-1/+8
|\ \ | |/ |/|
| * Add subId as parameter for get/setDataEnabled.Wink Saville2014-12-051-1/+8
* | Revert "Merge "Remove CONNECTIVITY_CHANGE_DELAY and friends." into lmp-mr1-dev"Erik Kline2014-12-051-1/+13
|/
* Merge "Remove CONNECTIVITY_CHANGE_DELAY and friends." into lmp-mr1-devErik Kline2014-12-041-13/+1
|\
| * Remove CONNECTIVITY_CHANGE_DELAY and friends.Erik Kline2014-10-311-13/+1
* | Make StatusBar display all default networks.Lorenzo Colitti2014-12-021-0/+13
* | Revert some verbose logging from ag/489226Erik Kline2014-11-261-9/+0
* | Delete unused/non-working code.Sreeram Ramachandran2014-11-211-39/+0
* | Rename EXTRA_NETWORK ConnectivityManager constants.Erik Kline2014-11-201-5/+4
* | Implemented requestNetwork with a PendingIntent.Jeremy Joslin2014-11-061-9/+32
* | Fix Legacy typing of net-specific requests.Robert Greenwalt2014-11-051-46/+43
|/
* Send callbacks for Net property changesRobert Greenwalt2014-10-021-30/+33
* Move mobile provisioning APN support into telephony.Paul Jensen2014-09-291-2/+2
* Use unified Tethering Permission CheckRobert Greenwalt2014-09-171-0/+14
* Flush HTTP socket pools and DNS cache when binding process to a Network.Paul Jensen2014-09-101-1/+16
* Fix networking API per scripting checks.Robert Greenwalt2014-09-041-4/+4
* Pass the socket mark for DNS queries to dnsmasq.Lorenzo Colitti2014-08-291-0/+17
* Remove captive portal sign-in actions.Paul Jensen2014-08-221-92/+0
* Implement support for bypassable VPNs.Sreeram Ramachandran2014-07-251-2/+2
* Fix DUN-based tethering.Robert Greenwalt2014-07-241-1/+1
* Infer legacy network type for ConnectivityManager.requestNetworkYe Wen2014-07-231-3/+62
* Cleanup: Delete dead code.Sreeram Ramachandran2014-07-221-30/+3
* Readjust location of NETID_UNSET definition.Paul Jensen2014-07-111-7/+7
* Define NETID_UNSET in ConnectivityManager.Paul Jensen2014-07-111-16/+11
* Merge "Refactor wifi p2p's startDhcpServer function"Robert Greenwalt2014-07-101-0/+14
|\
| * Refactor wifi p2p's startDhcpServer functionRobert Greenwalt2014-07-101-0/+14
* | Add Network inspection API.Robert Greenwalt2014-07-101-2/+40
|/
* Remove dead code.Robert Greenwalt2014-07-071-2/+8
* Merge "Remove unused api."Robert Greenwalt2014-07-021-22/+0
|\
| * Remove unused api.Robert Greenwalt2014-07-021-22/+0
* | Fix buildGlenn Kasten2014-07-071-1/+1
* | Add captive portal sign-in actions.Paul Jensen2014-07-021-0/+92
|/
* Make sure callback handler is in place before callbacks handled.Paul Jensen2014-07-021-9/+9
* MS: Adding Support for Emergency APN in Telephony FrameworkRam2014-07-011-0/+9
* Use return values from JNI functions binding sockets and processes to networks.Paul Jensen2014-06-261-8/+4
* Add logging to track down weird ConnectivityManager issue.Robert Greenwalt2014-06-231-1/+10
* am 2d0ab42b: Merge "Apply API Council comments to ConnectivityManager" into l...Robert Greenwalt2014-06-121-153/+142
|\
| * Apply API Council comments to ConnectivityManagerRobert Greenwalt2014-06-111-153/+142
* | am 558aeb90: Merge "Make NetworkCapabilities publicly immutable." into lmp-pr...Robert Greenwalt2014-06-121-6/+10
|\ \ | |/
| * Make NetworkCapabilities publicly immutable.Robert Greenwalt2014-06-111-6/+10
| * Apply API review to android.net.Network:Paul Jensen2014-06-101-4/+65
* | Apply API review to android.net.Network:Paul Jensen2014-06-081-4/+65
* | Fix the marking of restricted network requestsRobert Greenwalt2014-06-051-0/+1
|/
* Call a network restricted only if all capabilities are restrictedLorenzo Colitti2014-06-041-5/+19
* Make requests for restricted networks not require unrestricted access.Lorenzo Colitti2014-06-041-0/+22
* Fix Legacy NetworkInfo APIRobert Greenwalt2014-06-031-8/+12
* Rewrite startUsingNetworkFeature for new APIRobert Greenwalt2014-06-021-15/+204
* Move dis/enable of mobile data to TelephonyRobert Greenwalt2014-05-271-26/+12