Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add chatlist search | link2xt | 2021-08-22 | 1 | -2/+7 |
| | |||||
* | Add Context::createContact | link2xt | 2021-08-15 | 1 | -0/+8 |
| | |||||
* | Use `dc_send_msg` to send messages | link2xt | 2021-08-07 | 1 | -0/+6 |
| | | | | `dc_send_text_msg` is too limited as it can only send text without attachments. | ||||
* | Add New Chat page | link2xt | 2021-08-01 | 1 | -0/+19 |
| | |||||
* | dc_unblock_chat() is replaced with dc_accept_chat() | link2xt | 2021-07-26 | 1 | -2/+2 |
| | |||||
* | Get rid of the contact requests chat | link2xt | 2021-07-26 | 1 | -6/+12 |
| | |||||
* | Replace Accounts.importAccount() with Context.importBackup() | link2xt | 2021-07-04 | 1 | -0/+7 |
| | | | | dc_accounts_import_account() is going to be removed from the core. | ||||
* | Make it possible to get a list of archived chats | link2xt | 2021-06-06 | 1 | -2/+2 |
| | |||||
* | Reset draft after sending a message | link2xt | 2021-05-31 | 1 | -1/+1 |
| | |||||
* | Implement message drafts | link2xt | 2021-05-29 | 1 | -0/+24 |
| | |||||
* | Implement libdeltachat API for HTML view | link2xt | 2021-05-22 | 1 | -0/+9 |
| | | | | | | | | | | | | HTML API: - Context::getMessageHtml() - DcMessage::getSubject() - DcMessage::hasHtml() Also implemented: - DcMessage::getFilemime() - DcMessage::getShowPadlock() - DcMessage::getError() | ||||
* | Mark displayed messages as seen | link2xt | 2021-03-19 | 1 | -0/+6 |
| | |||||
* | Implement more context methods | link2xt | 2021-03-01 | 1 | -0/+27 |
| | |||||
* | Add Context::marknoticedChat() | link2xt | 2021-02-22 | 1 | -0/+5 |
| | |||||
* | Add Context::getFreshMsgCnt() | link2xt | 2021-02-22 | 1 | -0/+5 |
| | |||||
* | Add Context::decideOnContactRequest | link2xt | 2021-02-22 | 1 | -0/+6 |
| | |||||
* | Add Context::setChatMuteDuration | link2xt | 2021-02-22 | 1 | -0/+6 |
| | |||||
* | Implement Context::setConfig() | link2xt | 2021-02-19 | 1 | -0/+8 |
| | |||||
* | Context: implement startIo, stopIo and maybeNetwork | link2xt | 2021-02-19 | 1 | -0/+18 |
| | | | | 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/+10 |
| | |||||
* | Set parent for Context | link2xt | 2020-10-27 | 1 | -2/+2 |
| | | | | This fixes application termination when account is selected. | ||||
* | Add Context::getMessageInfo | link2xt | 2020-10-13 | 1 | -0/+9 |
| | |||||
* | Initial commit | link2xt | 2020-10-03 | 1 | -0/+93 |