Commit graph

62 commits

Author SHA1 Message Date
ilasica
8ca0656412 1. Means to set Referer field in connection to a tile server. Support of new optional field Referer in table INFO of sqlitedb
2. Delete old tiles from sqlitedb in case of using field time. Usefull for unstable tiles, for example traffic map.
2015-10-09 11:35:21 +03:00
Victor Shcherb
d9973447e3 Update java 2015-08-01 20:52:21 +02:00
Victor Shcherb
3c3851ad87 Fix issue with callback / prepare osmc 2015-07-29 20:00:42 +02:00
Victor Shcherb
2d9c367960 Update bbox 2015-07-20 01:17:26 +02:00
Victor Shcherb
324512dc42 Avoid logging too much 2015-07-19 11:44:16 +02:00
Victor Shcherb
7c9352f903 Update bbox 2015-07-17 09:15:17 +02:00
Victor Shcherb
40bc7bf0bb Update poi types with entity convert 2015-07-09 14:14:52 +02:00
Victor Shcherb
fe34980ece Fix ui memory leak 2015-07-07 12:51:51 +03:00
Victor Shcherb
09db127d68 Delete region 2015-06-15 01:30:42 +02:00
Victor Shcherb
c9491816c3 Update regions 2015-06-06 01:57:56 +02:00
Victor Shcherb
bf9859d477 Update regions 2015-06-05 09:36:37 +02:00
Victor Shcherb
2243426d5a Improve parsing 2015-06-04 10:16:21 +02:00
Victor Shcherb
df12e39f73 Update regions ocbf 2015-06-04 10:09:52 +02:00
vshcherb
189e9a630a Update OsmandRegions.java 2015-05-30 14:14:15 +02:00
Victor Shcherb
21e9e6b7cf Init osmand regions 2015-03-18 01:12:02 +01:00
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
Victor Shcherb
895b61a34b Fix issues 2015-02-16 09:42:59 +01:00
ilasica
0e0def0440 In case of SQLiteTileSource using
Changed loading tiles to sqlitedb when using "Download map" from context menu. Before now in such cases tiles were saved just in files in TEMP folder
Changed saving tiles directly  to sqlitedb when browsing new area. efore now in such cases temp files were used.
2015-02-11 10:47:34 +03: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
Alexey Pelykh
9910e07a68 Blah Blah 2014-12-10 09:57:48 +02:00
Victor Shcherb
6002e7126e Update cards layout 2014-12-09 20:20:21 +01:00
Victor Shcherb
239184861f Add strings to translate 2014-12-06 13:17:54 +01:00
Victor Shcherb
311cb29336 Fix collapsing 2014-12-05 23:33:58 +01:00
Victor Shcherb
246ed334e6 Fix android 2.2 2014-11-08 01:40:36 +01:00
Victor Shcherb
078505633b Fix map downloader 2014-10-13 00:58:01 +02:00
Taranenko Roman
d1df74c273 Fixed scrolling through an online map ends up "downloading forever"
issue
2014-10-08 23:02:15 +03:00
jeepingben
d656aa54e6 Switch MapTileDownloader order to LIFO -Issue 2364
Fetch the area the user visited most recently first.  This makes the GUI feel more responsive.
2014-09-05 08:39:15 -04:00
vshcherb
fa778d890c Fix regions and add edit device color 2014-05-27 02:36:15 +02:00
vshcherb
be1bb81e05 Rename to follow file name convention 2014-04-26 16:18:51 +02:00
vshcherb
a7a5639969 Update download items 2014-04-15 01:26:40 +02:00
vshcherb
bce2a537d7 Show locale names instead of download names (but search both) 2014-04-14 02:08:48 +02:00
vshcherb
2355433947 Update map controls to display zoom in/out conditionally 2014-03-22 02:03:57 +01:00
vshcherb
016f4acd3b Fix navigate action menu & put read time out for tiles 2014-03-08 15:50:07 +01:00
vshcherb
047a42cf42 Remove not used countries info 2013-11-11 01:46:38 +01:00
vshcherb
2b13f732a8 Fix online maps (timeout doesn't redownload map) 2013-10-27 19:17:12 +01:00
vshcherb
f6692765f2 Fix bug with NPE of osmand regions 2013-10-27 00:37:32 +02:00
vshcherb
2077493fe9 Add osmand regions 2013-09-25 11:09:42 +02:00
vshcherb
7e5414e527 Add regions download 2013-09-24 21:41:04 +02:00
vshcherb
19ce935266 Add download button when the map is missing 2013-09-24 18:53:48 +02:00
vshcherb
afbcd9935c Update geofabrik polygons 2013-09-17 01:53:30 +02:00
vshcherb
b063b65583 Create osmand-regions 2013-09-16 22:21:22 +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