| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move Google maps v1 files to package cgeo.geocaching.maps.google.v1 | Samuel Tardieu | 2014-07-30 | 1 | -30/+0 |
| | | | | | | Hopefully this will make someone motivated to create the .v2 alternative. | ||||
| * | fix #2725: Circles on the map only around physical stages | Bananeweizen | 2013-05-25 | 1 | -6/+5 |
| | | |||||
| * | Refactoring: add missing override annotations | Samuel Tardieu | 2012-05-23 | 1 | -0/+2 |
| | | | | | This was requested by SammysHP. | ||||
| * | Refactoring: use IWaypoint and cgCache instead of cgCoord object | Samuel Tardieu | 2012-04-01 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | Most of the time, the cgCoord is built from an existing cache or from an existing waypoint. And most of the time, using the IWaypoint interface is fine. We can see a cache as being a waypoint as well, so by making it implement IWaypoint we can manipulate IWaypoint objects every time we were manipulating cgCoord ones without copying. After this refactoring, cgCoord was only used to hold some partial cache information. cgCache can be used instead, and cgCoord is not needed anymore. | ||||
| * | Do not use deprecated methods | Samuel Tardieu | 2011-11-08 | 1 | -4/+5 |
| | | |||||
| * | No direct access to fields | blafoo | 2011-10-26 | 1 | -1/+1 |
| | | |||||
| * | Renamed map classes to uppercase | rsudev | 2011-09-20 | 1 | -0/+28 |
