aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/geopoint
Commit message (Expand)AuthorAgeFilesLines
* FormattingSammysHP2011-09-144-316/+350
* Use bearing in the [0,360[ rangeSamuel Tardieu2011-09-131-2/+4
* Remove one instance of getHumanDistance()Samuel Tardieu2011-09-131-2/+2
* Factor distance parser into its own class and static methodSamuel Tardieu2011-09-102-1/+47
* Inline setLatitude and setLongitudeSamuel Tardieu2011-09-101-56/+14
* Mark the class Geopoint as finalSamuel Tardieu2011-09-101-1/+1
* Reformat as the other filesSamuel Tardieu2011-09-101-258/+258
* Use Android provided library for distance and bearing computationsSamuel Tardieu2011-09-101-65/+16
* fix: don't throw exception on zero distanceBananeweizen2011-09-101-2/+2
* Refactoring to use Geopoint for coordinatesSamuel Tardieu2011-09-081-0/+11
* Make Geopoint immutable, see #58SammysHP2011-09-071-85/+16
* code cleanup: protect abstract class constructors, rewrite long constantBananeweizen2011-08-311-9/+9
* equals() --> isEqualTo(), (see #58, #195)SammysHP2011-08-162-5/+4
* patterns should not be created multiple times for performance reasons,bananeweizen2011-08-162-6/+6
* Outsource GeopointParser. (see #58)SammysHP2011-08-153-148/+162
* Refactor Geopoint and GeopointFormatter. (see #58)SammysHP2011-08-152-0/+756