From 71dc6fd3d4f551b7200c7c68417a71c15f2d3b00 Mon Sep 17 00:00:00 2001 From: JavaDog Date: Fri, 19 Jul 2013 12:14:17 -0400 Subject: Implements #2234: Hide own/found from Live Map Added a button to show/hide own/found caches in the Live Map menu, under the "Map settings" option (renamed from "Map modes"). Refactored boolean "liveChanged" in CGeoMap.java, renamed to "markersInvalidated" as it now has more than that one use. --- main/res/menu/map_activity.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'main/res/menu') diff --git a/main/res/menu/map_activity.xml b/main/res/menu/map_activity.xml index df8fe09..d81a49b 100644 --- a/main/res/menu/map_activity.xml +++ b/main/res/menu/map_activity.xml @@ -39,6 +39,11 @@ android:title="@string/map_circles_hide"> + + -- cgit v1.1