aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/maps/CachesOverlay.java
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-4/+4
* 0 is a valid waypoint idSamuel Tardieu2013-01-261-1/+1
* refactoring: use exception object in logggingBananeweizen2013-01-121-3/+3
* Refactoring: narrow scope of variablesSamuel Tardieu2012-12-181-2/+1
* fix #2211: remove application-database indirectionBananeweizen2012-12-011-2/+2
* Always mark cache dirty when opening from map so that it reloads if changed w...campbeb2012-05-281-1/+1
* Donwload live-map details only once, fixes #1619rsudev2012-05-271-1/+1
* Do not use "else" with "return"Samuel Tardieu2012-05-211-1/+3
* Request more details for popup. Fixes #1357blafoo2012-05-181-4/+8
* Popup on live map before requesting more details. Fixes #1256blafoo2012-05-171-14/+41
* refactoring: minor cleanupsBananeweizen2012-05-151-1/+1
* Fixes issue #1519, multiple pop-upsrsudev2012-05-091-2/+2
* Refactoring Popups. Added SuperclassPortree-Kid2012-05-041-2/+2
* Open new Popup for Waypoints from MapPortree-Kid2012-05-041-2/+5
* Remove useless fields, and introduce local variables as neededSamuel Tardieu2012-05-011-2/+1
* Compatibility for mapsforge 0.2.4 offline mapsrsudev2012-04-301-3/+6
* Refactoring: remove redundant local variablesSamuel Tardieu2012-04-221-2/+1
* refactorings: preparations to make #1303 easierBananeweizen2012-04-121-11/+2
* refactoring: remove the logging tag from settingsBananeweizen2012-04-121-3/+3
* fix #1394: Red Circles around Event CachesBananeweizen2012-04-121-49/+73
* Refactoring: use IWaypoint and cgCache instead of cgCoord objectSamuel Tardieu2012-04-011-3/+3
* Proxy all logs through cgeo.geocaching.utils.LogSamuel Tardieu2012-03-311-1/+1
* Refresh waypoints on map after being editedcampbeb2012-03-031-0/+1
* Displaying changed caches in the Live Map. Improves #1184blafoo2012-02-291-0/+1
* Fixes #1163, refactor geocode usage in cgeowaypointrsudev2012-02-261-1/+0
* #945: unify navigation methodsBananeweizen2012-02-181-4/+1
* fix #757: circles and colorsBananeweizen2011-12-311-1/+1
* refactoring: reduce boxing/unboxing crazinessBananeweizen2011-12-031-1/+1
* Merge remote branch 'blafoo/cachetype'Bananeweizen2011-11-231-2/+2
|\
| * Use of CacheType instead of Stringblafoo2011-11-181-9/+5
* | cleanup: remove unused code (which is now in cgeopopup)Bananeweizen2011-11-191-89/+0
|/
* Implementing #179, refactor maps to single source, last partrsudev2011-11-151-5/+5
* more unit testsbananeweizen2011-11-111-1/+1
* Prevent boolean boxing/unboxingSamuel Tardieu2011-11-091-2/+2
* Do not use deprecated methodsSamuel Tardieu2011-11-081-4/+4
* No direct access to fieldsblafoo2011-10-261-20/+19
* fix #703: exception in show on mapBananeweizen2011-10-231-21/+7
* fix #702: circles around caches always shown as mysteryBananeweizen2011-10-231-14/+16
* support cache type "unknown", fixes #518Bananeweizen2011-10-161-2/+3
* use WaypointTypekoem2011-10-111-4/+4
* Merge remote branch 'upstream/master' into enumskoem2011-10-101-3/+3
|\
* | always use WaypointTypekoem2011-10-081-7/+6
|/
* fix #120: make settings static (no singleton)Bananeweizen2011-10-031-11/+9
* #179, Map refactor, renaming classesrsudev2011-09-181-0/+359