aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/maps/ScaleOverlay.java
Commit message (Collapse)AuthorAgeFilesLines
* Implementing #179, refactor maps to single source, last partrsudev2011-11-151-2/+1
|
* Use ScaleOverlay for MapsForge as well and reduce scale widthrsudev2011-10-151-6/+11
|
* fix #120: make settings static (no singleton)Bananeweizen2011-10-031-27/+25
| | | | | | | | | | * 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/+154