fix issue:refresh button not rotating

new feature: show sum
new feature: clone location
update Readme and help
This commit is contained in:
woheller69 2023-04-18 16:54:51 +02:00
parent 38295c65e1
commit 2ae9a055eb
16 changed files with 274 additions and 82 deletions

View file

@ -102,6 +102,9 @@
<string name="permission_message">%s benötigt Zugriff auf den externen Speicher. Bitte die Berechtigung erteilen und erneut versuchen.</string>
<string name="toast_delete">Bitte die Datei zuerst löschen und erneut versuchen.</string>
<string name="restore_database_message">Daten aus dem Dokumentenordner wiederherstellen. Falls nötig, Ordner \'Documents\' öffnen und solXpect.zip auswählen!</string>
<string name="settings_summarize">Summe anzeigen</string>
<string name="summary_summarize">Summiere die Werte aller Module mit gleichem Längen- und Breitengrad.</string>
<string name="dialog_add_clone_button">Klonen</string>
</resources>

View file

@ -105,4 +105,7 @@
<string name="permission_message">%s needs access to external storage. Please accept permission and try again.</string>
<string name="toast_delete">Please delete file and try again</string>
<string name="restore_database_message">Restore Data from Documents folder. Open folder \'Documents\' and select solXpect.zip if needed!</string>
<string name="settings_summarize">Show sum</string>
<string name="summary_summarize">Summarize values of modules at the same latitude and longitude.</string>
<string name="dialog_add_clone_button">Clone</string>
</resources>

View file

@ -11,6 +11,13 @@
app:showSeekBarValue="true"
/>
<SwitchPreference
android:key="pref_summarize"
android:title="@string/settings_summarize"
android:summary="@string/summary_summarize"
android:defaultValue="false"
/>
<SwitchPreference
android:key="pref_TimeFormat"
android:title="@string/settings_time24h"