Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Videochat message displayed, rm actions dups | Miquel Lionel | 2021-11-02 | 1 | -0/+6 |
| | | | | | | | | - message.*, qml/Message.qml: Videochat invitation message send from the original DeltaChat app are displayed. Currently, it's best if the chat instance use http or https scheme, since it'll normally open in a browser - qml/ComposePane.qml : We made Shorcuts and actions are needed anymore, no need for duplicates - qml/main.qml: Fix shortcut help for opening Settings page, it's Shift+Tab not Shift+S. | ||||
* | Implement saving attachment to filesystem | Miquel Lionel | 2021-10-27 | 1 | -0/+19 |
| | |||||
* | Add Message.setFile method | link2xt | 1 | -0/+7 | |
| | | | | | 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/+6 |
| | |||||
* | Show message timestamps | link2xt | 2021-08-28 | 1 | -0/+6 |
| | |||||
* | Implement message drafts | link2xt | 2021-05-29 | 1 | -0/+7 |
| | |||||
* | Implement libdeltachat API for HTML view | link2xt | 2021-05-22 | 1 | -0/+39 |
| | | | | | | | | | | | | 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/+11 |
| | |||||
* | Use dc_msg_get_override_sender_name() | link2xt | 2021-02-15 | 1 | -0/+9 |
| | |||||
* | Add basic quoting support | link2xt | 2020-10-12 | 1 | -0/+9 |
| | |||||
* | Initial commit | link2xt | 2020-10-03 | 1 | -0/+92 |