Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Message.setFile method | link2xt | 1 | -6/+5 | |
| | | | | | 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. | ||||
* | Make attachment button functional | Miquel Lionel | 1 | -5/+16 | |
| | |||||
* | ComposePane: "attach" button | link2xt | 1 | -0/+27 | |
| | |||||
* | Fix QML code style | link2xt | 2021-10-02 | 11 | -471/+564 |
| | | | | Mostly qmlformat, also rename root "id"s. | ||||
* | Add SOCKS5 settings | link2xt | 2021-09-10 | 2 | -0/+58 |
| | |||||
* | Place "Show full message" between the message and its status | link2xt | 2021-09-10 | 1 | -9/+11 |
| | |||||
* | Change SettingsPage id into `root` | link2xt | 2021-09-10 | 1 | -22/+22 |
| | |||||
* | Make ConfigurePage scrollable | link2xt | 2021-09-10 | 1 | -28/+26 |
| | |||||
* | Make Settings page scrollable | link2xt | 2021-09-10 | 1 | -3/+1 |
| | | | | This way all the settings are reachable on small screens. | ||||
* | Start I/O after configuring or importing an account | link2xt | 2021-08-28 | 1 | -0/+6 |
| | |||||
* | Create event emitter only after creating an account | link2xt | 2021-08-28 | 1 | -2/+3 |
| | | | | Otherwise event emitter will be closed immediately | ||||
* | Show account import progress | link2xt | 2021-08-28 | 1 | -0/+4 |
| | |||||
* | Add "Show classic emails" setting | link2xt | 2021-08-28 | 1 | -0/+14 |
| | |||||
* | Create initial account if there are no accounts | link2xt | 2021-08-28 | 1 | -0/+6 |
| | |||||
* | ConfigurePage: change id to "root" | link2xt | 2021-08-28 | 1 | -18/+18 |
| | |||||
* | Accept and reject contact requests in the compose pane | link2xt | 2021-08-28 | 2 | -14/+27 |
| | |||||
* | Add padlock and bot icons to messages, improve layout | link2xt | 2021-08-28 | 1 | -2/+19 |
| | |||||
* | Show message timestamps | link2xt | 2021-08-28 | 1 | -2/+3 |
| | |||||
* | AccountsPage: use AbstractListItem for accounts | link2xt | 2021-08-22 | 1 | -29/+30 |
| | |||||
* | Change the chat only on click | link2xt | 2021-08-22 | 1 | -20/+13 |
| | | | | Prevents switching the chat during the search. | ||||
* | Move chatlist item to a separate QML file | link2xt | 2021-08-22 | 2 | -91/+119 |
| | |||||
* | Add chatlist search | link2xt | 2021-08-22 | 1 | -1/+8 |
| | |||||
* | Make it possible to create contacts | link2xt | 2021-08-15 | 1 | -4/+26 |
| | |||||
* | Add avatars to New Chat page | link2xt | 2021-08-15 | 1 | -5/+25 |
| | |||||
* | ComposePane: move message creation to a separate function | link2xt | 2021-08-07 | 1 | -6/+11 |
| | |||||
* | Use `dc_send_msg` to send messages | link2xt | 2021-08-07 | 1 | -1/+6 |
| | | | | `dc_send_text_msg` is too limited as it can only send text without attachments. | ||||
* | ComposePane: set `id` to `root` | link2xt | 2021-08-07 | 1 | -5/+7 |
| | |||||
* | Restrict image width to message width | link2xt | 2021-08-07 | 1 | -0/+1 |
| | |||||
* | Add "delete" icon to "Delete chat" action | link2xt | 2021-08-01 | 1 | -0/+1 |
| | |||||
* | Add "pin" icon to "Pin chat" action | link2xt | 2021-08-01 | 1 | -0/+1 |
| | |||||
* | Add "pinned" badge for pinned chats | link2xt | 2021-08-01 | 1 | -1/+17 |
| | |||||
* | Add New Chat page | link2xt | 2021-08-01 | 2 | -0/+82 |
| | |||||
* | fix: configure `send_security`, not `smtp_security` | link2xt | 2021-08-01 | 1 | -1/+1 |
| | | | | `smtp_security` option does not exist. | ||||
* | Allow to change display name on the Settings page | link2xt | 2021-08-01 | 1 | -0/+8 |
| | |||||
* | Show "NEW" badge for contact requests | link2xt | 2021-07-26 | 1 | -3/+4 |
| | |||||
* | dc_unblock_chat() is replaced with dc_accept_chat() | link2xt | 2021-07-26 | 1 | -1/+1 |
| | |||||
* | Get rid of the contact requests chat | link2xt | 2021-07-26 | 3 | -15/+17 |
| | |||||
* | Remove all layers when pressing "Switch account" | link2xt | 2021-07-18 | 1 | -1/+6 |
| | | | | Otherwise clicking "Switch account" multiple times results in multiple layers stacked. | ||||
* | Replace "Start IO" toggle with "Work offline" | link2xt | 2021-07-18 | 1 | -3/+5 |
| | | | | I/O is started by default. | ||||
* | Add advanced settings to configure page | link2xt | 2021-07-04 | 1 | -0/+95 |
| | |||||
* | Reload chatlist when some chat is modified | link2xt | 2021-07-04 | 1 | -0/+4 |
| | |||||
* | Replace Accounts.importAccount() with Context.importBackup() | link2xt | 2021-07-04 | 2 | -28/+23 |
| | | | | dc_accounts_import_account() is going to be removed from the core. | ||||
* | Fit message text on the screen if it is too narrow | link2xt | 2021-06-27 | 1 | -1/+1 |
| | |||||
* | Reference ListView from ChatPage instead of Message | link2xt | 2021-06-27 | 2 | -1/+1 |
| | |||||
* | Restrict message width and avoid gaps around images | link2xt | 2021-06-27 | 1 | -4/+4 |
| | |||||
* | ChatlistPage: add an action to open contact requests | link2xt | 2021-06-14 | 1 | -19/+29 |
| | |||||
* | ChatPage: update when DC_EVENT_MSGS_CHANGED is reported for chat ID 0 | link2xt | 2021-06-06 | 1 | -1/+1 |
| | | | | | 0 means multiple chats have changed, for example when a message is moved from contact requests to its own chat. | ||||
* | Allow to open deaddrop chat, but do not mark it as seen or noticed | link2xt | 2021-06-06 | 2 | -4/+10 |
| | |||||
* | Add an action to unarchive chats | link2xt | 2021-06-06 | 1 | -0/+4 |
| | |||||
* | Add margin to the left of the message bubbles | link2xt | 2021-06-06 | 1 | -0/+1 |
| |