Commit graph

1019 commits

Author SHA1 Message Date
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
Alexey Kulish
bc7901965f Geocoding lookup service in progress 2016-01-20 21:45:12 +03:00
Alexey Kulish
e74e913ff8 Fix https://github.com/osmandapp/Osmand/issues/2030 2016-01-17 15:11:08 +03:00
GaidamakUA
f5127caf51 New test for instagramm geo intent. And made it work. 2016-01-16 11:32:40 +02:00
GaidamakUA
522d60ea09 Live updates. Added world region fixed sorting and naming of regions. 2016-01-15 15:25:24 +02:00
GaidamakUA
a4d1ee15fb Fix build (java part incompatible with java 1.7) 2016-01-12 10:44:02 +02:00
GaidamakUA
5362feabe1 Merge branch 'master' of https://github.com/osmandapp/Osmand 2016-01-11 14:54:54 +02:00
GaidamakUA
e9798b248d Impassable roads layer. Icons showing. 2016-01-11 14:54:26 +02:00
Victor Shcherb
61dd56c0e9 Update entity parser. Fix #2126 2016-01-10 16:13:51 +01:00
GaidamakUA
a96234d32d Made open hours parser aware of PH and SH tags. Fixes #2116 2016-01-05 13:18:03 +02:00
sonora
4e678ecf24 clean up code 2016-01-02 15:35:38 +01:00
sonora
65cb789982 fix parentheses 2016-01-02 15:19:41 +01:00
sonora
56450a5302 fix method 2016-01-02 15:12:59 +01:00
sonora
0f8b5cc14a remove BOM 2016-01-02 14:56:04 +01:00
sonora
188e21935b fine tune "Near" criterion for reverese geocoding 2016-01-02 14:26:49 +01:00
GaidamakUA
d74ed25045 Add time span is working 2015-12-30 18:29:29 +02:00
GaidamakUA
072e23cd2d Deletion of time spans is working 2015-12-29 17:11:55 +02:00
GaidamakUA
70967b0177 Merge branch 'master' of https://github.com/osmandapp/Osmand 2015-12-18 14:32:15 +02:00
Victor Shcherb
3cc3549ec6 Update utilities 2015-12-18 13:53:47 +02:00
Alexey Kulish
86eae1d1a6 Merge strings.xml 2015-12-17 22:59:30 +03:00
Alexey Kulish
771c256fe8 Route preparation screen in progress. Fixes 2015-12-17 22:55:38 +03:00
GaidamakUA
22d13afe50 Small changes. Not building. 2015-12-17 18:31:03 +02:00
Victor Shcherb
a72545ab11 Update geocoding 2015-12-17 18:02:52 +02:00
Victor Shcherb
c07b8eb405 Add info about motorway_junction to route description 2015-12-14 01:30:56 +01:00
Victor Shcherb
09a3f5d1ac Revert android manifest 2015-12-09 23:38:02 +01:00
Victor Shcherb
758d4cc80c Update naming 2015-12-09 23:24:06 +01:00
Victor Shcherb
0a11d13aad Fix #1997 2015-12-09 19:37:26 +01:00
vshcherb
876cdca737 Merge pull request #2036 from AmZaf/master
Patched Osmand icu4j to support Persian and Urdu #2019
2015-12-09 19:13:58 +01:00
AmZaf
0b673e5f0d Patched Osmand icu4j-49_1 to support Persian and Urdu #2019 2015-12-09 07:32:45 +03:30
AmZaf
2582d89cd2 Patched Osmand icu4j to support Persian and Urdu #2019 2015-12-08 21:33:46 +03:30
GaidamakUA
7f5e74da05 Imports optimization 2015-12-07 10:30:46 +02:00
GaidamakUA
34b8e6c536 Merge by hand. 2015-12-07 10:27:49 +02:00
GaidamakUA
ad965a7b03 Fix bug when application breaks when trying to deserialize Node 2015-12-07 10:20:16 +02:00
AmZaf
bfec3f5cb0 Fix for Persian and Urdu language maps #2019 2015-12-06 20:04:33 +03:30
AmZaf
6e40152d0f Fix for Persian and Urdu language maps #2019 2015-12-06 20:02:44 +03:30
AmZaf
fab25b3c3c Update .classpath 2015-12-06 10:22:40 +03:30
Victor Shcherb
d7b99427ef Update utilities 2015-12-05 19:38:23 +01:00
sonora
48981f4db3 fix build 2015-12-04 23:05:51 +01:00
sonora
e078a99f1b fix issue 2015-12-04 22:32:22 +01:00
sonora
3da2b24527 first cut at prefixing "Near" for fuzzy reverse geocoding results 2015-12-04 13:27:31 +01:00
GaidamakUA
233cec7962 Added normal editing of timespans other than 1st one. 2015-12-03 13:36:30 +02:00
GaidamakUA
18e8f5a6df Added new test for multiple timespans. 2015-12-02 17:48:33 +02:00
Victor Shcherb
ee74636b35 Update utilties 2015-12-02 13:45:47 +01:00
Victor Shcherb
19dc9a0257 Update 2015-12-02 10:22:33 +01:00
Victor Shcherb
055012198e Update multiplier 2015-12-02 10:14:24 +01:00
Victor Shcherb
3ac68eb011 Fix some geocoding issues 2015-12-02 02:19:45 +01:00
Victor Shcherb
e85424303a Update geocoding 2015-12-02 00:33:25 +01:00
Victor Shcherb
9a5a8ca61e Update geocoding utilties 2015-12-02 00:31:47 +01:00
GaidamakUA
5e49b10b92 Optimised imports 2015-12-01 14:30:19 +02:00
Victor Shcherb
53c0bdbd1a Dont change connection point 2015-12-01 09:44:54 +01:00
Alexey Kulish
5addc2de16 Fix poi types sorting in context menu 2015-11-30 19:06:23 +03:00
Alexey Kulish
0c212f11b9 Fix - amenity rows order + small context menu fix 2015-11-30 17:17:27 +03:00
Victor Shcherb
ca66522b37 Add support for interpolation interval 2015-11-30 00:41:35 +01:00
Victor Shcherb
71ef807f56 Update search 2015-11-29 15:57:46 +01:00
Victor Shcherb
899ca53231 Improve geocoing 2015-11-29 15:20:36 +01:00
Victor Shcherb
2418bedd7f Merge branch 'master' of github.com:osmandapp/Osmand 2015-11-27 10:59:09 +01:00
Victor Shcherb
b638d6d04b Improve searching nearest road 2015-11-27 10:08:47 +01:00
GaidamakUA
77a4a57627 New support library returned 2015-11-26 12:27:16 +02:00
Victor Shcherb
7e7e344896 Fix #1885 2015-11-25 16:49:28 +01:00