aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-09-27 11:02:06 +0200
committerdec05eba <dec05eba@protonmail.com>2020-09-27 11:08:09 +0200
commit888fba907eba13ee6a30bf7169d4d96af5b443a5 (patch)
tree1703ab0dd0d52e80bde4bc44dae6a22156f36755 /TODO
parentb07cca0bb59300fe193015f1a8361448af72d05b (diff)
Implement pgup/pgdown/home/end keys
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 03e574e..69c0f62 100644
--- a/TODO
+++ b/TODO
@@ -27,8 +27,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.
-Press pgup/pgdown to scroll and entire page.
-Press home/end to scroll to top/bottom.
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).