Implemented by https://iron.lily-is.land/D80
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Jul 22 2024
Jul 22 2024
tusooa added a parent task for T114: Add tests for kazv-io-manager and kazv-io-job: T116: kazv rel4 (v0.6.0).
tusooa added a parent task for T53: Display reactions under the reacted event: T116: kazv rel4 (v0.6.0).
tusooa added a parent task for T112: Missing Mandarin translation for create room invitations: T116: kazv rel4 (v0.6.0).
tusooa added a parent task for T79: Create a qml component to avoid boilerplate common mocks: T116: kazv rel4 (v0.6.0).
tusooa added a parent task for T113: Before posting receipts, should update local receipt position: T116: kazv rel4 (v0.6.0).
tusooa added subtasks for T116: kazv rel4 (v0.6.0): T114: Add tests for kazv-io-manager and kazv-io-job, T113: Before posting receipts, should update local receipt position, T110: In case of Internet disconnection, should allow the user to retry sooner, T86: Display indicator for tombstoned rooms, T79: Create a qml component to avoid boilerplate common mocks, T53: Display reactions under the reacted event, T29: Parse matrix links, T112: Missing Mandarin translation for create room invitations.
tusooa added a parent task for T110: In case of Internet disconnection, should allow the user to retry sooner: T116: kazv rel4 (v0.6.0).
tusooa added a parent task for T86: Display indicator for tombstoned rooms: T116: kazv rel4 (v0.6.0).
tusooa closed T93: Should prevent multiple kazvs running on the same session, a subtask of T76: kazv rel3 (v0.5.0), as Resolved.
tusooa moved T54: Emoji picker in react dialog from Backlog to Review on the the Kazv Project board.
Jul 21 2024
Jul 21 2024
Jul 20 2024
Jul 20 2024
nannanko moved T82: Support uploading file when replying to another message from To Do for next release to In Progress on the the Kazv Project board.
Jul 19 2024
Jul 19 2024
tusooa closed T61: Display date of events in timeline, a subtask of T76: kazv rel3 (v0.5.0), as Resolved.
tusooa closed T49: View event edit history, a subtask of T33: Meta: event relationships, as Resolved.
nannanko closed T14: "Unable to send" indicator is not obvious that it is clickable, a subtask of T76: kazv rel3 (v0.5.0), as Resolved.
Jul 18 2024
Jul 18 2024
Implemented in https://lily-is.land/kazv/kazv/-/merge_requests/108
tusooa moved T3: Paste directly to upload a file from Backlog to Review on the the Kazv Project board.
tusooa moved T80: Create DM with a user directly from Backlog to Review on the the Kazv Project board.
Jul 17 2024
Jul 17 2024
tusooa moved T69: Add a way to enable encryption when creating a room from In Progress to Review on the the Kazv Project board.
tusooa moved T69: Add a way to enable encryption when creating a room from To Do for next release to In Progress on the the Kazv Project board.
tusooa closed T52: Display notification count for room, a subtask of T7: Display unread indicator and notification count for each room, as Resolved.
tusooa closed T52: Display notification count for room, a subtask of T76: kazv rel3 (v0.5.0), as Resolved.
Jul 14 2024
Jul 14 2024
It looks like using a local server offers no more benefits than implementing a JobHandler that accepts requests and sends responses. Closing this.
tusooa moved T111: Use QML Modules for C++ and QML code from In Progress to Review on the the Kazv Project board.
tusooa moved T111: Use QML Modules for C++ and QML code from Chores to In Progress on the the Kazv Project board.
Jul 13 2024
Jul 13 2024
tusooa moved T90: Pinned events in a room from Backlog to In Progress on the the Kazv Project board.
nannanko reassigned T69: Add a way to enable encryption when creating a room from nannanko to tusooa.
tusooa moved T37: 添加硬登出功能 | Add hard logout functionality from Backlog to Review on the the Kazv Project board.
tusooa moved T14: "Unable to send" indicator is not obvious that it is clickable from To Do for next release to Review on the the Kazv Project board.
tusooa moved T10: Pinned contacts from To Do for next release to Review on the the Kazv Project board.
tusooa moved T83: Confirm message deletion from To Do for next release to Review on the the Kazv Project board.
tusooa moved T93: Should prevent multiple kazvs running on the same session from To Do for next release to Review on the the Kazv Project board.
tusooa closed T106: App will crash if uploading file failed, a subtask of T76: kazv rel3 (v0.5.0), as Resolved.
nannanko added a revision to T83: Confirm message deletion: D125: Add confirm popup for delete event.
Jul 11 2024
Jul 11 2024
Implemented in https://lily-is.land/kazv/kazv/-/merge_requests/99
Jul 10 2024
Jul 10 2024
tusooa moved T107: Embed translation files into qrc from Chores to Review on the the Kazv Project board.
tusooa moved T49: View event edit history from To Do for next release to In Progress on the the Kazv Project board.
tusooa moved T61: Display date of events in timeline from To Do for next release to Review on the the Kazv Project board.
tusooa added a revision to T61: Display date of events in timeline: D112: Add a tooltip for event date in timeline.
tusooa closed T59: Create a custom context menu for SendMessageBox, a subtask of T3: Paste directly to upload a file, as Resolved.
Resolved in https://lily-is.land/kazv/kazv/-/merge_requests/106 .
Jul 9 2024
Jul 9 2024
Jul 8 2024
Jul 8 2024
tusooa closed T64: Show room id on RoomSettingsPage, a subtask of T76: kazv rel3 (v0.5.0), as Resolved.
tusooa moved T52: Display notification count for room from To Do for next release to Review on the the Kazv Project board.
Jul 6 2024
Jul 6 2024
Count of unread events is simple: it can be done by calculating the position of my own read receipt in the timeline (O(log|timeline|)).