aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/geopoint/GeopointTest.java
Commit message (Collapse)AuthorAgeFilesLines
* code cleanupBananeweizen2013-02-241-16/+16
| | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings
* fix #2389: Parse errors in cgeocoordsBananeweizen2013-01-131-2/+65
|
* Fix #1722: do not use BigDecimal in computationsSamuel Tardieu2012-06-051-81/+65
|
* Refactoring: move Direction out of GeopointSamuel Tardieu2012-04-201-3/+3
| | | | Directions deserve their own package to make it clearer of who use them.
* refactoring: rest in peace, cgBaseBananeweizen2012-04-181-0/+4
|
* Make Geopoint parcelableSamuel Tardieu2012-04-161-0/+9
|
* Refactoring: remove int based Geopoint and Viewport constructorsSamuel Tardieu2012-04-121-6/+0
| | | | | Those were source of errors, and have no legitimate reason to be used in our current code base as this changeset shows.
* Implement equals() and hashCode() for GeopointSamuel Tardieu2012-04-111-4/+4
|
* Implementation for issue #1120Torsten Keil2012-02-171-0/+180
| | | | | | | - see ticket for more details Conflicts: main/src/cgeo/geocaching/cgeowaypointadd.java
* Additional testcaseblafoo2011-12-061-0/+6
|
* Accept any coordinate when creating a GeopointSamuel Tardieu2011-11-091-24/+1
| | | | | | | Google maps may return coordinates outside of our comfort zone. Also, we need to deal with viewports encompassing the 180° meridian. This fixes #771.
* Make several things static following the Settings static moveSamuel Tardieu2011-10-051-8/+7
|
* Refactoring: put tests into same java package as tested classStephan Merker2011-10-031-0/+84
- fixes #587 - test suite and 3 tests (regex and whitespace perf tests) remain in cgeo.geocaching.test