aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/files/GPXParserTest.java
Commit message (Expand)AuthorAgeFilesLines
* #1744: user name wrongly parsed/written in GPX import/exportBananeweizen2012-06-081-3/+6
* refactoring: remove some of the TODOsBananeweizen2012-05-061-2/+1
* Refactoring: remove redundant local variablesSamuel Tardieu2012-04-271-2/+1
* refactoring of database accessBananeweizen2012-04-231-3/+3
* refactoring: renames and encapsulationBananeweizen2012-04-191-2/+2
* Implement equals() and hashCode() for GeopointSamuel Tardieu2012-04-111-2/+2
* Waypoint and caches both have coordinates, add ICoordinates interfaceSamuel Tardieu2012-04-111-3/+1
* fix #1281: .gpx import fails to recognize most caches in TX ChallengeBananeweizen2012-03-201-0/+6
* fix #972: mark non GC caches as reliableBananeweizen2012-01-141-0/+2
* Consistent naming for "premium members"blafoo2012-01-011-1/+1
* refactoring: immutable attributes collectionBananeweizen2011-12-311-1/+1
* refactoring for #908: waypoint list of cache is immutable for clientsBananeweizen2011-12-261-1/+1
* refactoring: reduce boxing/unboxing crazinessBananeweizen2011-12-031-6/+6
* Merge remote branch 'blafoo/cachetype'Bananeweizen2011-11-231-3/+3
|\
| * Use of CacheType instead of Stringblafoo2011-11-181-3/+3
* | fix #821: import timestamps with 7 digits in seconds fractionBananeweizen2011-11-211-0/+11
|/
* Merge remote branch 'stephanme/importwpt'Bananeweizen2011-11-131-3/+1
|\
| * new: cancel GPX import with back buttonStephan Merker2011-11-091-2/+1
* | more unit testsbananeweizen2011-11-111-5/+3
|/
* Get rid of deprecated methods related to coordinatesSamuel Tardieu2011-11-071-3/+3
* fixed deprecation warningsStephan Merker2011-11-051-3/+3
* new: import caches from unknown source, fixes #720Bananeweizen2011-11-011-6/+20
* Merge remote branch 'stephanme/importwpt'Bananeweizen2011-11-011-25/+11
|\
| * fix #714: Progress bar wrong when importing gpx with waypointsStephan Merker2011-10-301-25/+11
* | No direct access to fieldsblafoo2011-10-261-51/+51
|/
* fix #369: waypoints sorted wronglyBananeweizen2011-10-231-3/+3
* #310, import GPX from mailBananeweizen2011-10-161-1/+1
* support cache type "unknown", fixes #518Bananeweizen2011-10-161-2/+3
* use WaypointTypekoem2011-10-111-2/+2
* Merge remote branch 'upstream/master' into enumskoem2011-10-101-0/+10
|\
| * fix: also handle time stamps containing milli seconds in GPXBananeweizen2011-10-081-0/+10
* | always use WaypointTypekoem2011-10-081-2/+2
|/
* Make several things static following the Settings static moveSamuel Tardieu2011-10-051-5/+5
* Made some public methods package privateStephan Merker2011-10-031-3/+0
* Refactoring: put tests into same java package as tested classStephan Merker2011-10-031-0/+212