aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/geopoint/Geopoint.java
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: fix Javadoc for GeopointSamuel Tardieu2012-04-221-3/+3
* Refactoring: keep GeopointParser private to its packageSamuel Tardieu2012-04-211-3/+19
* Refactoring: move Direction out of GeopointSamuel Tardieu2012-04-201-177/+4
* Make Geopoint parcelableSamuel Tardieu2012-04-161-2/+36
* refactoring: remove the logging tag from settingsBananeweizen2012-04-121-2/+1
* Refactoring: remove int based Geopoint and Viewport constructorsSamuel Tardieu2012-04-121-13/+0
* fix #1394: Red Circles around Event CachesBananeweizen2012-04-121-1/+3
* Implement equals() and hashCode() for GeopointSamuel Tardieu2012-04-111-12/+17
* Waypoint and caches both have coordinates, add ICoordinates interfaceSamuel Tardieu2012-04-111-3/+8
* Proxy all logs through cgeo.geocaching.utils.LogSamuel Tardieu2012-03-311-1/+1
* Optimization - Avoid use of internal getters.campbeb2012-03-181-7/+7
* refactoring: first part of removing cgBaseBananeweizen2012-03-101-1/+38
* Added exception handling for NumberFormatExceptionTorsten Keil2012-02-171-7/+22
* Implementation for issue #1120Torsten Keil2012-02-171-1/+218
* Enabled (and fixed) (more) warningsblafoo2011-11-181-1/+2
* Accept any coordinate when creating a GeopointSamuel Tardieu2011-11-091-30/+2
* Use a less general formatterSamuel Tardieu2011-11-091-27/+1
* No direct access to fieldsblafoo2011-10-261-2/+2
* Do not FC when the cache coordinates are unparsableSamuel Tardieu2011-10-091-3/+15
* Add new Geopoint constructor with separate latitude and longitude textsSamuel Tardieu2011-09-271-2/+14
* Prefer a canonical longitude representationSamuel Tardieu2011-09-221-1/+2
* Move sources into the main directorySamuel Tardieu2011-09-161-0/+274