aboutsummaryrefslogtreecommitdiff
path: root/context.h
Commit message (Collapse)AuthorAgeFilesLines
* Add New Chat pagelink2xt2021-08-011-0/+2
|
* dc_unblock_chat() is replaced with dc_accept_chat()link2xt2021-07-261-1/+1
|
* Get rid of the contact requests chatlink2xt2021-07-261-1/+2
|
* Replace Accounts.importAccount() with Context.importBackup()link2xt2021-07-041-0/+1
| | | | dc_accounts_import_account() is going to be removed from the core.
* Make it possible to get a list of archived chatslink2xt2021-06-061-1/+1
|
* Implement message draftslink2xt2021-05-291-0/+3
|
* Implement libdeltachat API for HTML viewlink2xt2021-05-221-0/+1
| | | | | | | | | | | | HTML API: - Context::getMessageHtml() - DcMessage::getSubject() - DcMessage::hasHtml() Also implemented: - DcMessage::getFilemime() - DcMessage::getShowPadlock() - DcMessage::getError()
* context.h: add missing QVector includelink2xt2021-03-271-0/+1
|
* Mark displayed messages as seenlink2xt2021-03-191-0/+1
|
* Implement more context methodslink2xt2021-03-011-0/+4
|
* Add Context::marknoticedChat()link2xt2021-02-221-0/+1
|
* Add Context::getFreshMsgCnt()link2xt2021-02-221-0/+1
|
* Add Context::decideOnContactRequestlink2xt2021-02-221-0/+1
|
* Add Context::setChatMuteDurationlink2xt2021-02-221-0/+1
|
* Implement Context::setConfig()link2xt2021-02-191-0/+1
|
* Context: implement startIo, stopIo and maybeNetworklink2xt2021-02-191-0/+3
| | | | They are not supposed to be used as they can be called from account manager, just for completeness.
* Implement Context.getConfig()link2xt2020-11-051-0/+1
|
* Set parent for Contextlink2xt2020-10-271-1/+1
| | | | This fixes application termination when account is selected.
* Add Context::getMessageInfolink2xt2020-10-131-0/+1
|
* Initial commitlink2xt2020-10-031-0/+35