Added function to cleanup inventory (mine grew to 1.5GB) but no automatism yet
This commit is contained in:
@ -113,4 +113,8 @@ Als Alternative kann in den Einstellungen ein vertrauenswürdiger Knoten konfigu
|
||||
<string name="error_unsupported_encoding">Codierung ‘%s’ wird nicht unterstützt, es wird ‘SIMPLE’ verwendet.</string>
|
||||
<string name="select_encoding_title">Kodierung auswählen</string>
|
||||
<string name="select_encoding_warning">‘EXTENDED’ ist ein neues Datenformat welches noch nicht überall funktioniert, es hat jedoch einige interessante Vorteile. Wähle ‘SIMPLE’ um sicher zu gehen.</string>
|
||||
<string name="cleanup">Aufräumen</string>
|
||||
<string name="cleanup_notification_start">Aufräumarbeiten gestartet</string>
|
||||
<string name="cleanup_notification_end">Aufräumarbeiten beendet</string>
|
||||
<string name="cleanup_summary">Veraltete Inventareinträge werden entfernt</string>
|
||||
</resources>
|
||||
|
@ -112,4 +112,8 @@ As an alternative you could configure a trusted node in the settings, but as of
|
||||
<string name="error_unsupported_encoding">Unsupported encoding ‘%s’, using ‘SIMPLE’ instead.</string>
|
||||
<string name="select_encoding_warning">‘EXTENDED’ is a new message format that\'s not widely supported yet but has some interesting features. To stay on the save side, select ‘SIMPLE’.</string>
|
||||
<string name="select_encoding_title">Select Message Encoding</string>
|
||||
<string name="cleanup">Cleanup</string>
|
||||
<string name="cleanup_summary">Remove outdated inventory entries</string>
|
||||
<string name="cleanup_notification_start">Cleanup started</string>
|
||||
<string name="cleanup_notification_end">Cleanup finished</string>
|
||||
</resources>
|
||||
|
@ -44,6 +44,11 @@
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="@string/help_out_link"/>
|
||||
</Preference>
|
||||
<Preference
|
||||
android:key="cleanup"
|
||||
android:title="@string/cleanup"
|
||||
android:summary="@string/cleanup_summary"
|
||||
/>
|
||||
<Preference
|
||||
android:key="status"
|
||||
android:summary="@string/status_summary"
|
||||
|
Reference in New Issue
Block a user