aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgeocoords.java
Commit message (Expand)AuthorAgeFilesLines
* code cleanup: remove debug codeBananeweizen2012-12-261-0/+2
* Fix #1722: do not use BigDecimal in computationsSamuel Tardieu2012-06-051-31/+23
* Refactoring: add missing override annotationsSamuel Tardieu2012-05-231-0/+1
* Removed deprecated warningsblafoo2012-05-101-1/+1
* Remove Now from methods of IGeoDataSamuel Tardieu2012-04-271-6/+6
* Use the IGeoData interface and Observer pattern to update locationSamuel Tardieu2012-04-271-8/+8
* Convert some fields to local variablesSamuel Tardieu2012-04-221-3/+1
* Refactoring: keep GeopointParser private to its packageSamuel Tardieu2012-04-211-2/+1
* Refactoring: move Direction out of GeopointSamuel Tardieu2012-04-201-4/+4
* Refactoring: remove int based Geopoint and Viewport constructorsSamuel Tardieu2012-04-121-1/+1
* Implementation for issue #1120Torsten Keil2012-02-171-85/+45
* View.GONE instead of View.INVISIBLEMarco Jacob2012-01-261-1/+1
* Cache coords button invisible in other modesMarco Jacob2012-01-261-1/+5
* first approach, not yet testedMarco Jacob2012-01-251-1/+19
* refactoring: reduce boxing/unboxing crazinessBananeweizen2011-12-031-4/+4
* refactoring: more Findbugs cleanupsbananeweizen2011-12-011-0/+2
* disable auto suggestion for some more fields, #839Bananeweizen2011-11-291-0/+10
* New: Manual-button in coordinate-dialogSammysHP2011-11-171-0/+8
* minor code cleanup in coords dialogBananeweizen2011-11-131-57/+68
* Accept any coordinate when creating a GeopointSamuel Tardieu2011-11-091-14/+1
* Always use an initial set of coordinates in search dialogSamuel Tardieu2011-10-261-10/+12
* fix #120: make settings static (no singleton)Bananeweizen2011-10-031-6/+4
* Fix obvious typo where latitude was used instead of longitudeSamuel Tardieu2011-09-291-1/+1
* Rewrite addZeros() using StringUtilsSamuel Tardieu2011-09-291-29/+21
* Add comment on unhandled case in switch statementSamuel Tardieu2011-09-271-0/+2
* Add new Geopoint constructor with separate latitude and longitude textsSamuel Tardieu2011-09-271-1/+1
* Move sources into the main directorySamuel Tardieu2011-09-161-0/+494