delete unused resources

This commit is contained in:
Christian Schneppe 2017-01-25 21:47:09 +01:00
parent 27a46c3075
commit 79d6f57d72
12 changed files with 2 additions and 36 deletions

View file

@ -31,8 +31,6 @@ dependencies {
compile project(':libs:MemorizingTrustManager')
compile project(':libs:audiowife')
compile project(':libs:emojicon')
compile files('libs/aspectjrt-1.7.3.jar')
compile files('libs/isoparser-1.0.6.jar')
playstoreCompile 'com.google.android.gms:play-services-gcm:10.0.1'
compile 'org.sufficientlysecure:openpgp-api:10.0'
compile 'com.soundcloud.android:android-crop:1.0.1@aar'
@ -139,7 +137,7 @@ android {
signingConfig = signingConfigs.release
minifyEnabled true
runProguard true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'),'proguard-rules.pro'
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 237 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 340 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 464 B

View file

@ -334,9 +334,6 @@
<string name="regenerate_omemo_key">OMEMO-Fingerabdruck erneuern</string>
<string name="clear_other_devices">Geräte entfernen</string>
<string name="clear_other_devices_desc">Alle anderen Geräte aus der OMEMO-Bekanntmachung entfernen? Die Bekanntmachung wird bei der nächsten Verbindung erneuert, möglicherweise werden aber nicht alle Nachrichten empfangen, die in der Zwischenzeit versendet wurden.</string>
<string name="purge_key">Fingerabdruck löschen</string>
<string name="purge_key_desc_part1">Soll dieser Fingerabdruck gelöscht werden?</string>
<string name="purge_key_desc_part2">Dieser Vorgang kann nicht rückgängig gemacht werden und es kann nie wieder eine Verbindung mit diesem Fingerabdruck hergestellt werden.</string>
<string name="error_no_keys_to_trust_server_error">Für diesen Kontakt sind keine benutzbaren Fingerabdrücke verfügbar.\nNeuen Fingerabdruck vom Server herunterzuladen war nicht erfolgreich. Vielleicht stimmt etwas mit dem Server deines Kontakts nicht.</string>
<string name="error_no_keys_to_trust">Es sind keine Fingerabdrücke für diesen Kontakt verfügbar. Falls sie gelöscht wurden, müssen diese neu erstellt werden.</string>
<string name="error_trustkeys_title">Fehler</string>
@ -621,9 +618,6 @@
<string name="pref_export_plain_text_logs_summary">Aktiviere den Export von Chats als lesbare Text-Dateien</string>
<string name="allow">Erlauben</string>
<string name="attach_choose_video">Video auswählen</string>
<string name="compressing_video">Video wird komprimiert, bitte warten…</string>
<string name="preparing_video">Video wird für die Übertragung vorbereitet. Bitte warten…</string>
<string name="shared_video_with_x">Video mit %s geteilt</string>
<string name="error_file_corrupt">Die Datei scheint defekt zu sein.</string>
<string name="me">Ich</string>
<string name="missing_internet_permission">Fehlende Berechtigung für den Zugriff auf das Internet</string>
@ -663,8 +657,6 @@
<string name="copy_fingerprint">Fingerabdruck kopieren</string>
<string name="device_does_not_support_data_saver">Dein Gerät unterstützt den Datensparmodus für Pix-Art Messenger nicht.</string>
<string name="error_unable_to_create_temporary_file">Temporäre Datei kann nicht erstellt werden</string>
<string name="pref_video_compression">Videos komprimieren</string>
<string name="pref_video_compression_summary">Videogröße anpassen und komprimieren</string>
<string name="this_device_has_been_verified">Dieses Gerät wurde verifiziert</string>
<string name="barcode_does_not_contain_fingerprints_for_this_conversation">Barcode enthält keine Fingerabdrücke für diese Unterhaltung.</string>
<string name="blindly_trusted_omemo_keys">Blind vertraute OMEMO-Fingerabdrücke</string>

View file

@ -70,18 +70,6 @@
<item>@string/always</item>
</string-array>
<string-array name="video_compression_values">
<item>never</item>
<item>auto</item>
<item>always</item>
</string-array>
<string-array name="video_compression_entries">
<item>@string/never</item>
<item>@string/automatically</item>
<item>@string/always</item>
</string-array>
<string-array name="mam_prefs">
<item>@string/never</item>
<item>@string/contacts</item>

View file

@ -583,8 +583,6 @@
<string name="notify_paused">Notifications paused</string>
<string name="pref_picture_compression">Compress Pictures</string>
<string name="pref_picture_compression_summary">Resize and compress pictures</string>
<string name="pref_video_compression">Compress Videos</string>
<string name="pref_video_compression_summary">Resize and compress Videos</string>
<string name="always">Always</string>
<string name="automatically">Automatically</string>
<string name="battery_optimizations_enabled">Battery optimizations enabled</string>
@ -676,9 +674,6 @@
<string name="contact_asks_for_presence_subscription">Contact asks for presence subscription</string>
<string name="allow">Allow</string>
<string name="attach_choose_video">Choose video</string>
<string name="preparing_video">Prepare video for transmission. Please wait…</string>
<string name="compressing_video">Compressing video, please wait…</string>
<string name="shared_video_with_x">Shared video with %s</string>
<string name="no_permission_to_access_x">No permission to access %s</string>
<string name="remote_server_not_found">Remote server not found</string>
<string name="error_file_corrupt">This file seems to be corrupt.</string>

View file

@ -115,13 +115,6 @@
android:key="picture_compression"
android:summary="@string/pref_picture_compression_summary"
android:title="@string/pref_picture_compression" />
<ListPreference
android:defaultValue="auto"
android:entries="@array/video_compression_entries"
android:entryValues="@array/video_compression_values"
android:key="video_compression"
android:summary="@string/pref_video_compression_summary"
android:title="@string/pref_video_compression" />
</PreferenceScreen>
<!--status-->
<PreferenceScreen
@ -231,7 +224,7 @@
android:defaultValue="true"
android:key="btbv"
android:title="@string/pref_blind_trust_before_verification"
android:summary="@string/pref_blind_trust_before_verification_summary"/>
android:summary="@string/pref_blind_trust_before_verification_summary" />
<CheckBoxPreference
android:defaultValue="false"
android:key="dont_save_encrypted"