| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | code cleanup | Bananeweizen | 2013-02-24 | 1 | -16/+16 |
| | | | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings | ||||
| * | fix #2389: Parse errors in cgeocoords | Bananeweizen | 2013-01-13 | 1 | -2/+65 |
| | | |||||
| * | Fix #1722: do not use BigDecimal in computations | Samuel Tardieu | 2012-06-05 | 1 | -81/+65 |
| | | |||||
| * | Refactoring: move Direction out of Geopoint | Samuel Tardieu | 2012-04-20 | 1 | -3/+3 |
| | | | | | Directions deserve their own package to make it clearer of who use them. | ||||
| * | refactoring: rest in peace, cgBase | Bananeweizen | 2012-04-18 | 1 | -0/+4 |
| | | |||||
| * | Make Geopoint parcelable | Samuel Tardieu | 2012-04-16 | 1 | -0/+9 |
| | | |||||
| * | Refactoring: remove int based Geopoint and Viewport constructors | Samuel Tardieu | 2012-04-12 | 1 | -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 Geopoint | Samuel Tardieu | 2012-04-11 | 1 | -4/+4 |
| | | |||||
| * | Implementation for issue #1120 | Torsten Keil | 2012-02-17 | 1 | -0/+180 |
| | | | | | | | | - see ticket for more details Conflicts: main/src/cgeo/geocaching/cgeowaypointadd.java | ||||
| * | Additional testcase | blafoo | 2011-12-06 | 1 | -0/+6 |
| | | |||||
| * | Accept any coordinate when creating a Geopoint | Samuel Tardieu | 2011-11-09 | 1 | -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 move | Samuel Tardieu | 2011-10-05 | 1 | -8/+7 |
| | | |||||
| * | Refactoring: put tests into same java package as tested class | Stephan Merker | 2011-10-03 | 1 | -0/+84 |
| - fixes #587 - test suite and 3 tests (regex and whitespace perf tests) remain in cgeo.geocaching.test | |||||
