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 |
|