Taranenko Roman
|
515f610cac
|
Added more elements in the predefined list of POI types and fixed issue
"Please add natural=tree to POI creation list". Fixed app crash in
DownloadIndexesThread.
|
2014-10-09 20:40:09 +03:00 |
|
Taranenko Roman
|
d1df74c273
|
Fixed scrolling through an online map ends up "downloading forever"
issue
|
2014-10-08 23:02:15 +03:00 |
|
Victor Shcherb
|
8602f9aed4
|
Merge branch 'master' of ssh://github.com/osmandapp/Osmand
|
2014-10-08 00:53:42 +03:00 |
|
Victor Shcherb
|
4290fc3bad
|
Fix bug
|
2014-10-08 00:53:04 +03:00 |
|
vshcherb
|
d6f1be4f80
|
Merge pull request #902 from saiarcot895/basic-turn-lanes-reading
Add basic support for reading turn:lanes and drawing the turns as lanes
|
2014-10-08 00:23:43 +03:00 |
|
Saikrishna Arcot
|
88156c0370
|
Swap secondary and primary turns if the secondary turn is actually the turn being made.
|
2014-10-06 14:10:57 -04:00 |
|
Saikrishna Arcot
|
3ef0a4f9a8
|
Change return type of attachTurnLanesData to void
|
2014-10-06 12:43:50 -04:00 |
|
Saikrishna Arcot
|
bd5d29fc5f
|
Rename countLines() to countLanes()
|
2014-10-04 10:41:30 -04:00 |
|
Saikrishna Arcot
|
a11e5bb9e6
|
Add basic support for reading turn:lanes and drawing the turns as lanes
|
2014-10-04 10:39:25 -04:00 |
|
Victor Shcherb
|
19ef80c33f
|
count lines differenetly
|
2014-10-02 17:50:02 +02:00 |
|
Victor Shcherb
|
e27a425465
|
Show different turns
|
2014-10-02 14:14:34 +02:00 |
|
Victor Shcherb
|
2c6b19b775
|
Refactor turn types
|
2014-10-02 13:47:39 +02:00 |
|
Victor Shcherb
|
6c3bd59a7a
|
Small changes
|
2014-10-02 11:22:11 +02:00 |
|
Denis
|
f68498ad13
|
merge with master
|
2014-10-01 12:53:09 +03:00 |
|
Victor Shcherb
|
b6273d00c1
|
Fix zoom scale for high density phones (glitch 200-300%)
|
2014-10-01 00:27:01 +02:00 |
|
Denis_Bars
|
36f46e3176
|
Merge branch 'qtcore' of https://github.com/osmandapp/Osmand into qtcore
|
2014-09-28 16:26:13 +03:00 |
|
Victor Shcherb
|
13153bec28
|
Merge branch 'master' of ssh://github.com/osmandapp/Osmand
|
2014-09-27 12:44:49 +03:00 |
|
Victor Shcherb
|
82120c920e
|
Add more info about error heartbeat
|
2014-09-27 12:44:37 +03:00 |
|
Zahnstocher
|
ae8141c5d8
|
Fix c:geo intent
|
2014-09-27 00:24:07 +02:00 |
|
Victor Shcherb
|
8dc635eae1
|
Update map utils
|
2014-09-26 10:42:47 +02:00 |
|
Victor Shcherb
|
fe84bf3a6f
|
Delete osmodroid code and add binary inspector ability to trace vrouting
|
2014-09-26 10:03:19 +02:00 |
|
Victor Shcherb
|
3f4afca303
|
Add text size setting for the map
|
2014-09-24 22:32:37 +02:00 |
|
Victor Shcherb
|
f1cdd40305
|
Align map/text/icon scale
|
2014-09-23 09:40:26 +02:00 |
|
Victor Shcherb
|
68869a05b5
|
Update routing, make point precise
|
2014-09-22 02:08:34 +02:00 |
|
Victor Shcherb
|
e8ffb5b532
|
Fix search cmd
|
2014-09-14 10:21:44 +02:00 |
|
Victor Shcherb
|
8a23993e08
|
Fix rendering parser
|
2014-09-13 17:18:26 +02:00 |
|
Victor Shcherb
|
c017af3372
|
Working commit
|
2014-09-13 17:18:13 +02:00 |
|
Victor Shcherb
|
b95cd933f1
|
Storage
|
2014-09-13 12:49:00 +02:00 |
|
Victor Shcherb
|
355b59b0fd
|
Refactor rendering rules
|
2014-09-13 12:27:39 +02:00 |
|
Victor Shcherb
|
93dd291796
|
Merge branch 'master' of ssh://github.com/osmandapp/Osmand
|
2014-09-11 00:41:03 +02:00 |
|
Victor Shcherb
|
75df4e7b23
|
introduce style aliases
|
2014-09-11 00:40:53 +02:00 |
|
vshcherb
|
bfe1f02255
|
Merge pull request #873 from rilaby/geopatterns
changed the patterns to stick to one for lat, lon;
|
2014-09-10 14:15:10 +02:00 |
|
rilaby
|
d916bb0cd6
|
changed the patterns to ctick to one for lat, lon; added support for
integer lat, lon; added new test cases;
|
2014-09-10 10:18:52 +03:00 |
|
vshcherb
|
4f03debcfd
|
Merge pull request #871 from rilaby/geopatterns
GeoPointParserUtils bug fixed
|
2014-09-08 10:34:40 +02:00 |
|
rilaby
|
892d07a56d
|
GeoPointParserUtils bug fixed
|
2014-09-08 10:25:43 +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 |
|
jeepingben
|
7bbfcc0b7e
|
Create LIFOBlockingDeque.java
Add support for LIFO blocking queue (deque actually)
|
2014-09-05 08:34:34 -04:00 |
|
Victor Shcherb
|
11d62188e4
|
Fix additional
|
2014-09-05 12:23:57 +02:00 |
|
vshcherb
|
456eefde5a
|
Merge pull request #863 from rilaby/geopatterns
search by geo urls reworked
|
2014-09-04 11:46:54 +02:00 |
|
rilaby
|
8d7d817c0a
|
search by geo urls reworked
|
2014-09-04 09:47:08 +03:00 |
|
Victor Shcherb
|
62076bbca5
|
Remove whitespace
|
2014-09-03 19:39:50 +02:00 |
|
Victor Shcherb
|
6451541daf
|
Update transformer
|
2014-09-03 19:04:08 +02:00 |
|
Victor Shcherb
|
1853caee90
|
support apply/filter
|
2014-09-03 11:33:30 +02:00 |
|
Victor Shcherb
|
9f999a1e2a
|
Create rules transformer
|
2014-09-03 02:35:14 +02:00 |
|
Victor Shcherb
|
f81cfbf8df
|
Support gpx rendering and nav rendering
|
2014-09-01 01:18:23 +02:00 |
|
Victor Shcherb
|
3baa09d434
|
Merge branch 'master' of ssh://github.com/osmandapp/Osmand
|
2014-08-31 23:41:21 +02:00 |
|
Victor Shcherb
|
8d540d66ac
|
Fix rendering rules
|
2014-08-31 23:40:51 +02:00 |
|
rilaby
|
3a9c6c37f4
|
GeoPointParserUtil.java added to osmAnd-java
|
2014-08-31 20:25:01 +03:00 |
|
Victor Shcherb
|
8627391c4f
|
Fix crash
|
2014-08-28 01:23:49 +02:00 |
|
Victor Shcherb
|
7c48e7052f
|
Map rendering types
|
2014-08-27 23:44:49 +02:00 |
|