aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/Waypoint.java
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Arne Schwabe2014-05-241-1/+1
| | | | pick the user to select an internal/external browser if c:geo is the default of the geocaching url
* 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
| | | | | additionally extend ex- and import (gpx) to also contain visited and userdefined.
* 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
| | | * fix names, documentation and null check
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit 39f9bc9f5c38aeccc1ee037f7f11859bfe86ab75 Author: TriakCZ <kunc88@gmail.com> Date: Sat Feb 16 12:46:45 2013 +0100 Resized tick at visited WPT, not showing cross commit 8b907641660fa62a1847c1a8ed11c5b874e567a1 Author: TriakCZ <kunc88@gmail.com> Date: Fri Feb 15 22:48:06 2013 +0100 Tick/cross is displayed at wpt only when there is at least one visited wpt commit 18b5e15f0b5fcc69d7f12c27fd72f6cfb8e69c27 Author: TriakCZ <kunc88@gmail.com> Date: Fri Feb 15 19:26:34 2013 +0100 Added ticks and cross for highlighting what was visited and what not commit 7a9d9694a0f2e7e31868f75e2c230e4bea07f87b Author: TriakCZ <kunc88@gmail.com> Date: Fri Feb 15 19:00:42 2013 +0100 Visited state now survives cache refresh commit 624b70faaf313638f5a9131fdfb60d83d4424696 Author: triakcz <kunc88@gmail.com> Date: Thu Feb 14 21:13:44 2013 +0100 new feature WPT visited marking
* Do not use a N² algorithm when merging waypoints setsSamuel Tardieu2013-01-261-23/+16
| | | | | | | | The prefix of a waypoint must be unique for a given cache, so use that instead of the name for merging (the name needs not be unique). Also, it won't break if we have duplicate prefixes in the old waypoints list, those will be kept as well in the new list.
* The waypoint id must be kept when merging dataSamuel Tardieu2013-01-261-0/+3
| | | | | If we want to keep the id stable, then it must be copied over. Part of fix for #2430.
* fix #2430: waypoints not loaded from websiteSamuel Tardieu2013-01-261-2/+2
| | | | | | A recent fix for #2341 broke the fresh store of waypoints. Comparing with "< 0" to check if a waypoint id is invalid implies setting the uninitialized value to a negative number.
* Refactoring: rename cgWaypoint into WaypointSamuel Tardieu2013-01-071-0/+245