aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/export/GpxExport.java
Commit message (Expand)AuthorAgeFilesLines
* code cleanup: remove debug codeBananeweizen2012-12-261-1/+1
* fix #2211: remove application-database indirectionBananeweizen2012-12-011-3/+2
* refactoring: lazy initialized listsBananeweizen2012-11-181-4/+3
* code cleanup: fix some Lint warnings Bananeweizen2012-11-161-2/+3
* fix #1973: Logs gone after online loggingBananeweizen2012-11-111-2/+3
* refactoring: move static maps check API to cacheBananeweizen2012-09-091-1/+0
* Refactoring: remove redundant type castsSamuel Tardieu2012-09-041-1/+1
* fix #2015: export crashes on missing hidden dateBananeweizen2012-09-021-17/+10
* corrected: usage of gpx export dir setting corrected, text on export dialog n...Marco Jacob2012-08-031-2/+6
* fixes #1794 - added gpx export dir setting with SimpleDirChooserMarco Jacob2012-07-201-1/+1
* fix #1833: Export / Import GPXBananeweizen2012-07-011-2/+4
* #1794 have URL in exportBananeweizen2012-06-241-0/+8
* Merge pull request #1774 from marco-jacob/issue#1740Bananeweizen2012-06-241-28/+69
|\
| * fixes #1740: correct prefix for user defined waypointsMarco Jacob2012-06-111-28/+69
* | Removed GPX export setting from settingsOndřej Kunc2012-06-111-1/+1
* | GPX export sharing via bluetooth, gmail ...Ondřej Kunc2012-06-111-2/+56
|/
* #1744: user name wrongly parsed/written in GPX import/exportBananeweizen2012-06-081-2/+2
* fix: wrong nesting of logs leads to import errorsBananeweizen2012-05-121-84/+97
* fix: NPE in export for final without coordinatesBananeweizen2012-05-121-2/+4
* fix #1549: Export: State and country fields both contain both valuesBananeweizen2012-05-121-3/+1
* fix: use correct type in exportBananeweizen2012-05-121-2/+2
* fix: GPX export missing attributes, logs, and othersBananeweizen2012-05-121-5/+2
* Fix #1548: Geocaching-like GPX ExportSammysHP2012-05-111-5/+5
* Refactoring: Export GPX to /sdcard/gpxSammysHP2012-04-231-2/+2
* Fix error handling in gpx exportSammysHP2012-04-231-9/+9
* Remove recently introduced usage of hasWaypointsSamuel Tardieu2012-04-231-23/+21
* Fix: Integers are handled as charactersSammysHP2012-04-221-2/+2
* Add experimental support for waypoints in gpx exportSammysHP2012-04-221-2/+32
* Refactoring: Use buffered writing for GPS exportSammysHP2012-04-221-142/+141
* refactoringsBananeweizen2012-04-211-6/+6
* refactoring: renames and encapsulationBananeweizen2012-04-191-2/+2
* refactoring: encapsulate exportsBananeweizen2012-04-141-1/+1
* refactoring: remove the logging tag from settingsBananeweizen2012-04-121-4/+3
* fix cache attribute from 08d132878d4e8818c8090169e6f0ece257ac4732Bananeweizen2012-04-101-5/+11
* Extend GPX export.SammysHP2012-04-091-5/+71
* Export package: Documentation and make activity optionalSammysHP2012-04-091-8/+22
* New: Export featureSammysHP2012-04-061-0/+216