| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move sources into the main directory | Samuel Tardieu | 2011-09-16 | 6 | -1311/+0 |
| | | | | | This prepares the inclusion of tests into the same repository. | ||||
| * | Use GeopointParser to parse coordinates | Samuel Tardieu | 2011-09-15 | 1 | -6/+3 |
| | | |||||
| * | Cache size: using constants, not strings | Karsten Priegnitz | 2011-09-15 | 2 | -9/+11 |
| | | |||||
| * | Remove trailing whitespace in Javadoc strings | Samuel Tardieu | 2011-09-15 | 1 | -1/+1 |
| | | |||||
| * | Convert to Unix end-of-line format | Samuel Tardieu | 2011-09-14 | 4 | -272/+272 |
| | | |||||
| * | Formatting | SammysHP | 2011-09-14 | 6 | -1193/+1196 |
| | | |||||
| * | Use mixed case for cacheId | Samuel Tardieu | 2011-09-10 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into use-geopoint | Samuel Tardieu | 2011-09-10 | 1 | -1/+0 |
| |\ | | | | | | | | | | | Conflicts: src/cgeo/geocaching/StaticMapsProvider.java src/cgeo/geocaching/cgeo.java | ||||
| * | | Refactoring to use Geopoint for coordinates | Samuel Tardieu | 2011-09-08 | 3 | -17/+14 |
| |/ | | | | | | This uses the new Geopoint immutable class discussed in #58. No more independent longitude or latitude fields -- they are now treated and defined as a consistent pair. | ||||
| * | fix #380: GSAK GPX import | Bananeweizen | 2011-09-07 | 1 | -8/+61 |
| | | |||||
| * | Use UUID instead of Long as a unique id | Samuel Tardieu | 2011-09-06 | 2 | -10/+12 |
| | | | | | | The previously used id was not necessarily unique. The UUID class in java.util has been designed for this purpose. | ||||
| * | Refactor to address issue #361 | Gerald Barker | 2011-09-03 | 2 | -9/+11 |
| | | |||||
| * | more refctoring missed in first pass | Gerald Barker | 2011-09-03 | 1 | -1/+1 |
| | | |||||
| * | Update locaal branch to revision 8d040c24bfbb2a12788d | Gerald Barker | 2011-09-03 | 4 | -119/+243 |
| |\ | |||||
| | * | remove duplicated and unnecessary code from cgBase.formatCoordinates, | Bananeweizen | 2011-09-02 | 1 | -6/+5 |
| | | | | | | | optimize performance | ||||
| | * | parse GUID in GPX, fixes #323 | Bananeweizen | 2011-09-01 | 1 | -0/+16 |
| | | | |||||
| | * | make cache attribute parsing completely static to avoid heavy object | Bananeweizen | 2011-09-01 | 1 | -57/+46 |
| | | | | | | | creation | ||||
| | * | code cleanup: protect abstract class constructors, rewrite long constant | Bananeweizen | 2011-08-31 | 3 | -16/+16 |
| | | | | | | | | | | | | | | | | | literals, optimize string concatenation, move loop variables, remove return value parentheses, remove duplicate semicolons, fulfill equals contract If you get merge conflicts afterwards, you may overwrite any changes of this commit. | ||||
| | * | Merge commit 'upstream/master' | Karsten Priegnitz | 2011-08-30 | 1 | -92/+50 |
| | |\ | |||||
| | | * | GPX import multiple times faster, also fixes missing line breaks in logs | Bananeweizen | 2011-08-29 | 1 | -92/+50 |
| | | | | | | | | | | from GPX | ||||
| | * | | GPX import of attributes | Karsten Priegnitz | 2011-08-30 | 1 | -1/+163 |
| | |/ | | | | | | | | | | | | | - also: update DB to make attributes lowercase - also: don't show attribute icons when there no matching icons - this can be the case with stored caches before 7th or 8th of June 2011 - advice to update the cache is show also | ||||
| * | | First commit of Apache Commons String & Date functions and required, and | Gerald Barker | 2011-09-02 | 3 | -14/+19 |
| |/ | | | refactor of code to use them. | ||||
| * | new: support for importing opencaching.com GPX files (OX... caches) | Bananeweizen | 2011-08-27 | 1 | -2/+17 |
| | | |||||
| * | code cleanup in GPX parser, no new features | Bananeweizen | 2011-08-27 | 1 | -43/+71 |
| | | |||||
| * | code cleanup as adviced by Findbugs | bananeweizen | 2011-08-26 | 1 | -1/+3 |
| | | |||||
| * | first steps towards supporting other cache databases, see also comments | Bananeweizen | 2011-08-22 | 1 | -40/+23 |
| | | | | from #259 | ||||
| * | some code cleanup | Bananeweizen | 2011-08-22 | 1 | -3/+3 |
| | | |||||
| * | Fix #227 | SammysHP | 2011-08-22 | 1 | -5/+4 |
| | | |||||
| * | enable import of opencaching GPX files, fixes #259 | bananeweizen | 2011-08-21 | 1 | -9/+8 |
| | | |||||
| * | move file parsers into their own package, merge previous changes of | bananeweizen | 2011-08-21 | 6 | -0/+1101 |
| MichielK | |||||
