Merge branch 'master' of github.com:osmandapp/Osmand

This commit is contained in:
Victor Shcherb 2015-04-08 17:04:20 +02:00
commit e8bc02b5f6
25 changed files with 30 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -729,4 +729,9 @@
<string name="poi_canal">Канал</string>
<string name="poi_bench">Лаўка</string>
<string name="poi_water">Вада</string>
<string name="poi_allotments">Агароды</string>
<string name="poi_forest">Лесапасадкі</string>
<string name="poi_valley">Даліна</string>
<string name="poi_wood">Лес</string>
</resources>

View file

@ -1945,4 +1945,5 @@
<string name="shared_string_do_not_use">Не выкарыстоўваць</string>
<string name="shared_string_address">Адрас</string>
<string name="shared_string_show_description">Паказаць апісаньне</string>
<string name="shared_string_search">Пошук</string>
</resources>

View file

@ -1991,4 +1991,5 @@
<string name="shared_string_do_not_use">Brug ikke</string>
<string name="shared_string_address">Adresse</string>
<string name="shared_string_show_description">Vis beskrivelse</string>
<string name="shared_string_search">Søg</string>
</resources>

View file

@ -673,7 +673,7 @@
<string name="choose_available_region">Elegir región de la lista</string>
<string name="choose_intersected_street">Elige intersección</string>
<string name="Closest_Amenities">Instalaciones más cercanas</string>
<string name="app_mode_default">Predeterminado</string>
<string name="app_mode_default">Ver mapa</string>
<string name="app_mode_car">Automóvil</string>
<string name="app_mode_bicycle">Bicicleta</string>
<string name="app_mode_pedestrian">Peatón</string>

View file

@ -711,4 +711,10 @@
<string name="piste_sled">Luge</string>
<string name="piste_snow_park">Snow park</string>
<string name="piste_playground">Jardin de neige</string>
<string name="poi_canal">Canal</string>
<string name="poi_bench">Banc</string>
<string name="poi_valley">Vallée</string>
<string name="poi_water">Eau</string>
<string name="poi_wood">Bois</string>
<string name="poi_allotments">Lotissement</string>
</resources>

View file

@ -2010,4 +2010,5 @@ Afghanistan, Albanie, Algérie, Allemagne, Andorre, Angola, Anguilla, Antigua-et
<string name="shared_string_do_not_use">Ne pas utiliser</string>
<string name="shared_string_address">Adresse</string>
<string name="shared_string_show_description">Afficher la description</string>
<string name="shared_string_search">Rechercher</string>
</resources>

View file

@ -1854,4 +1854,5 @@
<string name="shared_string_do_not_use">Använd inte</string>
<string name="shared_string_address">Adress</string>
<string name="shared_string_show_description">Visa beskrivning</string>
<string name="shared_string_search">Sök</string>
</resources>

View file

@ -1963,4 +1963,5 @@
<string name="shared_string_do_not_use">不使用</string>
<string name="shared_string_address">地址</string>
<string name="shared_string_show_description">顯示記述</string>
<string name="shared_string_search">搜尋</string>
</resources>

View file

@ -2,14 +2,22 @@ package net.osmand.plus.download;
import android.app.Activity;
import android.content.Context;
import android.graphics.Typeface;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.ListFragment;
import android.support.v4.view.MenuItemCompat;
import android.support.v7.app.ActionBar;
import android.view.*;
import android.widget.*;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.CheckBox;
import android.widget.ListView;
import android.widget.TextView;
import android.widget.Toast;
import net.osmand.access.AccessibleToast;
import net.osmand.map.OsmandRegions;
import net.osmand.plus.OsmandApplication;
@ -17,7 +25,6 @@ import net.osmand.plus.R;
import java.text.MessageFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.Date;
@ -265,6 +272,7 @@ public class UpdatesIndexFragment extends ListFragment {
description.setText("");
ch.setVisibility(View.INVISIBLE);
setSelectAllVisibility(false);
v.setOnClickListener(null);
return v;
} else {
ch.setVisibility(View.VISIBLE);