From 5d39b36016439560b08cec40613e3642accdfa4a Mon Sep 17 00:00:00 2001 From: Alexey Kulish Date: Fri, 16 Oct 2015 21:06:52 +0300 Subject: [PATCH] Fixes: go to map from search address/location, start navigation --- OsmAnd/res/layout/point_editor_fragment.xml | 12 ++- .../plus/activities/MapActivityActions.java | 6 ++ .../plus/mapcontextmenu/MapContextMenu.java | 5 + .../MapContextMenuFragment.java | 1 + .../details/PointDescriptionMenuBuilder.java | 99 +++++++++++++++++++ .../PointDescriptionMenuController.java | 84 ++++++++++++++++ 6 files changed, 206 insertions(+), 1 deletion(-) create mode 100644 OsmAnd/src/net/osmand/plus/mapcontextmenu/details/PointDescriptionMenuBuilder.java create mode 100644 OsmAnd/src/net/osmand/plus/mapcontextmenu/details/PointDescriptionMenuController.java diff --git a/OsmAnd/res/layout/point_editor_fragment.xml b/OsmAnd/res/layout/point_editor_fragment.xml index 213e1a2d3b..129003f099 100644 --- a/OsmAnd/res/layout/point_editor_fragment.xml +++ b/OsmAnd/res/layout/point_editor_fragment.xml @@ -55,14 +55,24 @@ +