aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/entities/Conversation.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* try to fix idn stuffidn_fixesDaniel Gultsch2016-10-201-1/+1
|
* use history clear date as minimum date for mamDaniel Gultsch2016-09-161-2/+3
|
* make lastMessageTransmitted return max(clear_date,last_message)Daniel Gultsch2016-08-131-6/+5
|
* refactored how view intents are handledDaniel Gultsch2016-07-251-2/+2
| | | | | processing view intents before saved instance caused troubles when the activity was destroyed fixes #1969
* delay notification until after pgp decryptionDaniel Gultsch2016-06-151-1/+1
|
* remove messages from decryption queue when trimming a conversationDaniel Gultsch2016-06-131-4/+15
|
* refactored pgp decryptionDaniel Gultsch2016-06-131-1/+1
|
* catch conversations sort exception. not vital at this pointDaniel Gultsch2016-06-091-1/+14
|
* don't use a bookmarks name if it's emptyDaniel Gultsch2016-06-031-2/+4
|
* Revert "always notify by default in conferences"Daniel Gultsch2016-05-291-1/+1
| | | | | | This reverts commit e9494af098e6d3dad4f0a5328ae7342664ce853c. Now that new conferences are private by default this setting makes more sense
* show first unread message on top after reinitDaniel Gultsch2016-05-221-0/+15
|
* remove unwanted 'use previous encryption' lookupDaniel Gultsch2016-05-191-22/+1
|
* only default to omemo when all our devices support itDaniel Gultsch2016-05-131-0/+1
|
* make omemo default when all resources support itDaniel Gultsch2016-05-121-7/+8
|
* always notify by default in conferencesDaniel Gultsch2016-04-141-1/+1
|
* don't show contact details when in conversations with selfDaniel Gultsch2016-04-091-0/+4
|
* let users confirm each member in a conference even if that contact is ↵Daniel Gultsch2016-03-011-9/+63
| | | | already trusted
* refactored omemo to take multiple recipientsDaniel Gultsch2016-02-291-8/+12
|
* made hard coded choice for encryptions more flexible and disable parsingDaniel Gultsch2016-02-241-3/+7
|
* only offer message correction for the very last messageDaniel Gultsch2016-02-171-4/+11
|
* added some OTR loggingDaniel Gultsch2016-02-161-4/+7
|
* basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch2016-02-151-0/+20
|
* prepend instead off append mam messages to conversations when going in reverseDaniel Gultsch2016-02-041-1/+8
|
* prevent previoulsly cleared messages from reloading. fixes #1110Daniel Gultsch2016-02-041-0/+12
|
* add more fault tolerant checks for messages left on serverDaniel Gultsch2016-02-041-0/+9
|
* added config variable to allow non-tls connectionsDaniel Gultsch2016-01-221-1/+1
|
* added Config.java variable to change the default notification behaviour to ↵Daniel Gultsch2016-01-081-1/+1
| | | | always
* show per conference notification settings in details activityDaniel Gultsch2016-01-081-1/+15
|
* avoid duplicate messages when sending files to mucs. fixes #1635Daniel Gultsch2016-01-061-2/+10
|
* fixed stuck at omemo encryption when x509 verification is being usedDaniel Gultsch2015-12-271-7/+7
|
* only offer plain and omemo encryption when x509 verification is enabledDaniel Gultsch2015-12-191-1/+10
|
* splite PARANOIA_MODE into three different optionsDaniel Gultsch2015-12-141-1/+1
|
* get rid of lastMessageTransmitted in favor of db queryDaniel Gultsch2015-12-111-24/+6
|
* introduced build-time paranoia mode that disables unencrypted chats and ↵Daniel Gultsch2015-12-011-2/+9
| | | | forces TOR
* Decrypt PGP messages in backgroundfiaxh2015-10-281-0/+1
|
* fixed read conversations showing up as notifications after a restartDaniel Gultsch2015-10-211-5/+4
|
* make unread status and notifications presistent across restartsDaniel Gultsch2015-10-141-7/+21
|
* added missing type='submit' to mam queriesDaniel Gultsch2015-09-151-2/+2
| | | | | fixed some nasty inheritance problems along the way fixes #1411
* fixed bug that prevented newly opened conversations to load the entire ↵Daniel Gultsch2015-08-301-0/+4
| | | | history via mam. fixes #1328
* be more restrictive about marking messages as sent_received in muc parserDaniel Gultsch2015-08-261-5/+16
|
* bugfix: next encryption is now being properly detected1.6.2Daniel Gultsch2015-08-231-2/+2
|
* improved 'next encryption' selectionDaniel Gultsch2015-07-311-27/+36
|
* treat private, non-anonymous mucs like 1:1 chats notification wiseDaniel Gultsch2015-07-221-0/+7
|
* Fetch bundles on-demand, encrypt in backgroundAndreas Straub2015-07-191-3/+3
| | | | | | | | | | | Bundles are now fetched on demand when a session needs to be established. This should lessen the chance of changes to the bundles occuring before they're used, as well as lessen the load of fetching bundles. Also, the message encryption is now done in a background thread, as this can be somewhat costly if many sessions are present. This is probably not going to be an issue in real use, but it's good practice anyway.
* avoid unnessary muc mam queries when message count is 0 after subjectDaniel Gultsch2015-06-021-0/+6
|
* renamed OtrEngine to OtrServiceDaniel Gultsch2015-05-261-2/+2
|
* rewrote parts of message adapter to avoid using NULL viewsDaniel Gultsch2015-05-111-0/+6
|
* 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
|