Commit graph

215 commits

Author SHA1 Message Date
Victor Shcherb
276edaa1e1 Add underlay layer 2011-05-31 22:40:30 +02:00
Victor Shcherb
38a536457a Add overlay to map 2011-05-30 00:54:13 +02:00
Victor Shcherb
f85fa4118d Change preference screen 2011-05-29 23:29:25 +02:00
Victor Shcherb
01aaec7913 Merge branch mapRefactoring. Fix issue 238 (animation). Auto download sources from internet. Issue 419 (auto config switch layers). Partially 447 (altitude lines). Issue 334 (new MTB Map Cz) 2011-05-29 17:07:33 +02:00
Victor Shcherb
247c7ffae0 Allow map installation through internet 2011-05-29 16:54:56 +02:00
Victor Shcherb
9fa007928a Improve dragging animation 2011-05-25 00:33:14 +02:00
Victor Shcherb
d950574234 Add animation on main screen 2011-05-24 01:17:36 +02:00
Victor Shcherb
67c1ec7bbc Add some russian translation 2011-05-22 17:13:09 +02:00
Dusan
c973a1d976 added tip&trick for index updating 2011-05-20 23:05:33 +02:00
Victor Shcherb
be89dc00f5 Merge issue 419 and master 2011-05-20 09:40:18 +02:00
Victor Shcherb
de1faa64bf Add settings. Issue 419 2011-05-20 00:39:01 +02:00
Dusan
96c92549ea added tip & trick for day/night mode 2011-05-19 23:11:12 +02:00
dusan
e0c2c8eecc added tip and trick-location sharing
Change-Id: I1d910b49b2dc4e3bab3cb5edfcf7c412c32c9ca5
2011-05-10 16:37:25 +02:00
dusan
f634524644 added new tip & trick for Favorites
Change-Id: I839a0a872306910fc72868c72b71cf798ae4c849
2011-05-10 12:57:38 +02:00
dusan
d15fd019f2 Added tip and trick for osm improving
Change-Id: Iad7eea0eece3881c930ed36ff6646af97eb64d51
2011-05-10 00:48:50 +02:00
Victor Shcherb
93312e5e79 Fix conflicts after merge 2011-05-09 21:00:16 +02:00
pavol.zibrita
ed10e42a39 Fixed issue 172
Basic geo:intent search for query and lat,lon query.
2011-05-09 19:06:48 +02:00
Victor Shcherb
08860cdc26 Issue 259 add web link for poi creation 2011-05-08 23:23:08 +02:00
Victor Shcherb
1fb99684ea Add preference to change locale 2011-05-08 22:48:54 +02:00
Victor Shcherb
d31d02491b Issue 415. Tips and tricks functionality 2011-05-08 14:58:30 +02:00
Victor Shcherb
9c860bf180 Add city admin level setting to UI 2011-05-04 12:57:11 +02:00
Victor Shcherb
90821ab59c Small fixes 2011-05-03 22:39:10 +02:00
Victor Shcherb
66151eacb0 Issue 54 add miles/meters/foots metrics 2011-05-01 14:55:29 +02:00
Victor Shcherb
4070d30609 Issue 416 allow to user share location (final) 2011-05-01 10:47:05 +02:00
Victor Shcherb
a7cdc87553 Issue 416 allow to user share location 2011-04-29 00:10:15 +02:00
Victor Shcherb
576dbb98e5 Issue 130. Add waypoint to GPX 2011-04-27 09:39:19 +02:00
Victor Shcherb
2991672d8f Fixing issue (first attempt), not acquiring partial lock to wake up phone 2011-04-26 01:39:44 +02:00
Victor Shcherb
895ea22607 Refactor osmand messages remove Messages from MapCreator related to OsmAnd 2011-04-25 15:08:56 +02:00
Victor Shcherb
211bc38c21 Fix issue 353 2011-04-25 13:18:29 +02:00
Victor Shcherb
22a3b10e7c Add screenshots 2011-04-21 00:52:32 +02:00
Victor Shcherb
f7d6327d5d Prepare 0.6.1, implement osmand warning for long distance, change icons 2011-04-20 00:30:13 +02:00
Victor Shcherb
d2182d273b Merge issue154 into master 2011-04-19 21:54:22 +02:00
Victor Shcherb
86966c85ca small modifications to issue 154 2011-04-19 00:54:42 +02:00
Victor Shcherb
66634c0c8b add contribution version changes 2011-04-17 23:29:05 +02:00
Victor Shcherb
167469f450 Prepare contribution version 2011-04-15 01:01:09 +02:00
Pavol Zibrita
a541591a5f Implementing map preference folder. (issue 154)
OsmandSettings has now methods for extending the storage folder or
getting the storage folder. It should not be taken from Environment
directly now, but from the settings.
- fixed some warnings
2011-04-14 00:08:41 +02:00
Victor Shcherb
d6def716ad rebranding to osmand plus. Put changed string on the top 2011-04-13 00:36:17 +02:00
Victor Shcherb
4e71df7d0c Implement voice alert for routing (when voice data is not selected). Load voice data only when routing is going to start 2011-02-22 01:05:40 +01:00
Pavol Zibrita
ad15478289 Fixed issue 321 2011-01-31 23:20:07 +01:00
Victor Shcherb
02a9be2b81 Fix issue 270 2011-01-24 00:45:24 +01: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
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
55dc0e2a76 show estimated size to download
git-svn-id: https://osmand.googlecode.com/svn/trunk@838 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-18 00:11:50 +00:00
Olga.shcherb
626e471dd2 fix issue 230
Added functions :
1. Select all filtered items to download
2. Clear selected items to download
3. Filter downloaded indexes
4. Coloring

git-svn-id: https://osmand.googlecode.com/svn/trunk@826 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-16 16:50:43 +00:00
Victor Shcherb
1e45f6959f fix issue 189
redesign settings layout

git-svn-id: https://osmand.googlecode.com/svn/trunk@786 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-08 22:11:31 +00:00
Victor Shcherb
f40eca5bed fix issue 252
fix issue 157

git-svn-id: https://osmand.googlecode.com/svn/trunk@781 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-08 15:47:40 +00:00
Victor Shcherb
b180b6bd70 implement batch tile downloader for android client
git-svn-id: https://osmand.googlecode.com/svn/trunk@762 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-05 13:12:50 +00:00
Victor Shcherb
e636efaf03 fix code revision
git-svn-id: https://osmand.googlecode.com/svn/trunk@755 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-04 12:08:10 +00:00
Victor Shcherb
250bcd4544 externalize settings
git-svn-id: https://osmand.googlecode.com/svn/trunk@736 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-11-30 23:05:07 +00:00
Victor Shcherb
b26b703793 fix issue 182
add settings to trace rendering

git-svn-id: https://osmand.googlecode.com/svn/trunk@706 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-11-25 11:03:17 +00:00
Victor Shcherb
2f56b515b3 fix issue 174
git-svn-id: https://osmand.googlecode.com/svn/trunk@690 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-11-23 10:23:12 +00:00
Victor Shcherb
1bf926ad69 implement vector rendering menu options
git-svn-id: https://osmand.googlecode.com/svn/trunk@687 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-11-22 19:38:35 +00:00
Victor Shcherb
5825b5fe92 fix issue 179
git-svn-id: https://osmand.googlecode.com/svn/trunk@679 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-11-16 09:57:20 +00:00
Victor Shcherb
8f5e132c54 add phone, site functionality to poi
git-svn-id: https://osmand.googlecode.com/svn/trunk@661 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-11-12 19:35:16 +00:00
Victor Shcherb
eaf239091a fix bugs with poi
git-svn-id: https://osmand.googlecode.com/svn/trunk@656 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-11-11 22:09:11 +00:00
Victor Shcherb
75cfb3d2c6 fix issue 122, 119
git-svn-id: https://osmand.googlecode.com/svn/trunk@643 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-11-06 23:40:40 +00:00
Victor Shcherb
b24c08a0c1 fix issues with old map.odb format (remove it from support)
git-svn-id: https://osmand.googlecode.com/svn/trunk@613 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-10-30 10:12:34 +00:00
Victor Shcherb
3c837c5b7c fix issue 100
git-svn-id: https://osmand.googlecode.com/svn/trunk@577 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-10-19 11:05:41 +00:00
Victor Shcherb
4a340f7c46 fix issue 91
git-svn-id: https://osmand.googlecode.com/svn/trunk@569 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-10-14 09:06:08 +00:00
Victor Shcherb
d70329b368 Fix issue 76
git-svn-id: https://osmand.googlecode.com/svn/trunk@563 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-10-13 15:29:00 +00:00
Victor Shcherb
888af77b76 fix issue
git-svn-id: https://osmand.googlecode.com/svn/trunk@562 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-10-13 15:21:34 +00:00
Victor Shcherb
1436a4ccb5 fix download activity
git-svn-id: https://osmand.googlecode.com/svn/trunk@560 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-10-12 23:21:22 +00:00
Victor Shcherb
9454618ddb fix transport
build issues

git-svn-id: https://osmand.googlecode.com/svn/trunk@543 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-10-06 15:25:06 +00:00
Victor Shcherb
60714e7932 fix multipolygon names/types
git-svn-id: https://osmand.googlecode.com/svn/trunk@539 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-10-03 09:45:30 +00:00
Victor Shcherb
451dcf5238 fix small issues
implement features

git-svn-id: https://osmand.googlecode.com/svn/trunk@538 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-10-02 20:22:19 +00:00
Victor Shcherb
e4b2442521 improve voice downloading
git-svn-id: https://osmand.googlecode.com/svn/trunk@530 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-09-27 22:25:53 +00:00
Victor Shcherb
173815a3d7 bugfix
git-svn-id: https://osmand.googlecode.com/svn/trunk@527 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-09-27 14:14:39 +00:00
Victor Shcherb
0ab77ae514 implement rendering
git-svn-id: https://osmand.googlecode.com/svn/trunk@517 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-09-21 23:41:21 +00:00
Victor Shcherb
0afdfa96dc implement navigation using gpx file
git-svn-id: https://osmand.googlecode.com/svn/trunk@508 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-09-18 22:52:06 +00:00
Victor Shcherb
0bf98bcf33 implement gpx layer
git-svn-id: https://osmand.googlecode.com/svn/trunk@503 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-09-17 16:03:47 +00:00
Victor Shcherb
c3472fcee1 implement render further
git-svn-id: https://osmand.googlecode.com/svn/trunk@490 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-09-06 22:11:37 +00:00
Victor Shcherb
e8841d413d change net.osmand
git-svn-id: https://osmand.googlecode.com/svn/trunk@456 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-08-16 22:40:46 +00:00
Victor Shcherb
c1bf86149b fix small issues
git-svn-id: https://osmand.googlecode.com/svn/trunk@442 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-08-06 19:13:59 +00:00
Victor Shcherb
733917caae fix bugs
git-svn-id: https://osmand.googlecode.com/svn/trunk@438 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-08-06 07:11:06 +00:00
Victor Shcherb
ad181e8945 add map rotating to compass
git-svn-id: https://osmand.googlecode.com/svn/trunk@437 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-08-05 08:27:52 +00:00
Victor Shcherb
3b5a535af9 fix small issues
git-svn-id: https://osmand.googlecode.com/svn/trunk@422 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-08-01 22:44:02 +00:00
Victor Shcherb
cb80fc1430 implement import/export favorite points
git-svn-id: https://osmand.googlecode.com/svn/trunk@419 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-07-31 10:38:16 +00:00
Victor Shcherb
605e513436 add send report crash
git-svn-id: https://osmand.googlecode.com/svn/trunk@417 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-07-30 18:30:42 +00:00
Victor Shcherb
b95d38941c small improvements
git-svn-id: https://osmand.googlecode.com/svn/trunk@416 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-07-30 17:13:28 +00:00
Victor Shcherb
5f8990543c add russia downloads/deutch strings
git-svn-id: https://osmand.googlecode.com/svn/trunk@403 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-07-28 10:13:19 +00:00
Victor Shcherb
4ff8a9b8f2 Yandex traffic
Urgent bugfix

git-svn-id: https://osmand.googlecode.com/svn/trunk@395 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-07-24 21:26:42 +00:00
Victor Shcherb
292166001a add name finder service
git-svn-id: https://osmand.googlecode.com/svn/trunk@387 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-07-22 19:32:12 +00:00
Victor Shcherb
e4129286b7 add layers
git-svn-id: https://osmand.googlecode.com/svn/trunk@382 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-07-21 21:51:59 +00:00
Victor Shcherb
3774f9b3cb fix small issues
git-svn-id: https://osmand.googlecode.com/svn/trunk@376 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-07-21 06:41:11 +00:00
Victor Shcherb
95e7d9be61 add continue with previous route
git-svn-id: https://osmand.googlecode.com/svn/trunk@374 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-07-20 07:44:19 +00:00
Victor Shcherb
66bd6c43f8 fix small issues
git-svn-id: https://osmand.googlecode.com/svn/trunk@373 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-07-20 07:03:06 +00:00
Victor Shcherb
3f8e13c79c fix some issues
git-svn-id: https://osmand.googlecode.com/svn/trunk@365 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-07-19 08:55:34 +00:00
Victor Shcherb
9733788ca1 Bugfix
git-svn-id: https://osmand.googlecode.com/svn/trunk@360 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-07-17 20:25:35 +00:00
Victor Shcherb
6ab761ec8c start implement background service
git-svn-id: https://osmand.googlecode.com/svn/trunk@358 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-07-16 09:21:42 +00:00
Victor Shcherb
7a17a41a39 start implement background service
git-svn-id: https://osmand.googlecode.com/svn/trunk@357 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-07-16 08:49:43 +00:00
Victor Shcherb
c01a387121 implement filter poi by name
git-svn-id: https://osmand.googlecode.com/svn/trunk@356 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-07-15 21:54:00 +00:00
Victor Shcherb
d9633834f5 bugfix and voice information
git-svn-id: https://osmand.googlecode.com/svn/trunk@343 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-07-15 09:48:48 +00:00
Victor Shcherb
7ed1ce9e4b add voice engine
git-svn-id: https://osmand.googlecode.com/svn/trunk@320 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-07-12 20:05:23 +00:00
Victor Shcherb
d5692b938e fix small issues
git-svn-id: https://osmand.googlecode.com/svn/trunk@319 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-07-11 22:30:41 +00:00
Victor Shcherb
421f12a35a add animating move
git-svn-id: https://osmand.googlecode.com/svn/trunk@317 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-07-11 09:06:38 +00:00
Victor Shcherb
e16371d336 implement zip/unzip files for downloading
git-svn-id: https://osmand.googlecode.com/svn/trunk@309 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-07-09 11:15:50 +00:00
Victor Shcherb
f3ad1ac635 fix small issues
add route information for YOURS (when only points are provided)

git-svn-id: https://osmand.googlecode.com/svn/trunk@302 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-07-08 12:01:58 +00:00
Victor Shcherb
40b655cb67 add hello screen
git-svn-id: https://osmand.googlecode.com/svn/trunk@299 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-07-07 12:36:53 +00:00
Victor Shcherb
45410f6ed0 final fixes for 0.2.1
git-svn-id: https://osmand.googlecode.com/svn/trunk@298 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-07-07 11:16:02 +00:00
Victor Shcherb
c3d46c18a6 fix small issues
git-svn-id: https://osmand.googlecode.com/svn/trunk@291 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-07-06 19:26:13 +00:00