| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move sources into the main directory | Samuel Tardieu | 2011-09-16 | 1 | -795/+0 |
| | | | | | This prepares the inclusion of tests into the same repository. | ||||
| * | Cache size: using constants, not strings | Karsten Priegnitz | 2011-09-15 | 1 | -1/+2 |
| | | |||||
| * | Formatting | SammysHP | 2011-09-14 | 1 | -742/+742 |
| | | |||||
| * | Use mixed case for cacheId | Samuel Tardieu | 2011-09-10 | 1 | -1/+1 |
| | | |||||
| * | Refactoring to use Geopoint for coordinates | Samuel Tardieu | 2011-09-08 | 1 | -6/+5 |
| | | | | | | | 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 | 1 | -8/+9 |
| | | | | | | The previously used id was not necessarily unique. The UUID class in java.util has been designed for this purpose. | ||||
| * | 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 | 1 | -107/+232 |
| |\ | |||||
| | * | 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 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | 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 | 1 | -9/+10 |
| |/ | | | 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 |
| | | |||||
| * | 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 | 1 | -0/+588 |
| MichielK | |||||
