Exports, some Kotlin stuff, and version 1.0-beta15

This commit is contained in:
2017-08-03 00:00:23 +02:00
parent 898c49802b
commit e79bfdb244
16 changed files with 440 additions and 344 deletions

View File

@ -119,4 +119,6 @@ Als Alternative kann in den Einstellungen ein vertrauenswürdiger Knoten konfigu
<string name="cleanup_summary">Veraltete Inventareinträge werden entfernt</string>
<string name="wait_for_wifi">Auf W-LAN warten</string>
<string name="error_msg_recipient_missing">Bitte Empfänger angeben</string>
<string name="export_data">Export</string>
<string name="export_data_summary">Alle Nachrichten und Kontakte exportieren (aber keine Identitäten)</string>
</resources>

View File

@ -118,4 +118,6 @@ As an alternative you could configure a trusted node in the settings, but as of
<string name="cleanup_notification_end">Cleanup finished</string>
<string name="wait_for_wifi">Wait for Wi-Fi</string>
<string name="error_msg_recipient_missing">Please set a recipient</string>
<string name="export_data">Export</string>
<string name="export_data_summary">Export all messages and contacts (but not identities)</string>
</resources>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<files-path name="exports" path="exports/"/>
</paths>

View File

@ -41,6 +41,11 @@
android:title="@string/cleanup"
android:summary="@string/cleanup_summary"
/>
<Preference
android:key="export"
android:title="@string/export_data"
android:summary="@string/export_data_summary"
/>
<Preference
android:key="status"
android:summary="@string/status_summary"