aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/entities/Conversation.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief2015-06-191-770/+0
* respond to unreadable OTR messages with error message. fixed #1021iNPUTmice2015-03-211-0/+9
* Do not Strigprep JIDs from databaseMateusz "maxmati" Nowoty?ski2015-03-111-3/+1
* added methods to count number of unread messagesDaniel Gultsch2015-03-021-0/+13
* added typing notifications through XEP-0085. fixed #210iNPUTmice2015-02-211-0/+31
* use time instead of uptime for unmuteiNPUTmice2015-02-121-2/+1
* Add download button on notification if applicableSam Whited2015-01-161-6/+6
* code cleanupDaniel Gultsch2015-01-031-8/+12
* improved OTR verification part oneDaniel Gultsch2015-01-021-16/+15
* catch another exception in fingerprint generationDaniel Gultsch2014-12-251-1/+1
* Add support for XEP-0191 (Blocking command)Sam Whited2014-12-221-28/+44
* clean up conversation history after swtiching to a different conversationiNPUTmice2014-12-171-4/+10
* refactored the way certain messages are being found within a conversationiNPUTmice2014-12-141-9/+105
* reverse through mam history when loading larger chuncksiNPUTmice2014-12-131-3/+3
* various mam improvmentsiNPUTmice2014-12-131-0/+2
* changed lastMessageReceived into lastMessageTransmitted to account for sent m...iNPUTmice2014-12-101-7/+11
* added max history age (default 1w). automatically sort newly added mam messagesiNPUTmice2014-12-101-2/+37
* store last message received date in conversationiNPUTmice2014-12-101-0/+9
* fixed #651iNPUTmice2014-12-031-0/+12
* remove unused imports.Michael2014-11-211-1/+0
* verify contacts key only on initiating side of smpiNPUTmice2014-11-211-1/+1
* brought ad hoc conferences back. fixed #688 fixed #367iNPUTmice2014-11-201-5/+13
* sent read marker to full jidiNPUTmice2014-11-191-2/+2
* better usage of synchronized in some placesiNPUTmice2014-11-181-5/+1
* parse otr-fingerprint in qr codes and nfc. include otr fingerprint in shareab...iNPUTmice2014-11-161-4/+2
* added snackbar to indicate smp. more error handling in verify activityiNPUTmice2014-11-111-0/+4
* initial smp supportiNPUTmice2014-11-111-2/+28
* refactored code to always contain full jid for counterpartiNPUTmice2014-11-091-5/+5
* Move a chunk of classes over to using JID objectsSam Whited2014-11-091-34/+40
* Make conversations the root projectSam Whited2014-10-221-0/+500