Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix initial file encryption displaying | fiaxh | 2020-09-07 | 6 | -13/+37 |
| | | | | fixes #831 | ||||
* | Don't clear MAM id times on stream negotiated | fiaxh | 2020-09-02 | 1 | -1/+2 |
| | |||||
* | Implement MUC self ping | fiaxh | 2020-08-31 | 5 | -4/+69 |
| | |||||
* | Update translations | Translations | 2020-08-01 | 92 | -2468/+3758 |
| | |||||
* | Lazy generate occupant menu list | fiaxh | 2020-07-22 | 1 | -10/+16 |
| | |||||
* | Don't create a second message object for each typing notification | fiaxh | 2020-07-22 | 3 | -5/+14 |
| | |||||
* | Improve stream management queue | fiaxh | 2020-07-21 | 3 | -21/+22 |
| | |||||
* | Visually highlight pending messages, improve resending | fiaxh | 2020-07-16 | 6 | -14/+59 |
| | |||||
* | Only query entity caps when we need them | fiaxh | 2020-07-16 | 17 | -228/+317 |
| | |||||
* | Add queue and resending to stream management | fiaxh | 2020-07-15 | 5 | -18/+146 |
| | |||||
* | Fix unread bubbles having wrong color on startup | fiaxh | 2020-07-15 | 2 | -4/+4 |
| | |||||
* | dino: Center phone/laptop icon in tooltip (#878) | Alyssa Rosenzweig | 2020-07-13 | 1 | -1/+1 |
| | | | | | | So it lines up nicely with the text instead of being awkwardly raised above the text. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> | ||||
* | Some locales need more than 2 chars for AM/PM, make the buffer a bit larger | Marvin W | 2020-07-08 | 1 | -1/+1 |
| | |||||
* | Use strftime() instead DateTime.format(), fixes #875 | Marvin W | 2020-07-08 | 1 | -1/+2 |
| | |||||
* | Show dark unread counts for notifying conversations, light ones otherwise | fiaxh | 2020-07-06 | 3 | -4/+27 |
| | |||||
* | Show bubble containing the number of unread messages in the conversation ↵ | codedust | 2020-07-06 | 4 | -11/+63 |
| | | | | | | | list (#764) Co-authored-by: codedust <codedust@users.noreply.github.com> Co-authored-by: fiaxh <git@lightrise.org> | ||||
* | Fix messages mistakenly treated as /me command (#872) | Kim Alvefur | 2020-07-02 | 1 | -4/+4 |
| | | | | Per XEP-0245 only messages that start with "/me " (with the trailing space) should treated as 3rd person actions. | ||||
* | Change test code for older vala compat | Marvin W | 2020-06-28 | 2 | -86/+88 |
| | |||||
* | Clean up some image rendering code | Marvin W | 2020-06-28 | 3 | -8/+87 |
| | |||||
* | Fix rare 1 byte buffer over-read | Marvin W | 2020-06-28 | 2 | -10/+11 |
| | |||||
* | Don't strip() at XML layer | Marvin W | 2020-06-28 | 3 | -7/+14 |
| | |||||
* | Fix async tests | Marvin W | 2020-06-28 | 3 | -14/+91 |
| | |||||
* | Make Travis CI use debian stable in docker | Marvin W | 2020-06-23 | 1 | -10/+18 |
| | |||||
* | Do not use GNOME specific setting for 24 hours | Marvin W | 2020-06-23 | 1 | -4/+6 |
| | |||||
* | Focus textinput after closing file send dialog | fiaxh | 2020-06-23 | 2 | -1/+6 |
| | | | | fixes #867 | ||||
* | fixup Fetch avatars only when they are used | fiaxh | 2020-06-23 | 1 | -1/+1 |
| | |||||
* | Don't offer encryption in MUC PMs | fiaxh | 2020-06-23 | 4 | -2/+27 |
| | |||||
* | Recreate avatar database table, fixes unique constraint | fiaxh | 2020-06-11 | 1 | -2/+10 |
| | |||||
* | Use sqlite UPSERT | fiaxh | 2020-06-10 | 12 | -75/+75 |
| | |||||
* | Fetch avatars only when they are used | fiaxh | 2020-06-10 | 9 | -194/+190 |
| | |||||
* | Fix voice request notification | fiaxh | 2020-06-06 | 2 | -12/+12 |
| | |||||
* | Show unencryptable/untrusted OMEMO warnings also in MUCs | fiaxh | 2020-06-05 | 3 | -16/+51 |
| | | | | fixes #857 | ||||
* | Only consider first file if multiple ones are drag and droped | fiaxh | 2020-06-04 | 2 | -7/+18 |
| | | | | fixes #818 | ||||
* | Fix runtime critical in entity capabilities hashing | fiaxh | 2020-06-04 | 1 | -1/+1 |
| | |||||
* | Add image sending via clipboard paste | fiaxh | 2020-06-04 | 2 | -0/+16 |
| | | | | fixes #385 | ||||
* | Add shortcuts for search (CTRL+F) and file upload (CTRL+U) | fiaxh | 2020-06-03 | 4 | -2/+39 |
| | | | | fixes #806 | ||||
* | Fix runtime critical | fiaxh | 2020-06-03 | 1 | -5/+6 |
| | |||||
* | Fix runtime critical | fiaxh | 2020-06-03 | 1 | -1/+1 |
| | |||||
* | Fix cyclic references => let objects be freed | fiaxh | 2020-06-03 | 4 | -29/+42 |
| | |||||
* | Code cleanup | fiaxh | 2020-06-03 | 2 | -27/+6 |
| | |||||
* | Fix compiler warnings | fiaxh | 2020-06-03 | 8 | -16/+16 |
| | |||||
* | Store last read content item for conversations | fiaxh | 2020-06-03 | 10 | -58/+100 |
| | | | | fixes #495 | ||||
* | Check if server supports uid | fiaxh | 2020-06-03 | 4 | -5/+15 |
| | |||||
* | Add missing ellipsis, in line with similar strings (#862) | Jordi Mallach | 2020-05-27 | 1 | -1/+1 |
| | |||||
* | Update Catalan translation. (#861) | Jordi Mallach | 2020-05-27 | 1 | -30/+29 |
| | |||||
* | Store current resource for sent message (if server didn't give us the ↵ | fiaxh | 2020-05-24 | 1 | -0/+6 |
| | | | | | | resource we asked for) Some servers give out random resources. Then, we didn't deduplicate own messages afterwards because we saved the wrong resource. | ||||
* | Fix crash in clear_all_chat_states (it removed an entry from a HashMap while ↵ | fiaxh | 2020-05-21 | 1 | -1/+2 |
| | | | | iterating over it) | ||||
* | Global search: Display dates in local timezone (#855) | selurvedu | 2020-05-20 | 1 | -1/+1 |
| | | | | | | This fixes message dates being displayed in UTC in the message search sidebar. Co-authored-by: selurvedu <selurvedu@users.noreply.github.com> | ||||
* | Update translations | Translations | 2020-05-17 | 90 | -1173/+1097 |
| | |||||
* | Update translations | Translations | 2020-05-16 | 87 | -1262/+4477 |
| |