Age | Commit message (Collapse) | Author |
|
|
|
|
|
with huge server to 3 seconds) and cached fetch to 150ms). Properly show notifications for older messages. Reduce memory usage from 120mb to 13mb
|
|
|
|
|
|
sync response
|
|
waiting for join sync message
|
|
async loading for more tasks
|
|
|
|
|
|
close sometimes
|
|
|
|
streamable async
|
|
Cancel video download when pressing escape,
other fixes..
|
|
|
|
|
|
|
|
|
|
Fix pinned events that are added after starting QuickMedia
(before this change it adds all elements again to the list).
Add /me command.
Other fixes...
|
|
|
|
|
|
variables (name, avatar url, prev batch)
|
|
potential crash
|
|
bottom when posting message/media and last item is already visible
Also show "Loading..." while checking if our matrix token is still
valid.
|
|
|
|
|
|
text on matrix
|
|
|
|
|
|
include embedded item when pressing enter
|
|
See: https://github.com/SFML/SFML/issues/1711
Also some other smaller changes
|
|
|
|
|
|
local read marker
|
|
fix multiple messages being marker as mentioning us if the latest
mention is close to another mention that we have already read.
Do not go to bottom when sending a message or uploading media.
Do not scroll to bottom unless we have the last message selected, the
tab is the messages tab and the window is focused.
|
|
|
|
|
|
Use correct ref in matrix replies,
make text that contains our user id also count as a mention.
|
|
|
|
caching of images smaller than thumbnail target size
|
|
instead of base64 (filename limit is 256 on linux...)
|
|
|
|
body thumbnail size for 4chan and matrix (if available)
|
|
|
|
|
|
|
|
type to open in video player instead of using http head
|
|
xdg-utils is not installed for opening urls, add more .mp4 file magic checks
|
|
|
|
related body item image when pressing enter (for showing replied to media)
|