summaryrefslogtreecommitdiffstats
path: root/lib/domain/libimagcontact/src
AgeCommit message (Expand)Author
2020-03-08Replace failure with anyhow in complete codebaseMatthias Beyer
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-08-28[Auto] lib/domain/contact: Fix Clippy warningsflip1995
2019-05-18Fix: Entries::in_collection() should be able to return errorMatthias Beyer
2019-05-18Add more context in error messagesMatthias Beyer
2019-05-18Run 'cargo fix' for rust-2018Matthias Beyer
2019-04-22Add option to override ref data in contact entriesMatthias Beyer
2019-04-22Rewrite store interface abstractionMatthias Beyer
2019-04-13Rewrite all usages of ModuleEntryPathMatthias Beyer
2019-02-15Fix libimagcontact for new StoreId interface with Entries iteratorMatthias Beyer
2019-02-15Add debug outputMatthias Beyer
2019-02-11Simplify implementation of ContactStore::all_contacts()Matthias Beyer
2019-01-03Update copyright yearsMatthias Beyer
2018-11-11Forbid unsafe code in all cratesMatthias Beyer
2018-10-30libimagcontact: Move from error-chain to failureMatthias Beyer
2018-10-06Update dependenciesMatthias Beyer
2018-05-01Refactor libimagcontact to fit new store iterator interfaceMatthias Beyer
2018-04-27Add support for storing email propertiesMatthias Beyer
2018-04-25Make sure we can deserializeMatthias Beyer
2018-04-25Add getters for DeserVcard helper typeMatthias Beyer
2018-04-25Rewrite libraryMatthias Beyer
2018-04-25Remove all libimagentryref usageMatthias Beyer
2018-03-12Add type so that we can serialize a VcardMatthias Beyer
2018-03-12Change ref creation to use UID from vcard objectMatthias Beyer
2018-03-12Merge pull request #1332 from matthiasbeyer/libimagcontact/all-contactsMatthias Beyer
2018-03-12Fix: use Path::file_stem() instead of Path::file_name()Matthias Beyer
2018-03-12Implement ContactStore::all_contacts()Matthias Beyer
2018-02-19Make UniqueContactPathGenerator pubMatthias Beyer
2018-02-19Refactor libimagcontact for new libimagentryref APIMatthias Beyer
2018-02-07Update dates in license headerMatthias Beyer
2018-01-08Add flag settings/Contact::is_contact in libimagcontactMatthias Beyer
2017-10-31Let ContactData be unpacked and derefdMatthias Beyer
2017-10-31Add iterator for contactsMatthias Beyer
2017-10-31Replace search_contact() with all_contacts()Matthias Beyer
2017-10-31Rely on own clone of rust-vobjectMatthias Beyer
2017-10-31Add Contact::is_contact()Matthias Beyer
2017-10-31Add error for header type errorMatthias Beyer
2017-10-31Impl Contact::get_contact_data()Matthias Beyer
2017-10-31Impl Store::create_from_path()Matthias Beyer
2017-10-31Add lib internal utilitiesMatthias Beyer
2017-10-31Add more error linksMatthias Beyer
2017-10-31Add initial layout of codeMatthias Beyer
2017-10-31Initial import of libimagcontactMatthias Beyer