diff --git a/OsmAnd/res/values/no_translate.xml b/OsmAnd/res/values/no_translate.xml index 461befa0ad..24f66f6383 100644 --- a/OsmAnd/res/values/no_translate.xml +++ b/OsmAnd/res/values/no_translate.xml @@ -1,6 +1,6 @@ - OsmAnd+ + OsmAnd~ 0.7.0 UA-28342846-2 diff --git a/OsmAnd/src/net/osmand/plus/activities/DownloadIndexActivity.java b/OsmAnd/src/net/osmand/plus/activities/DownloadIndexActivity.java index b5f23965ae..2c38c0b326 100644 --- a/OsmAnd/src/net/osmand/plus/activities/DownloadIndexActivity.java +++ b/OsmAnd/src/net/osmand/plus/activities/DownloadIndexActivity.java @@ -28,12 +28,10 @@ import java.util.Set; import java.util.TreeMap; import java.util.TreeSet; -import org.apache.commons.logging.Log; import com.google.android.apps.analytics.GoogleAnalyticsTracker; import net.osmand.IProgress; -import net.osmand.LogUtil; import net.osmand.Version; import net.osmand.data.IndexConstants; import net.osmand.plus.DownloadOsmandIndexesHelper;