Update tips and recent changes

This commit is contained in:
vshcherb 2014-03-27 01:46:53 +01:00
parent 6bbac4e892
commit 3307d2be25
2 changed files with 6 additions and 3 deletions

View file

@ -43,8 +43,12 @@
<string name="routing_preferences_descr">Routing preferences</string>
<string name="speech_rate_descr">Specify speech rate for TTS</string>
<string name="speech_rate">Speech Rate</string>
<string name="tip_recent_changes_1_7_t">Changes in 1.7:
<string name="tip_recent_changes_1_7_1_t">Changes in 1.7:
\n\t* Completely updated routing (fast and precise)
\n\t* New screen with Route Planning (more intuitive and more powerful)
\n\t** NOTE GPX route is available under Route Settings buttton
\n\t* Auto hide buttons in navigation mode
\n\t* Calculate offline route to the first point of GPX route (\'pass the whole track\' option)
\n\t* Active simulation in tunnels
\n\t* Lots of small UX improvements &amp; usability fixes
\n\t* Speech rate accessibility setting

View file

@ -10,7 +10,6 @@ import android.app.Dialog;
import android.content.Context;
import android.text.SpannableString;
import android.text.method.LinkMovementMethod;
import android.text.method.ScrollingMovementMethod;
import android.text.util.Linkify;
import android.view.View;
import android.view.ViewGroup.LayoutParams;
@ -19,7 +18,7 @@ import android.widget.TextView;
public class TipsAndTricksActivity {
private int[][] tipNamesAndDescriptions = new int[][] {
{R.string.tip_recent_changes,R.string.tip_recent_changes_1_7_t},
{R.string.tip_recent_changes,R.string.tip_recent_changes_1_7_1_t},
{R.string.tip_update_index,R.string.tip_update_index_t},
{R.string.tip_navigation,R.string.tip_navigation_t},
{R.string.tip_app_mode,R.string.tip_app_mode_t_v2},