Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2016-11-12 13:42:12 +01:00
commit e54a4910a5

View file

@ -22,13 +22,13 @@ import net.osmand.search.core.SearchResult;
public class QuickSearchHelper implements ResourceListener {
public static final int SEARCH_FAVORITE_API_PRIORITY = 2;
public static final int SEARCH_FAVORITE_API_CATEGORY_PRIORITY = 7;
public static final int SEARCH_FAVORITE_OBJECT_PRIORITY = 10;
public static final int SEARCH_WPT_API_PRIORITY = 2;
public static final int SEARCH_WPT_OBJECT_PRIORITY = 10;
public static final int SEARCH_HISTORY_API_PRIORITY = 3;
public static final int SEARCH_HISTORY_OBJECT_PRIORITY = 10;
public static final int SEARCH_FAVORITE_API_PRIORITY = 1;
public static final int SEARCH_FAVORITE_API_CATEGORY_PRIORITY = 1;
public static final int SEARCH_FAVORITE_OBJECT_PRIORITY = 0;
public static final int SEARCH_WPT_API_PRIORITY = 1;
public static final int SEARCH_WPT_OBJECT_PRIORITY = 0;
public static final int SEARCH_HISTORY_API_PRIORITY = 1;
public static final int SEARCH_HISTORY_OBJECT_PRIORITY = 0;
private OsmandApplication app;
private SearchUICore core;
private SearchResultCollection resultCollection;