aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/entities/Conversation.java (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-29changed package id inside manifest and projectChristian Schneppe1-1007/+0
2016-07-25refactored how view intents are handledDaniel Gultsch1-2/+2
2016-06-19delay notification until after pgp decryptionDaniel Gultsch1-1/+1
2016-06-14remove messages from decryption queue when trimming a conversationDaniel Gultsch1-4/+15
2016-06-14refactored pgp decryptionDaniel Gultsch1-1/+1
2016-06-10catch conversations sort exception. not vital at this pointDaniel Gultsch1-1/+14
2016-06-03don't use a bookmarks name if it's emptyDaniel Gultsch1-2/+4
2016-05-31optimize importsChristian Schneppe1-1/+0
2016-05-29Revert "always notify by default in conferences"Daniel Gultsch1-1/+1
2016-05-22don't make OMEMO defaultChristian Schneppe1-1/+2
2016-05-22show first unread message on top after reinitDaniel Gultsch1-0/+15
2016-05-19remove unwanted 'use previous encryption' lookupDaniel Gultsch1-22/+1
2016-05-13only default to omemo when all our devices support itDaniel Gultsch1-0/+1
2016-05-13make omemo default when all resources support itDaniel Gultsch1-7/+8
2016-05-13only default to omemo when all our devices support itDaniel Gultsch1-0/+1
2016-05-12make omemo default when all resources support itDaniel Gultsch1-7/+8
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-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-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-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-12get rid of lastMessageTransmitted in favor of db queryDaniel Gultsch1-24/+6
2015-12-11get rid of lastMessageTransmitted in favor of db queryDaniel Gultsch1-24/+6
2015-12-04introduced build-time paranoia mode that disables unencrypted chats a…Daniel Gultsch1-2/+9
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 detectedDaniel Gultsch1-2/+2
2015-08-19removed duplicatesChristian S1-13/+0
2015-08-18add subtitle to ActionBar in chatviewsChristian S1-0/+13
2015-07-31improved 'next encryption' selectionDaniel Gultsch1-27/+36
2015-07-23changed subtitle a bitChristian S1-1/+2
2015-07-22treat private, non-anonymous mucs like 1:1 chats notification wiseDaniel Gultsch1-0/+7