aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/export/GpxSerializer.java
Commit message (Collapse)AuthorAgeFilesLines
* Revert the url distinguistion from "Implement Android Beam (NFC Sharing) for ↵Arne Schwabe2014-05-241-1/+1
| | | | | | cgeo", as it seems the // urls don't work anymore. This partly reverts commit a0825983139c99a9799503cafdf0dd0e3ce54a2f.
* Implement Android Beam (NFC Sharing) for cgeoArne Schwabe2014-05-181-1/+1
| | | | To support direct opening of CGEO on the other device, introduce a distinction between getBrowserURL and getCgeoURL in providers.
* fix #3677: more fields in GPX exportMichael Keppler2014-04-261-4/+49
|
* fix #3791: have logs separated from cachesMichael Keppler2014-04-251-2/+3
|
* fix #2729: crash on GPX exportSamuel Tardieu2014-04-021-1/+7
|
* fastdateformat is broken, remove itBananeweizen2014-01-191-2/+2
|
* remove eclipse warnings about potential null pointerBananeweizen2014-01-181-1/+4
|
* fix #3549: NPE when exporting invalid cacheSamuel Tardieu2014-01-171-2/+7
|
* Fix #3441, 'Visited' not saved for own waypointsrsudev2013-11-261-1/+1
| | | | To disambiguate own waypoints in merge, generate a unique prefix on addition to the cache
* Implements stable keys for opencaching waypointsrsudev2013-11-231-16/+43
| | | | | additionally extend ex- and import (gpx) to also contain visited and userdefined.
* NPE in testsBananeweizen2013-11-091-1/+2
|
* new: GPX export of travelbugsBananeweizen2013-11-091-0/+22
| | | | * however, in most cases this cannot be re-imported due to missing geocodes
* fix: GPX export failed to export "archived" flagBananeweizen2013-11-091-1/+1
|
* fix findbugs warningsBananeweizen2013-10-121-2/+2
| | | | * synchronize date parsing * use commons date formatting
* refactoring: cgData -> DataStoreSamuel Tardieu2013-09-131-2/+2
|
* refactoring: findbugs cleanupBananeweizen2013-08-111-1/+2
|
* findbugs null pointers and initializationsBananeweizen2013-06-241-2/+1
|
* refactoring: extract GPX serialization to make it testableBananeweizen2013-06-221-0/+256