Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-10-24 | Add option for unique config | LorenDB | 7 | -24/+69 | |
2020-10-24 | Add mobile mode which improves scrolling | Nicolas Werner | 3 | -1/+28 | |
2020-10-24 | Fix copying text | Nicolas Werner | 1 | -2/+0 | |
2020-10-23 | Fix infinite pagination properly now. | Nicolas Werner | 4 | -5/+19 | |
2020-10-23 | Fix share keys setting not working | Nicolas Werner | 1 | -0/+6 | |
2020-10-23 | Reload message on m.room_key | Nicolas Werner | 1 | -2/+4 | |
2020-10-22 | Speed up rendering the timeline by a LOT by reducing clipping | Nicolas Werner | 2 | -2/+2 | |
Sadly still required for replies, otherwise this would be perfect. | |||||
2020-10-22 | Trade CPU usage for 30MB of members in RAM | Nicolas Werner | 7 | -146/+30 | |
2020-10-21 | Use QFontComboBox as per issue 238 (deleted comments) | LorenDB | 2 | -6/+4 | |
Note: I have deleted commented code as per the suggestion of @utkarsh2102. Note 2: I have fixed all the diffs, etc. | |||||
2020-10-20 | Fix corrupt channel + add additional debugging | Nicolas Werner | 3 | -2/+11 | |
2020-10-20 | Clean up key requests + autoreload | Nicolas Werner | 11 | -56/+84 | |
2020-10-20 | Share code for sending encrypted olm messages | Nicolas Werner | 4 | -352/+278 | |
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 bindings | Nicolas Werner | 1 | -1/+3 | |
2020-10-08 | Bump spdlog version | Nicolas Werner | 1 | -2/+2 | |
2020-10-08 | Fix unused variable warnings on old compilers | Nicolas Werner | 1 | -3/+12 | |
2020-10-08 | Send master key in verification flow (if we trust it) | Nicolas Werner | 2 | -0/+26 | |
2020-10-08 | Try to please the CI gods | Nicolas Werner | 2 |