diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-10-19 06:59:51 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-10-19 06:59:51 +0200 |
commit | 0b6f4abda7eb9696ada9c6cf0da54499fe1a0e53 (patch) | |
tree | 97c845e44b7ee3d62954b54939566e4add08e4b2 /TODO | |
parent | fd4e8cdc9449dbb0224a1a41ef0561f50012d405 (diff) |
Matrix: add room search, move rooms with mentions/unread messages to top
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -53,7 +53,6 @@ Implement mentions in matrix with an autofill list, like on element. Also do the Add option to disable autosearch and search when pressing enter instead or something? this would be needed for mobile phones where typing is slow. Sleep when idle, to reduce cpu usage from 1-2% to 0%, important for mobile devices. Also render view to a rendertexture and render that instead of redrawing every time every time. Provide a way to specify when notifications should be received (using matrix api) and also read the notification config from matrix. Also provide a way to disable notifications globally. -Add room search. Use quickmedia to show image in matrix rooms, instead of mpv. Respect ~/.Xresources dpi (read the file, loop lines and look for Xft.dpi). Fallback to 96 dpi. Merge body items in matrix if they are posted by the same author (there is a git stash for this). |