aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/maps/google/GoogleOverlay.java
Commit message (Collapse)AuthorAgeFilesLines
* Move Google maps v1 files to package cgeo.geocaching.maps.google.v1Samuel Tardieu2014-07-301-54/+0
| | | | | Hopefully this will make someone motivated to create the .v2 alternative.
* #3818: remove further GC blocking referencesBananeweizen2014-05-171-3/+2
|
* findbugs casts and dereference warningsMichael Keppler2013-12-251-0/+1
|
* refactoring: reduce mapsforge memory usageBananeweizen2013-12-181-14/+4
| | | | | | | | | This puts scale and position into one overlay, instead of using 2 overlays. That reduces memory usage by 2 times a full screen bitmap due to double buffering in mapsforge. The only downside is that scale and position now have to be drawn at the same depth-level (below or on top of the caches), but they were both on top previously anyway.
* refactoring: findbugs cleanupBananeweizen2013-08-111-1/+1
|
* code cleanup: remove debug codeBananeweizen2012-12-261-0/+3
| | | * fixed some more issues of Findbugs and CodePro
* Use ScaleOverlay for MapsForge as well and reduce scale widthrsudev2011-10-151-0/+6
|
* fix #120: make settings static (no singleton)Bananeweizen2011-10-031-5/+4
| | | | | | | | | | * 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...
* Renamed map classes to uppercasersudev2011-09-201-0/+56