Victor Shcherb
de5418f540
change ui for release (selecting route providers)
2011-01-16 14:05:46 +01:00
Victor Shcherb
2a492860ff
migrate fix issue 319
2011-01-16 13:51:56 +01:00
Victor Shcherb
acd342ce1e
Prepare release 0.5.2
2011-01-16 13:46:47 +01:00
pavol.zibrita
7b13667d57
Reintegrating v0.5.1 branch to trunk
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@895 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2011-01-15 21:05:31 +00:00
pavol.zibrita
e94e415f43
Fixed issue 304
...
- the extension of images .png, .jpg etc must be determined from the files and not hardcoded to .jpg
git-svn-id: https://osmand.googlecode.com/svn/trunk@891 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2011-01-15 14:55:07 +00:00
pavol.zibrita
12e7ed5c71
Fixed issue 304
...
- the extension of images .png, .jpg etc must be determined from the files and not hardcoded to .jpg
git-svn-id: https://osmand.googlecode.com/svn/trunk@890 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2011-01-15 07:50:42 +00:00
pavol.zibrita
be2d8ebb32
Fixed issue 305
...
- items are now filtered against what it shown, not the filename to download
- making the download more robust (seems the download.net returns some error code on each second download try)
- filtering the already downloaded indexes is now much faster
git-svn-id: https://osmand.googlecode.com/svn/trunk@889 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2011-01-15 07:18:35 +00:00
pavol.zibrita
71801ecd8a
Removing the hack. It is really a definition of cs collator that characters Č, Ř, Š, and Ž are not equal to their ASCII forms...
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@888 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2011-01-15 02:59:00 +00:00
prescott66@gmail.com
445a8188ab
updated osmand slovak translation
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@887 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2011-01-14 10:13:26 +00:00
pavol.zibrita
c497242e52
translation update
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@885 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2011-01-13 20:16:11 +00:00
pavol.zibrita
f3bcaa30f4
translation update
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@884 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2011-01-13 20:14:28 +00:00
Victor Shcherb
4927a93692
fix compilation problem to get success build
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@880 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2011-01-11 22:45:49 +00:00
Victor Shcherb
67ec6b62c4
add hike-bike map
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@879 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2011-01-11 22:39:08 +00:00
Victor Shcherb
4d912abee3
create specific case for holland with admin_level="10" and fix some errors for boundary case
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@878 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2011-01-10 23:56:44 +00:00
Victor Shcherb
110edbef8b
implement street search using boundaries
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@877 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2011-01-10 00:03:40 +00:00
Victor Shcherb
b6c9e20be2
fix multipolygons
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@876 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2011-01-09 01:09:59 +00:00
Victor Shcherb
8c8cc3b266
fix multipolygon rendering bug
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@875 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2011-01-09 00:08:41 +00:00
pavol.zibrita
d7af7d05f5
- fix for rotation in move mode. Rotation is done in separate cycle so it is not stopped when the animation is.
...
mapView.setLanLon stops the animation thread, from this point of view, the animation view is not the right place for
animating the rotation. In other hands, every map change setRotation,setLanLon,zoom could go through animation thread
and it would be unified somehow with any future animation.
git-svn-id: https://osmand.googlecode.com/svn/trunk@874 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2011-01-04 23:18:02 +00:00
pavol.zibrita@gmail.com
8b20f8ad87
- fix rotation by movement after the smooth rotation changes
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@873 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2011-01-04 14:20:35 +00:00
pavol.zibrita
35732d9f67
Smooth map rotation, using the animation thread.
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@872 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2011-01-04 09:02:37 +00:00
pavol.zibrita
a24123cbde
- removing not needed code for disabling day/night option when night renderer is selected
...
- fixed sunrise/sunset calculation, the calculated time was in local time zone but was parsed as GMT
- sunrise/sunset calculation is slow to be called in short intervals as it is now after changes for full night mode. Added
5 seconds delay between recalculations, which is OK. It is something like your sunrise/sunset is delayed by 5 seconds :-)
git-svn-id: https://osmand.googlecode.com/svn/trunk@871 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2011-01-03 23:49:18 +00:00
Victor Shcherb
5f28c3b2c6
remove unused vars
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@870 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2011-01-03 14:50:17 +00:00
Victor Shcherb
2549407cc1
1. fix small issue with transport index
...
2. add night mode param to map view (now full night mode could be designed)
git-svn-id: https://osmand.googlecode.com/svn/trunk@869 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2011-01-03 14:49:27 +00:00
Victor Shcherb
dad4a1276f
fix empty en names for cities (tested on new zealand)
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@868 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-31 10:27:04 +00:00
pavol.zibrita
39cf89bb0a
- values-cs-rSK are copy of values-sk
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@867 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-27 12:55:45 +00:00
pavol.zibrita
f3b66e956a
- correcting sunrisesunset call (the timezone offset)
...
- added info about android bug for the hack
git-svn-id: https://osmand.googlecode.com/svn/trunk@866 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-27 12:54:19 +00:00
vics001
1780d25c8d
fix pedestrian
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@865 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-27 10:50:09 +00:00
vics001
d10a09c76c
adopt night rendering implemented by shlimann
...
fix NPE for last known location
small redesign to support night rendering
git-svn-id: https://osmand.googlecode.com/svn/trunk@864 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-27 10:44:14 +00:00
vics001
f3e9c1ae36
fix road priorities
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@863 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-27 10:43:01 +00:00
vics001
05963270ae
add message for out of memory
...
translation
git-svn-id: https://osmand.googlecode.com/svn/trunk@862 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-26 22:06:42 +00:00
pavol.zibrita
661b6a98d5
- added hack to fix broken Collator for Czech Locale "cs"
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@861 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-26 21:18:22 +00:00
pavol.zibrita
89730c9579
- fixed first bad initialization of the day/night menu when renderer is not yet defined
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@860 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-26 20:53:16 +00:00
pavol.zibrita
c510fb5636
- also searching the villages using Collator
...
- created StringMatcher and some its Collator subclasses to be used in village search
- removed toLowerCase calls, as Collator.PRIMARY also ignores the case
git-svn-id: https://osmand.googlecode.com/svn/trunk@859 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-26 20:45:05 +00:00
pavol.zibrita
2a6d92d031
- fix sunrise/sunset call, correcting the time zone
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@858 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-26 19:31:59 +00:00
prescott66@gmail.com
e1dd4edc79
updated osmand slovak translation
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@857 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-26 10:43:14 +00:00
pavol.zibrita
b788966c84
Catching possible exceptions when getting actual location
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@856 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-26 09:02:12 +00:00
vics001
0b064d51db
fix router for some cases
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@855 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-26 00:51:14 +00:00
pavol.zibrita
a60ef26f4d
Auto switch day/night mode:
...
- added settings for sunrise/sunset,day,night,sensor auto switch
- DayNightHelper contains the base switching logic
- auto switching works only if render is selected which has its -night counterpart
- light sensor threshold is currently hard coded
git-svn-id: https://osmand.googlecode.com/svn/trunk@854 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-25 23:56:17 +00:00
vics001
ed10675d40
first cut routing
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@853 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-25 16:16:18 +00:00
vics001
aa6ddff8f0
consider restrictions
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@852 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-24 20:55:53 +00:00
vics001
c0508cb526
implement test routing functionality for OsmMapCreator
...
Fix main routing problems.
Now routing doesn't support turn restrictions, access, possible problems with roundabouts
git-svn-id: https://osmand.googlecode.com/svn/trunk@851 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-24 11:35:32 +00:00
vics001
6236cace53
test search roads functionality
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@850 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-23 10:55:35 +00:00
vics001
5a25fe2599
fix australia index
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@849 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-22 12:45:32 +00:00
vics001
fe02e64d45
draft version searching closest way
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@848 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-22 12:44:47 +00:00
vics001
aed5ca28aa
native http support for multidownloader
...
fix problems with broken connection (works much faster)
git-svn-id: https://osmand.googlecode.com/svn/trunk@847 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-21 22:44:57 +00:00
vics001
232f2ff854
b3
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@846 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-21 22:44:07 +00:00
pavol.zibrita
ad4e6f8939
Added all non .java files to jar file from source directory. Properties files were missing.
...
Issue: 283
git-svn-id: https://osmand.googlecode.com/svn/trunk@845 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-21 11:23:05 +00:00
prescott66@gmail.com
2871f2de5a
updated osmand/mapcreator spanish translation
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@844 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-20 16:35:10 +00:00
nils.jermann@googlemail.com
676650d088
translation
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@843 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-20 16:25:49 +00:00
vics001
37c619d43d
route research
...
git-svn-id: https://osmand.googlecode.com/svn/trunk@842 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-19 22:49:03 +00:00