aboutsummaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
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 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-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-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: temporary disable vim keys that interfer with room search, also ↵dec05eba
include embedded item when pressing enter
2020-10-21Workaround sfml image loading thread race conditiondec05eba
See: https://github.com/SFML/SFML/issues/1711 Also some other smaller changes
2020-10-21Matrix: dont count edit/redacts as new unread messages in a room, update ↵dec05eba
local read marker
2020-10-21Matrix: sort rooms by mention/unread messagesdec05eba
fix multiple messages being marker as mentioning us if the latest mention is close to another mention that we have already read. Do not go to bottom when sending a message or uploading media. Do not scroll to bottom unless we have the last message selected, the tab is the messages tab and the window is focused.
2020-10-21Fix thumbnail fallback size being incorrect, incorrect read marker for matrixdec05eba
2020-10-19Load thumbnails with multiple threads, use sha256 for saving image to path ↵dec05eba
instead of base64 (filename limit is 256 on linux...)
2020-10-19Fade thumbnail from fallback to the image texturedec05eba
2020-10-19Change thumbnail creation from nearest neighbor to linear interpolation, set ↵dec05eba
body thumbnail size for 4chan and matrix (if available)
2020-10-19Fix body stutteringdec05eba
2020-10-19Matrix: add room search, move rooms with mentions/unread messages to topdec05eba
2020-10-19Add pagination to ph and mangatowndec05eba
2020-10-18Matrix: add support for mp4 files with ftypmp42 magic numberdec05eba
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 ↵dec05eba
restarting, and set sync retry to 1 sec instead of 50ms
2020-10-17Matrix: make text that mentions us reddec05eba
2020-10-17Matrix: make displayname more bright, add circle mask shader for avatar and ↵dec05eba
room thumbnails
2020-10-17Matrix: show reply messages embedded in messages that reply to them, like ↵dec05eba
element does
2020-10-17Matrix: edit/redact the referenced message instead of appending a new messagedec05eba
2020-10-16Matrix: stream download to rapidjson parserdec05eba
2020-10-16Matrix: use rapidjson instead of jsoncpp to decrease memory usage from 58mb ↵dec05eba
to 24mb
2020-10-14Reset window size redraw after switching page, to fix rendering size issues. ↵dec05eba
Disable manga images mipmap
2020-10-13Refactor plugin into seperate pagesdec05eba
TODO: Readd 4chan login page, manganelo creators page, autocomplete
2020-10-10Matrix: only show notification on mention if window is not focused or ↵dec05eba
message was received in another room Also fix caret position in text being incorrect after resize. Change caret behavior when pressing up/down at the first/last row, to not go to the beginning/end.
2020-10-06Nyaa.si: fix torrents by anonymous not working if there are no commentsdec05eba
2020-10-05Commit before redesign of codedec05eba
2020-10-04Matrix: add formatting to replies, fixes reply formatting on element mobiledec05eba
2020-10-04Matrix: sort messages by timestampdec05eba
2020-10-03Matrix: do not set avatar url for users with no avatardec05eba
2020-10-03Matrix: show unread marker from previous session (fetch m.read marker from ↵dec05eba
server)
2020-10-03Reduce memory usage by cleaning up text not visible on the screendec05eba
As a text, memory usage decreased from 150mb to 20mb
2020-10-03Matrix: show messages from users without an avatardec05eba
2020-10-03Nyaa.si: show title when viewing torrentdec05eba
2020-10-03Matrix: use correct avatar for direct message roomsdec05eba
2020-10-03Matrix: use correct name for private chat rooms, move 4chan comment input to ↵dec05eba
the top
2020-10-03Nyaa.si: fetch next page when reaching the bottomdec05eba
2020-10-03Nyaa.si: parse html instead of rss, allows for paginationdec05eba
2020-10-034chan: use entry instead of search input, fix postingdec05eba