xmd5a
bed975e05f
Add api key to cyclemap link
2017-05-26 12:18:58 +03:00
Victor Shcherb
3f379838e1
Fix lib
2017-05-23 22:40:35 +02:00
Alexey Kulish
6ba77dccd6
Added lines for mapillary layer
2017-05-17 19:39:44 +03:00
Alexey Kulish
b614ab93c4
Fix java 1.8
2017-05-16 22:20:48 +03:00
Alexey Kulish
d453a2ed72
Fix build
2017-05-16 22:11:17 +03:00
Alexey Kulish
ba63945038
Added mvt parser lib. Added mapillary vector tiles. Refactored resources cache.
2017-05-16 21:50:41 +03:00
xmd5a
0fe6ad8b14
Add routing test
2017-05-09 17:34:43 +03:00
Victor Shcherb
09fa94a4b8
Fix issue with opening hours Mo-Fr 08:30-17:00; 12:00-12:40 off;
2017-05-09 00:23:28 +02:00
Alexey Kulish
3d59d1903e
Refactoring mapillary controls
2017-05-04 23:48:07 +03:00
Alexey Kulish
16292f6c8f
Fix mapillary layer setting
2017-04-29 15:44:02 +03:00
Alexey Kulish
6a02e772c2
Added mapillary setting to configure map
2017-04-26 19:06:58 +03:00
Victor Shcherb
1826c7d79f
Fix test
2017-04-25 10:05:17 +02:00
Nelson A. de Oliveira
7adf19ab6b
Fix "verbouse" typo and remove some whitespaces
2017-04-18 12:01:13 -03:00
Victor Shcherb
58c3e89efb
Fix geo intent search
2017-04-18 11:50:47 +03:00
Victor Shcherb
f58663be20
Fix search core
2017-04-17 20:08:53 +03:00
Victor Shcherb
9032333643
Fix search issue
2017-04-17 19:44:00 +03:00
xmd5a
dc93362b55
Add turn lanes test
2017-04-17 18:41:15 +03:00
Victor Shcherb
7113eb554f
Fix crash size is missing in bitset
2017-04-16 13:49:38 +03:00
Victor Shcherb
755ca8bcf9
Fix issue with search
2017-04-14 15:07:52 +03:00
Victor Shcherb
8beabaa80e
Fix search
2017-04-14 10:14:39 +03:00
Victor Shcherb
0a0321bbd5
Fix search for 1-digit houses
2017-04-13 19:42:59 +02:00
Victor Shcherb
4a453f5f57
Enable new indexing merge
2017-04-13 10:35:06 +02:00
Victor Shcherb
9d3adfabc5
Fix inversive search
2017-04-13 10:32:49 +02:00
Victor Shcherb
5dbacd68a2
Fix inversive search
2017-04-13 01:10:59 +02:00
Victor Shcherb
3f8577b0af
Add common words to geocoding utilities
2017-04-12 14:31:26 +02:00
vshcherb
c4931e52f6
Merge pull request #3645 from strump/patch-1
...
Added explicit encoding for Java source code
2017-04-11 23:47:24 +02:00
Victor Shcherb
13bd228feb
Fix #3357
2017-04-11 23:41:52 +02:00
Victor Shcherb
1d2357261b
Fix test
2017-04-11 21:30:30 +02:00
Victor Shcherb
ad196afd4d
Fix test
2017-04-11 20:57:34 +02:00
strump
4deaabdce4
Added default encoding for Java source code
...
On Windows 10 x64 Russian with Java 8.0.1210.13 compiler uses cyrillic encoding "cp1251" by default. That's why gradle fails with error
```
Validating translations
Incremental java compilation is an incubating feature.
:OsmAnd-java:compileJavawarning: [options] bootstrap class path not set in conjunction with -source 1.7
E:\projects\Android\osmand_project\osmandapp\android\OsmAnd-java\src\net\osmand\data\MapObject.java:26: error: unmappable character for encoding Cp1251
* Looks like: {ru=МоÑква, dz=à½?ོསི་ཀོ...} and does not contain values of OSM tags "name" and "name:en",
^
E:\projects\Android\osmand_project\osmandapp\android\OsmAnd-java\src\net\osmand\Reshaper.java:98: error: unmappable character for encoding Cp1251
String s = "Ú¯Ú† Ù¾Ú? نمکی باللغة العربي";
^
E:\projects\Android\osmand_project\osmandapp\android\OsmAnd-java\src\net\osmand\Reshaper.java:101: error: unmappable character for encoding Cp1251
if (!reshape.equals("ï»²ïº‘ïº®ï»Œï»Ÿïº ïº”ï»ï» ﻟﺎﺑ ﯽﮑﻤﻧ ﮋï? ï»ï®”")) {
^
E:\projects\Android\osmand_project\osmandapp\android\OsmAnd-java\src\net\osmand\Reshaper.java:89: error: unclosed character literal
char[] c = new char[] {'×', 'ד','×'} ;
^
E:\projects\Android\osmand_project\osmandapp\android\OsmAnd-java\src\net\osmand\Reshaper.java:89: error: ';' expected
char[] c = new char[] {'×', 'ד','×'} ;
^
E:\projects\Android\osmand_project\osmandapp\android\OsmAnd-java\src\net\osmand\Reshaper.java:89: error: unclosed character literal
char[] c = new char[] {'×', 'ד','×'} ;
^
E:\projects\Android\osmand_project\osmandapp\android\OsmAnd-java\src\net\osmand\Reshaper.java:89: error: unclosed character literal
char[] c = new char[] {'×', 'ד','×'} ;
^
E:\projects\Android\osmand_project\osmandapp\android\OsmAnd-java\src\net\osmand\Reshaper.java:89: error: illegal character: '\u201c'
char[] c = new char[] {'×', 'ד','×'} ;
^
E:\projects\Android\osmand_project\osmandapp\android\OsmAnd-java\src\net\osmand\Reshaper.java:89: error: ';' expected
char[] c = new char[] {'×', 'ד','×'} ;
^
E:\projects\Android\osmand_project\osmandapp\android\OsmAnd-java\src\net\osmand\Reshaper.java:89: error: unclosed character literal
char[] c = new char[] {'×', 'ד','×'} ;
^
E:\projects\Android\osmand_project\osmandapp\android\OsmAnd-java\src\net\osmand\Reshaper.java:89: error: not a statement
char[] c = new char[] {'×', 'ד','×'} ;
^
8 errors
1 warning
FAILED
FAILURE: Build failed with an exception.
```
I've added expllicit encoding setting for Java compiler.
2017-04-11 18:44:03 +03:00
Alexey Kulish
3af3721b81
Fix #3164
2017-04-11 18:28:58 +03:00
Alexey Kulish
687bf7a873
Draw selected object polygon
2017-04-07 17:05:54 +03:00
vshcherb
6079fbfd1e
Update MapTileDownloader.java
...
Increase exception coverage.
2017-04-06 15:26:09 +02:00
xmd5a
39f0b4b92c
Fix turn lanes test
2017-04-06 13:07:34 +03:00
xmd5a
17a18753a5
Update turn_lanes_test
2017-04-06 12:22:58 +03:00
Victor Shcherb
2a2315acce
Disable short way test
2017-04-05 11:53:42 +02:00
Victor Shcherb
bc51881b40
Fix test
2017-04-05 11:10:09 +02:00
Victor Shcherb
c2530eb81a
Fix #3378
2017-04-04 00:12:37 +02:00
Victor Shcherb
1f0ebaf7b1
Fix #3602
2017-04-03 22:31:44 +02:00
Victor Shcherb
6b21f53a06
Fix #3602
2017-04-03 22:28:52 +02:00
Victor Shcherb
9a07c19a7f
Fix turn lanes
2017-04-03 17:36:36 +02:00
Alexey Kulish
6d03f15d8b
Added search of fav groups
2017-04-02 18:50:57 +03:00
Alexey Kulish
3b1bd05478
Fixed fav category search
2017-04-02 14:40:56 +03:00
Alexey Kulish
904f70c6f2
Fix creator
2017-03-29 11:48:46 +03:00
Alexey Kulish
085c7f77a8
Remove ghost line
2017-03-28 22:21:51 +03:00
Alexey Kulish
7ee55b0ee3
Fix #3595
2017-03-28 22:14:48 +03:00
Alexey Kulish
8cf12c2c18
Added log to quick search
2017-03-27 19:31:47 +03:00
Victor Shcherb
5000eedcfd
Add conjunctions
2017-03-26 14:40:25 +02:00
Alexey Kulish
08fa42d78b
Merge branch 'master' of https://github.com/osmandapp/Osmand
2017-03-26 10:21:47 +03:00
Alexey Kulish
58dc5f01bd
[Search] Fix delay between chars
2017-03-26 10:21:40 +03:00
Victor Shcherb
84c33798ea
Fix tests
2017-03-25 21:02:36 +01:00
Alexey Kulish
17f4fd4108
Reduce search timeout
2017-03-25 22:16:28 +03:00
Victor Shcherb
aba26aaa17
Add alternate name
2017-03-25 19:12:59 +01:00
Victor Shcherb
3703fa9b2c
Revert "Display alternative names for streets"
...
This reverts commit 51d9605cde
.
2017-03-25 19:12:59 +01:00
Alexey Kulish
51d9605cde
Display alternative names for streets
2017-03-25 20:13:44 +03:00
Alexey Kulish
4052864e13
Disable POI at address search
2017-03-25 11:39:34 +03:00
Victor Shcherb
115efbe113
Fix #3481
2017-03-25 00:22:48 +01:00
Alexey Kulish
e11e87384c
Fixed search keyboard and sort cities
2017-03-24 23:01:46 +03:00
Alexey Kulish
012e22d332
Fix search address
2017-03-24 20:13:07 +03:00
Alexey Kulish
aa35c8366a
Fix postcode search
2017-03-24 10:13:37 +03:00
Alexey Kulish
a491e854ae
New address search in progress
2017-03-23 22:23:40 +03:00
Victor Shcherb
7633e272d3
Reshape
2017-03-23 13:19:13 +01:00
Victor Shcherb
69dd86def9
Support otf fonts
2017-03-20 13:43:00 +01:00
Victor Shcherb
dc7c246ca7
Support otf fonts
2017-03-19 15:05:43 +01:00
Alexey Kulish
f648fc7f77
Added fonts download
2017-03-17 22:04:38 +03:00
Alexey Kulish
61b47f538c
Added automatic detection of driving region
2017-03-15 17:04:39 +03:00
Alexey Kulish
c81adf7dec
Added UI settings for Driving style, Road smoothness
2017-03-12 18:35:43 +03:00
Alexey Kulish
094d4ebf2a
Added interpolation of Y value when two charts visible
2017-03-09 11:24:51 +03:00
Victor Shcherb
e1eec2cc10
Fix adding not specified height
2017-03-08 21:23:21 +01:00
Victor Shcherb
151a790f7d
Fix #3533 Add street intersections to the end of the list
2017-03-08 15:34:26 +01:00
Victor Shcherb
7a16833ebe
Remove import
2017-03-06 10:08:31 +01:00
xmd5a
07055d6faa
Add slope to route.gpx
2017-02-26 18:53:12 +03:00
Victor Shcherb
7af533ab58
Add % to gpx to test
2017-02-23 21:48:56 +01:00
Victor Shcherb
6bf8d1b987
Add % to gpx to test
2017-02-23 21:47:38 +01:00
Victor Shcherb
0e26d41fc1
Add % to gpx to test
2017-02-23 21:45:34 +01:00
Victor Shcherb
304a4c251c
Add % to gpx to test
2017-02-23 21:43:40 +01:00
Victor Shcherb
bd267db14d
Add decline support
2017-02-22 20:31:38 +01:00
Victor Shcherb
ad90370fec
Add decline support
2017-02-22 20:04:57 +01:00
Victor Shcherb
47b4d762a7
Add decline support
2017-02-22 18:32:16 +01:00
Victor Shcherb
df708c4a00
Fix map utils distance
2017-02-22 15:37:27 +01:00
Alexey Kulish
cfac2387d0
Added possibility to move gpx files between folders. Added gpx info database.
2017-02-18 21:39:04 +03:00
Victor Shcherb
d32d3a4f9b
Fix rounding error when summing integers
2017-02-13 19:13:51 +01:00
Victor Shcherb
2048b14bd1
Fix rounding error when summing integers
2017-02-13 00:52:27 +01:00
Victor Shcherb
d608ec1776
Improve evaluation speed
2017-02-11 11:44:44 +01:00
Victor Shcherb
b0e2a6e957
Remove unused parameter
2017-02-10 19:29:57 +01:00
Victor Shcherb
25a1e03d7d
Remove unused parameter
2017-02-10 18:44:20 +01:00
Victor Shcherb
f73e8c23b9
Add xml serializer method
2017-02-10 18:17:30 +01:00
Victor Shcherb
92584191d4
Add xml serializer method
2017-02-10 17:30:31 +01:00
Victor Shcherb
8604db700b
Add xml serializer method
2017-02-10 16:56:09 +01:00
Victor Shcherb
d60b22de0c
Fix exception
2017-02-08 22:06:49 +01:00
Victor Shcherb
dd48bdb3ca
Initial srtm routing
2017-02-08 21:51:17 +01:00
Victor Shcherb
aaf049f381
Initial srtm routing
2017-02-08 09:55:05 +01:00
Alexey Kulish
1f038fceb9
Fix poi additional search
2017-01-25 10:54:28 +03:00
xmd5a
59c9af5470
Add turn lanes test
2017-01-24 15:13:21 +03:00
xmd5a
bff5894fab
Fix
2017-01-13 17:01:24 +03:00
xmd5a
13c83a5698
Add turn lanes test
2017-01-13 16:50:00 +03:00
xmd5a
a84dc3762a
Add routing test
2017-01-13 15:33:44 +03:00
theirix
30999d2351
Support OLC in SearchCore
2017-01-08 17:33:47 +03:00
theirix
6a730e7cf1
Added OLC converters to LocationConvert
2017-01-08 17:32:27 +03:00
theirix
fec3f27f90
Added google OpenLocationCode implementation
2017-01-08 17:08:28 +03:00
Victor Shcherb
9c025e2913
Update srtm data
2016-12-22 01:34:33 +01:00
Victor Shcherb
977aa6b26a
Add ignore polygon as point area
2016-12-07 22:17:46 +01:00
Victor Shcherb
c37ec8ae0e
Add ignore polygon as point area
2016-12-07 02:14:11 +01:00
Victor Shcherb
07abea2b26
Add ignore polygon as point area
2016-12-06 16:21:18 +02:00
sonora
19d00486d9
small correction
2016-12-04 11:47:20 +01:00
sonora
ba04890f44
Introduce (ref:XX) language and transliteration support for getRef
2016-12-04 11:42:33 +01:00
Hardy
39e301f884
Simplify code
2016-12-03 08:57:12 +01:00
sonora
9df1a58118
fix ()
2016-12-02 20:10:30 +01:00
sonora
a12dd24cf8
avoid repeating the same ref
2016-12-02 19:42:17 +01:00
sonora
65c12b7a02
fix comma display
2016-12-02 15:06:39 +01:00
sonora
242fd1ffa8
fix comment
2016-12-02 14:54:11 +01:00
sonora
4c1e7586a1
Move destination:ref from our Ref to our Destination field (testing needed)
2016-12-02 14:51:33 +01:00
vshcherb
57c9965917
Update RouteDataObject.java
2016-12-02 14:22:46 +02:00
sonora
a2899b5950
separate getRef and getDestimationRef (to investigate #3289 ), no functional change
2016-12-02 12:59:17 +01:00
Victor Shcherb
b0f87db897
Add more methods to debug
2016-11-28 09:07:20 +01:00
sonora
5eaea4046c
fix method names
2016-11-20 14:14:06 +01:00
sonora
dae40d8354
fix bug in amenity.java
2016-11-20 14:01:10 +01:00
Alexey Kulish
93101c5573
Changed init of MapPoiTypes
2016-11-12 17:51:47 +03:00
Alexey Kulish
2cfdbf9a9b
Fix search priorities
2016-11-12 17:17:39 +03:00
Alexey Kulish
8e32731ce7
Fix #3256
2016-11-11 15:56:58 +03:00
Victor Shcherb
6124fcd942
Add eq expression
2016-11-10 17:41:15 +01:00
Victor Shcherb
32f0b0b298
Add google play servie support for free osmand and only for published on google play version
2016-11-10 15:35:02 +01:00
Alexey Kulish
8152234607
Fix sorting of categories
2016-11-10 11:17:22 +03:00
Alexey Kulish
c5edcae206
Added search of poi additionals
2016-11-09 21:29:41 +03:00
Victor Shcherb
ec3903fc62
Fix #3020
2016-11-07 01:16:27 +01:00
Victor Shcherb
30786794b5
Fix #3052
2016-11-07 01:00:12 +01:00
Alexey Kulish
ef401e41f3
Fix #3156
2016-11-06 17:34:59 +03:00
Alexey Kulish
ed1a8104b7
Fix #3186
2016-11-04 21:44:49 +03:00
Victor Shcherb
07bb65eaec
Fix default zoom for map inspector
2016-11-04 13:19:34 +02:00
Victor Shcherb
267eba7619
Fix #3062 QuickSearch: Also prioritize villages and hamlets
2016-11-04 12:49:33 +02:00
Alexey Kulish
93ee78f05a
Fix search crash
2016-11-04 12:03:55 +03:00
Victor Shcherb
488ae194ac
Fix #3196
2016-11-04 01:13:40 +02:00
sonora
e28ce72673
fix ref in comment
2016-10-31 09:12:56 +01:00
Victor Shcherb
76dc3b798a
Fix array length problem
2016-10-30 17:28:02 +02:00
Alexey Kulish
b4981d2f9a
Improved GPX selection dialog
2016-10-29 22:09:05 +03:00
Alexey Kulish
5f0eaeea99
Fix #3166
2016-10-26 22:52:44 +03:00
sonora
ab95d0d059
fix comment
2016-10-26 21:09:26 +02:00
sonora
a610e23988
try supporting destination:lang: in BinaryMaRouteReader
2016-10-26 20:56:22 +02:00
sonora
958ea41446
Support combinations of destination forwad/backward and lang keys
2016-10-26 20:44:40 +02:00
sonora
cb9a65b6c4
fix build
2016-10-26 10:33:14 +02:00
sonora
641901e289
fix destination:forward/backward taking precedence over destination:lang (proposed)
2016-10-26 10:23:37 +02:00
sonora
9cc5b53a89
fix missing transliterate
2016-10-26 09:57:04 +02:00
sonora
b7252dead7
maxspeed:forward issue
2016-10-25 12:55:21 +02:00
Alexey Kulish
1ed699e469
Fix - some poi additionals were skipped while creating the map
2016-10-24 20:02:48 +03:00
Victor Shcherb
74cb45c505
fix bug with wiki search but keep alt_name old_name searchable
2016-10-20 22:25:41 +02:00
Alexey Kulish
a5566a6477
Merge branch 'master' of https://github.com/osmandapp/Osmand
2016-10-20 13:05:21 +03:00
Alexey Kulish
bb8ac00ca8
Added Christmas dialog
2016-10-20 13:05:13 +03:00
Victor Shcherb
bd53399f53
Add settings for #3158
2016-10-19 23:28:19 +02:00
Alexey Kulish
bee67b7054
Added search for categories. Fixed search duplicates
2016-10-19 22:13:24 +03:00
Victor Shcherb
f4927f44e1
Fix #3115
2016-10-19 19:15:02 +02:00
Victor Shcherb
ce15272916
Fix search core
2016-10-19 11:32:32 +02:00
Victor Shcherb
78ae35aba1
Fix test precision
2016-10-18 21:58:31 +02:00
Victor Shcherb
b22fa016e6
Fix route preparation for highway split
2016-10-18 21:53:27 +02:00
Alexey Kulish
f911f9f9f5
Fix poi additional categories
2016-10-18 19:11:26 +03:00
Alexey Kulish
f1ec77cb72
Fix #3151
2016-10-18 15:19:26 +03:00
xmd5a
08afb970aa
Update turn lanes test, phrases
2016-10-18 14:45:45 +03:00
Alexey Kulish
eabd00680b
Added poi additional filter (cuisine)
2016-10-17 16:12:35 +03:00
Alexey Kulish
f8eb5fc07e
Added cuisine translation to context menu
2016-10-16 15:15:38 +03:00
Alexey Kulish
b95c8e4382
Added filter_only tag processing
2016-10-16 10:08:52 +03:00
Alexey Kulish
5c3f322ed3
Fixed excluded categories and icons
2016-10-14 22:11:26 +03:00
Alexey Kulish
cfbd2fc54c
Fixes
2016-10-14 09:59:56 +03:00
xmd5a
98bdff7202
Update SearchUICore.java
2016-10-13 21:09:30 +04:00
Victor Shcherb
0b8ab49aa8
Add transliterate
2016-10-11 16:42:05 +03:00
Victor Shcherb
b2f158c97d
Add transliterate option to all methods
2016-10-11 16:39:56 +03:00
Alexey Kulish
c1f65df424
Fixed nudism in cafe
2016-10-05 16:28:41 +03:00
Alexey Kulish
610245dc18
Fixed poi_additional_category
2016-10-05 15:52:47 +03:00
Alexey Kulish
f7f5bfda50
Turn off poi_additional_categories for a while
2016-10-05 15:05:58 +03:00
Alexey Kulish
ce0fd4d49c
Fixes
2016-10-04 21:39:50 +03:00
Alexey Kulish
a3b167c6bf
[Quick search] added icon for filter categories
2016-09-30 11:08:14 +03:00
Alexey Kulish
971c2966ac
[Quick search] Custom filters fix
2016-09-28 22:31:15 +03:00
Alexey Kulish
a2cab336c4
[Quick search] Custom filters in progress
2016-09-28 21:11:57 +03:00
Zahnstocher
4c9a2920a1
OSRM now has precision 5, Fix #3055
...
https://github.com/Project-OSRM/osrm-backend/blob/master/docs/http.md
2016-09-21 13:27:56 +02:00
sonora
5ada1245b4
fix comments in URL parser
2016-09-20 10:08:37 +02:00
sonora
0137bf5ec0
Fix #3094
2016-09-19 21:57:42 +02:00
Victor Shcherb
38dc87c95a
Fix coordinates
2016-09-19 10:11:16 +02:00
Alexey Kulish
acd020db50
Fix #2889
2016-09-18 16:48:22 +03:00
xmd5a
70e1effdfd
Add turn lanes test
2016-09-16 20:59:33 +03:00
Victor Shcherb
3bc4414a85
Fix bug with relations
2016-09-16 10:35:45 +02:00
Victor Shcherb
119a7796ee
Preparation for touch icons
2016-09-15 10:54:07 +02:00
Victor Shcherb
1e2f12c070
Preparation for touch icons
2016-09-15 10:51:29 +02:00
Victor Shcherb
754d1f6007
Preparation for touch icons
2016-09-08 00:32:49 +02:00
Victor Shcherb
f573fd52c8
Preparation for touch icons
2016-09-06 00:43:17 +02:00
sonora
43a36f86ea
put map languages in sync (should fix 3043)
2016-09-04 20:35:39 +02:00
sonora
7b0eecef19
investigate 3008
2016-09-02 12:13:38 +02:00
Victor Shcherb
e8f18be49c
Fix crash
2016-09-01 21:55:51 +02:00
sonora
43364fd090
Normalize LatLon to displaying 5 digits
2016-08-31 23:50:33 +02:00
xmd5a
741e05e455
Update turn_lanes_tests
2016-08-31 17:36:54 +03:00
Victor Shcherb
60b73d8755
Fix #3025
2016-08-30 00:04:19 +02:00
Victor Shcherb
fc79805bf3
Fix complex turns
2016-08-29 00:47:25 +02:00
Victor Shcherb
3443c20146
Fix complex turns
2016-08-29 00:19:27 +02:00
Victor Shcherb
2d5721b815
Fix easter
2016-08-27 16:19:19 +02:00
Victor Shcherb
dd97daaabf
Fix easter
2016-08-27 16:19:19 +02:00
Victor Shcherb
4d0c3f721d
Introduce v2 opening hours
2016-08-27 16:10:20 +02:00
Victor Shcherb
f93e11682d
Fix transport route
2016-08-25 01:12:38 +02:00
Victor Shcherb
496565d1d3
Update binary inspector
2016-08-23 22:53:21 +02:00
sonora
94706ec8dc
introduce preliminary highway=stop direction=forward/backward support
2016-08-19 22:31:34 +02:00
sonora
54dabb2965
fix typo
2016-08-19 19:42:09 +02:00
sonora
fb0bdbcb6c
small correction of logic
2016-08-19 19:33:36 +02:00
sonora
a97fbba724
introduce destination:ref:forward/backward support
2016-08-19 18:55:53 +02:00
sonora
7b0c4f6910
file formatting
2016-08-19 15:03:38 +02:00
sonora
d8363a0108
file formatting
2016-08-19 14:37:15 +02:00
sonora
d2d08addc0
introduce destination:forward/backward support
2016-08-19 13:47:57 +02:00
sonora
08a5ed8494
intoduce bearingVsRouteDirection method
2016-08-19 10:55:48 +02:00
xmd5a
331a73c3ef
Add routing test
2016-08-17 11:17:21 +03:00
Victor Shcherb
efd320c69e
Fix #1827
2016-08-17 00:21:47 +02:00
Victor Shcherb
65197d47a1
Fix tests
2016-08-15 23:43:40 +02:00
Victor Shcherb
be8350a403
Remove sysout
2016-08-15 23:43:40 +02:00
Victor Shcherb
46f5171045
Fix test
2016-08-15 22:58:42 +02:00
xmd5a
51bfe93282
Add routing test
2016-08-15 23:27:42 +03:00
xmd5a
40e8feca81
Add 2 routing tests
2016-08-15 12:24:32 +03:00
Victor Shcherb
667fe3cf8f
Fix routing
2016-08-14 22:53:20 +02:00
Victor Shcherb
fa678bdd59
Fix #2944
2016-08-14 22:13:52 +02:00
Victor Shcherb
065668b72d
Fix routing tests
2016-08-14 14:39:54 +02:00
Victor Shcherb
325b024763
Fix tests
2016-08-14 00:50:07 +02:00
Victor Shcherb
5103a5a4c1
Fix tests
2016-08-13 18:35:24 +02:00
Victor Shcherb
bbfcca06f9
Fix routing #2599
2016-08-13 18:18:35 +02:00
GaidamakUA
7e814fdb4a
Implemented preservation of impassable roads.
2016-08-13 16:19:47 +02:00
GaidamakUA
09e571fcce
Implementing preservation of impassable roads in progress.
2016-08-13 16:19:20 +02:00
Alexey Kulish
3e3f6ad3bd
[Quick search] fixes
2016-08-13 15:50:07 +03:00
Alexey Kulish
9bc931bcf7
Fix #2940
2016-08-13 15:49:08 +03:00
Victor Shcherb
ef97af1985
Try to fix navigation (could not be released in 2.4 cause requires testing), the change is correct, though could affect slightly longer calculation.
2016-08-13 14:42:47 +02:00
Victor Shcherb
b73e912e23
Fix atm amenity
2016-08-12 22:54:40 +02:00
Victor Shcherb
fda8f63f54
Fix tests
2016-08-11 23:39:06 +02:00
Victor Shcherb
4112681f00
Fix turn lanes #2935
2016-08-11 23:36:18 +02:00
xmd5a
71fb0f8df5
Fix turn lanes test 28.2 name
2016-08-12 00:05:49 +03:00
Victor Shcherb
d14a9a4a15
Fix crash on start
2016-08-11 22:54:15 +02:00
xmd5a
348fb90dd9
Add turn lanes tests
2016-08-11 23:38:46 +03:00
xmd5a
c2eb7d6443
Fix turn lanes test
2016-08-11 22:02:06 +03:00
xmd5a
f2515f6fff
Update turn lanes test
2016-08-11 10:33:25 +03:00
vshcherb
f9cbba5dd3
Merge pull request #2903 from brainbeanapps/bba
...
CollatorStringMatcher.java fix
2016-08-11 02:25:37 +02:00
Victor Shcherb
79f792faa0
Improve roundabout display Fix #2745
2016-08-11 02:18:34 +02:00
Victor Shcherb
64142d34a6
Fix #2918 (turn lanes)
2016-08-11 01:17:44 +02:00
Victor Shcherb
9d8a2b6535
Fix Den Ilp search
2016-08-10 22:50:16 +02:00
Victor Shcherb
70c694f3bc
Fix processing error
2016-08-10 22:14:07 +02:00
Victor Shcherb
1129316ff6
Fix processing error
2016-08-10 22:03:22 +02:00
Victor Shcherb
4bcd363a53
Do not search address if poi type selected
2016-08-10 18:44:46 +02:00
Victor Shcherb
d1a6470a29
Fix test
2016-08-07 22:06:48 +03:00
Victor Shcherb
11c2af428d
Fix amenity search
2016-08-06 13:33:32 +03:00
Victor Shcherb
45b0ee7c91
Tweak search for big cities
2016-08-06 01:54:16 +03:00
xmd5a
e646a9a85b
Add routing test
2016-08-05 22:39:23 +03:00
Alexey Kulish
ce8c70fd40
[Quick search] fixes
2016-08-05 22:07:49 +03:00
Victor Shcherb
300a9530ff
Proper sort indexes for search
2016-08-05 18:29:00 +03:00
Victor Shcherb
91ae71469f
Small refactoring
2016-08-05 17:08:19 +03:00
Victor Shcherb
1410321173
Fix transliteration
2016-08-05 15:15:17 +03:00
Victor Shcherb
cc2ce95afc
Fix isSearchMoreAvailable
2016-08-05 14:58:37 +03:00
Victor Shcherb
1106994c01
Update stable search restuls
2016-08-05 14:44:07 +03:00
Alexey Kulish
a98e614ee6
[Quick search] fix hostory/categories before app init. Fix poi duplicates
2016-08-05 09:59:19 +03:00
denys
f855eec6f9
CollatorStringMatcher.java fix
2016-08-04 12:15:31 +03:00
Victor Shcherb
f5ba767ef3
Support entrance ref for search
2016-08-04 09:29:12 +02:00
Victor Shcherb
c9859cc9fc
Fix tests
2016-08-04 00:24:47 +02:00
Victor Shcherb
c5e3a5080a
Fix tests
2016-08-04 00:19:37 +02:00
Victor Shcherb
682869a2ee
Fix #2746
2016-08-03 23:59:01 +02:00
Victor Shcherb
e360335dbf
Fix custom poi filters
2016-08-03 23:44:58 +02:00
Victor Shcherb
8c8f2f2201
Fix transport stops
2016-08-02 09:56:14 +02:00
Victor Shcherb
963014b8f4
Fix order of entities
2016-07-31 20:16:23 +02:00
Victor Shcherb
f90778023e
Rename strings and delete unused
2016-07-31 19:39:45 +02:00
Victor Shcherb
f30a7e7874
Fix poi tags
2016-07-31 19:17:04 +02:00
Victor Shcherb
75bbd5ee27
Fix strings
2016-07-31 15:26:39 +02:00
Victor Shcherb
4cf4f6dab8
Fix strings
2016-07-31 15:16:18 +02:00
Victor Shcherb
9a3a8f6845
update transport routes
2016-07-30 15:34:54 +02:00
Victor Shcherb
a885de61ec
update transport routes
2016-07-30 13:51:35 +02:00
Victor Shcherb
bc9b92956f
Fix ui search route
2016-07-30 00:59:37 +02:00
Victor Shcherb
c18f06fad8
Add transport route
2016-07-30 00:48:14 +02:00
Alexey Kulish
a681af7753
Fix Amenity
2016-07-29 14:44:31 +03:00
Victor Shcherb
099af27745
Fix amenity type
2016-07-29 11:38:38 +02:00
xmd5a
92d2863441
Ignore hiking routes in search if too close
2016-07-29 11:10:10 +03:00
Victor Shcherb
6de8e70a68
Update transport stops
2016-07-29 02:42:10 +02:00
Victor Shcherb
fababf068b
Update tests
2016-07-29 02:42:10 +02:00
Victor Shcherb
9429fc9aab
Update tests
2016-07-28 23:39:26 +02:00
Victor Shcherb
5524676b97
Update search ui core
2016-07-28 21:08:14 +02:00
Victor Shcherb
de0e269d2b
Fix dialog
2016-07-28 21:02:23 +02:00
Alexey Kulish
60dc64bbd4
[Quick search] fixes
2016-07-28 20:17:26 +03:00
Victor Shcherb
93176d17f9
Add option to print basic road info
2016-07-28 01:37:12 +02:00
Victor Shcherb
38a431bda9
Add option to print basic road info
2016-07-28 01:28:22 +02:00
Victor Shcherb
616f589e06
Add option to print basic road info
2016-07-28 01:09:54 +02:00
Victor Shcherb
b93b03e3c0
Update project test
2016-07-27 21:32:50 +02:00
Victor Shcherb
ca45db0ed6
Improve address similarity
2016-07-25 20:20:10 +02:00
Victor Shcherb
04468c6f38
Add support for alt_name/old_name
2016-07-25 20:13:03 +02:00
Victor Shcherb
da4a27195e
Add title 10km away
2016-07-25 10:09:02 +02:00
Victor Shcherb
49ef49a919
Prepare for 2.4
2016-07-25 09:00:38 +02:00
Victor Shcherb
3cc7ad3d86
Fix #2855 , fix uturns
2016-07-25 01:15:18 +02:00
Victor Shcherb
cb6009ecff
Fix formatting
2016-07-24 23:16:07 +02:00
Victor Shcherb
c6fb461244
Update full text search
2016-07-24 22:34:32 +02:00
Victor Shcherb
8d3e79e44e
Improve full-text search
2016-07-24 19:06:01 +02:00
Victor Shcherb
e3c9473374
Improve full-text search
2016-07-24 17:49:25 +02:00
Victor Shcherb
b7378c0c61
Fix filter poi by name
2016-07-24 11:30:21 +02:00
Victor Shcherb
ccfd28a127
Introduce name
2016-07-22 14:25:51 +02:00
Victor Shcherb
132852ae7c
Add method filter duplicate results
2016-07-21 11:37:37 +02:00
Victor Shcherb
626c43e00c
Add method filter duplicate results
2016-07-21 11:37:37 +02:00
Victor Shcherb
b0bf934ea1
Justify search
2016-07-20 20:04:18 +02:00
Victor Shcherb
71d2137a06
Fix search bug
2016-07-20 19:56:12 +02:00
Alexey Kulish
40e70a04be
[Quick search] UI in progress
2016-07-19 18:39:21 +03:00
Victor Shcherb
ffd32beb5c
update search
2016-07-19 10:13:24 +02:00
Victor Shcherb
822e3b9ea9
Add parse test #1659
2016-07-18 01:57:32 +02:00
Victor Shcherb
8d6c3ff075
Add extra type for search to display results faster
2016-07-16 19:53:54 +02:00
Alexey Kulish
eff1b602a5
[Quick search] improved UI
2016-07-16 12:10:15 +03:00
Victor Shcherb
1f75f8f10e
Add extra type for search to display results faster
2016-07-15 10:07:48 +02:00
Victor Shcherb
7226773682
Fix issue with poi search
2016-07-15 09:58:45 +02:00
Victor Shcherb
61e2d908ec
Update search location
2016-07-15 09:58:45 +02:00
Victor Shcherb
a1e91fe428
Update search location
2016-07-15 09:33:53 +02:00
Victor Shcherb
137b0ed137
Update search location
2016-07-15 09:33:53 +02:00
Victor Shcherb
4652763b95
update location search
2016-07-15 09:33:53 +02:00
Victor Shcherb
8e1fb14c04
Update search api
2016-07-13 22:33:02 +02:00
Victor Shcherb
5bf8c30d58
Fix issue during poi map init
2016-07-13 22:22:29 +02:00
Victor Shcherb
0642c02422
Fix tests
2016-07-13 12:24:54 +02:00
Victor Shcherb
1f3e4eaff0
Fix tests
2016-07-13 12:12:53 +02:00
Victor Shcherb
237313a0dc
Fix tests
2016-07-13 12:11:00 +02:00
Victor Shcherb
d3a162b467
Add tests
2016-07-13 12:08:24 +02:00
Victor Shcherb
1e4bef54fa
Rename package
2016-07-13 12:01:20 +02:00
Victor Shcherb
07437501cb
Support parse location
2016-07-13 00:18:32 +02:00
Victor Shcherb
9bec23f6ee
Support parse location
2016-07-13 00:18:32 +02:00
Victor Shcherb
f7736d6263
Update search language
2016-07-13 00:18:32 +02:00
Victor Shcherb
191d621f5f
Update search language
2016-07-12 16:47:42 +03:00
Victor Shcherb
f3378afba7
Fix category/filter
2016-07-12 14:47:53 +03:00
Victor Shcherb
77ede97f7e
Fix category/filter
2016-07-12 14:47:53 +03:00
Victor Shcherb
ecbe8c9743
Fix interpolation
2016-07-12 14:22:47 +03:00
Victor Shcherb
27cd0f7c5a
Update search
2016-07-12 13:44:10 +03:00
Victor Shcherb
0427acbd41
Update search
2016-07-12 12:32:40 +03:00
Victor Shcherb
597d2beb60
Latest version
2016-07-11 17:37:13 +03:00
Alexey Kulish
79c56707d8
Increase limit for single line search
2016-07-11 13:28:45 +03:00
Victor Shcherb
1cfebf91a7
Latest version
2016-07-11 11:01:25 +03:00
Victor Shcherb
183d67ac7a
Fix search ui core
2016-07-10 13:20:32 +03:00
Victor Shcherb
f5a22970b0
Update search example
2016-07-10 12:46:46 +03:00
Victor Shcherb
d85405b98f
Update search core phrase
2016-07-09 12:20:21 +03:00
Victor Shcherb
9899c8de5e
Implement search example
2016-07-08 15:32:13 +03:00
Victor Shcherb
549b813e2e
Fix build and improve examples
2016-07-05 20:01:47 +02:00
Victor Shcherb
a147b62287
Fix #2725 and tests
2016-07-03 01:13:11 +02:00
Victor Shcherb
a7bdfa08aa
Slightly change coefficient to search more streets
2016-07-03 00:06:26 +02:00
Victor Shcherb
8cfee02fa2
Slightly change coefficient to search more streets
2016-07-03 00:01:31 +02:00
Victor Shcherb
b83e47ae66
Speed up geocoding search
2016-07-02 23:56:40 +02:00
Victor Shcherb
ba9fe34f0f
Speed up address search by name (use coordinates)
2016-07-02 23:55:05 +02:00
Victor Shcherb
a088e115ea
Update protobuf to version 2.5
2016-07-02 22:26:35 +02:00
Victor Shcherb
e2fecedffa
Update search api
2016-07-02 22:26:34 +02:00
Roman Inflianskas
e5fe0d9eb7
Formatting
2016-07-02 14:19:27 +03:00
Alexey Kulish
6b6ae6bdaf
Fix typo
2016-06-30 16:57:28 +03:00
vshcherb
17302f0469
Update SearchCore.java
2016-06-30 14:37:21 +02:00
Victor Shcherb
738f149c16
Add core sample
2016-06-30 03:30:42 +02:00
Victor Shcherb
da6121e8d4
Speed search (check for duplicates)
2016-06-29 20:23:33 +02:00
xmd5a
6568b52fa3
Update turn lanes test
2016-06-29 19:06:57 +03:00
Roman Inflianskas
cd68355c97
Formatting
2016-06-24 17:59:56 +03:00
Roman Inflianskas
3ff9446950
Formatting
2016-06-24 17:53:56 +03:00
sonora
168ddd955b
fix 2571
2016-06-23 19:44:36 +02:00
Victor Shcherb
84f2d878f8
Display postcode if exists
2016-06-23 00:41:15 +02:00
Victor Shcherb
5578226647
Fix merge indexes
2016-06-21 01:24:31 +02:00
Roman Inflianskas
fe17f7b420
Formatting
2016-06-17 17:28:02 +03:00
Victor Shcherb
c71aeafdc1
Fix #2700
2016-06-15 16:54:15 +02:00
Roman Inflianskas
8b5ccf1e30
Refactoring: reuse ACCEPT_ALL_POI_TYPE_FILTER
2016-06-15 10:42:14 +03:00
Victor Shcherb
c792360fdd
Add tests from pr-1428
2016-06-15 01:20:44 +02:00
Victor Shcherb
ad4d02eddd
Fix turn lanes
2016-06-15 00:59:08 +02:00
Victor Shcherb
5fc6ebe58e
Fix issue #2643
2016-06-14 00:32:10 +02:00
Roman Inflianskas
19d9da713f
Formatting
2016-06-09 12:30:24 +03:00
Victor Shcherb
376a84b5b2
Move to java 7
2016-06-09 10:18:55 +02:00
Roman Inflianskas
b468c8e2e4
Formatting
2016-06-09 00:00:54 +03:00
Roman Inflianskas
0a09cfdc3b
Formatting
2016-06-07 17:04:51 +03:00
Roman Inflianskas
7c9215454a
Address search: improve postcodes recognition
2016-06-07 16:58:32 +03:00
Roman Inflianskas
660c96c770
Formatting
2016-06-07 11:20:33 +03:00
xmd5a
a63d8b4058
Add more routing tests
2016-06-06 22:54:38 +03:00
Roman Inflianskas
2ba8d4ba7d
build.xml: use Java 7
2016-06-06 19:15:27 +03:00
vshcherb
52b7a8e502
Merge pull request #2661 from osmandapp/faster-search
...
Improve speed and usability of address search
2016-06-06 17:10:58 +03:00
xmd5a
fe797839da
Fix routing tests
2016-06-06 17:01:29 +03:00
Roman Inflianskas
2ae4229ed9
Formatting
2016-06-06 13:16:32 +03:00
xmd5a
1e94dba172
Update routing tests
2016-06-06 12:31:45 +03:00
Roman Inflianskas
b3623d0f7b
Java 6 fix
2016-06-06 11:42:02 +03:00
Roman Inflianskas
9aa222ea70
Address search: search villages if nothing found (related: #2471 )
2016-06-06 10:59:16 +03:00
Roman Inflianskas
cdb04bf343
Improve speed and usability of address search
2016-06-06 10:59:16 +03:00
Roman Inflianskas
f37e4321a8
Improve usability of address search, simplify code
2016-06-06 10:59:16 +03:00
Roman Inflianskas
9f92c83940
Formatting
2016-06-06 10:58:12 +03:00
xmd5a
afef73bd29
Add test to turn lanes tests
2016-06-03 22:48:37 +03:00
vshcherb
c6585bae1d
Merge pull request #2649 from osmandapp/stop-names
...
Fix #2637
2016-06-03 17:19:08 +02:00
xmd5a
bff763922e
Update turn lanes test
2016-06-03 17:03:56 +03:00
Roman Inflianskas
4d4df56ae1
Fix #2637
2016-06-03 13:44:28 +03:00
Roman Inflianskas
58d83cf2ee
Formatting
2016-06-03 13:44:12 +03:00
Roman Inflianskas
6c3f66bf92
Formatting
2016-06-03 13:44:12 +03:00
Roman Inflianskas
5aa970bd73
Formatting
2016-06-03 13:44:12 +03:00
xmd5a
5e0bf8d6aa
Update routing tests
2016-06-03 12:43:56 +03:00
xmd5a
45e49f44d4
Update routing tests json
2016-06-03 00:10:17 +03:00
Roman Inflianskas
cfecc3784e
Fix #2097
2016-06-02 12:11:53 +03:00
Roman Inflianskas
a0c9e60c5a
Formatting
2016-06-02 11:05:03 +03:00
Victor Shcherb
0b5e068bd1
Fix tests for routing
2016-06-01 19:46:14 +02:00
Victor Shcherb
714120e4a5
Fix tests
2016-06-01 14:44:12 +02:00
Victor Shcherb
1377d4eedc
Fix -180 is not equal to 180
2016-05-31 22:15:25 +02:00
Victor Shcherb
4f2f09e14f
Update test turn lanes
2016-05-31 10:46:00 +02:00
Victor Shcherb
0caeef2e2a
Rename files
2016-05-31 09:40:21 +02:00
Victor Shcherb
2b9a067286
Udpate test file
2016-05-31 00:45:28 +02:00
Victor Shcherb
5bee48c64c
Update poi type
2016-05-31 00:11:48 +02:00
Victor Shcherb
696fa98fc8
Change to string
2016-05-30 23:55:52 +02:00
Victor Shcherb
fe74501f29
Fix help
2016-05-30 23:21:53 +02:00
Victor Shcherb
787daca3cd
update general methods
2016-05-30 22:40:10 +02:00
Victor Shcherb
3c0ea3e60a
Revert "Merge pull request #2609 from osmandapp/obf-merge"
...
This reverts commit cea1435200
, reversing
changes made to 2755fe880a
.
2016-05-30 22:09:20 +02:00
Roman Inflianskas
d34f906b48
Amenity comparator
2016-05-30 23:05:43 +03:00
Roman Inflianskas
e0fc6d64c5
Add Amenity and PoiFilter comparators
2016-05-30 23:05:43 +03:00
Roman Inflianskas
e7897826ca
Rename: EMPTY_SEARCH_POI_TYPE_FILTER -> ACCEPT_ALL_POI_TYPE_FILTER
2016-05-30 23:05:43 +03:00
Roman Inflianskas
1cdb28d2fc
LATITUDE and LONGITUDE constants
2016-05-30 23:05:41 +03:00
Roman Inflianskas
4340405b59
Add MapObjectByIdComparator
2016-05-30 23:05:16 +03:00
Roman Inflianskas
9ac6faec25
LATITUDE and LONGITUDE constants
2016-05-30 23:05:14 +03:00
Roman Inflianskas
a2984f5c7c
Add BinaryMapIndexReader.EMPTY_SEARCH_POI_TYPE_FILTER
2016-05-30 23:04:30 +03:00
Roman Inflianskas
206ad13c5f
Cleanup
2016-05-30 15:33:56 +03:00
Victor Shcherb
62ab13547d
Fix turn type issue
2016-05-30 11:08:41 +02:00
Victor Shcherb
107d189e6e
Add parameters for testing
2016-05-30 10:25:23 +02:00
sonora
181bf8554b
optimize code
2016-05-28 08:30:52 +02:00
Roman Inflianskas
998d4e50e4
Refactoring: add LATITUDE and LONGITUDE constants
2016-05-27 12:28:47 +03:00
Roman Inflianskas
f2d6191214
Refactoring
2016-05-27 11:53:56 +03:00
Roman Inflianskas
b9ba749cbf
Refactoring
2016-05-27 10:03:12 +03:00
Roman Inflianskas
cf21c246d7
BinaryInspector: add -vcitynames flag to output city names
2016-05-25 17:34:45 +03:00
GaidamakUA
13b748b050
Fixed java 1.6 compatibility issue.
2016-05-25 15:26:46 +03:00
GaidamakUA
2dd280516e
Added context menu item "Change marker position"
2016-05-25 13:59:46 +03:00
GaidamakUA
6b7c6eb3bf
Formatting and applyed reccomended by Android studio changes.
2016-05-25 13:59:46 +03:00
GaidamakUA
ad03bd3390
Moving notes implemented.
2016-05-25 13:59:46 +03:00
Roman Inflianskas
61bfbdc3ed
Refactoring
2016-05-25 11:23:17 +03:00
Roman Inflianskas
cde96e5848
BinaryInspector: fix section order
2016-05-25 11:23:17 +03:00
sonora
aef14bbf8b
revert prior changes for test-drive build
2016-05-24 11:28:33 +02:00
sonora
58fe2b79aa
create test build for suppression of ghost turns where regular turn is already indicated
2016-05-24 10:42:36 +02:00
Victor Shcherb
b15ca2b4ce
Revert changes
2016-05-24 10:31:43 +02:00
sonora
95f3ef4b80
fix build
2016-05-24 10:26:12 +02:00
sonora
1543c7ae90
fix build
2016-05-24 10:10:38 +02:00
sonora
478688507d
test for 2571
2016-05-24 10:03:09 +02:00
sonora
39e35cdfad
add comment for Issue 2571
2016-05-24 09:42:40 +02:00
sonora
1843c9b85c
small code optimization
2016-05-24 09:23:09 +02:00
sonora
e1566920b4
fix build
2016-05-24 02:03:36 +02:00
sonora
1296741b26
small fix for bogus case
2016-05-24 01:59:47 +02:00
sonora
c6968269a1
try more sophisticated fix for 2571
2016-05-24 01:26:13 +02:00
sonora
00cb19cd9e
back out prior fix for 2571. While it worked well for lane splits with no action, it suppressed announcing some road splits.
2016-05-24 00:41:22 +02:00
sonora
c77c79a8d4
back out alternative
2016-05-23 23:49:38 +02:00
sonora
3a740df03b
try altenative fix for 2571
2016-05-23 23:31:54 +02:00
xmd5a
749db5783c
Add 3 turn lanes tests
2016-05-23 23:54:09 +03:00
sonora
99f8f384be
back out test
2016-05-23 21:22:33 +02:00
sonora
22a1548573
test to see if this fixes the rest of 2571
2016-05-23 21:06:03 +02:00
sonora
8df4dfeb66
test a possible fix for #2571
2016-05-23 20:25:01 +02:00
Victor Shcherb
4f2c9931dd
Update android
2016-05-21 21:26:56 +02:00
Roman Inflianskas
46ded896eb
BinaryInspector: fix section labels
2016-05-21 14:47:44 +03:00
vshcherb
051c676955
Merge pull request #2570 from osmandapp/obf-merge
...
OBF combine address index: MapObjectComparator
2016-05-19 22:12:23 +02:00
Victor Shcherb
9ca42af261
Add comment
2016-05-19 22:05:16 +02:00
Roman Inflianskas
42f69d9155
OBF combine address index: MapObjectComparator
2016-05-19 22:32:16 +03:00
Victor Shcherb
4d2054a28f
Fix error
2016-05-18 01:35:52 +02:00
Victor Shcherb
55a08c0496
Fix error
2016-05-17 23:29:32 +02:00
Roman Inflianskas
1550133aec
City: mergeWith
2016-05-17 23:17:49 +03:00
Victor Shcherb
9c0d321104
Rename comparator
2016-05-17 19:12:45 +02:00
Victor Shcherb
27a1d15632
Delete cc
2016-05-17 19:09:07 +02:00
Roman Inflianskas
3802c811c7
MapObject: add comparator
2016-05-17 17:35:21 +03:00
Roman Inflianskas
137854ee8c
Cleanup
2016-05-17 17:29:31 +03:00
Roman Inflianskas
ba8fa3f125
fix
2016-05-17 17:13:12 +03:00
Roman Inflianskas
9f5ef58e0d
BinaryInspector: add -lang flag
2016-05-17 16:55:48 +03:00
Roman Inflianskas
7997cfd234
BinaryInspector: not print IDs for postcodes
2016-05-17 16:55:48 +03:00
Roman Inflianskas
775b2124d5
City constructor
2016-05-17 16:48:34 +03:00
Roman Inflianskas
07078620ae
Exception handling
2016-05-17 16:48:33 +03:00
Roman Inflianskas
4ad562867e
Formatting
2016-05-17 16:45:12 +03:00
Roman Inflianskas
17d25971cb
Formatting
2016-05-17 15:24:52 +03:00
Roman Inflianskas
ada4335ea5
Formatting
2016-05-17 15:20:56 +03:00
Roman Inflianskas
e01f700b66
Formatting
2016-05-17 14:48:40 +03:00
Victor Shcherb
8c3696b76b
Fix race condition in #2521
2016-05-08 23:27:54 +02:00
Victor Shcherb
dd07571182
Fix #2495
2016-05-08 23:25:43 +02:00
Victor Shcherb
b5f90b6036
Prepare to accept merge for mapcreator
2016-05-07 18:01:43 +02:00
Victor Shcherb
83f9b03dde
Prepare to accept merge for mapcreator
2016-05-07 17:58:28 +02:00
Victor Shcherb
43e7923289
Prepare to accept merge for mapcreator
2016-05-07 17:56:08 +02:00
xmd5a
edd6ac7f4d
Add turn lanes test
2016-05-02 20:36:14 +03:00
Victor Shcherb
1acc561d38
Fix tests
2016-04-28 10:31:27 +02:00
Victor Shcherb
f545de9b38
Revert test
2016-04-28 10:22:07 +02:00
xmd5a
bf7d9eda02
Update turn lanes test obf
2016-04-27 14:57:42 +03:00
Victor Shcherb
4ff0469b04
Fix #2420
2016-04-27 01:05:42 +02:00
Victor Shcherb
b2fe950755
Fix osm live restrictions
2016-04-27 00:10:12 +02:00
Victor Shcherb
d3244224ee
Change id binary inspector
2016-04-26 22:59:47 +02:00
Victor Shcherb
ec1b3a5ee2
Fix formatting
2016-04-26 22:07:57 +02:00
Victor Shcherb
566c609f78
Small change formater
2016-04-26 20:17:24 +02:00
Victor Shcherb
73ef92c4da
Verbose binary inspectory
2016-04-26 20:08:37 +02:00
Roman Inflianskas
ae04bf705a
BinaryInspector: print restrictions and coordinates for roads
2016-04-26 18:31:44 +03:00
vshcherb
43e4bccf60
Update BinaryInspector.java
2016-04-26 13:29:14 +02:00
Victor Shcherb
219f1c9038
Update android version
2016-04-24 21:12:21 +02:00
Victor Shcherb
4b53e8b078
Update relation
2016-04-18 02:26:59 +02:00
Roman Inflianskas
f30318bf49
Fix #2436
2016-04-16 19:54:57 +03:00
vshcherb
a137d61222
Merge pull request #2457 from poretsky/review_160414_accessibility_proposal
...
Better accessibility feedback in the route description screen
2016-04-15 12:19:07 +02:00
Victor Shcherb
87d8ddfcee
Update turn type
2016-04-15 11:08:46 +02:00
Igor B. Poretsky
1772edd374
Better accessibility feedback in the route description screen.
...
Distance information is not duplicated by the accessibility
feedback. Added particular items for arrival points. Fully qualified
time format is used in accessibility mode since it is treated by
speech synthesizers more correctly.
2016-04-14 21:22:09 +03:00
Victor Shcherb
c95586879f
Fix tests
2016-04-13 23:01:19 +02:00
xmd5a
ec3b096afd
Update turn lanes tests
2016-04-13 23:52:36 +03:00
xmd5a
a28a7360d8
Update turn lanes json
2016-04-13 23:24:16 +03:00
Victor Shcherb
c499d701d5
Add test to ignore
2016-04-13 00:47:05 +02:00
Victor Shcherb
602154b629
Fix turn-lanes test
2016-04-13 00:14:31 +02:00
Victor Shcherb
e5d4d3df9a
Fix turn-lanes test
2016-04-13 00:14:27 +02:00
Victor Shcherb
d0a25ebb88
Update turn lanes
2016-04-12 23:44:17 +02:00
Victor Shcherb
32ac19cb9d
Update test
2016-04-12 23:11:37 +02:00
Victor Shcherb
7088a7555c
Fix incorrect turn definition
2016-04-12 23:05:18 +02:00
Victor Shcherb
d31b6288f0
Fix #2452
2016-04-12 22:20:10 +02:00
xmd5a
3a6cfdbff9
update turn_lanes_json
2016-04-12 22:30:16 +03:00
Victor Shcherb
e038b47ef9
Fix test
2016-04-12 09:49:19 +02:00
Victor Shcherb
b239e5e69b
Udpate tests
2016-04-10 17:19:00 +02:00
Victor Shcherb
e9f10cc74a
Fix some tests
2016-04-10 17:19:00 +02:00
Victor Shcherb
7c8441c9a4
Merge commit
2016-04-09 14:17:20 +02:00
Victor Shcherb
ac9d72327b
Fix some tests with uturns
2016-04-09 14:11:09 +02:00
Alexey Kulish
ace2428975
Fix opening hours parser test
2016-04-07 12:38:46 +03:00
Roman Inflianskas
75b5f23938
Work on #2420 (tests included): revert.
...
Reverting ddb9ba266b
because this solution
breaks adjacent segments which form u-turn. See #2420 for more details.
Added more tests though.
2016-04-06 09:31:52 +03:00
Roman Inflianskas
ddb9ba266b
Fix #2420 (tests included
2016-04-05 21:59:15 +03:00
Roman Inflianskas
a42d54d43e
Merge remote-tracking branch 'origin/master' (manually for weblate)
2016-04-05 17:35:59 +03:00
Roman Inflianskas
c80bba6a33
Merge remote-tracking branch 'origin/master' (manually for weblate)
2016-04-05 17:34:45 +03:00
Victor Shcherb
9f4ca0a9b0
Public holiday #2429
2016-04-05 16:00:23 +03:00
Roman Inflianskas
3bded67e1e
Support three turn options for one segment in the result route description
2016-04-05 13:40:40 +03:00
Roman Inflianskas
5336b59495
Support three turn options for one segment in the result route description
2016-04-05 12:58:14 +03:00
vshcherb
63ab190eb2
Merge pull request #2413 from andrew-davie/minimal
...
GPX asynchronous line drawing - super quick MINIMAL code set
2016-04-04 17:21:00 +03:00
Victor Shcherb
520e0d12e7
Update version
2016-04-03 11:34:32 +03:00
Andrew Davie
66128c8c66
Merge remote-tracking branch 'upstream/master'
2016-04-02 22:07:21 +11:00
Victor Shcherb
170ce67fcd
Update test
2016-03-30 16:03:06 +02:00
Victor Shcherb
6a9b0cef37
Update test results
2016-03-30 15:42:20 +02:00
Victor Shcherb
18141d065e
Ignore failure
2016-03-30 15:29:56 +02:00
Victor Shcherb
b075716096
Update tests
2016-03-30 15:08:50 +02:00
Victor Shcherb
46a8ce682e
Update tests
2016-03-30 15:08:32 +02:00
Victor Shcherb
2941e14932
Update junit tests
2016-03-30 14:57:27 +02:00
Victor Shcherb
0dc76234f2
Add 3rd turn
2016-03-30 14:45:35 +02:00
Andrew Davie
63ff22b6ab
"Trivial" area bounds for segments for super-quick culling during draw.
...
Reworked all the renderers to be much more object oriented.
Got the sample arrow and conveyor renderers working
Tracked down a few bugs - particularly one still there - TrkSegment with 0 points!
This in my opinion should never happen - it's coming in from "outside" to my code.
2016-03-30 01:47:04 +11:00
xmd5a
984dda798e
Update turn lanes test json
2016-03-28 21:59:51 +03:00
Victor Shcherb
db54e27454
Update turn types tertiary
2016-03-28 15:51:52 +02:00
Victor Shcherb
0f86f53b5e
Fix turn lanes
2016-03-28 15:10:47 +02:00
y.ridkous@gmail.com
19d42fba3e
Update LanesDrawable
2016-03-27 23:46:23 +03:00
y.ridkous@gmail.com
4e51707fad
Add expected segments verification.
2016-03-17 20:10:48 +02:00
xmd5a
e8cd8a1392
Update turn_lanes_test.json
2016-03-17 17:22:56 +03:00
GaidamakUA
27c3f115b3
Support for username with any characters after location.
2016-03-17 10:11:56 +01:00
Victor Shcherb
43c60dd179
Revert changes
2016-03-17 10:09:32 +01:00
GaidamakUA
d159648df5
Support for username with any characters after location.
2016-03-17 10:23:35 +02:00
xmd5a
13a00894a9
Update turn lanes test
2016-03-16 20:38:20 +03:00
xmd5a
38c0326c6b
Update turn_lanes_test.json
2016-03-16 18:10:49 +03:00
xmd5a
2558a4f00f
Update turn lanes tests
2016-03-16 18:10:49 +03:00
xmd5a
969701adf3
Update ru strings
2016-03-15 18:39:42 +03:00
y.ridkous@gmail.com
f57ccf9d6b
Add bash script in order to start turn lanes tests.
2016-03-15 12:58:13 +02:00
Victor Shcherb
38dcc92f2b
Fix test
2016-03-12 16:36:20 -05:00
y.ridkous@gmail.com
fc6562846d
Fix resources path
2016-03-12 23:14:15 +02:00
y.ridkous@gmail.com
6de0cd3dcc
Add test libs
2016-03-12 21:22:53 +02:00
y.ridkous@gmail.com
7b08992fd0
Merge remote-tracking branch 'origin/test_lanes' into test_lanes
2016-03-12 20:41:47 +02:00
y.ridkous@gmail.com
26db9c1bc8
Add libs for unit tests.
2016-03-12 20:41:31 +02:00
Yuriy Ridkous
6652ec7234
Update test_routes.json
2016-03-12 19:56:55 +02:00
Yuriy Ridkous
91778bba22
Update RouteResultPreparationTest.java
2016-03-12 19:55:45 +02:00
y.ridkous@gmail.com
d480cbc9d2
Add test RouteResultPreparationTest.java
2016-03-12 19:51:43 +02:00
GaidamakUA
38adf0b04a
Fixes #2255
2016-03-10 19:31:12 +02:00
Victor Shcherb
e250607a47
Fix bug for osmc routing
2016-03-09 11:15:26 -05:00
Victor Shcherb
33b4034c16
Disable fixme it looks wrong fix (rounddist is measured in meters)
2016-03-09 08:56:18 -05:00
Victor Shcherb
d509524fb7
Don't filter poi for map on zoom > 16 (fix issue with double poi on same location)
2016-03-06 15:28:51 -05:00
Victor Shcherb
e7e1f0582d
Add intersection size
2016-03-04 14:22:13 +01:00
Victor Shcherb
5910bbf72a
Fix translation
2016-03-03 23:59:38 +01:00
Victor Shcherb
c10f1932ef
Add substring for rendering types
2016-02-27 21:01:05 +01:00
Victor Shcherb
af5253b8b0
Add integer suffix
2016-02-21 19:21:18 +01:00
vshcherb
b676a27268
Merge pull request #2254 from okias/master
...
support diacritics symbols also with czech language
2016-02-20 15:02:36 +02:00
Victor Shcherb
c306af55d3
Add relation group tag
2016-02-19 18:56:35 +02:00
Victor Shcherb
02fff71197
Fix spen
2016-02-19 17:52:16 +02:00
David Heidelberg
04d8e09f2a
support diacritics symbols also with czech language
...
Search without diacritics will work properly in Czech Republic, Slovakia or Romania only when phone UI is set to these languages.
This is temporary solution.This should be handled better.
2016-02-19 13:38:02 +01:00
GaidamakUA
1b73c25a59
Added local day names to OpeningHoursParser.
2016-02-12 17:51:40 +02:00
GaidamakUA
134c6de70b
Fixed formatting for file.
2016-02-12 17:51:40 +02:00
Victor Shcherb
d5eed1cd28
Add category ui_hidden in order to disable properties in dependent styles
2016-02-08 01:22:58 +01:00
Victor Shcherb
6569d7e83e
Fix opening hours'
2016-02-07 19:06:10 +01:00
xmd5a
b23eda1da2
Add onewaysArrowColor attribute
2016-01-27 23:51:17 +03:00
Alexey Kulish
ca57ae085d
Added direction icon to Waypoint row. Fixed start/dest/intermediate list icons.
2016-01-23 12:27:53 +03:00
xmd5a
e212cace9e
Fix typo
2016-01-21 18:23:28 +03:00
xmd5a
92ece464da
BinaryInspector: output to osm v0.6
2016-01-21 17:22:00 +03:00
xmd5a
e550ba10d2
Fix osm version in BinaryInspector
2016-01-21 17:13:08 +03:00