aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/services/MessageArchiveService.java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-07Simplifying introduction of new XEP implementations, implements FS#250 and FS...steckbrief1-421/+0
2016-05-29FileTransfer reworked (first steps - functionality as is), HttpUploadsteckbrief1-1/+2
2016-03-10Fixes FS#157: Trigger loading messages from MAM in MUC does not endsteckbrief1-16/+23
2015-12-10Moved logcat to a module, increased error robustness for loading last messagessteckbrief1-2/+1
2015-12-06Fix flagging no more messages on server for conversationsteckbrief1-1/+1
2015-11-20Implements FS#67: Introduce central logging class to use log prefix, new acti...steckbrief1-4/+4
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-11/+11
2015-05-20fixed muc mam. added a few security checksDaniel Gultsch1-2/+10
2015-01-24fixed mam to work with muciNPUTmice1-8/+13
2015-01-04Make IqPacket type an enumSam Whited1-1/+1
2015-01-03code cleanupDaniel Gultsch1-2/+7
2014-12-22Add support for XEP-0191 (Blocking command)Sam Whited1-1/+1
2014-12-20inject ui callback into running mam queryiNPUTmice1-1/+4
2014-12-17made scroling smoother + bug fixes for history loadingiNPUTmice1-3/+7
2014-12-17properly count mam messagesiNPUTmice1-2/+5
2014-12-15go through mam history page by page. load mam dynamically on scrolliNPUTmice1-13/+47
2014-12-14run mam queries only when onlineiNPUTmice1-4/+30
2014-12-13reverse through mam history when loading larger chuncksiNPUTmice1-11/+62
2014-12-13various mam improvmentsiNPUTmice1-31/+102
2014-12-10changed lastMessageReceived into lastMessageTransmitted to account for sent m...iNPUTmice1-2/+6
2014-12-10added max history age (default 1w). automatically sort newly added mam messagesiNPUTmice1-10/+38
2014-12-10very basic mam supportiNPUTmice1-0/+137