aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix for mapsforge landscape issuersudev2012-01-272-0/+13
|
* fix #1048: near search icon enabledBananeweizen2012-01-271-3/+2
|
* Merge pull request #1049 from YraFyra/masterBananeweizen2012-01-261-8/+13
|\ | | | | Swedish translation updated
| * Update of Swedish translationYraFyra2012-01-261-8/+13
| |
* | Merge pull request #1041 from marco-jacob/issue#290Bananeweizen2012-01-265-3/+61
|\ \ | |/ |/| Issue#290
| * changed from dialog_yes/no to android.R.string.yes/noMarco Jacob2012-01-263-10/+2
| |
| * Merge branch 'master' into issue#290Marco Jacob2012-01-253-13/+28
| |\
| * \ Merge branch 'master' into issue#290Marco Jacob2012-01-2518-115/+184
| |\ \
| * | | changed res text info_storing_static_mapsMarco Jacob2012-01-252-2/+2
| | | |
| * | | Merge branch 'master' into issue#290Marco Jacob2012-01-2349-859/+803
| |\ \ \
| * | | | added explicit download of cache static mapMarco Jacob2012-01-231-0/+5
| | | | |
| * | | | additional resource text for issue#290Marco Jacob2012-01-232-0/+12
| | | | |
| * | | | added dialog to ask for download static maps and the dowload action itselfMarco Jacob2012-01-231-3/+39
| | | | |
| * | | | added getWaypointById(int)Marco Jacob2012-01-231-0/+13
| | | | |
* | | | | testing https access, please ignore this commitBananeweizen2012-01-261-0/+1
| | | | |
* | | | | Merge commit '0a3f72f92fb970952eb29a9cb56075acacb7c3f9' into upstreamblafoo2012-01-255-70/+51
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Stronger use of CacheCacheblafoo2012-01-245-70/+51
| | | | |
* | | | | hashCode() and equals() implemented for cgCacheblafoo2012-01-251-0/+19
| | | | |
* | | | | Merge branch 'master' of ↵Bananeweizen2012-01-252-1/+3
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | https://Bananeweizen@github.com/cgeo/c-geo-opensource.git
| * | | | Search returns reliable coords. Fixes #1031blafoo2012-01-252-1/+3
| | | | |
* | | | | fix #1034: Links in cache-logs not workingBananeweizen2012-01-251-1/+3
| | | | |
* | | | | Merge branch 'master' of ↵Bananeweizen2012-01-252-1/+18
|\ \ \ \ \ | |/ / / / | | | | | | | | | | https://Bananeweizen@github.com/cgeo/c-geo-opensource.git
| * | | | Merge pull request #1032 from campbeb/fix1010Bananeweizen2012-01-252-1/+18
| |\ \ \ \ | | |/ / / | |/| | | Fix #1010 - Make sure we are taking action on correct cache from the context menu
| | * | | Use equalsIngoreCase instead of compareToIgnoreCase == 0campbeb2012-01-252-2/+2
| | | | |
| | * | | Merge branch 'master' into fix1010campbeb2012-01-2510-76/+119
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Fix #1010 - Add method to allow finding a cache in the list by searchingcampbeb2012-01-241-0/+9
| | | | | | | | | | | | | | | all items for a specific geocode.
| | * | | Fix #1010 - Keep track of geocode for the context menu and make sure wecampbeb2012-01-241-1/+9
| | | | | | | | | | | | | | | are taking action on the correct cache.
* | | | | refactoring: minor simplification of codeBananeweizen2012-01-241-12/+6
|/ / / /
* | | | fix #1033: links in TB log don't workBananeweizen2012-01-242-2/+5
| | | |
* | | | Merge pull request #1027 from RoadRunner-/navidBananeweizen2012-01-242-62/+84
|\ \ \ \ | | | | | | | | | | Implementation for issue #1012: ID may change
| * | | | changed method argumentsTorsten Keil2012-01-241-3/+3
| | | | |
| * | | | Fix for issue #1012: ID may changeTorsten Keil2012-01-222-62/+84
| | | | | | | | | | | | | | | | | | | | | | | | | - Introduced enum for navigation apps that defines also the new id - Changed handling of navigation apps inside factory - Improved handling of navigation apps in cgeoinit
* | | | | fix #368: turn off stand-by mode in list viewBananeweizen2012-01-246-12/+30
| |/ / / |/| | |
* | | | Set instead of List to avoid caches multiple times in search results V2blafoo2012-01-238-37/+44
| |_|/ |/| |
* | | Merge pull request #1029 from RoadRunner-/defnavrsudev2012-01-222-13/+3
|\ \ \ | | | | | | | | Fix for Issue #1028: Call default navigation instead of the compass app.
| * | | Removed direct call of compass app by call to default navigation appTorsten Keil2012-01-232-13/+3
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into defnavTorsten Keil2012-01-22286-4940/+7087
| |\ \ \ | |/ / / |/| | | | | | | | | | | Conflicts: main/AndroidManifest.xml
* | | | Revert "Fix #976: Replace note-marker by more meaningful icon"SammysHP2012-01-225-0/+0
| | | | | | | | | | | | | | | | | | | | This reverts commit 04c458088210a672c5ac47e5fa508b9fba08d8ab. Redo: Fix #976: Replace note-marker by more meaningful icon
* | | | refactoring: #1023, remove all method arguments from setMoreCachesBananeweizen2012-01-221-13/+12
| | | |
* | | | Merge branch 'master' of ↵Bananeweizen2012-01-221-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | https://Bananeweizen@github.com/cgeo/c-geo-opensource.git
| * \ \ \ Merge pull request #1023 from campbeb/fix1011Bananeweizen2012-01-221-3/+3
| |\ \ \ \ | | | | | | | | | | | | Fix #1011 Don't try to load more caches for stored lists
| | * | | | Instead of using url from SearchResult, use the type to determine if wecampbeb2012-01-221-6/+3
| | | | | | | | | | | | | | | | | | are looking at an offline list.
| | * | | | Merge branch 'master' into fix1011campbeb2012-01-2229-530/+583
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fix #1011 Don't try to load more caches for stored listscampbeb2012-01-221-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | If URL in the search result is blank, then we are looking at stored caches and don't want to try to load more.
* | | | | | fix #1018: Add add-on to useful appsBananeweizen2012-01-225-218/+110
|/ / / / / | | | | | | | | | | search must be retested after add-on has been published
* | | | | refactoring: moved some classes to packages, renamingBananeweizen2012-01-2224-23/+39
| | | | |
* | | | | Merge pull request #1022 from campbeb/fix1021Bananeweizen2012-01-221-1/+7
|\ \ \ \ \ | | | | | | | | | | | | Fix #1021 finish() when the dialog is done
| * | | | | Remove finish() in onCreatecampbeb2012-01-221-1/+0
| | | | | |
| * | | | | Fix #1021campbeb2012-01-221-0/+7
| |/ / / / | | | | | | | | | | | | | | | Make sure the add on exits when dialog is no longer displayed (either cancelled or calendar chosen).
* | | | | Merge pull request #1020 from campbeb/fix1019Bananeweizen2012-01-221-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix #1019 by correcting the index for substring calls.