aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/entities/Conversation.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '1.9.4' into trz/merge_1.9.4trz/merge_1.9.4lookshe2016-02-161-1/+29
|\
| * 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
* | Imports organizedsteckbrief2016-02-121-1/+1
* | Compilation errors and merge mixups fixedsteckbrief2016-02-111-1/+2
* | Merge tag '1.9.3' into trz/merge_1.9.3lookshe2016-02-111-64/+129
|\|
| * added config variable to allow non-tls connectionsDaniel Gultsch2016-01-221-1/+1
| * added Config.java variable to change the default notification behaviour to al...Daniel Gultsch2016-01-081-1/+1
| * 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 force...Daniel Gultsch2015-12-011-2/+9
| * 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 bug that prevented newly opened conversations to load the entire histor...Daniel Gultsch2015-08-301-0/+4
| * 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
| * 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
* | Merge trz/rename into trz/rebasesteckbrief2015-10-221-1/+2
|\ \
| * | renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief2015-06-191-770/+0
| |/
* | fixes FS#35 - Shortcut Badger compatible to setting always_notify_in_conferencelookshe2015-08-161-2/+8
* | Merge tag '1.5.2' into trz/rebasetrz/1.5.2.1lookshe2015-08-111-2/+14
|/
* 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