Skip to content

Contacts: Add "manual query" mode to the book view

Milan Crha requested to merge (removed):wip/book-minicard-cursor into master

The "manual query" mode is meant to be cursor-like, with a default implementation for the EBookBackend base class, where the client side declares in what order and with what filter it expects the contacts and the server side reports how many contacts exists and allows to read the contacts in batches, rather than the view passing all contacts to the client. It helps with performance and memory usage for large books.

Merge request reports