aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/files/GPXParser.java
Commit message (Collapse)AuthorAgeFilesLines
* fix NPE in testBananeweizen2014-05-281-1/+3
|
* fix #3837: parse new GPX waypoint typesBananeweizen2014-05-141-0/+7
|
* fix #3795: filter invalid character references during importMichael Keppler2014-04-291-1/+5
|
* fix #3791: have logs separated from cachesMichael Keppler2014-04-251-2/+6
|
* read premium only flag from GSAK GPXBananeweizen2014-01-291-66/+90
|
* import personal note from GSAK GPXBananeweizen2014-01-291-0/+8
|
* Add parsing protection against invalid inputMatrikss2014-01-281-1/+6
|
* Add FavPoints parsing for GSAK GPX;Matrikss2014-01-271-0/+8
| | | | Add test case;
* fixes #3475rel00p2013-12-301-2/+3
|
* improve parsing of OX parserBananeweizen2013-12-171-0/+3
|
* fix: recognize waypoints in EC GPX filesBananeweizen2013-12-161-1/+6
|
* integrate extremcaching.comBananeweizen2013-12-161-2/+19
| | | | | | * cherry-pick existing commits and have some basic tests * disable EC connector by default * fix faked geocodes during GPX import * parse wrongly encoded container size
* Implements stable keys for opencaching waypointsrsudev2013-11-231-6/+51
| | | | | additionally extend ex- and import (gpx) to also contain visited and userdefined.
* fix findbugs warningsBananeweizen2013-10-121-4/+4
| | | | * synchronize date parsing * use commons date formatting
* refactoring: remove GPX parser warningBananeweizen2013-09-171-2/+1
| | | * if files cannot be parsed, an error is logged by the importer anyway
* refactoring: introduce PseudoList to handle non concrete listsBananeweizen2013-09-141-1/+1
| | | | | * should make adding a history list entry easier * includes some non null annotations * moved list code into separate package
* refactoring: cgeoapplication -> CgeoApplicationSamuel Tardieu2013-09-131-2/+2
|
* refactoring: cgData -> DataStoreSamuel Tardieu2013-09-131-6/+6
|
* refactoring: findbugs cleanupBananeweizen2013-08-261-4/+4
| | | * don't catch raw exceptions
* fix #3144: GPX import problemBananeweizen2013-08-191-1/+1
|
* refactoring: minor cleanup, experimenting with CheckstyleBananeweizen2013-07-071-8/+8
|
* #2824: comment removal of caches after GPX importBananeweizen2013-06-211-19/+21
|
* new: support for waymarking GPX filesBananeweizen2013-06-081-5/+25
| | | | | * Now one can load cache and waymark GPX together (as unknown caches) * I do not plan on adding any online features to the connector. * It is only there for creating the URLs for waymarks.
* Fix #2727 - Support GeoTour attributecampbeb2013-05-251-0/+1
| | | | | Also some minor changes to attritube generation files for additional explanation
* fix #2639: NPE in GPX parserBananeweizen2013-04-071-0/+3
|
* reduce memory usage for cache listsBananeweizen2013-02-141-3/+10
| | | | | * lazily load some of the strings in caches * remove latlon, it was never used except in parsing itself * change some collection handling to avoid huge memory hogs
* Icons for OCkoem2013-02-111-1/+1
| | | | | | | | | | | - new icons for opencaching - changed some icons because of copyright - english strings for opencaching attributes - german strings for opencaching attributes - new script to show (missing) strings for attributes - new script to edit svg files from thenounproject.com - new script to generate enums - ocicons.html: list of all OC icons
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-6/+6
|
* refactoring: use exception object in logggingBananeweizen2013-01-121-5/+5
|
* Refactoring: rename cgTrackable into TrackableSamuel Tardieu2013-01-071-4/+4
|
* Refactoring: rename cgWaypoint into WaypointSamuel Tardieu2013-01-071-5/+5
|
* fix #2328: Have a wrapper around Matcher to avoid String related memoryBananeweizen2013-01-051-6/+6
| | | issues
* Use warning instead of error since the problem is escalatedSamuel Tardieu2012-12-191-1/+1
| | | | | At this stage, we cannot be sure that this will be treated as a real error.
* Merge branch 'cache_coords_wpt_ng' of ↵Samuel Tardieu2012-12-181-1/+1
|\ | | | | | | https://github.com/triakcz/c-geo-opensource into upstream
| * Uploading of modified coords to geocaching.comtriakcz2012-12-181-1/+1
| |
* | Refactoring: remove redundant elseSamuel Tardieu2012-12-161-4/+8
|/
* fix #2211: remove application-database indirectionBananeweizen2012-12-011-6/+6
|
* Merge branch 'release'Bananeweizen2012-11-271-4/+1
|\
| * fix #2202: logs duplicated after importing GPX twiceBananeweizen2012-11-271-4/+1
| |
* | code cleanup: fix Lint warnings about LocalesBananeweizen2012-11-221-8/+8
|/
* refactoring: lazy initialized listsBananeweizen2012-11-181-2/+2
| | | | * change more users to only take Iterable interface * return unmodifiable list only
* code cleanup: fix some Lint warnings Bananeweizen2012-11-161-3/+4
|
* fix #1973: Logs gone after online loggingBananeweizen2012-11-111-0/+2
|
* fix #2089: c:geo crashes when importing large GPX fileBananeweizen2012-11-101-14/+33
|
* fix #1833: Export / Import GPXBananeweizen2012-07-011-4/+8
|
* #1833: recognize localized waypoint type namesBananeweizen2012-06-291-2/+10
| | | * we may want to fix the export of those nonetheless
* fix #1812: GPX-Import fails at name with quotes Bananeweizen2012-06-231-1/+7
|
* #1744: user name wrongly parsed/written in GPX import/exportBananeweizen2012-06-081-2/+11
|
* refactoring: remove some of the TODOsBananeweizen2012-05-061-1/+1
|
* refactoring: rename log typ enums for easier code completion andBananeweizen2012-05-011-2/+2
| | | reading