aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/files/GPXParser.java
Commit message (Expand)AuthorAgeFilesLines
* Move sources into the main directorySamuel Tardieu2011-09-161-795/+0
* 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
* fix #380: GSAK GPX importBananeweizen2011-09-071-8/+61
* Use UUID instead of Long as a unique idSamuel Tardieu2011-09-061-8/+9
* 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
| * code cleanup: protect abstract class constructors, rewrite long constantBananeweizen2011-08-311-10/+10
| * 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
| * | GPX import of attributesKarsten Priegnitz2011-08-301-1/+163
| |/
* | First commit of Apache Commons String & Date functions and required, andGerald Barker2011-09-021-9/+10
|/
* 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
* 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