aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/services/MessageArchiveService.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵iNPUTmice2014-12-101-2/+6
| | | | messages as well. (will trigger on sm ack)
* added max history age (default 1w). automatically sort newly added mam messagesiNPUTmice2014-12-101-10/+38
|
* very basic mam supportiNPUTmice2014-12-101-0/+137