aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-10-19 08:16:42 +0200
committerdec05eba <dec05eba@protonmail.com>2020-10-19 08:16:42 +0200
commit386d16a95a1306decabf6e9764309caf0d2818e3 (patch)
treebf8ba2f2a3462957e6ebcae873a42892a1f104b5 /TODO
parent0b6f4abda7eb9696ada9c6cf0da54499fe1a0e53 (diff)
Fix body stuttering
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index bc3e4de..80051fc 100644
--- a/TODO
+++ b/TODO
@@ -25,7 +25,6 @@ Resize text vertex arrays to 0 when not visible on screen to reduce memory usage
Speed up thumbnail creating (image resizing).
Extract thumbnail from images that are being downloaded, while its downloading and show that while the full image is downloading (upscaled, or with blurhash).
Use one special thread to load cached files. Right now if there are multiple images on the screen and 1 needs to download while the others are cached, then the cached images wont load until that 1 image has downloaded.
-Scrolling past page causes the page to jump up and down very fast because the new thumbnail is loaded. Fix this somehow. In youtube this can be fixed by setting the thumbnail image fallback size to the same size and thumbnail images, but that doesn't work for matrix with different image sizes!
Add setting to disable sending typing events to the server (matrix).
Support emoji (mainly for matrix), by readding Text code from dchat. Also do the same but for inline images, text editing and url colors and clicking (also clicking on inline images).
Also take code from dchat to support gifs (inline in text).