| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bump libsignal-protocol-c dependency to 2.3.2 | Marvin W | 2019-01-02 | 5 | -13/+16 |
* | Update Translations | Translations | 2018-12-31 | 62 | -1591/+2852 |
* | Check FileTransfer's mime_type for null (unknown) when handeling it | fiaxh | 2018-12-31 | 5 | -7/+7 |
* | Fix display name: Check localpart (return) for null | fiaxh | 2018-12-29 | 1 | -2/+7 |
* | ConversationSelector: Display time "Yesterday" after date change | fiaxh | 2018-12-29 | 1 | -1/+1 |
* | Improve message markup parsing | fiaxh | 2018-12-29 | 1 | -4/+3 |
* | Fix compilation with older versions of valac | Marvin W | 2018-12-28 | 2 | -5/+5 |
* | Private MUCs w/o name: Display localparts instead of barejids if name is not ... | fiaxh | 2018-12-28 | 1 | -3/+3 |
* | display groups w/o name by list of members | Daniel Gultsch | 2018-12-28 | 6 | -2/+69 |
* | Detect emoji-only messages and display them larger | fiaxh | 2018-12-27 | 5 | -0/+74 |
* | (Partially) Fix messages being displayed wrongly sorted in ConversationSummar... | fiaxh | 2018-12-27 | 3 | -9/+11 |
* | Check content_length for null before parsing in http HEAD message response | fiaxh | 2018-11-29 | 2 | -2/+6 |
* | support jpeg pep avatars + actually check hash | Daniel Gultsch | 2018-11-27 | 1 | -3/+12 |
* | only parse vcard hashes from available presence | Daniel Gultsch | 2018-11-27 | 1 | -0/+3 |
* | Fix aesgcm http file up/download bugs | fiaxh | 2018-11-27 | 4 | -30/+52 |
* | Implement aesgcm encrypted file upload | fiaxh | 2018-11-27 | 7 | -12/+116 |
* | FileProvider for aesgcm links | fiaxh | 2018-11-27 | 6 | -7/+166 |
* | Restructure (http) file provider flow: Separate download&get_info, download i... | fiaxh | 2018-11-27 | 10 | -122/+149 |
* | Fix muc avatars sometimes not showing split tiles for occupants | fiaxh | 2018-11-25 | 2 | -6/+1 |
* | Always use Account.hash(equals)_func for HashMap+ArrayList | fiaxh | 2018-11-24 | 3 | -3/+3 |
* | ConversationRow: Update nick_label in case of FileItems | fiaxh | 2018-11-21 | 1 | -1/+5 |
* | Fix TLS error notification wrongly appearing | fiaxh | 2018-11-21 | 1 | -5/+3 |
* | Allow 12 for the size of the IV | Tim Henkes | 2018-11-20 | 1 | -2/+2 |
* | Fix typo in unified window string | Maxime Buquet | 2018-11-19 | 1 | -1/+1 |
* | Add a white border around QR-codes | Rahix | 2018-11-16 | 1 | -2/+13 |
* | Split login jid/password into two steps with checks | fiaxh | 2018-11-16 | 15 | -78/+605 |
* | Update translations | Translations | 2018-11-14 | 65 | -737/+1014 |
* | Fix Typo | Licaon_Kter | 2018-11-11 | 1 | -1/+1 |
* | Spelling, added comma and ending dot. | Allan Nordhøy | 2018-11-11 | 1 | -2/+2 |
* | Update translations | Translations | 2018-11-10 | 63 | -896/+4980 |
* | Use QR-code icon for OMEMO QR-code button | fiaxh | 2018-11-10 | 4 | -3/+11 |
* | Hide OMEMO messages from untrusted sources | Marvin W | 2018-11-10 | 5 | -40/+124 |
* | Merge PR #413 "Improvements to the OMEMO plugin" | Marvin W | 2018-11-10 | 28 | -507/+1727 |
|\ |
|
| * | Solve a few compiler warnings | Samuel Hand | 2018-08-14 | 2 | -28/+9 |
| * | Properly decrypt messages from MUCs | Samuel Hand | 2018-08-14 | 2 | -97/+75 |
| * | Move formatting out of translatable strings in manage_key_dialog | Samuel Hand | 2018-08-12 | 1 | -3/+3 |
| * | Change own-notifcation wording and add a default action | Samuel Hand | 2018-08-12 | 2 | -2/+15 |
| * | Make the key lists scrollable | Samuel Hand | 2018-08-12 | 1 | -4/+20 |
| * | Index consistently with the identity id | Samuel Hand | 2018-08-12 | 7 | -21/+53 |
| * | Actually perform the database update when changing blind trust | Samuel Hand | 2018-08-11 | 1 | -1/+1 |
| * | Un-dim fingerprint when accepting keys | Samuel Hand | 2018-08-11 | 1 | -0/+2 |
| * | Fix OMEMO not working when the database is re-created for an existing account | Samuel Hand | 2018-08-11 | 1 | -2/+11 |
| * | Merge branch 'master' into omemo-muc | Samuel Hand | 2018-08-11 | 2 | -3/+3 |
| |\ |
|
| * | | Make strings translatable | Samuel Hand | 2018-08-10 | 4 | -25/+25 |
| * | | Fix mutual subscription detection | Samuel Hand | 2018-08-10 | 5 | -18/+12 |
| * | | Code cleanup - move long database queries to their own functions and improve ... | Samuel Hand | 2018-08-10 | 11 | -143/+194 |
| * | | Make constructors the first function | Samuel Hand | 2018-08-09 | 2 | -92/+91 |
| * | | Indentation fixes | Samuel Hand | 2018-08-09 | 2 | -31/+31 |
| * | | Add dependencies to readme | Samuel Hand | 2018-08-09 | 1 | -0/+1 |
| * | | Show a verification QR code for an accounts own key | Samuel Hand | 2018-08-08 | 4 | -7/+111 |