aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/export
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: extract GPX serialization to make it testableBananeweizen2013-06-221-0/+37
|
* refactoring: apply android formatter to all XML filesBananeweizen2013-06-021-1/+1
| | | * makes it easier to compare and find duplicate code
* code cleanup: remove JDT warningsBananeweizen2013-04-221-5/+1
|
* Merge branch 'release' into upstreamSamuel Tardieu2013-04-071-0/+52
|\ | | | | | | | | Conflicts: main/src/cgeo/geocaching/export/GpxExport.java
| * Failing test for #2635rsudev2013-04-071-0/+50
|/
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-2/+2
|
* #2186: use UTC for field note export dateBananeweizen2012-11-221-1/+1
|
* fix #2173: GSAK field notes exportSamuel Tardieu2012-11-181-0/+19
GSAK requires the log type to be capitalized, e.g., "Found it", while we were generating "found it" instead. Some code has been factored out to be more easily testable.