aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/files/GPXParser.java
Commit message (Collapse)AuthorAgeFilesLines
* Move sources into the main directorySamuel Tardieu2011-09-161-795/+0
| | | | This prepares the inclusion of tests into the same repository.
* Cache size: using constants, not stringsKarsten Priegnitz2011-09-151-1/+2
|
* FormattingSammysHP2011-09-141-742/+742
|
* Use mixed case for cacheIdSamuel Tardieu2011-09-101-1/+1
|
* Refactoring to use Geopoint for coordinatesSamuel Tardieu2011-09-081-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 importBananeweizen2011-09-071-8/+61
|
* Use UUID instead of Long as a unique idSamuel Tardieu2011-09-061-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 passGerald Barker2011-09-031-1/+1
|
* Update locaal branch to revision 8d040c24bfbb2a12788dGerald Barker2011-09-031-107/+232
|\
| * parse GUID in GPX, fixes #323Bananeweizen2011-09-011-0/+16
| |
| * make cache attribute parsing completely static to avoid heavy objectBananeweizen2011-09-011-57/+46
| | | | | | creation
| * code cleanup: protect abstract class constructors, rewrite long constantBananeweizen2011-08-311-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 Priegnitz2011-08-301-92/+50
| |\
| | * GPX import multiple times faster, also fixes missing line breaks in logsBananeweizen2011-08-291-92/+50
| | | | | | | | | from GPX
| * | GPX import of attributesKarsten Priegnitz2011-08-301-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, andGerald Barker2011-09-021-9/+10
|/ | | refactor of code to use them.
* new: support for importing opencaching.com GPX files (OX... caches)Bananeweizen2011-08-271-2/+17
|
* code cleanup in GPX parser, no new featuresBananeweizen2011-08-271-43/+71
|
* code cleanup as adviced by Findbugsbananeweizen2011-08-261-1/+3
|
* first steps towards supporting other cache databases, see also commentsBananeweizen2011-08-221-40/+23
| | | from #259
* some code cleanupBananeweizen2011-08-221-3/+3
|
* enable import of opencaching GPX files, fixes #259bananeweizen2011-08-211-9/+8
|
* move file parsers into their own package, merge previous changes ofbananeweizen2011-08-211-0/+588
MichielK