From b3da6401d9b51c9526c821b0e0907c63f4fddc67 Mon Sep 17 00:00:00 2001 From: Bananeweizen Date: Tue, 20 Sep 2011 21:51:07 +0200 Subject: initial support of OpenCaching.DE/.PL/.US * search for geocode can fetch online from those sites (but no other search method!) when testing, search for codes like OU0001, OP0001, OC0001. * show CC license for those caches * disable user actions, disable caches around for non GC caches open issues: * other search methods not yet implemented (but available in API) * CC license and mentioning of the OpenCaching network in about dialog --- main/src/cgeo/geocaching/cgCache.java | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'main/src/cgeo/geocaching/cgCache.java') diff --git a/main/src/cgeo/geocaching/cgCache.java b/main/src/cgeo/geocaching/cgCache.java index 68aaf49..a9b41dc 100644 --- a/main/src/cgeo/geocaching/cgCache.java +++ b/main/src/cgeo/geocaching/cgCache.java @@ -458,4 +458,12 @@ public class cgCache implements ICache { return name; } + public boolean supportsUserActions() { + return getConnector().supportsUserActions(); + } + + public boolean supportsCachesAround() { + return getConnector().supportsCachesAround(); + } + } -- cgit v1.1