aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/files/GPX11Parser.java
Commit message (Collapse)AuthorAgeFilesLines
* * have static dictionaries in cgBase initialized in static sectionBananeweizen2011-09-191-6/+2
| | | | | | | | | (necessary for some unit tests) * have singleton of application instance, allows removing all the "app" fields everywhere afterwards * refactor GPX parser to be independent of c:geo application classes, so it can be tested much easier * new unit tests for different GPX versions and sources * new unit tests for LOC file parsing
* Move sources into the main directorySamuel Tardieu2011-09-161-0/+20
This prepares the inclusion of tests into the same repository.