Commit graph

80 commits

Author SHA1 Message Date
Alexey Kulish
86c4a85e7b Main map on top in multi menu 2015-11-02 19:05:42 +03:00
Alexey Kulish
4e42031882 Fixes 2015-10-26 19:56:21 +03:00
Victor Shcherb
e45f45afcd update regions 2015-10-25 22:21:14 +01:00
Victor Shcherb
9d7236139b Fix issues 2015-10-25 22:18:45 +01:00
Victor Shcherb
cd6675b64f Update 2015-10-25 21:25:08 +01:00
Victor Shcherb
aec0b252c3 clean structure 2015-10-25 17:33:12 +01:00
Victor Shcherb
6c445aed91 clean structure 2015-10-25 17:24:40 +01:00
Victor Shcherb
69a6210b4a Update 2015-10-25 17:08:20 +01:00
Victor Shcherb
a73f88b326 STart of refactoring 2015-10-25 16:51:29 +01:00
Victor Shcherb
bc0bcbe999 Update method 2015-10-25 13:39:30 +01:00
Alexey Kulish
0dd39caa71 Fix OsmandRegions 2015-10-22 22:48:47 +03:00
Alexey Kulish
2050622214 Fix Replace button color, added new info methods to WorldRegion 2015-10-22 11:48:14 +03:00
Victor Shcherb
3a06297ec6 Don't add parent to index 2015-10-21 12:04:39 +02:00
Alexey Kulish
0167db4cb9 Fix country name in downloads 2015-10-14 22:28:17 +03:00
vshcherb
db9d89e274 Merge pull request #1791 from ilasica/Again
Means to set Referer field in connection to a tile server and old tiles clearing
2015-10-12 23:46:49 +02:00
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
Alexey Kulish
5091a5105a Downloads - added search 2015-10-07 19:24:12 +03:00
vshcherb
579659065a Update OsmandRegions.java 2015-09-29 23:14:05 +02:00
Alexey Kulish
00944b8e9b Introduced WorldRegion 2015-09-29 21:50:49 +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