vshcherb
2c76ad0461
Merge pull request #1080 from ilasica/urlTemplate
...
Add in urlTemplate support of variables {z}, {x} and {0} interpreted like {0}, {1} and {2}
2015-02-21 00:43:29 +01:00
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
ilasica
24e1bc3d3f
Add in urlTemplate support of variables {z}, {x} and {0} interpreted like {0}, {1} and {2}.
...
Before now these variables were supported in some cases. Now they are supported always in both .metainso and sqlitedb.
No support in beanshell!
2015-02-20 15:55:30 +03:00
ilasica
cd8736ee5b
Add in urlTemplate support of variables {z}, {x} and {0} interpreted like {0}, {1} and {2}.
...
Before now these variables were supported in some cases. Now they are supported always in both .metainso and sqlitedb.
No support in beanshell!
2015-02-20 15:01:00 +03:00
Victor Shcherb
f58c17eb66
Make osmandonline tiles hd
2015-02-16 19:44:28 +01:00
ilasica
cd3dc04880
Add beanshell use. Use new optional field RULE in table INFO. Value "beanshell" makes to use interpreter for processing of a script which put into the field URL. If there is no field RULE or its value differs from "beanshell", content of the field URL used as before.
2015-02-09 10:25:18 +03:00
Alexey Pelykh
f471400e32
Something
2014-12-11 11:24:48 +02:00
vshcherb
fa778d890c
Fix regions and add edit device color
2014-05-27 02:36:15 +02:00
Victor Shcherb
af053235dd
Update raster maps
2013-08-10 19:53:27 +02:00
Victor Shcherb
eb4480f8e1
Add time expiration
2013-08-10 19:51:24 +02:00
Nelson A. de Oliveira
20f18fd5a6
Fix single character string argument
...
These String literals may be replaced by equivalent character literals,
gaining some performance enhancement.
2013-08-03 10:42:15 -03:00
Victor Shcherb
5702c9c364
Fix Yandex traffic
2013-07-22 02:19:31 +02:00
Victor Shcherb
5aeac12128
Fix bugs
2013-07-22 02:04:16 +02:00
Victor Shcherb
04baf7f15d
Disable strict mode
2013-05-23 20:08:20 +02:00
Victor Shcherb
7bd0697b09
Enable strict mode in OsmAnd~ version
2013-05-23 20:08:19 +02:00
Victor Shcherb
fd904b9c99
Fix most critical bugs
2013-05-23 20:08:19 +02:00
Victor Shcherb
7bc162a878
Move OsmAnd java core project back to android repository for maintainance reasons
2013-04-18 23:35:20 +02:00
Victor Shcherb
3db27de275
Restructure repository
2012-12-12 02:10:55 +01:00
Victor Shcherb
e59b53da68
Refactor project structure
2012-12-12 00:05:32 +01:00