aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/geopoint
Commit message (Expand)AuthorAgeFilesLines
* fix #2624: coordinates display is wrong near a confluence pointSamuel Tardieu2013-04-022-15/+40
* code cleanupBananeweizen2013-02-243-24/+13
* fix #2404: Remove spaces when editing coordinatesBananeweizen2013-01-171-17/+17
* Merge remote-tracking branch 'origin/release'Bananeweizen2013-01-131-21/+14
|\
| * fix #2389: Parse errors in cgeocoordsBananeweizen2013-01-131-19/+12
* | refactoring: use exception object in logggingBananeweizen2013-01-121-1/+1
* | Merge pull request #2311 from rsudev/OCde2Bananeweizen2013-01-051-0/+2
|\ \
| * | Opencaching integration with oc11xml apirsudev2012-12-311-0/+2
* | | fix #2328: Have a wrapper around Matcher to avoid String related memoryBananeweizen2013-01-052-4/+6
|/ /
* | code cleanup: remove debug codeBananeweizen2012-12-262-22/+13
* | Fix: do not use String#isEmpty()Samuel Tardieu2012-12-191-1/+3
* | Refactoring: remove unnecessary enum qualifiersSamuel Tardieu2012-12-181-1/+1
* | Refactoring: remove pointless null checksSamuel Tardieu2012-12-181-1/+1
* | Refactoring: use isEmpty() where appropriateSamuel Tardieu2012-12-181-1/+1
* | code cleanupBananeweizen2012-12-151-1/+4
* | code cleanup: fix Lint warnings about LocalesBananeweizen2012-11-222-8/+9
|/
* Add extra documentation for null parameterSamuel Tardieu2012-09-031-1/+1
* Fix for null coordsrunehl2012-08-141-2/+3
* fix #1828: Coords conversion to DMS not working correctBananeweizen2012-07-012-2/+2
* Revert "Merge branch 'issue-374' into upstream"Samuel Tardieu2012-06-071-6/+0
* Merge branch 'issue-374' into upstreamSamuel Tardieu2012-06-071-0/+6
|\
| * New format: LAT_LON_DECDEGREE_RAWSamuel Tardieu2012-06-071-0/+6
* | Merge branch 'issue-1722' into upstreamSamuel Tardieu2012-06-056-264/+276
|\ \ | |/
| * Fix #1722: do not use BigDecimal in computationsSamuel Tardieu2012-06-056-264/+276
* | refactoring: have more physical units code in one placeBananeweizen2012-06-032-49/+73
|/
* Refactoring: add missing override annotationsSamuel Tardieu2012-05-231-0/+2
* refactoring: remove some of the TODOsBananeweizen2012-05-061-2/+0
* fix #1459: Refactoring navigation menuBananeweizen2012-05-051-2/+2
* Display distance immediately in cache detailsSamuel Tardieu2012-05-011-6/+6
* Fix: check that coordinates are not nullSamuel Tardieu2012-04-251-1/+1
* Refactoring: fix Javadoc for GeopointSamuel Tardieu2012-04-222-5/+5
* Refactoring: keep GeopointParser private to its packageSamuel Tardieu2012-04-212-27/+27
* Add more tests for getHumanDistance()Samuel Tardieu2012-04-201-30/+34
* Fix small distances handling in imperial unitsSamuel Tardieu2012-04-201-8/+11
* Refactoring: cleanup control flowSamuel Tardieu2012-04-202-21/+20
* Refactoring: do not get through an extra Geopoint when not requiredSamuel Tardieu2012-04-201-4/+4
* Refactoring: remove unused Viewport constructorSamuel Tardieu2012-04-201-4/+0
* Refactoring: move Direction out of GeopointSamuel Tardieu2012-04-206-179/+200
* Refactoring: use viewports where appropriateSamuel Tardieu2012-04-201-47/+0
* Add optional table parameter to Viewport#sqlWhere()Samuel Tardieu2012-04-201-6/+9
* Make Geopoint parcelableSamuel Tardieu2012-04-161-2/+36
* A viewport contains points, not coordinatesSamuel Tardieu2012-04-141-12/+16
* Add new Viewport method and builderSamuel Tardieu2012-04-141-0/+47
* Refactoring: rename isInViewport() to contains()Samuel Tardieu2012-04-141-4/+10
* 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
* refactoring: remove the logging tag from settingsBananeweizen2012-04-121-2/+1
* Refactoring: temporarily rewrite redundant code waiting for it to disappearSamuel Tardieu2012-04-121-34/+9
* Refactoring: cleanup and add methods to ViewportSamuel Tardieu2012-04-121-9/+67
* Refactoring: remove int based Geopoint and Viewport constructorsSamuel Tardieu2012-04-122-16/+2