first public beta version
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="deploymentTargetDropDown">
|
||||
<targetSelectedWithDropDown>
|
||||
<Target>
|
||||
<type value="QUICK_BOOT_TARGET" />
|
||||
<deviceKey>
|
||||
<Key>
|
||||
<type value="VIRTUAL_DEVICE_PATH" />
|
||||
<value value="$USER_HOME$/.android/avd/Pixel_4_XL_API_28.avd" />
|
||||
</Key>
|
||||
</deviceKey>
|
||||
</Target>
|
||||
</targetSelectedWithDropDown>
|
||||
<timeTargetWasSelectedWithDropDown value="2021-12-10T12:55:19.222514Z" />
|
||||
</component>
|
||||
</project>
|
|
@ -9,7 +9,7 @@ android {
|
|||
apply plugin: "androidx.navigation.safeargs"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "cc.pogoda.mobile.pogodacc"
|
||||
applicationId "cc.pogoda.mobile.meteosystem"
|
||||
minSdkVersion 24
|
||||
targetSdkVersion 30
|
||||
versionCode 9
|
||||
|
|
|
@ -2,6 +2,8 @@ package cc.pogoda.mobile.meteosystem.activity;
|
|||
|
||||
import androidx.appcompat.app.AppCompatActivity;
|
||||
|
||||
import android.app.AlertDialog;
|
||||
import android.content.DialogInterface;
|
||||
import android.os.Bundle;
|
||||
import android.text.Editable;
|
||||
import android.text.TextWatcher;
|
||||
|
@ -30,6 +32,8 @@ public class SettingsActivity extends AppCompatActivity {
|
|||
|
||||
EditText enditTextMinutesPeriod;
|
||||
|
||||
AppCompatActivity act;
|
||||
|
||||
private static String languageNameFromShort(String shortName) {
|
||||
switch (shortName) {
|
||||
case "en-rUS": return "English";
|
||||
|
@ -63,6 +67,8 @@ public class SettingsActivity extends AppCompatActivity {
|
|||
|
||||
confFile = new ConfigurationFile(getBaseContext());
|
||||
|
||||
act = this;
|
||||
|
||||
windspdUnitDisplayTv = (TextView) findViewById(R.id.textViewSettingsWindspeedUnitDisp);
|
||||
updateWindspdUnitTv(AppConfiguration.replaceMsWithKnots);
|
||||
|
||||
|
|
|
@ -211,19 +211,6 @@
|
|||
app:layout_constraintTop_toTopOf="@+id/imageButtonSettings" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/textViewTestWarning"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="15dp"
|
||||
android:fontFamily="@font/alegreya_sans_sc_medium"
|
||||
android:text="@string/test_warning"
|
||||
android:textAlignment="center"
|
||||
android:textSize="18sp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/constraintLayoutExport" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/textViewCredits1"
|
||||
android:layout_width="wrap_content"
|
||||
|
@ -233,7 +220,7 @@
|
|||
android:text="@string/credits_1"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/textViewTestWarning" />
|
||||
app:layout_constraintTop_toBottomOf="@+id/constraintLayoutExport" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/textViewCredits2"
|
||||
|
|
|
@ -109,4 +109,18 @@
|
|||
app:layout_constraintStart_toEndOf="@+id/textViewSettingsLabelDecimationTimeStep"
|
||||
app:layout_constraintTop_toBottomOf="@+id/textViewSettingsLabelDecimation" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/textView5"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginTop="64dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:fontFamily="@font/alegreya_sans_sc_medium"
|
||||
android:text="@string/lang_change_req_restart"
|
||||
android:textAlignment="center"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/textViewSettingsLabelDecimationTimeStep" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
@ -142,4 +142,5 @@
|
|||
<item>English</item>
|
||||
<item>Deutsch</item>
|
||||
</string-array>
|
||||
<string name="lang_change_req_restart" translatable="false">Changing language requires app restart after making a choose in this window.</string>
|
||||
</resources>
|
Przed Szerokość: | Wysokość: | Rozmiar: 105 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 188 KiB |
Przed Szerokość: | Wysokość: | Rozmiar: 85 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 182 KiB |
Przed Szerokość: | Wysokość: | Rozmiar: 102 KiB |
Przed Szerokość: | Wysokość: | Rozmiar: 127 KiB |
Przed Szerokość: | Wysokość: | Rozmiar: 122 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 1.5 MiB |
Po Szerokość: | Wysokość: | Rozmiar: 1.3 MiB |
Po Szerokość: | Wysokość: | Rozmiar: 234 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 227 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 292 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 274 KiB |
|
@ -1,2 +1,2 @@
|
|||
include ':app'
|
||||
rootProject.name = "Pogoda.cc"
|
||||
rootProject.name = "MeteoSystem"
|