aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/Waypoint.java
Commit message (Expand)AuthorAgeFilesLines
* Remove empty JavaDoc @param and @returnSamuel Tardieu2015-02-101-4/+0
* URL for geocache / waypoint / trackable cannot be nullSamuel Tardieu2015-01-021-0/+1
* Fixes #3797, Waypoints from personal note not removedrsudev2014-12-131-9/+2
* rename packageBananeweizen2014-11-021-1/+1
* Name ignored catch parameter as suchSamuel Tardieu2014-09-091-1/+1
* Remove the unused latlon field in waypointsSamuel Tardieu2014-08-211-17/+4
* switch to Java 1.7Bananeweizen2014-07-171-2/+2
* fix #3927: do not sort stage, puzzle and waypointBananeweizen2014-06-111-16/+20
* Implement a small internal browser (using webview) and allow the user to pick...Arne Schwabe2014-05-241-1/+1
* fix #3594: personal note parsing is too looseSamuel Tardieu2014-02-281-1/+0
* refactoring: move waypoint parsing code in WaypointSamuel Tardieu2014-02-281-0/+63
* fix outdated JavadocBananeweizen2013-12-161-1/+0
* Implements stable keys for opencaching waypointsrsudev2013-11-231-0/+21
* fix #3421: WP from personal note doubledBananeweizen2013-11-101-1/+9
* refactoring: remove bad compare method of waypointsBananeweizen2013-11-101-9/+12
* fix #3420: Waypoint description gets mixed up Bananeweizen2013-11-101-28/+0
* Add note about Waypoint natural orderingSamuel Tardieu2013-09-151-0/+3
* refactoring: cgeoapplication -> CgeoApplicationSamuel Tardieu2013-09-131-1/+1
* fix #2725: Circles on the map only around physical stagesBananeweizen2013-05-251-0/+1
* refactoring: simplify expressionSamuel Tardieu2013-04-061-1/+1
* refactoring of static maps codeBananeweizen2013-03-101-1/+1
* fixes #2507 - Waypoints only stored if not existingMarco Jacob2013-03-071-0/+9
* Visited waypoints - small fixes and polishingrsudev2013-02-241-2/+9
* New feature WPT visited markingtriakcz2013-02-241-1/+25
* Do not use a N² algorithm when merging waypoints setsSamuel Tardieu2013-01-261-23/+16
* The waypoint id must be kept when merging dataSamuel Tardieu2013-01-261-0/+3
* fix #2430: waypoints not loaded from websiteSamuel Tardieu2013-01-261-2/+2
* Refactoring: rename cgWaypoint into WaypointSamuel Tardieu2013-01-071-0/+245