aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/services/MessageArchiveService.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief2015-06-191-371/+0
* fixed mam to work with muciNPUTmice2015-01-241-8/+13
* Make IqPacket type an enumSam Whited2015-01-041-1/+1
* code cleanupDaniel Gultsch2015-01-031-2/+7
* Add support for XEP-0191 (Blocking command)Sam Whited2014-12-221-1/+1
* inject ui callback into running mam queryiNPUTmice2014-12-201-1/+4
* made scroling smoother + bug fixes for history loadingiNPUTmice2014-12-171-3/+7
* properly count mam messagesiNPUTmice2014-12-171-2/+5
* go through mam history page by page. load mam dynamically on scrolliNPUTmice2014-12-151-13/+47
* run mam queries only when onlineiNPUTmice2014-12-141-4/+30
* reverse through mam history when loading larger chuncksiNPUTmice2014-12-131-11/+62
* various mam improvmentsiNPUTmice2014-12-131-31/+102
* changed lastMessageReceived into lastMessageTransmitted to account for sent m...iNPUTmice2014-12-101-2/+6
* added max history age (default 1w). automatically sort newly added mam messagesiNPUTmice2014-12-101-10/+38
* very basic mam supportiNPUTmice2014-12-101-0/+137