Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-10-20 | Store timestamp with olm sessions | Nicolas Werner | 9 | -19/+191 | |
2020-10-18 | Hide room name, if not loaded yet | Nicolas Werner | 2 | -5/+9 | |
2020-10-18 | Actually forward keys using m.forwared_room_key | Nicolas Werner | 2 | -23/+28 | |
2020-10-18 | Automatic key sharing with trusted users | Nicolas Werner | 3 | -23/+62 | |
2020-10-17 | Fix crash on exit | Nicolas Werner | 7 | -45/+21 | |
2020-10-17 | Answer key requests for all our sessions | Nicolas Werner | 1 | -7/+10 | |
2020-10-15 | Make Text element a sibling of the Rectangle to avoid the text from ↵ | kamathmanu | 1 | -14/+14 | |
depending on the rectangle's opacity property. Switch to Nheko theme colors | |||||
2020-10-14 | Avoid hardcoded font size | kamathmanu | 1 | -1/+1 | |
2020-10-13 | Translated using Weblate (Estonian) | Weblate | 1 | -4/+4 | |
Currently translated at 90.2% (363 of 402 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko | |||||
2020-10-13 | Display filename on mouse hover | kamathmanu | 1 | -1/+30 | |
2020-10-13 | Fix small typo in robustness logic | Nicolas Werner | 1 | -1/+1 | |
2020-10-12 | Fix emoji filter losing focus | Nicolas Werner | 1 | -0/+1 | |
2020-10-11 | Update translations | Nicolas Werner | 17 | -1028/+5244 | |
2020-10-09 | Add some try...catch logic around read-only databases so nheko won't crash ↵ | Joseph Donofry | 1 | -7/+48 | |
if the db doesn't exist | |||||
2020-10-08 | Lint qml with qml-format | Nicolas Werner | 31 | -2350/+3034 | |
2020-10-08 | Try to fix windows build | Nicolas Werner | 1 | -3/+3 | |
2020-10-08 | More unused variables in binding |