summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Expand)Author
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
2020-11-04Matrix: do not post filter on first sync, show loading animation if sync cach...dec05eba
2020-11-04Fetch latest message immediately when going to room even if sync is not finisheddec05eba
2020-11-04Matrix: hack: fetch latest messages even if sync is not finished when going t...dec05eba
2020-11-04Test caching filter in matrixdec05eba
2020-11-04Matrix: show membership events, unimplemented events, do not fetch users remo...dec05eba
2020-11-04Video player: fix cursor hiding when not moving, unset fullscreen after going...dec05eba
2020-11-04Youtube add channel page, fix search pagination (update to correct continuati...dec05eba
2020-11-03Matrix: attach messages to bottom for initial fetch to reduce jumping of body...dec05eba
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 w...dec05eba
2020-11-01Matrix: do not show notification for cache sync messagesdec05eba
2020-11-01Make youtube-dl dependency optionaldec05eba
2020-11-01Matrix: cache syncdec05eba
2020-11-01Matrix: immediately remove room from gui on leave instead of waiting for sync...dec05eba
2020-11-01Matrix: create room immediately after receiving join response, instead of wai...dec05eba
2020-11-01Matrix: add invites tab, add /leave command, remove room when leaving, add as...dec05eba
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 cl...dec05eba
2020-10-31Make matrix posting, deleting, replying, edit async and video check if stream...dec05eba
2020-10-30Fix matrix logout, cancel video download and add support for korean and all c...dec05eba
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-29Add matrix room tags, implement pagination for mangadex, re-add manganelo cre...dec05eba
2020-10-22Matrix: improve pinned messages viewdec05eba
2020-10-22Matrix: add pinned messages tabdec05eba
2020-10-22Matrix: temporary disable vim keys that interfer with room search, also inclu...dec05eba
2020-10-21Workaround sfml thread race condition when loading imagesdec05eba
2020-10-21Matrix: fix room sorting for unread messages/mentionsdec05eba
2020-10-21Use correct size for thumbnail creationdec05eba
2020-10-21Matrix: dont count edit/redacts as new unread messages in a room, update loca...dec05eba
2020-10-21Matrix: sort rooms by mention/unread messages, fix thumbnail fallback size be...dec05eba
2020-10-20Cache video to temporary file instead of memory, add thumbnail loading animationdec05eba
2020-10-19Fix threading crash (assigning to a new thread before the thread has died), c...dec05eba
2020-10-19Load thumbnails with multiple threads, use sha256 for saving image to path in...dec05eba
2020-10-19Change thumbnail creation from nearest neighbor to linear interpolation, set ...dec05eba
2020-10-19Matrix: add room search, move rooms with mentions/unread messages to topdec05eba
2020-10-19Add pagination to ph and mangatowndec05eba
2020-10-19Ph: fix related videos images and titles missing or incorrect. Use message ty...dec05eba
2020-10-18Matrix: add support for mp4 files with ftypmp42 magic numberdec05eba
2020-10-18Matrix: add a proper URI parser instead of regex for opening links. Show rela...dec05eba
2020-10-18Fix potential crash in thumbnail loader: 2dec05eba
2020-10-18Fix potential crash in thumbnail loaderdec05eba
2020-10-18Set body item scale size, only used right now in matrix for scaling avatardec05eba
2020-10-17Matrix: update room list when joining a room (in another client) without rest...dec05eba