boxdot

Results 36 issues of boxdot

When somebody is mentioned in a message, the notification shown by the notification daemon does not contain the resolved name.

To investigate in presage and/or libsignal-service. See also https://github.com/boxdot/gurk-rs/issues/234

Storing the data in a json file was just a quick'n'dirty hack to get started real fast. But now it is in use for a long time already. We should...

The nightly build is especially useful for distributing build artifacts.

ci

`selected_message` function returns the wrong message, if we scroll above the date separator in the messages list. Also it is possible to select the date separator.

bug

As mirrored feature of #206 we could support adding an attachment as paste from clipboard. Very useful when sending screenshots.

There is a simple optimization which can be done during drawing. In `draw.rs`, we often allocate new buffer (usually Vecs). Instead we could provide the buffers from the outside and...

Currently we resolve contact names either via the contact book API, or via a server call to retreive and decode user profile. The latter method does not work. All downloaded...

When starting the app, usually there many messages that have to be synced. For each incoming message, we send out a system notification. This massively slows down the initial sync.