mirror of
https://github.com/woheller69/solxpect.git
synced 2026-02-27 00:44:06 +01:00
fix issue:refresh button not rotating
new feature: show sum new feature: clone location update Readme and help
This commit is contained in:
parent
38295c65e1
commit
2ae9a055eb
16 changed files with 274 additions and 82 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue