aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/geopoint/GeopointFormatter.java
Commit message (Expand)AuthorAgeFilesLines
* refactoring: remove bad default case statementsBananeweizen2014-01-011-2/+1
* fix #2624: coordinates display is wrong near a confluence pointSamuel Tardieu2013-04-021-15/+30
* code cleanupBananeweizen2013-02-241-4/+2
* code cleanup: remove debug codeBananeweizen2012-12-261-3/+2
* Refactoring: remove unnecessary enum qualifiersSamuel Tardieu2012-12-181-1/+1
* code cleanup: fix Lint warnings about LocalesBananeweizen2012-11-221-7/+7
* fix #1828: Coords conversion to DMS not working correctBananeweizen2012-07-011-1/+1
* Revert "Merge branch 'issue-374' into upstream"Samuel Tardieu2012-06-071-6/+0
* New format: LAT_LON_DECDEGREE_RAWSamuel Tardieu2012-06-071-0/+6
* Fix #1722: do not use BigDecimal in computationsSamuel Tardieu2012-06-051-13/+8
* Refactoring: move Direction out of GeopointSamuel Tardieu2012-04-201-2/+2
* Revert "refactoring: use locale free format method for numbers"Bananeweizen2012-04-141-2/+2
* refactoring: use locale free format method for numbersBananeweizen2012-04-141-2/+2
* Implementation for issue #1120Torsten Keil2012-02-171-22/+16
* refactoring: don't suppress warnings on method levelBananeweizen2012-02-141-1/+0
* refactoring: more boxing/unboxing cleanupBananeweizen2011-12-041-0/+1
* Fix #819: Bad format for event coordinates when added to calendarSammysHP2011-11-271-3/+10
* Fix #812: Leading zeros for coordinatesSammysHP2011-11-181-6/+6
* New: Click on coordinates in detail view to switch between formatsSammysHP2011-11-171-0/+11
* Remove Format.LAT_LON_DECMINUTE_PIPESammysHP2011-11-171-13/+15
* Make GeopointFormatter.Format staticSamuel Tardieu2011-11-091-1/+1
* Use GeopointFormatter instead of String.format when coordinates are aroundSamuel Tardieu2011-11-091-0/+10
* Use a less general formatterSamuel Tardieu2011-11-091-182/+28
* Get rid of deprecated methods related to coordinatesSamuel Tardieu2011-11-071-15/+36
* Move sources into the main directorySamuel Tardieu2011-09-161-0/+219