aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/maps/CachesOverlay.java
Commit message (Expand)AuthorAgeFilesLines
* Add missing final qualifiers in main moduleSamuel Tardieu2015-03-171-19/+19
* Remove empty JavaDoc @param and @returnSamuel Tardieu2015-02-101-2/+0
* progress cannot be nullSamuel Tardieu2014-11-231-3/+1
* rename packageBananeweizen2014-11-021-1/+1
* switch to Java 1.7Bananeweizen2014-07-171-3/+3
* Minor cleanupsSamuel Tardieu2014-05-141-1/+1
* fix #3504: NPE in map touchBananeweizen2014-01-031-13/+19
* Revert "experimental single overlay for maps"Samuel Tardieu2013-12-271-79/+38
* experimental single overlay for mapsBananeweizen2013-12-271-38/+79
* refactoring: cgData -> DataStoreSamuel Tardieu2013-09-131-2/+2
* fix #1945: Show Circles only for shown cachesBananeweizen2013-09-011-10/+13
* refactoring: findbugs cleanupBananeweizen2013-08-261-2/+3
* Implements #750, use preference activitykoem2013-07-091-1/+1
* Correct log messages to account for refactoringcampbeb2013-06-051-3/+3
* #2725: Feature-Request: Circles on the map only around physical stagesBananeweizen2013-06-011-8/+6
* fix #2725: Circles on the map only around physical stagesBananeweizen2013-05-251-12/+11
* 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