Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement saving attachment to filesystem | Miquel Lionel | 2021-10-27 | 1 | -0/+2 |
| | |||||
* | Add Message.setFile method | link2xt | 1 | -1/+2 | |
| | | | | | This allows setting file from JavaScript, so C++ remains a thin wrapper to Delta Chat core API. sendMessage only calls dc_send_msg, and all the attachment logic goes to the JavaScript code. | ||||
* | Add padlock and bot icons to messages, improve layout | link2xt | 2021-08-28 | 1 | -0/+3 |
| | |||||
* | Show message timestamps | link2xt | 2021-08-28 | 1 | -1/+3 |
| | |||||
* | Implement message drafts | link2xt | 2021-05-29 | 1 | -1/+6 |
| | |||||
* | Implement libdeltachat API for HTML view | link2xt | 2021-05-22 | 1 | -2/+7 |
| | | | | | | | | | | | | HTML API: - Context::getMessageHtml() - DcMessage::getSubject() - DcMessage::hasHtml() Also implemented: - DcMessage::getFilemime() - DcMessage::getShowPadlock() - DcMessage::getError() | ||||
* | Add colored border to quotes | link2xt | 2021-03-14 | 1 | -0/+2 |
| | |||||
* | Use dc_msg_get_override_sender_name() | link2xt | 2021-02-15 | 1 | -0/+1 |
| | |||||
* | Add basic quoting support | link2xt | 2020-10-12 | 1 | -0/+2 |
| | |||||
* | Initial commit | link2xt | 2020-10-03 | 1 | -0/+55 |