aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/enumerations
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-10-26 14:52:38 +0200
committerBananeweizen <bananeweizen@gmx.de>2013-10-26 14:52:38 +0200
commite054988257da663b6c998cc2c0da84cf264bc23b (patch)
tree97d9aba71e004ad590b9519d50e5c715c7f8d6b2 /main/src/cgeo/geocaching/enumerations
parent88d07a7a59fa7e8ceb93d2b219fd8e2c593caecd (diff)
parentbd09f1887a8e6a8e9b919d4605c04155a3e73760 (diff)
downloadcgeo-e054988257da663b6c998cc2c0da84cf264bc23b.zip
cgeo-e054988257da663b6c998cc2c0da84cf264bc23b.tar.gz
cgeo-e054988257da663b6c998cc2c0da84cf264bc23b.tar.bz2
Merge remote-tracking branch 'mucek4/fix2830'
* fix HTML parsing * simplify activity API * disable the action for non premium members
Diffstat (limited to 'main/src/cgeo/geocaching/enumerations')
-rw-r--r--main/src/cgeo/geocaching/enumerations/CacheListType.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/cgeo/geocaching/enumerations/CacheListType.java b/main/src/cgeo/geocaching/enumerations/CacheListType.java
index b75c118..f482d5b 100644
--- a/main/src/cgeo/geocaching/enumerations/CacheListType.java
+++ b/main/src/cgeo/geocaching/enumerations/CacheListType.java
@@ -2,6 +2,7 @@ package cgeo.geocaching.enumerations;
public enum CacheListType {
OFFLINE(true),
+ POCKET(false),
HISTORY(true),
NEAREST(false),
COORDINATE(false),