OsmAnd/OsmAnd-java
Hans-Christoph Steiner bb1d1320ed use NetworkUtils.getHttpURLConnection for all URLConnections
This keeps the code consistent, provides a single common method for setting
up URLConnections, and allows the proxy support to work on all network
connections.

NetworkUtils.getHttpURLConnection() provides a common method for creating
HttpUrlConnection instances from URLs.  That's where the proxy config
happens.  If you can think of a better way to add proxy support, I'm all
ears.  This is the best that we've found in our proxy work at Guardian
Project.

this is a follow up on https://github.com/osmandapp/osmand/pull/1043
2015-02-20 14:06:07 +01:00
..
.settings Move OsmAnd java core project back to android repository for maintainance reasons 2013-04-18 23:35:20 +02:00
libs Move OsmAnd java core project back to android repository for maintainance reasons 2013-04-18 23:35:20 +02:00
protobuf-src Update protobuf 2013-11-11 01:38:37 +01:00
src use NetworkUtils.getHttpURLConnection for all URLConnections 2015-02-20 14:06:07 +01:00
.classpath Move classes back to main repository 2013-05-19 23:32:11 +02:00
.gitignore Initial gradle support 2014-12-16 13:24:33 +02:00
.project Move classes back to main repository 2013-05-19 23:32:11 +02:00
build.gradle Proper gradle 2015-02-03 11:13:11 +02:00
build.xml Fix search by name 2014-11-19 00:47:59 +01:00
collect_legacy_libs.sh Update core-legacy location 2014-12-21 23:39:14 +01:00
collect_libs.sh keep up-to-date 2013-08-18 21:55:32 +03:00