aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/entities/Conversation.java (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-14always notify by default in conferencesDaniel Gultsch1-1/+1
2016-04-09don't show contact details when in conversations with selfDaniel Gultsch1-0/+4
2016-03-12Added method to get body from message if hasMeCommand and harmonized extracti...lookshe1-1/+1
2016-03-06Implements: FS#142 - Fix Conference notificationslookshe1-4/+4
2016-03-01let users confirm each member in a conference even if that contact is already...Daniel Gultsch1-9/+63
2016-02-29refactored omemo to take multiple recipientsDaniel Gultsch1-8/+12
2016-02-24made hard coded choice for encryptions more flexible and disable parsingDaniel Gultsch1-3/+7
2016-02-23Removed useless 'button-message' to load more messages. Implementation alread...steckbrief1-12/+0
2016-02-17only offer message correction for the very last messageDaniel Gultsch1-4/+11
2016-02-16added some OTR loggingDaniel Gultsch1-4/+7
2016-02-15basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch1-0/+20
2016-02-12Imports organizedsteckbrief1-1/+1
2016-02-11Compilation errors and merge mixups fixedsteckbrief1-1/+2
2016-02-04prepend instead off append mam messages to conversations when going in reverseDaniel Gultsch1-1/+8
2016-02-04prevent previoulsly cleared messages from reloading. fixes #1110Daniel Gultsch1-0/+12
2016-02-04add more fault tolerant checks for messages left on serverDaniel Gultsch1-0/+9
2016-01-22added config variable to allow non-tls connectionsDaniel Gultsch1-1/+1
2016-01-08added Config.java variable to change the default notification behaviour to al...Daniel Gultsch1-1/+1
2016-01-08show per conference notification settings in details activityDaniel Gultsch1-1/+15
2016-01-06avoid duplicate messages when sending files to mucs. fixes #1635Daniel Gultsch1-2/+10
2015-12-27fixed stuck at omemo encryption when x509 verification is being usedDaniel Gultsch1-7/+7
2015-12-19only offer plain and omemo encryption when x509 verification is enabledDaniel Gultsch1-1/+10
2015-12-14splite PARANOIA_MODE into three different optionsDaniel Gultsch1-1/+1
2015-12-11get rid of lastMessageTransmitted in favor of db queryDaniel Gultsch1-24/+6
2015-12-01introduced build-time paranoia mode that disables unencrypted chats and force...Daniel Gultsch1-2/+9
2015-10-28Decrypt PGP messages in backgroundfiaxh1-0/+1
2015-10-21fixed read conversations showing up as notifications after a restartDaniel Gultsch1-5/+4
2015-10-14make unread status and notifications presistent across restartsDaniel Gultsch1-7/+21
2015-09-15added missing type='submit' to mam queriesDaniel Gultsch1-2/+2
2015-08-30fixed bug that prevented newly opened conversations to load the entire histor...Daniel Gultsch1-0/+4
2015-08-26be more restrictive about marking messages as sent_received in muc parserDaniel Gultsch1-5/+16
2015-08-23bugfix: next encryption is now being properly detected1.6.2Daniel Gultsch1-2/+2
2015-08-16fixes FS#35 - Shortcut Badger compatible to setting always_notify_in_conferencelookshe1-2/+8
2015-08-11Merge tag '1.5.2' into trz/rebasetrz/1.5.2.1lookshe1-2/+14
2015-07-31improved 'next encryption' selectionDaniel Gultsch1-27/+36
2015-07-22treat private, non-anonymous mucs like 1:1 chats notification wiseDaniel Gultsch1-0/+7
2015-07-19Fetch bundles on-demand, encrypt in backgroundAndreas Straub1-3/+3
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-770/+0
2015-06-02avoid unnessary muc mam queries when message count is 0 after subjectDaniel Gultsch1-0/+6
2015-05-26renamed OtrEngine to OtrServiceDaniel Gultsch1-2/+2
2015-05-11rewrote parts of message adapter to avoid using NULL viewsDaniel Gultsch1-0/+6
2015-03-21respond to unreadable OTR messages with error message. fixed #1021iNPUTmice1-0/+9
2015-03-11Do not Strigprep JIDs from databaseMateusz "maxmati" Nowoty?ski1-3/+1
2015-03-02added methods to count number of unread messagesDaniel Gultsch1-0/+13
2015-02-21added typing notifications through XEP-0085. fixed #210iNPUTmice1-0/+31
2015-02-12use time instead of uptime for unmuteiNPUTmice1-2/+1
2015-01-16Add download button on notification if applicableSam Whited1-6/+6
2015-01-03code cleanupDaniel Gultsch1-8/+12
2015-01-02improved OTR verification part oneDaniel Gultsch1-16/+15
2014-12-25catch another exception in fingerprint generationDaniel Gultsch1-1/+1