aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 4 insertions, 2 deletions
diff --git a/TODO b/TODO
index 474200c..c24878c 100644
--- a/TODO
+++ b/TODO
@@ -57,7 +57,7 @@ When deleting an edited message on matrix, delete the original message instead o
Implement mentions in matrix with an autofill list, like on element. Also do the same with / commands.
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.
-Show a notification when somebody replies to you on matrix and also provide a way to notify when notifications should be received (using matrix api) and also read the notification config from matrix. Also provide a way to disable notifications globally. Also send read markers to not notify every time we restart QuickMedia.
+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.
Direct message room name should always be the name of the other peer, or in an anonymous room the room name should be some of their names and "X others".
Add room search.
Use quickmedia to show image in matrix rooms, instead of mpv.
@@ -66,4 +66,6 @@ Merge body items in matrix if they are posted by the same author (there is a git
Add joining/leaving room in matrix, and also show invites and add command to ban users. Also add joining by invite, and show invites in the rooms list.
Support peertube (works with mpv, but need to implement search and related videos).
Scroll to bottom when receiving a new message even if the selected message is not the last one. It should instead school if the last message is visible on the screen.
-Add ".." directory to file-manager, to go up one directory. Also add a tab for common directories and recently accessed files/directories (the directories would be the directory of used files). \ No newline at end of file
+Add ".." directory to file-manager, to go up one directory. Also add a tab for common directories and recently accessed files/directories (the directories would be the directory of used files).
+Provide a way to go to the first unread message in matrix and also show a marker in the body (maybe a red line?) where the first unread message is.
+Sort matrix messages by timestamp. This may be needed to make notification messages show properly in the timeline? \ No newline at end of file