aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgeogpxes.java
Commit message (Collapse)AuthorAgeFilesLines
* new: support Geocaching Australia caches (GAxxxx, TPxxxx)Bananeweizen2011-10-121-6/+11
| | | | * most cache details are not available due to wrong schema in their GPX files, but I requested them to change that
* Use the File type for handling directory listsSamuel Tardieu2011-10-071-3/+2
| | | | | This is consistent which what it done in other parts of the code.
* Made some public methods package privateStephan Merker2011-10-031-1/+1
| | | - fixes 587
* fix #586: manual merge of usability improvement for GPX importStephan Merker2011-10-031-16/+20
| | | | I hope I got it right. I had to apply this as patch, as my Eclipse didn't want to merge this pull request by any means.
* Minor cleanupsSamuel Tardieu2011-09-291-1/+1
| | | | | Remove unuse method parameters. Make classes and methods abstract. Write some docstrings.
* * have static dictionaries in cgBase initialized in static sectionBananeweizen2011-09-191-8/+6
| | | | | | | | | (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/+132
This prepares the inclusion of tests into the same repository.