| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Minor cleanups | Samuel Tardieu | 2014-05-14 | 1 | -1/+1 |
| | | |||||
| * | fix #3504: NPE in map touch | Bananeweizen | 2014-01-03 | 1 | -13/+19 |
| | | |||||
| * | Revert "experimental single overlay for maps" | Samuel Tardieu | 2013-12-27 | 1 | -79/+38 |
| | | | | | | This reverts commit 74b7b59e0eac6ec09c032baa6e9d9d27f0ec2f95 which had been merged by mistake. | ||||
| * | experimental single overlay for maps | Bananeweizen | 2013-12-27 | 1 | -38/+79 |
| | | |||||
| * | refactoring: cgData -> DataStore | Samuel Tardieu | 2013-09-13 | 1 | -2/+2 |
| | | |||||
| * | fix #1945: Show Circles only for shown caches | Bananeweizen | 2013-09-01 | 1 | -10/+13 |
| | | |||||
| * | refactoring: findbugs cleanup | Bananeweizen | 2013-08-26 | 1 | -2/+3 |
| | | | | * don't catch raw exceptions | ||||
| * | Implements #750, use preference activity | koem | 2013-07-09 | 1 | -1/+1 |
| | | |||||
| * | Correct log messages to account for refactoring | campbeb | 2013-06-05 | 1 | -3/+3 |
| | | |||||
| * | #2725: Feature-Request: Circles on the map only around physical stages | Bananeweizen | 2013-06-01 | 1 | -8/+6 |
| | | |||||
| * | fix #2725: Circles on the map only around physical stages | Bananeweizen | 2013-05-25 | 1 | -12/+11 |
| | | |||||
| * | Refactoring: rename cgCache into Geocache | Samuel Tardieu | 2013-02-03 | 1 | -4/+4 |
| | | |||||
| * | 0 is a valid waypoint id | Samuel Tardieu | 2013-01-26 | 1 | -1/+1 |
| | | |||||
| * | refactoring: use exception object in loggging | Bananeweizen | 2013-01-12 | 1 | -3/+3 |
| | | |||||
| * | Refactoring: narrow scope of variables | Samuel Tardieu | 2012-12-18 | 1 | -2/+1 |
| | | |||||
| * | fix #2211: remove application-database indirection | Bananeweizen | 2012-12-01 | 1 | -2/+2 |
| | | |||||
| * | Always mark cache dirty when opening from map so that it reloads if changed ↵ | campbeb | 2012-05-28 | 1 | -1/+1 |
| | | | | | | while open Fixes #1618 | ||||
| * | Donwload live-map details only once, fixes #1619 | rsudev | 2012-05-27 | 1 | -1/+1 |
| | | |||||
| * | Do not use "else" with "return" | Samuel Tardieu | 2012-05-21 | 1 | -1/+3 |
| | | |||||
| * | Request more details for popup. Fixes #1357 | blafoo | 2012-05-18 | 1 | -4/+8 |
| | | |||||
| * | Popup on live map before requesting more details. Fixes #1256 | blafoo | 2012-05-17 | 1 | -14/+41 |
| | | |||||
| * | refactoring: minor cleanups | Bananeweizen | 2012-05-15 | 1 | -1/+1 |
| | | | | | | * use ellipsis * avoid String concatenation | ||||
| * | Fixes issue #1519, multiple pop-ups | rsudev | 2012-05-09 | 1 | -2/+2 |
| | | |||||
| * | Refactoring Popups. Added Superclass | Portree-Kid | 2012-05-04 | 1 | -2/+2 |
| | | |||||
| * | Open new Popup for Waypoints from Map | Portree-Kid | 2012-05-04 | 1 | -2/+5 |
| | | |||||
| * | Remove useless fields, and introduce local variables as needed | Samuel Tardieu | 2012-05-01 | 1 | -2/+1 |
| | | |||||
| * | Compatibility for mapsforge 0.2.4 offline maps | rsudev | 2012-04-30 | 1 | -3/+6 |
| | | |||||
| * | Refactoring: remove redundant local variables | Samuel Tardieu | 2012-04-22 | 1 | -2/+1 |
| | | |||||
| * | refactorings: preparations to make #1303 easier | Bananeweizen | 2012-04-12 | 1 | -11/+2 |
| | | |||||
| * | refactoring: remove the logging tag from settings | Bananeweizen | 2012-04-12 | 1 | -3/+3 |
| | | |||||
| * | fix #1394: Red Circles around Event Caches | Bananeweizen | 2012-04-12 | 1 | -49/+73 |
| | | |||||
| * | Refactoring: use IWaypoint and cgCache instead of cgCoord object | Samuel Tardieu | 2012-04-01 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | Most of the time, the cgCoord is built from an existing cache or from an existing waypoint. And most of the time, using the IWaypoint interface is fine. We can see a cache as being a waypoint as well, so by making it implement IWaypoint we can manipulate IWaypoint objects every time we were manipulating cgCoord ones without copying. After this refactoring, cgCoord was only used to hold some partial cache information. cgCache can be used instead, and cgCoord is not needed anymore. | ||||
| * | Proxy all logs through cgeo.geocaching.utils.Log | Samuel Tardieu | 2012-03-31 | 1 | -1/+1 |
| | | | | | | | | | The behaviour is unchanged, but altering Settings.isDebug() to return false will prevent verbose, debug and info levels messages from being logged. Part of work on #1301. | ||||
| * | Refresh waypoints on map after being edited | campbeb | 2012-03-03 | 1 | -0/+1 |
| | | |||||
| * | Displaying changed caches in the Live Map. Improves #1184 | blafoo | 2012-02-29 | 1 | -0/+1 |
| | | |||||
| * | Fixes #1163, refactor geocode usage in cgeowaypoint | rsudev | 2012-02-26 | 1 | -1/+0 |
| | | | | - removed parameter and member, always taken from contained waypoint | ||||
| * | #945: unify navigation methods | Bananeweizen | 2012-02-18 | 1 | -4/+1 |
| | | | | | * removed search result parameter from navigation invocation * removed "fromDetail" differentiation in popup | ||||
| * | fix #757: circles and colors | Bananeweizen | 2011-12-31 | 1 | -1/+1 |
| | | |||||
| * | refactoring: reduce boxing/unboxing craziness | Bananeweizen | 2011-12-03 | 1 | -1/+1 |
| | | |||||
| * | Merge remote branch 'blafoo/cachetype' | Bananeweizen | 2011-11-23 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/cgBase.java main/src/cgeo/geocaching/cgeocaches.java main/src/cgeo/geocaching/filter/cgFilterByType.java main/src/cgeo/geocaching/maps/CachesOverlay.java | ||||
| | * | Use of CacheType instead of String | blafoo | 2011-11-18 | 1 | -9/+5 |
| | | | |||||
| * | | cleanup: remove unused code (which is now in cgeopopup) | Bananeweizen | 2011-11-19 | 1 | -89/+0 |
| |/ | |||||
| * | Implementing #179, refactor maps to single source, last part | rsudev | 2011-11-15 | 1 | -5/+5 |
| | | |||||
| * | more unit tests | bananeweizen | 2011-11-11 | 1 | -1/+1 |
| | | | | | | | | * tests for enumerations * initial OKAPI client and connector factory test * refactored enum lookups to disallow null values * refactored resource based tests to have one class for reading test resources | ||||
| * | Prevent boolean boxing/unboxing | Samuel Tardieu | 2011-11-09 | 1 | -2/+2 |
| | | |||||
| * | Do not use deprecated methods | Samuel Tardieu | 2011-11-08 | 1 | -4/+4 |
| | | |||||
| * | No direct access to fields | blafoo | 2011-10-26 | 1 | -20/+19 |
| | | |||||
| * | fix #703: exception in show on map | Bananeweizen | 2011-10-23 | 1 | -21/+7 |
| | | | | | | * includes fixes for some other exceptions * refactored navigation activity invocation * icon is still not correct (generic instead of correct type) | ||||
| * | fix #702: circles around caches always shown as mystery | Bananeweizen | 2011-10-23 | 1 | -14/+16 |
| | | | | * includes some code cleanup | ||||
| * | support cache type "unknown", fixes #518 | Bananeweizen | 2011-10-16 | 1 | -2/+3 |
| | | | | | * refactored many places to reference the cache type enum * special icon for "unknown" still missing | ||||
