aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/maps
Commit message (Collapse)AuthorAgeFilesLines
* fix #1781: Remove help functionBananeweizen2013-05-096-28/+0
|
* Merge remote-tracking branch 'origin/release'Bananeweizen2013-04-241-0/+1
|\
| * fix #2674: Disable trail on map does not refreshBananeweizen2013-04-241-0/+1
| |
* | refactoring: remove redundant type castsSamuel Tardieu2013-04-071-2/+2
| | | | | | | | | | | | getParcelable() does not return a Parcelable, it returns a T where T is a generic type deriving from Parcelable. Those type casts will be done automatically and do not need to be spelled out explicitely.
* | refactoring: remove empty statementsSamuel Tardieu2013-04-071-3/+1
|/
* refactoring: use faster short circuit evaluationBananeweizen2013-03-121-1/+1
|
* issue 1640 - Found Caches shown on live map (low zoom problem)koem2013-03-051-7/+16
| | | | solved
* New feature WPT visited markingtriakcz2013-02-241-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Removed superfluous waypoint.clear in maprsudev2013-02-241-5/+4
|
* Merge pull request #2491 from Portree-Kid/master-masterrsudev2013-02-231-5/+10
|\ | | | | Live Mode not used correctly Fixes #2479
| * Small glitch added isLiveEnabledPortree-Kid2013-02-231-1/+3
| |
| * Live Mode not used correctly Fixes #2479Portree-Kid2013-02-171-6/+5
| |
| * We don't want to see any stale waypoints if we are showing more than thePortree-Kid2013-02-171-0/+4
| | | | | | threshold of caches. fixes #2479
* | fixes #2515 - update live map icons by nearby searchMarco Jacob2013-02-231-0/+4
|/
* Merge branch 'master' into chooselistkoem2013-02-131-0/+2
|\
| * fixes #2436 - new colletion type needs remove on old cache instanceMarco Jacob2013-02-111-1/+3
| |
* | issue #275 - Move to other list from cache screenkoem2013-02-081-38/+62
|/ | | | and: choose list when storing
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-032-21/+21
|
* Remove useless importSamuel Tardieu2013-02-031-1/+0
|
* Refactoring: use static initializationSamuel Tardieu2013-02-031-5/+5
|
* Remove obsolete javadocSamuel Tardieu2013-02-031-11/+0
|
* Use two methods to do two different thingsSamuel Tardieu2013-02-031-99/+93
| | | | | Checking the parameters nullness to determine the function to perform is a bad practice.
* Refactoring: simplify variable computationSamuel Tardieu2013-02-031-14/+3
|
* #1791: refactor live map hint activity into a dialogBananeweizen2013-01-271-4/+2
|
* 0 is a valid waypoint idSamuel Tardieu2013-01-261-1/+1
|
* Merge branch 'issue-2322' into upstreamSamuel Tardieu2013-01-231-3/+3
|\ | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/connector/IConnector.java main/src/cgeo/geocaching/connector/gc/GCParser.java main/src/cgeo/geocaching/maps/CGeoMap.java
| * fix #2322: GPX imported caches not marked as ownedSamuel Tardieu2013-01-231-3/+3
| | | | | | | | | | The "isOwner()" property (previously named "isOwn()") is now synthesized by comparing the username with the cache owner name.
* | Readding entries to a LRUSet already updates their freshnessSamuel Tardieu2013-01-131-4/+2
| |
* | Readding an entry to a LRUSet already updates its freshnessSamuel Tardieu2013-01-131-2/+1
| |
* | Merge remote-tracking branch 'origin/release'Bananeweizen2013-01-131-3/+5
|\ \ | |/ | | | | | | Conflicts: main/src/cgeo/geocaching/maps/CGeoMap.java
| * fix #2391: NPE in mapBananeweizen2013-01-131-3/+5
| |
* | refactoring: use exception object in logggingBananeweizen2013-01-125-13/+13
| |
* | Refactoring: rename cgWaypoint into WaypointSamuel Tardieu2013-01-071-7/+7
| |
* | Merge pull request #2311 from rsudev/OCde2Bananeweizen2013-01-051-1/+2
|\ \ | | | | | | Opencaching integration with oc11xml api
| * | Opencaching integration with oc11xml apirsudev2012-12-311-1/+2
| | | | | | | | | | | | Implements load of cache details, coordinate search and viewport search for opencaching.de based on oc11xml api
* | | Merge branch 'release' into upstreamSamuel Tardieu2013-01-011-1/+1
|\ \ \ | |/ / |/| / | |/
| * fix #1737: do not try to open a null filenameSamuel Tardieu2013-01-011-1/+1
| | | | | | | | The settings may initially contain a null filename.
* | code cleanup: remove debug codeBananeweizen2012-12-266-13/+19
| | | | | | * fixed some more issues of Findbugs and CodePro
* | Refactoring: narrow scope of variablesSamuel Tardieu2012-12-183-11/+6
| |
* | Refactoring: remove pointless null checksSamuel Tardieu2012-12-181-1/+1
| |
* | Refactoring: use isEmpty() where appropriateSamuel Tardieu2012-12-181-2/+2
| |
* | Fix crash on single cache mapSamuel Tardieu2012-12-181-6/+2
| | | | | | | | | | | | | | | | It was due to a null searchIntent after the refactoring in 6191b4e2aa3b1dea8dd8a41f5396d5e069662f3f which assumes that the copy constructor would not be called with a null value. Found and diagnosed by rsudev.
* | Refactoring: add documentation about null-nessSamuel Tardieu2012-12-171-1/+1
| |
* | Refactoring: use explicit size to get better performanceSamuel Tardieu2012-12-161-1/+1
| |
* | Merge remote-tracking branch 'upstream/release' into issue2232mrsudev2012-12-111-1/+1
|\ \ | |/
| * Fixes #2232, own and found caches are visible on live maprsudev2012-12-111-1/+1
| | | | | | | | Own/found cache filtering was only active on live-map in live-mode, not in non-live-mode
* | fix #2217: Click on filter bar crashes c:geoBananeweizen2012-12-043-3/+20
| |
* | fix #2211: remove application-database indirectionBananeweizen2012-12-012-12/+13
| |
* | #2215 sort offline mapsBananeweizen2012-11-301-0/+1
| |
* | refactoring: use more prepared statementsBananeweizen2012-11-281-1/+1
| | | | | | | | * improves database performance * removed some method arguments which were always true