aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-11-05Fix text edit in matrix for non ascii charactersdec05eba
2020-11-05First sort alphabetically and then by mention/unread..dec05eba
2020-11-05Move mentioned room to top againdec05eba
2020-11-05Sort rooms alphanumerical case insensitivedec05eba
2020-11-05Bring back loading animationdec05eba
2020-11-05Better detect non-streamable videos, do not sort rooms by activity, it ↵dec05eba
causes a mess on update
2020-11-05Change chat input to I, remove read marker delaydec05eba
2020-11-04Matrix: fetch additional messages in the background for all rooms, filter ↵dec05eba
room list when updated after sync
2020-11-04Youtube: fix channels page after lazy fetchdec05eba
2020-11-04Add ctrl+arrow key to move by word in text input, fix search triggering with ↵dec05eba
backspace repeat char
2020-11-04Matrix: do not post filter on first sync, show loading animation if sync ↵dec05eba
cache is removed without login
2020-11-04Fetch latest message immediately when going to room even if sync is not finisheddec05eba
2020-11-04Show loading animation for initial logindec05eba
2020-11-04Matrix: hack: fetch latest messages even if sync is not finished when going ↵dec05eba
to room
2020-11-04Test caching filter in matrixdec05eba
2020-11-04Matrix: show membership events, unimplemented events, do not fetch users ↵dec05eba
remote during cache (slow)
2020-11-04Video player: fix cursor hiding when not moving, unset fullscreen after ↵dec05eba
going back after recommendation page
2020-11-04Add channels page to related videos menu, fix related videos menu broken ↵dec05eba
after video failing to load
2020-11-03Youtube add channel page, fix search pagination (update to correct ↵dec05eba
continuation token)
2020-11-03Matrix: attach messages to bottom for initial fetch to reduce jumping of ↵dec05eba
body items
2020-11-03Matrix: fetch user if the user is not available for some reason (synapse bug?)dec05eba
2020-11-03Matrix: update body item filter when switching tabdec05eba
2020-11-03Matrix: only scroll to bottom on first previous messages fetchdec05eba
2020-11-03Matrix: sync with filter, lazy member fetch (reducing sync time from 35 sec ↵dec05eba
with huge server to 3 seconds) and cached fetch to 150ms). Properly show notifications for older messages. Reduce memory usage from 120mb to 13mb
2020-11-01Matrix: do not show notification for cache sync messagesdec05eba
2020-11-01Matrix: cache syncdec05eba
2020-11-01Matrix: immediately remove room from gui on leave instead of waiting for ↵dec05eba
sync response
2020-11-01Matrix: create room immediately after receiving join response, instead of ↵dec05eba
waiting for join sync message
2020-11-01Matrix: add invites tab, add /leave command, remove room when leaving, add ↵dec05eba
async loading for more tasks
2020-10-31Remove explicit opengl versiondec05eba
2020-10-31Do not load fonts that are not used in Text)dec05eba
2020-10-31Matrix: cancel tasks when leaving chat page. This fixes delay in chat page ↵dec05eba
close sometimes
2020-10-31Load fonts on demanddec05eba
2020-10-31Make matrix posting, deleting, replying, edit async and video check if ↵dec05eba
streamable async
2020-10-30Matrix: re-add /logout, cancel task immediatelydec05eba
Cancel video download when pressing escape, other fixes..
2020-10-30Add support for korean and all chinese charactersdec05eba
2020-10-29Properly cleanup embedded text items (2)dec05eba
2020-10-29Properly cleanup embedded text itemsdec05eba
2020-10-29Matrix: download unstreamable videos before playing them (mp4)dec05eba
2020-10-29Matrix: add room tagsdec05eba
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...
2020-10-23Set nyaa.si avatar thumbnail size to 120x120dec05eba
2020-10-23Add video loading animationdec05eba
2020-10-23Matrix: start on room tags, fix thread race condition on accessing room ↵dec05eba
variables (name, avatar url, prev batch)
2020-10-23Kill program on read failure or callback returning non-0 value, fix ↵dec05eba
potential crash
2020-10-23Cleanup embedded item if embedded item refers to a new item, scroll to ↵dec05eba
bottom when posting message/media and last item is already visible Also show "Loading..." while checking if our matrix token is still valid.
2020-10-23Mangadex: implement paginationdec05eba
2020-10-23Re-add creators pagedec05eba
2020-10-23Remove requiring to use ctrl on 4chan, remove formatting text in modified ↵dec05eba
text on matrix
2020-10-22Matrix: improve pinned messages viewdec05eba
2020-10-22Matrix: add pinned messages tabdec05eba