vshcherb
e545b744d0
Merge pull request #918 from saiarcot895/support-for-left-and-right
...
Support for left and right
2014-10-14 14:49:55 +02:00
Saikrishna Arcot
8c7f2e68e7
Add a right/left turn arrow on the rightmost/leftmost lane if it's not
...
included as per turn:lanes and a right/left turn is being taken.
2014-10-13 09:53:52 -05:00
Saikrishna Arcot
45ab0689c3
Add ability to fully use turn:lanes for left and right turns as well
...
If the turn being made is a left or right turn, and turn:lanes is
present, then the lanes for the turn will be displayed, and only the
lane that takes a left or right turn will be highlighted.
2014-10-13 09:26:25 -05:00
Saikrishna Arcot
ef5ed3c17f
Fix error caused by missing lane tags.
...
When there is both a slight left turn and a slight right turn possible
at a point, and neither of the outbound roads have a lanes tag, then
an ArrayIndexOutOfBoundsException is thrown.
2014-10-13 08:37:00 -05:00
Victor Shcherb
078505633b
Fix map downloader
2014-10-13 00:58:01 +02:00
Victor Shcherb
3dfcf8fecf
Merge branch 'master' of ssh://github.com/osmandapp/Osmand
2014-10-13 00:47:20 +02:00
Victor Shcherb
a00b64f85e
Fix issue with unnecessary POI created
2014-10-13 00:46:54 +02:00
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
Saikrishna Arcot
54871563db
Add support for reading in lanes that have multiple turns
2014-10-07 22:38:48 -04: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
Victor Shcherb
3736b332e3
Fix format
2014-08-21 22:39:36 +02:00
Victor Shcherb
20677dd757
Add rendering parser state
2014-08-21 22:19:31 +02:00
Victor Shcherb
4f51bb9237
Update waypoint helper
2014-08-17 15:42:09 +02:00
Victor Shcherb
657bf17d82
Refactor favorites
2014-08-15 00:49:16 +02:00
Victor Shcherb
431fd20f76
Fix pause navigation and implement search poi on the path
2014-08-06 01:28:55 +02:00
Victor Shcherb
441b547a21
Add search poi along the path
2014-08-05 11:09:15 +02:00
Victor Shcherb
f7ab4f4be3
Fix mixed casing in rendering_types.xml (all lowercase now) and relation=true for additional
2014-08-03 19:44:48 +02:00
Victor Shcherb
34c45211dd
Merge
2014-08-01 18:22:43 +02:00
Denis_Bars
36ef4d8307
Implemented waypoint dialog
2014-08-01 19:15:59 +03:00
Victor Shcherb
e44d520b3a
update entity
2014-07-30 16:11:39 +02:00
Victor Shcherb
ab50581e8b
Start and stop stage
2014-07-29 09:49:41 +02:00
Victor Shcherb
2eca9ec77f
New experimental routing
2014-07-18 17:50:38 +02:00
Denis
e2e4d234aa
Removed UTurn message. Added functionality to cancel voice commands if user is off the route. Added off the route indicator with lenght to return to path.
2014-07-17 12:50:50 +04:00
Victor Shcherb
3a69405dc7
Hotfix issue
2014-07-16 20:45:44 +02:00
Victor Shcherb
b105d89881
Show suburbs correctly
2014-07-14 02:02:32 +02:00
Victor Shcherb
93a5a7933d
Don't use uturn in services
2014-07-11 18:48:08 +02:00
Victor Shcherb
a449658b41
Download layer
2014-07-06 16:17:46 +02:00
unknown
e1177cf3ce
fixed bug 95
2014-07-03 12:41:37 +03:00
Victor Shcherb
c1e1c10f39
Try to fix performance
2014-06-27 01:25:38 +02:00
Victor Shcherb
46adfea1c1
Prepare english name maps
2014-06-26 02:29:02 +02:00
Victor Shcherb
68cd88c36d
Index strings in proper order
2014-06-26 01:14:30 +02:00
Victor Shcherb
87d910e7b7
Update rendering types
2014-06-26 00:23:16 +02:00
Victor Shcherb
529b20283d
Fix bugs / deselect gpx from available (visible in settings)/show points and context menu for selected items
2014-06-25 17:30:56 +02:00
Victor Shcherb
05f919b2f7
update java
2014-06-23 22:10:16 +02:00
Victor Shcherb
a1b6a78a99
update java
2014-06-23 22:04:21 +02:00
Victor Shcherb
381a1032b1
update java
2014-06-23 21:59:34 +02:00
Victor Shcherb
3344be088d
Add legacy so to the build
2014-06-23 21:52:23 +02:00
vshcherb
506e740bcd
Merge pull request #691 from balrog-kun/master
...
Consts for addr:place=* and place=neighbourhood.
2014-06-23 03:02:36 +02:00
Victor Shcherb
658de3c710
Embed fonts into build
2014-06-21 02:51:40 +02:00
Victor Shcherb
f31cebf6a7
Add support for custom fonts
2014-06-21 02:32:49 +02:00
Victor Shcherb
60f3dae306
Add favorites
2014-06-20 11:41:55 +02:00
Andrzej Zaborowski
9d2cbe0d17
Add CityType.NEIGHBOURHOOD for OsmAndMapCreator.
...
place=neighbourhood is gaining popularity for about two years in OSM
tagging and is supported by other tools as a subdivision of a
place=suburb and similar.
2014-06-20 01:18:10 +02:00
Andrzej Zaborowski
4b516efde9
Add an enum for addr:place for OsmAndMapCreator to use.
...
addr:place=* support is very important for address search in some
countries. Nominatim and most other tools support it.
2014-06-20 01:18:09 +02:00
Victor Shcherb
11280b62ba
Fix rendering style
2014-06-19 22:39:45 +02:00
Victor Shcherb
30b71f729a
Add support for icon visible size (special case 0)
2014-06-19 21:04:56 +02:00
Victor Shcherb
d9a7c973b3
Try to fix basemap generation
2014-06-13 11:32:06 +02:00
Victor Shcherb
91b7739581
update favorites icon
2014-06-11 00:57:53 +02:00
Victor Shcherb
c3d3f509c1
Refactor labels
2014-06-08 21:01:46 +02:00
Victor Shcherb
d4fe3288d2
Initial refactoring
2014-06-08 10:50:40 +02:00
vshcherb
b164eab3e2
Update Algorithms.java
...
Add parse color
2014-06-01 11:18:43 +02:00
vshcherb
fa778d890c
Fix regions and add edit device color
2014-05-27 02:36:15 +02:00
Koen Rabaey
a4455a1fc3
import&save gpx&kml files from file&content uri's
2014-05-22 10:51:31 +02:00
vshcherb
71b98f79f0
Fix modified date (unified UTC solution)
2014-04-28 22:26:43 +02:00
vshcherb
be1bb81e05
Rename to follow file name convention
2014-04-26 16:18:51 +02:00
vshcherb
740c829fab
Use timestamp instead of date
2014-04-26 16:18:51 +02:00
vshcherb
381492698a
update names
2014-04-26 16:16:03 +02:00
vshcherb
4d00c93c55
Update constants
2014-04-17 00:08:04 +02:00
vshcherb
2f3cee4d50
Add customization point / remove intents class
2014-04-16 23:55:22 +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
2dc9e63dc9
Fix collator issue
2014-04-12 23:37:18 +02:00
vshcherb
3fe967d797
Update collator
2014-04-11 01:04:17 +02:00
vshcherb
fb83b64ac4
Fix bug in countries with mph limits
2014-04-07 00:56:17 +02:00
vshcherb
53e0727f7c
Update MapRenderingTypes.java
2014-03-31 18:05:52 +02:00
vshcherb
c515f2cbc2
Fix exception traces
2014-03-29 21:19:18 +01:00
vshcherb
c2c0ec5303
Fix small issues
2014-03-29 21:16:53 +01:00
vshcherb
681f6a27e0
Fix small issues
2014-03-26 12:56:02 +01: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
a6d7c1d052
Fix java based rendering
2014-03-07 02:36:42 +01:00
vshcherb
57b86af812
Add info to trace
2014-03-06 10:13:57 +01:00
vshcherb
c185447fbe
Add missing points/roads for basemap
2014-03-06 01:57:55 +01:00
Alexey Pelykh
40d5335dbd
Merge branch 'master' of ssh://github.com/osmandapp/Osmand
2014-03-04 19:33:04 +02:00
Alexey Pelykh
7f66caede9
JNI should be in core
2014-03-04 19:32:34 +02:00
vshcherb
3c1104b1d0
Improve gpx route calculation
2014-03-03 18:44:17 +01:00
vshcherb
05e763f60c
Improve gpx route calculation
2014-03-03 15:55:32 +02:00
vshcherb
1f7f7f54da
Add osmand route calculation following gpx track
2014-03-02 19:47:03 +02:00
vshcherb
4279cf6150
Add field for java pc rendering
2014-03-01 19:02:50 +02:00
vshcherb
82137dc66b
Fix roundabout issue
2014-03-01 16:49:21 +02:00
vshcherb
2cc5409044
Add rendering route data objects from java/ change download button behavior
2014-03-01 13:30:25 +02:00
Alexey Pelykh
e6e5d2c32b
Merge branch 'master' of ssh://github.com/osmandapp/Osmand
2014-02-27 11:19:42 +02:00
Alexey Pelykh
09b9f77c67
Remove always-outdated target
2014-02-27 11:19:17 +02:00
vshcherb
c7e764239b
Add dynamic routing parameters for osmand routing.xml
2014-02-26 21:03:12 +01:00
vshcherb
61dbb483ed
Fix issue with addr:housenumber
2014-02-23 14:17:21 +01:00
Alexey Pelykh
3dea3362c4
Merge branch 'master' of ssh://github.com/osmandapp/Osmand
2014-02-23 00:11:14 +02:00
Alexey Pelykh
4f926a391e
Include icu4c in deps
2014-02-23 00:10:44 +02:00
vshcherb
df6cf9f480
Update routing
2014-02-21 01:03:34 +01:00
vshcherb
07db561e06
Small changes
2014-02-12 01:01:28 +01:00
vshcherb
f82ea8df18
Speedup routing
2014-02-07 02:38:42 +01:00
vshcherb
ffec2a815d
Encoder
2014-02-06 02:23:10 +01:00
vshcherb
33e2902aa5
Add speech rate to accessibility settings
2014-02-06 01:07:45 +01:00
vshcherb
be06d96141
Update warnings & settings with new routing
2014-02-06 00:35:08 +01:00
vshcherb
1370e3050d
Update warnings & settings with new routing
2014-02-06 00:17:07 +01:00
vshcherb
da25b2869b
Add new routing config
2014-02-05 21:10:04 +01:00
vshcherb
7e9053b2bc
Add new routing config
2014-02-05 17:57:24 +01:00
vshcherb
db06f5ee00
Introduce New routing config
2014-02-02 14:06:15 +01:00
vshcherb
311ec40157
finalize changes
2014-02-01 22:32:06 +01:00
vshcherb
bc55c294d5
Add precalculated route
2014-02-01 22:32:06 +01:00
vshcherb
efdfdb55e9
Update routing provider
2014-02-01 22:32:06 +01:00
vshcherb
3de7729bce
Introduce new routing
2014-02-01 22:32:06 +01:00
vshcherb
2ce1385ae5
Change interface
2014-02-01 22:32:06 +01:00
hvdwolf
c5712fd4dc
Update build.xml; undo previous change
...
I thought I had closed that specific pull request but it was still active and now in the Copyright pull request
2014-01-27 12:06:08 +01:00
hvdwolf
8586f00969
Update build.xml
...
When compiling with repo from the the osmand-tools repo to build OsmandMapCreator, I need the ./ before collect_libs.sh
2014-01-26 08:52:48 +01:00
vshcherb
99261472db
Test new routing provider (alpha routing should work with java for quite long distance). Maps needs to be updated (new regeneration 22 Jan
2014-01-21 01:58:52 +01:00
vshcherb
4b9697f104
Update map utils douglas-peuker (to return filtered out points)
2014-01-20 19:34:45 +01:00
vshcherb
2d3a054fd0
Fix small issues
2014-01-20 01:50:30 +01:00
vshcherb
f3566c25e4
Clean binary inspector
2014-01-20 01:05:15 +01:00
vshcherb
35432e6080
Clean binary inspector
2014-01-20 01:05:03 +01:00
vshcherb
a7a59e3f07
Test new routing (not enabled in this commit)
2014-01-20 00:25:45 +01:00
vshcherb
fc11e13a1e
Remove border lines & enable route precalculation
2014-01-19 23:59:14 +01:00
vshcherb
5dd8c35988
Update calculation
2014-01-19 23:59:14 +01:00
vshcherb
f965160876
Update android routing
2014-01-19 23:59:14 +01:00
vshcherb
3fc759ef1c
Small changes
2014-01-19 23:59:14 +01:00
vshcherb
ad72ef705b
Test new routing
2014-01-19 23:59:14 +01:00
vshcherb
b9e4a8cc3d
Investigate new routing
2014-01-19 23:59:14 +01:00
vshcherb
f7e39bfe48
Add rendering property textHaloColor
2014-01-13 01:40:16 +01:00
vshcherb
65072007cd
Fix small issues
2013-12-30 00:45:29 +01:00
vshcherb
847c8e8d44
Fix simulation in tunnel (too quick now)
2013-12-30 00:45:29 +01:00
vshcherb
a1ed8cabbf
Fix open sea maps creator
2013-12-01 17:08:52 +01:00
vshcherb
9e6b9560dc
Fix map generation
2013-11-30 20:44:07 +01:00
vshcherb
6fc2e88619
Add new poi type for open sea maps
2013-11-30 20:17:13 +01:00
vshcherb
c6bc4b32bd
Add open sea maps parsing
2013-11-30 20:17:13 +01:00
vshcherb
00a446d335
Merge pull request #550 from jasalamanca/testRouting
...
Adding vehicle parameter to TestRouting
2013-11-27 02:19:33 -08:00
Javier Salamanca
83fd1e69c4
- Adding vehicle parameter to TestRouting
...
- Reseting context before searching route.
2013-11-27 08:33:13 +01:00
vshcherb
4305d74c20
Update MapRenderingTypes.java
2013-11-27 01:15:57 +01:00
vshcherb
2b002357c1
Update MapRenderingTypes.java
2013-11-27 01:03:02 +01:00
vshcherb
9798a3b55c
Fix small shifts (use double)
2013-11-26 17:11:36 +01:00
vshcherb
cc152f16c8
Fix small offset by replacing float -> double
2013-11-26 17:11:35 +01:00
vshcherb
3bf2ded7a4
Fix invisible zigzags
2013-11-26 16:23:12 +01:00
vshcherb
793d16517a
Fix exception (crash POI filter)
2013-11-26 00:22:17 +01:00
vshcherb
d051a5f8e9
Fix exception (crash POI filter)
2013-11-26 00:09:47 +01:00
vshcherb
cb0a9359dc
Clean map inspector
2013-11-24 21:51:10 +01:00
vshcherb
a9c6f8ebd3
Support custom categories and put them into USER_DEFINED
2013-11-24 21:29:50 +01:00
vshcherb
bf9f0e5220
Fix text types
2013-11-24 20:24:19 +01:00
vshcherb
02f0be7d22
Fix text types
2013-11-24 20:24:19 +01:00
vshcherb
99f2d38483
Update osmand application
2013-11-24 19:45:00 +01:00
vshcherb
8fe2a7df62
Fix binary inspector
2013-11-24 19:23:00 +01:00
vshcherb
b088a94df2
Add reading new tags
2013-11-24 19:22:07 +01:00
vshcherb
105beb6976
Fix creation of old maps
2013-11-24 17:38:09 +01:00
vshcherb
6ff89eff04
Update rendering types for new Android version & new map creator
2013-11-24 17:38:09 +01:00
vshcherb
778a72992f
Refactor poi encoder
2013-11-24 17:38:09 +01:00
vshcherb
95d92645a6
Amenity types
2013-11-24 17:38:09 +01:00
vshcherb
db262a4c16
Update Amenity.java
2013-11-20 10:34:31 +01:00
Alexey Pelykh
84e6309757
Fix defines
2013-11-13 18:37:36 +02:00
vshcherb
047a42cf42
Remove not used countries info
2013-11-11 01:46:38 +01:00
vshcherb
77b8c8cb66
Update protobuf
2013-11-11 01:38:37 +01:00
vshcherb
bf336b7227
Add protobuf patch
2013-11-11 01:09:02 +01:00
vshcherb
8af6fa9816
Add protobuf patch
2013-11-11 01:06:14 +01:00
vshcherb
2a736bcf07
Add protobuf patch
2013-11-11 00:39:09 +01:00
vshcherb
b1a9fb173e
Update protobuf
2013-11-11 00:26:50 +01:00
vshcherb
5e0ec9c1e1
Update protobuf
2013-11-11 00:21:01 +01:00
vshcherb
119623e98a
Refactor amenity structure
2013-11-10 16:54:28 +01:00