aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/cgDistanceView.java
Commit message (Collapse)AuthorAgeFilesLines
* Move sources into the main directorySamuel Tardieu2011-09-161-44/+0
| | | | This prepares the inclusion of tests into the same repository.
* FormattingSammysHP2011-09-141-35/+36
|
* Remove one instance of getHumanDistance()Samuel Tardieu2011-09-131-1/+1
|
* Replace callers of getDistance() by a direct callSamuel Tardieu2011-09-131-5/+4
|
* Refactoring to use Geopoint for coordinatesSamuel Tardieu2011-09-081-9/+8
| | | | | | This uses the new Geopoint immutable class discussed in #58. No more independent longitude or latitude fields -- they are now treated and defined as a consistent pair.
* First commitmucek42011-07-111-0/+45