Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implements #750, use preference activity | koem | 2013-07-09 | 8 | -8/+8 |
| | |||||
* | Fixes #2826, Found caches shown on live map | rsudev | 2013-07-06 | 1 | -3/+9 |
| | | | | | Implemented detection and filtering for vanishing caches Added testcases for new functionality | ||||
* | Radio buttons instead of check boxes in map strategy | campbeb | 2013-06-12 | 1 | -5/+13 |
| | |||||
* | Correct log messages to account for refactoring | campbeb | 2013-06-05 | 4 | -10/+10 |
| | |||||
* | fix #2817: OSM:Offline map name won't fit the box | Bananeweizen | 2013-06-01 | 1 | -1/+1 |
| | |||||
* | refactoring: remove the cache realm | Bananeweizen | 2013-06-01 | 1 | -2/+2 |
| | | | | * the cache realm enumeration ties different connectors together * everything in the realm can also be stored at the connector instead | ||||
* | refactoring: extract method to simplify control flow | Bananeweizen | 2013-06-01 | 1 | -7/+8 |
| | |||||
* | #2725: Feature-Request: Circles on the map only around physical stages | Bananeweizen | 2013-06-01 | 2 | -9/+7 |
| | |||||
* | Fix #2799 - Retain trail on map when device is rotated | campbeb | 2013-05-29 | 2 | -2/+19 |
| | |||||
* | Merge pull request #2787 from rsudev/ocde_okapi_2 | rsudev | 2013-05-28 | 1 | -1/+1 |
|\ | | | | | Implements OKAPI access for opencaching.de | ||||
| * | Implements a check-box for gc-de/activation for livemap and searches | rsudev | 2013-05-26 | 1 | -1/+1 |
| | | |||||
* | | refactoring: clean compiler warnings about static calls | Bananeweizen | 2013-05-27 | 3 | -6/+6 |
|/ | |||||
* | fix #2725: Circles on the map only around physical stages | Bananeweizen | 2013-05-25 | 10 | -50/+40 |
| | |||||
* | Fixes #2715, NPE when activiating menu on map | rsudev | 2013-05-13 | 2 | -0/+2 |
| | | | | Additionally fixed single select group in map sources menu | ||||
* | refactoring: use menu resources instead of code | Bananeweizen | 2013-05-10 | 4 | -62/+40 |
| | |||||
* | fix #1781: Remove help function | Bananeweizen | 2013-05-09 | 6 | -28/+0 |
| | |||||
* | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2013-04-24 | 1 | -0/+1 |
|\ | |||||
| * | fix #2674: Disable trail on map does not refresh | Bananeweizen | 2013-04-24 | 1 | -0/+1 |
| | | |||||
* | | refactoring: remove redundant type casts | Samuel Tardieu | 2013-04-07 | 1 | -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 statements | Samuel Tardieu | 2013-04-07 | 1 | -3/+1 |
|/ | |||||
* | refactoring: use faster short circuit evaluation | Bananeweizen | 2013-03-12 | 1 | -1/+1 |
| | |||||
* | issue 1640 - Found Caches shown on live map (low zoom problem) | koem | 2013-03-05 | 1 | -7/+16 |
| | | | | solved | ||||
* | New feature WPT visited marking | triakcz | 2013-02-24 | 1 | -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 map | rsudev | 2013-02-24 | 1 | -5/+4 |
| | |||||
* | Merge pull request #2491 from Portree-Kid/master-master | rsudev | 2013-02-23 | 1 | -5/+10 |
|\ | | | | | Live Mode not used correctly Fixes #2479 | ||||
| * | Small glitch added isLiveEnabled | Portree-Kid | 2013-02-23 | 1 | -1/+3 |
| | | |||||
| * | Live Mode not used correctly Fixes #2479 | Portree-Kid | 2013-02-17 | 1 | -6/+5 |
| | | |||||
| * | We don't want to see any stale waypoints if we are showing more than the | Portree-Kid | 2013-02-17 | 1 | -0/+4 |
| | | | | | | threshold of caches. fixes #2479 | ||||
* | | fixes #2515 - update live map icons by nearby search | Marco Jacob | 2013-02-23 | 1 | -0/+4 |
|/ | |||||
* | Merge branch 'master' into chooselist | koem | 2013-02-13 | 1 | -0/+2 |
|\ | |||||
| * | fixes #2436 - new colletion type needs remove on old cache instance | Marco Jacob | 2013-02-11 | 1 | -1/+3 |
| | | |||||
* | | issue #275 - Move to other list from cache screen | koem | 2013-02-08 | 1 | -38/+62 |
|/ | | | | and: choose list when storing | ||||
* | Refactoring: rename cgCache into Geocache | Samuel Tardieu | 2013-02-03 | 2 | -21/+21 |
| | |||||
* | Remove useless import | Samuel Tardieu | 2013-02-03 | 1 | -1/+0 |
| | |||||
* | Refactoring: use static initialization | Samuel Tardieu | 2013-02-03 | 1 | -5/+5 |
| | |||||
* | Remove obsolete javadoc | Samuel Tardieu | 2013-02-03 | 1 | -11/+0 |
| | |||||
* | Use two methods to do two different things | Samuel Tardieu | 2013-02-03 | 1 | -99/+93 |
| | | | | | Checking the parameters nullness to determine the function to perform is a bad practice. | ||||
* | Refactoring: simplify variable computation | Samuel Tardieu | 2013-02-03 | 1 | -14/+3 |
| | |||||
* | #1791: refactor live map hint activity into a dialog | Bananeweizen | 2013-01-27 | 1 | -4/+2 |
| | |||||
* | 0 is a valid waypoint id | Samuel Tardieu | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | Merge branch 'issue-2322' into upstream | Samuel Tardieu | 2013-01-23 | 1 | -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 owned | Samuel Tardieu | 2013-01-23 | 1 | -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 freshness | Samuel Tardieu | 2013-01-13 | 1 | -4/+2 |
| | | |||||
* | | Readding an entry to a LRUSet already updates its freshness | Samuel Tardieu | 2013-01-13 | 1 | -2/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2013-01-13 | 1 | -3/+5 |
|\ \ | |/ | | | | | | | Conflicts: main/src/cgeo/geocaching/maps/CGeoMap.java | ||||
| * | fix #2391: NPE in map | Bananeweizen | 2013-01-13 | 1 | -3/+5 |
| | | |||||
* | | refactoring: use exception object in loggging | Bananeweizen | 2013-01-12 | 5 | -13/+13 |
| | | |||||
* | | Refactoring: rename cgWaypoint into Waypoint | Samuel Tardieu | 2013-01-07 | 1 | -7/+7 |
| | | |||||
* | | Merge pull request #2311 from rsudev/OCde2 | Bananeweizen | 2013-01-05 | 1 | -1/+2 |
|\ \ | | | | | | | Opencaching integration with oc11xml api | ||||
| * | | Opencaching integration with oc11xml api | rsudev | 2012-12-31 | 1 | -1/+2 |
| | | | | | | | | | | | | Implements load of cache details, coordinate search and viewport search for opencaching.de based on oc11xml api |