aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/maps
Commit message (Expand)AuthorAgeFilesLines
* Better icon for live-map-refreshSammysHP2011-11-161-1/+1
* Mark methods as static when possibleSamuel Tardieu2011-11-161-1/+1
* Use an activity where it is requiredSamuel Tardieu2011-11-161-9/+13
* Mapsource refactor little cleanup:rsudev2011-11-151-12/+12
* Implementing #179, refactor maps to single source, last partrsudev2011-11-1513-191/+364
* refactor duplicate code from mapBananeweizen2011-11-133-40/+50
* have Go4Cache localized, show also age of information, fixes #782Bananeweizen2011-11-133-15/+11
* refactor Go4Cache codeBananeweizen2011-11-128-62/+33
* more unit testsbananeweizen2011-11-112-2/+2
* Move Go4Cache result parsing into the Go4Cache classSamuel Tardieu2011-11-091-18/+5
* Add new Viewport type to encompass Viewport informationSamuel Tardieu2011-11-091-1/+3
* Logic cleanupSamuel Tardieu2011-11-091-8/+3
* geo cannot be null hereSamuel Tardieu2011-11-091-3/+2
* Prevent boolean boxing/unboxingSamuel Tardieu2011-11-093-4/+4
* Remove redundant super interfacesSamuel Tardieu2011-11-091-2/+1
* String.format needs no Locale argument to get the default oneSamuel Tardieu2011-11-091-5/+4
* Do not use deprecated methodsSamuel Tardieu2011-11-088-19/+26
* Signal activity to Go4Cache when using the mapSamuel Tardieu2011-11-071-2/+1
* Use a separate and unique thread for Go4CacheSamuel Tardieu2011-11-071-5/+5
* Make cgBase a singletonSamuel Tardieu2011-11-071-1/+1
* Cleanup addSearchSamuel Tardieu2011-11-071-1/+2
* Handler Messageskeith.paterson2011-11-051-23/+23
* Refactoring of Handler Messageskeith.paterson2011-11-041-21/+36
* additional refactoring of #723Bananeweizen2011-11-031-50/+47
* Merge pull request #723 from MentalDisruptor/masterBananeweizen2011-11-021-25/+51
|\
| * refs //FIXME should be members of LoadTimer since started by it.Kai Stempfle2011-10-291-25/+51
* | Merge remote branch 'remotes/blafoo692/issue692'rsudev2011-10-314-38/+39
|\ \
| * | No direct access to fieldsblafoo2011-10-264-38/+39
* | | Fixes #726, Save for offline not possible on live maprsudev2011-10-301-1/+1
* | | Fixing #113 for Mapsforge as wellrsudev2011-10-293-13/+23
| |/ |/|
* | show waypoint name as map title when navigating to waypointbananeweizen2011-10-281-1/+4
|/
* Use a cancellable handler when loading, storing and refreshing cachesSamuel Tardieu2011-10-241-11/+31
* Do not use an extra indirection for storing search resultsSamuel Tardieu2011-10-241-34/+30
* new: invoke all other navigation tools from map options menuBananeweizen2011-10-241-0/+9
* fix #703: exception in show on mapBananeweizen2011-10-232-24/+17
* fix #702: circles around caches always shown as mysteryBananeweizen2011-10-235-30/+41
* faster cache list loadingBananeweizen2011-10-221-1/+1
* Progress bar should be reset when new store for offline is run. Fix #666mucek42011-10-191-0/+1
* Use WRAP_CONTENT staticallySamuel Tardieu2011-10-161-1/+3
* Do not repeat null checkSamuel Tardieu2011-10-161-1/+1
* Merge pull request #667 from rsudev/map_zoomBananeweizen2011-10-1612-34/+53
|\
| * Move Google zoom controls to the rightrsudev2011-10-161-0/+7
| * Use ScaleOverlay for MapsForge as well and reduce scale widthrsudev2011-10-1512-34/+46
* | support cache type "unknown", fixes #518Bananeweizen2011-10-161-2/+3
|/
* code cleanup: remove all unnecessary castsBananeweizen2011-10-151-1/+1
* new: map title describes what is shown, fixes #483Bananeweizen2011-10-151-27/+69
* Merge remote-tracking branch 'koem/enums' into upstreamSamuel Tardieu2011-10-132-18/+39
|\
| * use WaypointTypekoem2011-10-112-9/+9
| * Merge remote branch 'upstream/master' into enumskoem2011-10-102-7/+8
| |\
| * | always use WaypointTypekoem2011-10-082-18/+39