summaryrefslogtreecommitdiffstats
path: root/core/java/android/net
Commit message (Expand)AuthorAgeFilesLines
* Direct notification of network interface changes.Jeff Sharkey2014-12-083-0/+12
* Offer to "merge" subscribers for data usage.Jeff Sharkey2014-12-086-28/+98
* 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
* | Fix docs per API review.Sreeram Ramachandran2014-12-031-7/+7
* | Make StatusBar display all default networks.Lorenzo Colitti2014-12-023-1/+22
* | Revert some verbose logging from ag/489226Erik Kline2014-11-261-9/+0
* | Introduce revision codes for split APKs.Jeff Sharkey2014-11-241-3/+3
* | Merge "Delete unused/non-working code." into lmp-mr1-devSreeram Ramachandran2014-11-242-46/+0
|\ \
| * | Delete unused/non-working code.Sreeram Ramachandran2014-11-212-46/+0
* | | Merge "Allow VPNs to specify their underlying networks." into lmp-mr1-devSreeram Ramachandran2014-11-242-0/+56
|\ \ \
| * | | Allow VPNs to specify their underlying networks.Sreeram Ramachandran2014-11-212-0/+56
| |/ /
* | | Merge "Eliminate race conditions in UID-based network filtering." into lmp-mr...Sreeram Ramachandran2014-11-241-3/+8
|\ \ \ | |/ /
| * | Eliminate race conditions in UID-based network filtering.Sreeram Ramachandran2014-11-211-3/+8
* | | Lightweight checkin output for network stats.Jeff Sharkey2014-11-214-13/+103
|/ /
* | Merge "Rename EXTRA_NETWORK ConnectivityManager constants." into lmp-mr1-devErik Kline2014-11-211-5/+4
|\ \
| * | Rename EXTRA_NETWORK ConnectivityManager constants.Erik Kline2014-11-201-5/+4
* | | Merge "Add an API to check availability of Ethernet interface." into lmp-mr1-devJaewan Kim2014-11-203-10/+114
|\ \ \ | |/ / |/| |
| * | Add an API to check availability of Ethernet interface.Jaewan Kim2014-11-203-10/+114
* | | Expose a SystemApi method to prepare a VPN without consent.Jeff Davidson2014-11-171-0/+27
|/ /
* | [WebView] Allow the WebView to be compiled against the system SDK.Ignacio Solla2014-11-121-0/+15
* | Merge "Let scorers fine-tune scoring heuristics." into lmp-mr1-devJeff Davidson2014-11-071-5/+50
|\ \
| * | Let scorers fine-tune scoring heuristics.Jeff Davidson2014-11-061-5/+50
* | | Implemented requestNetwork with a PendingIntent.Jeremy Joslin2014-11-062-9/+34
|/ /
* | Merge "Allow apps with SCORE_NETWORKS to set the active scorer." into lmp-mr1...Jeff Davidson2014-11-061-2/+5
|\ \
| * | Allow apps with SCORE_NETWORKS to set the active scorer.Jeff Davidson2014-11-051-2/+5
* | | Merge "Fix Legacy typing of net-specific requests." into lmp-mr1-devRobert Greenwalt2014-11-052-48/+47
|\ \ \ | |/ / |/| |
| * | Fix Legacy typing of net-specific requests.Robert Greenwalt2014-11-052-48/+47
* | | Merge "Rename BROADCAST_SCORE_NETWORKS to BROADCAST_NETWORK_PRIVILEGED." into...Jeff Davidson2014-11-052-11/+11
|\ \ \
| * | | Rename BROADCAST_SCORE_NETWORKS to BROADCAST_NETWORK_PRIVILEGED.Jeff Davidson2014-11-042-11/+11
| | |/ | |/|
* | | Merge "Fix DhcpResults.setDomain() and StaticIpConfiguration.toLinkProperties...Paul Jensen2014-11-052-2/+3
|\ \ \ | |_|/ |/| |
| * | Fix DhcpResults.setDomain() and StaticIpConfiguration.toLinkProperties()Paul Jensen2014-11-052-2/+3
* | | am dcf5af38: am 8129b8b4: am dd8accfe: Merge "Mention ECDHE_PSK bug in Javado...Alex Klyubin2014-11-011-0/+7
|\ \ \ | |_|/ |/| |
| * | am 8129b8b4: am dd8accfe: Merge "Mention ECDHE_PSK bug in Javadoc of PskKeyMa...Alex Klyubin2014-10-311-0/+7
| |\ \ | | |/ | |/|
| | * Mention ECDHE_PSK bug in Javadoc of PskKeyManager.Alex Klyubin2014-10-301-0/+7
* | | Treat optimistic addresses as global preferred.Erik Kline2014-10-291-1/+25
* | | Merge "(re)define the definition of "provisioned"" into lmp-mr1-devErik Kline2014-10-281-6/+27
|\ \ \
| * | | (re)define the definition of "provisioned"Erik Kline2014-10-281-6/+27
* | | | Merge "Change removeStackedLink to take an interface name." into lmp-mr1-devLorenzo Colitti2014-10-284-35/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Change removeStackedLink to take an interface name.Lorenzo Colitti2014-10-284-35/+5
* | | | Merge "Deprecate more apache-http." into lmp-mr1-devNarayan Kamath2014-10-244-7/+31
|\ \ \ \ | |/ / / |/| | |
| * | | Deprecate more apache-http.Narayan Kamath2014-10-234-7/+31
| |/ /
* | | Add an API to select a network for a DatagramSocket.Sreeram Ramachandran2014-10-231-3/+27
|/ /
* | am 24861eab: Merge "Send callbacks for Net property changes" into lmp-devRobert Greenwalt2014-10-031-30/+33
|\ \ | |/
| * Merge "Send callbacks for Net property changes" into lmp-devRobert Greenwalt2014-10-031-30/+33
| |\
| | * Send callbacks for Net property changesRobert Greenwalt2014-10-021-30/+33
* | | am d84ce32b: Merge "Fix some documentation typos." into lmp-devNewton Allen2014-10-021-6/+6
|\ \ \ | |/ /
| * | Fix some documentation typos.Newton Allen2014-09-301-6/+6
| |/
* | am 89e0f093: Move mobile provisioning APN support into telephony.Paul Jensen2014-09-292-4/+3
|\ \ | |/