Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement message drafts | link2xt | 2021-05-29 | 1 | -0/+3 |
| | |||||
* | Implement libdeltachat API for HTML view | link2xt | 2021-05-22 | 1 | -0/+1 |
| | | | | | | | | | | | | HTML API: - Context::getMessageHtml() - DcMessage::getSubject() - DcMessage::hasHtml() Also implemented: - DcMessage::getFilemime() - DcMessage::getShowPadlock() - DcMessage::getError() | ||||
* | context.h: add missing QVector include | link2xt | 2021-03-27 | 1 | -0/+1 |
| | |||||
* | Mark displayed messages as seen | link2xt | 2021-03-19 | 1 | -0/+1 |
| | |||||
* | Implement more context methods | link2xt | 2021-03-01 | 1 | -0/+4 |
| | |||||
* | Add Context::marknoticedChat() | link2xt | 2021-02-22 | 1 | -0/+1 |
| | |||||
* | Add Context::getFreshMsgCnt() | link2xt | 2021-02-22 | 1 | -0/+1 |
| | |||||
* | Add Context::decideOnContactRequest | link2xt | 2021-02-22 | 1 | -0/+1 |
| | |||||
* | Add Context::setChatMuteDuration | link2xt | 2021-02-22 | 1 | -0/+1 |
| | |||||
* | Implement Context::setConfig() | link2xt | 2021-02-19 | 1 | -0/+1 |
| | |||||
* | Context: implement startIo, stopIo and maybeNetwork | link2xt | 2021-02-19 | 1 | -0/+3 |
| | | | | They are not supposed to be used as they can be called from account manager, just for completeness. | ||||
* | Implement Context.getConfig() | link2xt | 2020-11-05 | 1 | -0/+1 |
| | |||||
* | Set parent for Context | link2xt | 2020-10-27 | 1 | -1/+1 |
| | | | | This fixes application termination when account is selected. | ||||
* | Add Context::getMessageInfo | link2xt | 2020-10-13 | 1 | -0/+1 |
| | |||||
* | Initial commit | link2xt | 2020-10-03 | 1 | -0/+35 |