Age | Commit message (Expand) | Author |
2020-11-05 | Fix text edit in matrix for non ascii characters | dec05eba |
2020-11-05 | First sort alphabetically and then by mention/unread.. | dec05eba |
2020-11-05 | Move mentioned room to top again | dec05eba |
2020-11-05 | Sort rooms alphanumerical case insensitive | dec05eba |
2020-11-05 | Better detect non-streamable videos, do not sort rooms by activity, it causes... | dec05eba |
2020-11-04 | Matrix: fetch additional messages in the background for all rooms, filter roo... | dec05eba |
2020-11-04 | Youtube: fix channels page after lazy fetch | dec05eba |
2020-11-04 | Matrix: do not post filter on first sync, show loading animation if sync cach... | dec05eba |
2020-11-04 | Matrix: hack: fetch latest messages even if sync is not finished when going t... | dec05eba |
2020-11-04 | Test caching filter in matrix | dec05eba |
2020-11-04 | Matrix: show membership events, unimplemented events, do not fetch users remo... | dec05eba |
2020-11-04 | Add channels page to related videos menu, fix related videos menu broken afte... | dec05eba |
2020-11-03 | Youtube add channel page, fix search pagination (update to correct continuati... | dec05eba |
2020-11-03 | Matrix: attach messages to bottom for initial fetch to reduce jumping of body... | dec05eba |
2020-11-03 | Matrix: fetch user if the user is not available for some reason (synapse bug?) | dec05eba |
2020-11-03 | Matrix: update body item filter when switching tab | dec05eba |
2020-11-03 | Matrix: sync with filter, lazy member fetch (reducing sync time from 35 sec w... | dec05eba |
2020-11-01 | Matrix: do not show notification for cache sync messages | dec05eba |
2020-11-01 | Matrix: cache sync | dec05eba |
2020-11-01 | Matrix: immediately remove room from gui on leave instead of waiting for sync... | dec05eba |
2020-11-01 | Matrix: create room immediately after receiving join response, instead of wai... | dec05eba |
2020-11-01 | Matrix: add invites tab, add /leave command, remove room when leaving, add as... | dec05eba |
2020-10-30 | Matrix: re-add /logout, cancel task immediately | dec05eba |
2020-10-29 | Matrix: download unstreamable videos before playing them (mp4) | dec05eba |
2020-10-29 | Matrix: add room tags | dec05eba |
2020-10-23 | Set nyaa.si avatar thumbnail size to 120x120 | dec05eba |
2020-10-23 | Matrix: start on room tags, fix thread race condition on accessing room varia... | dec05eba |
2020-10-23 | Mangadex: implement pagination | dec05eba |
2020-10-23 | Re-add creators page | dec05eba |
2020-10-22 | Matrix: add pinned messages tab | dec05eba |
2020-10-21 | Matrix: dont count edit/redacts as new unread messages in a room, update loca... | dec05eba |
2020-10-21 | Matrix: sort rooms by mention/unread messages | dec05eba |
2020-10-21 | Fix thumbnail fallback size being incorrect, incorrect read marker for matrix | dec05eba |
2020-10-20 | Add thumbnail loading animation | dec05eba |
2020-10-19 | shared_ptr<RoomData> -> unique_ptr<RoomData> and naked pointers | dec05eba |
2020-10-19 | Change thumbnail creation from nearest neighbor to linear interpolation, set ... | dec05eba |
2020-10-19 | Add pagination to ph and mangatown | dec05eba |
2020-10-19 | Ph: fix related videos images and titles missing or incorrect. Use message ty... | dec05eba |
2020-10-18 | Set all notification titles to QuickMedia, fallback to BROWSER env if xdg-uti... | dec05eba |
2020-10-18 | Matrix: add support for mp4 files with ftypmp42 magic number | dec05eba |
2020-10-18 | Matrix: add a proper URI parser instead of regex for opening links. Show rela... | dec05eba |
2020-10-17 | Matrix: update room list when joining a room (in another client) without rest... | dec05eba |
2020-10-17 | Matrix: use cached joined_rooms instead of calling to server. Construct doesn... | dec05eba |
2020-10-17 | Matrix: make text that mentions us red | dec05eba |
2020-10-17 | Matrix: make displayname more bright, add circle mask shader for avatar and r... | dec05eba |
2020-10-17 | Matrix: show reply messages embedded in messages that reply to them, like ele... | dec05eba |
2020-10-16 | Matrix: use room object instead of room id | dec05eba |
2020-10-16 | Mangadex: show search results in same order as website (not timestamp sorted) | dec05eba |
2020-10-16 | Matrix: stream download to rapidjson parser | dec05eba |
2020-10-16 | Matrix: use rapidjson instead of jsoncpp to decrease memory usage from 58mb t... | dec05eba |