| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix several name shadowing occurrences | Bananeweizen | 2014-06-29 | 1 | -4/+4 |
| | | |||||
| * | fix NPE in test | Bananeweizen | 2014-05-28 | 1 | -1/+3 |
| | | |||||
| * | fix #3837: parse new GPX waypoint types | Bananeweizen | 2014-05-14 | 1 | -0/+7 |
| | | |||||
| * | fix #3795: filter invalid character references during import | Michael Keppler | 2014-04-29 | 1 | -1/+5 |
| | | |||||
| * | fix #3791: have logs separated from caches | Michael Keppler | 2014-04-25 | 1 | -2/+6 |
| | | |||||
| * | read premium only flag from GSAK GPX | Bananeweizen | 2014-01-29 | 1 | -66/+90 |
| | | |||||
| * | import personal note from GSAK GPX | Bananeweizen | 2014-01-29 | 1 | -0/+8 |
| | | |||||
| * | Add parsing protection against invalid input | Matrikss | 2014-01-28 | 1 | -1/+6 |
| | | |||||
| * | Add FavPoints parsing for GSAK GPX; | Matrikss | 2014-01-27 | 1 | -0/+8 |
| | | | | | Add test case; | ||||
| * | fixes #3475 | rel00p | 2013-12-30 | 1 | -2/+3 |
| | | |||||
| * | improve parsing of OX parser | Bananeweizen | 2013-12-17 | 1 | -0/+3 |
| | | |||||
| * | fix: recognize waypoints in EC GPX files | Bananeweizen | 2013-12-16 | 1 | -1/+6 |
| | | |||||
| * | integrate extremcaching.com | Bananeweizen | 2013-12-16 | 1 | -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 waypoints | rsudev | 2013-11-23 | 1 | -6/+51 |
| | | | | | | additionally extend ex- and import (gpx) to also contain visited and userdefined. | ||||
| * | fix findbugs warnings | Bananeweizen | 2013-10-12 | 1 | -4/+4 |
| | | | | | * synchronize date parsing * use commons date formatting | ||||
| * | refactoring: remove GPX parser warning | Bananeweizen | 2013-09-17 | 1 | -2/+1 |
| | | | | * if files cannot be parsed, an error is logged by the importer anyway | ||||
| * | refactoring: introduce PseudoList to handle non concrete lists | Bananeweizen | 2013-09-14 | 1 | -1/+1 |
| | | | | | | * should make adding a history list entry easier * includes some non null annotations * moved list code into separate package | ||||
| * | refactoring: cgeoapplication -> CgeoApplication | Samuel Tardieu | 2013-09-13 | 1 | -2/+2 |
| | | |||||
| * | refactoring: cgData -> DataStore | Samuel Tardieu | 2013-09-13 | 1 | -6/+6 |
| | | |||||
| * | refactoring: findbugs cleanup | Bananeweizen | 2013-08-26 | 1 | -4/+4 |
| | | | | * don't catch raw exceptions | ||||
| * | fix #3144: GPX import problem | Bananeweizen | 2013-08-19 | 1 | -1/+1 |
| | | |||||
| * | refactoring: minor cleanup, experimenting with Checkstyle | Bananeweizen | 2013-07-07 | 1 | -8/+8 |
| | | |||||
| * | #2824: comment removal of caches after GPX import | Bananeweizen | 2013-06-21 | 1 | -19/+21 |
| | | |||||
| * | new: support for waymarking GPX files | Bananeweizen | 2013-06-08 | 1 | -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 attribute | campbeb | 2013-05-25 | 1 | -0/+1 |
| | | | | | | Also some minor changes to attritube generation files for additional explanation | ||||
| * | fix #2639: NPE in GPX parser | Bananeweizen | 2013-04-07 | 1 | -0/+3 |
| | | |||||
| * | reduce memory usage for cache lists | Bananeweizen | 2013-02-14 | 1 | -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 OC | koem | 2013-02-11 | 1 | -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 Geocache | Samuel Tardieu | 2013-02-03 | 1 | -6/+6 |
| | | |||||
| * | refactoring: use exception object in loggging | Bananeweizen | 2013-01-12 | 1 | -5/+5 |
| | | |||||
| * | Refactoring: rename cgTrackable into Trackable | Samuel Tardieu | 2013-01-07 | 1 | -4/+4 |
| | | |||||
| * | Refactoring: rename cgWaypoint into Waypoint | Samuel Tardieu | 2013-01-07 | 1 | -5/+5 |
| | | |||||
| * | fix #2328: Have a wrapper around Matcher to avoid String related memory | Bananeweizen | 2013-01-05 | 1 | -6/+6 |
| | | | | issues | ||||
| * | Use warning instead of error since the problem is escalated | Samuel Tardieu | 2012-12-19 | 1 | -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 Tardieu | 2012-12-18 | 1 | -1/+1 |
| |\ | | | | | | | https://github.com/triakcz/c-geo-opensource into upstream | ||||
| | * | Uploading of modified coords to geocaching.com | triakcz | 2012-12-18 | 1 | -1/+1 |
| | | | |||||
| * | | Refactoring: remove redundant else | Samuel Tardieu | 2012-12-16 | 1 | -4/+8 |
| |/ | |||||
| * | fix #2211: remove application-database indirection | Bananeweizen | 2012-12-01 | 1 | -6/+6 |
| | | |||||
| * | Merge branch 'release' | Bananeweizen | 2012-11-27 | 1 | -4/+1 |
| |\ | |||||
| | * | fix #2202: logs duplicated after importing GPX twice | Bananeweizen | 2012-11-27 | 1 | -4/+1 |
| | | | |||||
| * | | code cleanup: fix Lint warnings about Locales | Bananeweizen | 2012-11-22 | 1 | -8/+8 |
| |/ | |||||
| * | refactoring: lazy initialized lists | Bananeweizen | 2012-11-18 | 1 | -2/+2 |
| | | | | | * change more users to only take Iterable interface * return unmodifiable list only | ||||
| * | code cleanup: fix some Lint warnings | Bananeweizen | 2012-11-16 | 1 | -3/+4 |
| | | |||||
| * | fix #1973: Logs gone after online logging | Bananeweizen | 2012-11-11 | 1 | -0/+2 |
| | | |||||
| * | fix #2089: c:geo crashes when importing large GPX file | Bananeweizen | 2012-11-10 | 1 | -14/+33 |
| | | |||||
| * | fix #1833: Export / Import GPX | Bananeweizen | 2012-07-01 | 1 | -4/+8 |
| | | |||||
| * | #1833: recognize localized waypoint type names | Bananeweizen | 2012-06-29 | 1 | -2/+10 |
| | | | | * we may want to fix the export of those nonetheless | ||||
| * | fix #1812: GPX-Import fails at name with quotes | Bananeweizen | 2012-06-23 | 1 | -1/+7 |
| | | |||||
| * | #1744: user name wrongly parsed/written in GPX import/export | Bananeweizen | 2012-06-08 | 1 | -2/+11 |
| | | |||||
| * | refactoring: remove some of the TODOs | Bananeweizen | 2012-05-06 | 1 | -1/+1 |
| | | |||||
