aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/maps/PositionOverlay.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless fields, and introduce local variables as neededSamuel Tardieu2012-05-011-4/+1
|
* Compatibility for mapsforge 0.2.4 offline mapsrsudev2012-04-301-7/+10
|
* Refactoring: remove redundant initializersSamuel Tardieu2012-04-281-1/+1
| | | | | The initial values were never used as the variables are set in any case before being used.
* Refactoring: remove unnecessary unboxingSamuel Tardieu2012-04-271-1/+1
|
* Implementing #179, refactor maps to single source, last partrsudev2011-11-151-9/+9
|
* fix #702: circles around caches always shown as mysteryBananeweizen2011-10-231-5/+10
| | | * includes some code cleanup
* fix #120: make settings static (no singleton)Bananeweizen2011-10-031-8/+6
| | | | | | | | | | * Settings can no longer be instantiated, everything is static instead. * Most option values are no longer cached in fields. This has been done for clarity during the refactoring. I will add some performance tests afterwards and may re-introduce those fields for caching the option values. Sorry, if anyone gets merge issues afterwards. There was no easier way to implement this...
* #179, Map refactor, renaming classesrsudev2011-09-181-0/+224