aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values-de
diff options
context:
space:
mode:
authorBrianBlade <n.gelbertz@gmail.com>2015-04-03 00:06:37 +0200
committerBrianBlade <n.gelbertz@gmail.com>2015-04-08 23:29:52 +0200
commitdace8ba3d3815599a70d5e369cd3b1f418842a0e (patch)
treeede7f178510894aabb227e03fccc9f25bc85c682 /src/main/res/values-de
parent59ea143147548ee15211d7c334076a158757c85f (diff)
Enable end-conversation by swipe gesture
Add EnhancedListView library de.timroes.android:EnhancedListView:0.3.4 to enable swipe-out for ListViews Re-enable selectableItemBackground Dont end selectedConversation on swipe Call mConversationFragment.reinit() instead. Add separate undo string for swipe MUC. Add blacklistedConversation for undo swipe Update title_undo_swipe_* strings Fix undo(), rename blacklistedConversation Fix discardUndo(); re-init selectedConversation maintain scroll position after undo clear notification when dismissing a conversation modified / simplified maintain scroll position code simplify handling of selectedConversation change undo_muc string, remove notifyDataSetChanged()
Diffstat (limited to 'src/main/res/values-de')
-rw-r--r--src/main/res/values-de/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/values-de/strings.xml b/src/main/res/values-de/strings.xml
index b8266182..3f6f471b 100644
--- a/src/main/res/values-de/strings.xml
+++ b/src/main/res/values-de/strings.xml
@@ -427,6 +427,8 @@
<string name="no_application_found_to_display_location">Keine App für die Standort-Anzeige gefunden</string>
<string name="location">Standort</string>
<string name="received_location">Standort empfangen</string>
+ <string name="title_undo_swipe_out_conversation">Unterhaltung beendet</string>
+ <string name="title_undo_swipe_out_muc">Konferenz verlassen</string>
<plurals name="select_contact">
<item quantity="one">%d Kontakt ausgewählt</item>
<item quantity="other">%d Kontakte ausgewählt</item>