aboutsummaryrefslogtreecommitdiff
path: root/message.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Videochat message displayed, rm actions dupsMiquel Lionel2021-11-021-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 filesystemMiquel Lionel2021-10-271-0/+19
|
* Add Message.setFile methodlink2xt1-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 layoutlink2xt2021-08-281-0/+6
|
* Show message timestampslink2xt2021-08-281-0/+6
|
* Implement message draftslink2xt2021-05-291-0/+7
|
* Implement libdeltachat API for HTML viewlink2xt2021-05-221-0/+39
| | | | | | | | | | | | HTML API: - Context::getMessageHtml() - DcMessage::getSubject() - DcMessage::hasHtml() Also implemented: - DcMessage::getFilemime() - DcMessage::getShowPadlock() - DcMessage::getError()
* Add colored border to quoteslink2xt2021-03-141-0/+11
|
* Use dc_msg_get_override_sender_name()link2xt2021-02-151-0/+9
|
* Add basic quoting supportlink2xt2020-10-121-0/+9
|
* Initial commitlink2xt2020-10-031-0/+92