Merge branch 'master' of github.com:osmandapp/Osmand
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.5 KiB |
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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);
|
||||
|
|