| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | code cleanup: remove debug code | Bananeweizen | 2012-12-26 | 1 | -0/+2 |
| | | | | * fixed some more issues of Findbugs and CodePro | ||||
| * | Fix #1722: do not use BigDecimal in computations | Samuel Tardieu | 2012-06-05 | 1 | -31/+23 |
| | | |||||
| * | Refactoring: add missing override annotations | Samuel Tardieu | 2012-05-23 | 1 | -0/+1 |
| | | | | | This was requested by SammysHP. | ||||
| * | Removed deprecated warnings | blafoo | 2012-05-10 | 1 | -1/+1 |
| | | |||||
| * | Remove Now from methods of IGeoData | Samuel Tardieu | 2012-04-27 | 1 | -6/+6 |
| | | |||||
| * | Use the IGeoData interface and Observer pattern to update location | Samuel Tardieu | 2012-04-27 | 1 | -8/+8 |
| | | |||||
| * | Convert some fields to local variables | Samuel Tardieu | 2012-04-22 | 1 | -3/+1 |
| | | |||||
| * | Refactoring: keep GeopointParser private to its package | Samuel Tardieu | 2012-04-21 | 1 | -2/+1 |
| | | | | | | | | Geopoint exposes everything GeopointParser can do. By calling a Geopoint constructor instead of a GeopointParser method returning a Geopoint, Eclipse can do more null checks for free (a constuctor can never return a null object). | ||||
| * | Refactoring: move Direction out of Geopoint | Samuel Tardieu | 2012-04-20 | 1 | -4/+4 |
| | | | | | Directions deserve their own package to make it clearer of who use them. | ||||
| * | Refactoring: remove int based Geopoint and Viewport constructors | Samuel Tardieu | 2012-04-12 | 1 | -1/+1 |
| | | | | | | Those were source of errors, and have no legitimate reason to be used in our current code base as this changeset shows. | ||||
| * | Implementation for issue #1120 | Torsten Keil | 2012-02-17 | 1 | -85/+45 |
| | | | | | | | | - see ticket for more details Conflicts: main/src/cgeo/geocaching/cgeowaypointadd.java | ||||
| * | View.GONE instead of View.INVISIBLE | Marco Jacob | 2012-01-26 | 1 | -1/+1 |
| | | |||||
| * | Cache coords button invisible in other modes | Marco Jacob | 2012-01-26 | 1 | -1/+5 |
| | | |||||
| * | first approach, not yet tested | Marco Jacob | 2012-01-25 | 1 | -1/+19 |
| | | |||||
| * | refactoring: reduce boxing/unboxing craziness | Bananeweizen | 2011-12-03 | 1 | -4/+4 |
| | | |||||
| * | refactoring: more Findbugs cleanups | bananeweizen | 2011-12-01 | 1 | -0/+2 |
| | | | | | * Used Findbugs 2.0 RC1. You are encouraged to also give it a try to find issues in the new version before release. | ||||
| * | disable auto suggestion for some more fields, #839 | Bananeweizen | 2011-11-29 | 1 | -0/+10 |
| | | |||||
| * | New: Manual-button in coordinate-dialog | SammysHP | 2011-11-17 | 1 | -0/+8 |
| | | | | Closes #298 | ||||
| * | minor code cleanup in coords dialog | Bananeweizen | 2011-11-13 | 1 | -57/+68 |
| | | |||||
| * | Accept any coordinate when creating a Geopoint | Samuel Tardieu | 2011-11-09 | 1 | -14/+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. | ||||
| * | Always use an initial set of coordinates in search dialog | Samuel Tardieu | 2011-10-26 | 1 | -10/+12 |
| | | | | | This fixes #715. | ||||
| * | fix #120: make settings static (no singleton) | Bananeweizen | 2011-10-03 | 1 | -6/+4 |
| | | | | | | | | | | | * Settings can no longer be instantiated, everything is static instead. * Most option values are no longer cached in fields. This has been done for clarity during the refactoring. I will add some performance tests afterwards and may re-introduce those fields for caching the option values. Sorry, if anyone gets merge issues afterwards. There was no easier way to implement this... | ||||
| * | Fix obvious typo where latitude was used instead of longitude | Samuel Tardieu | 2011-09-29 | 1 | -1/+1 |
| | | | | | | Fortunately, nobody seems to use this coordinates format, as the bug seems to have been here forever. | ||||
| * | Rewrite addZeros() using StringUtils | Samuel Tardieu | 2011-09-29 | 1 | -29/+21 |
| | | |||||
| * | Add comment on unhandled case in switch statement | Samuel Tardieu | 2011-09-27 | 1 | -0/+2 |
| | | |||||
| * | Add new Geopoint constructor with separate latitude and longitude texts | Samuel Tardieu | 2011-09-27 | 1 | -1/+1 |
| | | |||||
| * | Move sources into the main directory | Samuel Tardieu | 2011-09-16 | 1 | -0/+494 |
| This prepares the inclusion of tests into the same repository. | |||||
