Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | optionally use QQuickWidget and replace ColorOverlay -> colorImageProvider | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | |||||
* | Make replies format nicer | Nicolas Werner | 2019-11-23 | 1 | -10/+34 |
| | | | | Also lays a bit of groundwork for better reply rendering | ||||
* | Enable link handling | Nicolas Werner | 2019-11-23 | 1 | -0/+1 |
| | |||||
* | Make user clickable and improve button cursor look | Nicolas Werner | 2019-11-23 | 1 | -0/+7 |
| | |||||
* | Actually fix updating roomlist on new messages | Nicolas Werner | 2019-11-23 | 1 | -28/+29 |
| | |||||
* | Show own messages in RoomList | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | |||||
* | Fix section layout issues and pagination issues | Nicolas Werner | 2019-11-23 | 1 | -2/+2 |
| | | | | | | | Pagination could get stuck, if the messages request failed. Section height seemes to have been calculated to late, which would make some section overlap the next message in some cases. Fix that by doing the height calculation manually. | ||||
* | Size images/videos by timeline width | Nicolas Werner | 2019-11-23 | 1 | -0/+19 |
| | |||||
* | Fix linting issues | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | |||||
* | Enable Sticker and Emote messages | Nicolas Werner | 2019-11-23 | 1 | -8/+8 |
| | |||||
* | File messages (qml) | Nicolas Werner | 2019-11-23 | 1 | -2/+24 |
| | |||||
* | Add basic read_event support (qml) | Nicolas Werner | 2019-11-23 | 1 | -0/+21 |
| | |||||
* | Update roomlist on new messages | Nicolas Werner | 2019-11-23 | 1 | -1/+23 |
| | |||||
* | Reenable redactions | Nicolas Werner | 2019-11-23 | 1 | -0/+22 |
| | |||||
* | Restore saving of media | Nicolas Werner | 2019-11-23 | 1 | -0/+55 |
| | |||||
* | Add lock to encrypted messages | Nicolas Werner | 2019-11-23 | 1 | -0/+6 |
| | |||||
* | Remove noisy decrypted message | Nicolas Werner | 2019-11-23 | 1 | -2/+0 |
| | |||||
* | Reenable encrypted messages | Nicolas Werner | 2019-11-23 | 1 | -0/+301 |
| | |||||
* | Fix read indicator | Nicolas Werner | 2019-11-23 | 1 | -2/+13 |
| | |||||
* | Enable read receipts action and sync read receipts from cache | Nicolas Werner | 2019-11-23 | 1 | -1/+24 |
| | |||||
* | Add send/received indicator | Nicolas Werner | 2019-11-23 | 1 | -1/+42 |
| | |||||
* | Implement simple scroll state handling | Nicolas Werner | 2019-11-23 | 1 | -0/+19 |
| | |||||
* | Implement replies in qml timeline | Nicolas Werner | 2019-11-23 | 1 | -0/+54 |
| | |||||
* | Show redactions in qml timeline | Nicolas Werner | 2019-11-23 | 1 | -21/+54 |
| | |||||
* | Try to fix duplicate messages in certain edge cases (i.e. sync and ↵ | Nicolas Werner | 2019-11-23 | 1 | -3/+14 |
| | | | | pagination at the same time) | ||||
* | Fix shadow error | Nicolas Werner | 2019-11-23 | 1 | -4/+4 |
| | |||||
* | Reenable display of encrypted messages | Nicolas Werner | 2019-11-23 | 1 | -13/+112 |
| | |||||
* | Reenable view raw message | Nicolas Werner | 2019-11-23 | 1 | -1/+12 |
| | |||||
* | Implement basic ImageMessages in qml timeline | Nicolas Werner | 2019-11-23 | 1 | -0/+66 |
| | | | | | I suck at sizing so the images in the message are currently hardcoded to 300 pixels in width... | ||||
* | Implement avatars in qml timeline | Nicolas Werner | 2019-11-23 | 1 | -0/+6 |
| | |||||
* | Fix new messages not arriving in qml timeline | Nicolas Werner | 2019-11-23 | 1 | -2/+5 |
| | |||||
* | Fix QML emojis | Nicolas Werner | 2019-11-23 | 1 | -0/+6 |
| | |||||
* | Fix shadow warning | Nicolas Werner | 2019-11-23 | 1 | -3/+3 |
| | |||||
* | Implement TextMessage delegate | Nicolas Werner | 2019-11-23 | 1 | -0/+123 |
| | | | | Text selection over multiple items doesn't work yet | ||||
* | Format date (close to) the old way in qml timeline | Nicolas Werner | 2019-11-23 | 1 | -0/+17 |
| | |||||
* | Add avatar placeholder and scrollbar to qml timeline | Nicolas Werner | 2019-11-23 | 1 | -9/+8 |
| | |||||
* | Add basic sections and button placeholders to qml timeline | Nicolas Werner | 2019-11-23 | 1 | -1/+42 |
| | |||||
* | Implement loading of history, when timeline is displayed | Nicolas Werner | 2019-11-23 | 1 | -0/+65 |
| | |||||
* | Add items to timline | Nicolas Werner | 2019-11-23 | 1 | -4/+50 |
| | |||||
* | Add placeholder timeline model | Nicolas Werner | 2019-11-23 | 1 | -0/+47 |