aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/maps/CGeoMap.java
Commit message (Expand)AuthorAgeFilesLines
...
* refactoring: minor cleanups using CodePro AnalytixBananeweizen2011-12-071-1/+1
* refactoring: more boxing/unboxing cleanupBananeweizen2011-12-041-36/+16
* refactoring: reduce boxing/unboxing crazinessBananeweizen2011-12-031-1/+1
* New trail icon for maps-options-menuSammysHP2011-12-011-3/+3
* refactoring of cgGeo.java, see #355Bananeweizen2011-11-301-12/+12
* first refactoring of cgGeo, see #355Bananeweizen2011-11-291-5/+5
* Merge remote branch 'blafoo/cachetype'Bananeweizen2011-11-231-4/+10
|\
| * Use of CacheType instead of Stringblafoo2011-11-181-4/+10
* | fix several FindBugs warningsBananeweizen2011-11-191-2/+2
* | fix: NPE in mapBananeweizen2011-11-191-1/+1
* | avoid [0] as suffix in map titleBananeweizen2011-11-191-1/+1
* | refactoring: cgBase no longer instantiatedBananeweizen2011-11-191-4/+2
|/
* Partially revert e5efa831a88cab7675b65a3fb596990d88975ee2SammysHP2011-11-181-11/+1
* Better icon for live-map-refreshSammysHP2011-11-161-1/+1
* Mark methods as static when possibleSamuel Tardieu2011-11-161-1/+1
* Use an activity where it is requiredSamuel Tardieu2011-11-161-9/+13
* Implementing #179, refactor maps to single source, last partrsudev2011-11-151-61/+23
* refactor Go4Cache codeBananeweizen2011-11-121-7/+7
* more unit testsbananeweizen2011-11-111-1/+1
* Move Go4Cache result parsing into the Go4Cache classSamuel Tardieu2011-11-091-18/+5
* Add new Viewport type to encompass Viewport informationSamuel Tardieu2011-11-091-1/+3
* Logic cleanupSamuel Tardieu2011-11-091-8/+3
* geo cannot be null hereSamuel Tardieu2011-11-091-3/+2
* String.format needs no Locale argument to get the default oneSamuel Tardieu2011-11-091-5/+4
* Do not use deprecated methodsSamuel Tardieu2011-11-081-3/+4
* Signal activity to Go4Cache when using the mapSamuel Tardieu2011-11-071-2/+1
* Use a separate and unique thread for Go4CacheSamuel Tardieu2011-11-071-5/+5
* Make cgBase a singletonSamuel Tardieu2011-11-071-1/+1
* Cleanup addSearchSamuel Tardieu2011-11-071-1/+2
* Handler Messageskeith.paterson2011-11-051-23/+23
* Refactoring of Handler Messageskeith.paterson2011-11-041-21/+36
* additional refactoring of #723Bananeweizen2011-11-031-50/+47
* Merge pull request #723 from MentalDisruptor/masterBananeweizen2011-11-021-25/+51
|\
| * refs //FIXME should be members of LoadTimer since started by it.Kai Stempfle2011-10-291-25/+51
* | Merge remote branch 'remotes/blafoo692/issue692'rsudev2011-10-311-16/+18
|\ \
| * | No direct access to fieldsblafoo2011-10-261-16/+18
* | | Fixes #726, Save for offline not possible on live maprsudev2011-10-301-1/+1
* | | Fixing #113 for Mapsforge as wellrsudev2011-10-291-4/+4
| |/ |/|
* | show waypoint name as map title when navigating to waypointbananeweizen2011-10-281-1/+4
|/
* Use a cancellable handler when loading, storing and refreshing cachesSamuel Tardieu2011-10-241-11/+31
* Do not use an extra indirection for storing search resultsSamuel Tardieu2011-10-241-34/+30
* new: invoke all other navigation tools from map options menuBananeweizen2011-10-241-0/+9
* fix #703: exception in show on mapBananeweizen2011-10-231-3/+10
* fix #702: circles around caches always shown as mysteryBananeweizen2011-10-231-9/+13
* faster cache list loadingBananeweizen2011-10-221-1/+1
* Progress bar should be reset when new store for offline is run. Fix #666mucek42011-10-191-0/+1
* Do not repeat null checkSamuel Tardieu2011-10-161-1/+1
* Use ScaleOverlay for MapsForge as well and reduce scale widthrsudev2011-10-151-4/+1
* new: map title describes what is shown, fixes #483Bananeweizen2011-10-151-27/+69
* Merge remote-tracking branch 'koem/enums' into upstreamSamuel Tardieu2011-10-131-11/+33
|\