Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update translations | Translations | 2018-01-24 | 43 | -396/+1149 |
| | |||||
* | Initial Catalan translation. (#279) | Jordi Mallach | 2018-01-24 | 3 | -0/+618 |
| | | | | | | * Initial Catalan translation. * Add OMEMO and OpenPGP plugin translations. | ||||
* | Fix typos in comments and variable names (#269) | linkmauve | 2018-01-10 | 11 | -14/+14 |
| | | | Thanks `codespell`! | ||||
* | Move to GNetworkMonitor (#236) | Mathieu Bridon | 2018-01-09 | 4 | -58/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move to GNetworkMonitor Dino currently talks to NetworkManager over DBus to know the state of the network. That doesn't work in a Flatpak sandbox by default though, because Flatpak filters DBus communications and only allows a very small set of things to pass (which are known to be safe). Gio provides an API to know the state of the network (and be notified of changes via a signal): GNetworkMonitor. And GNetworkMonitor works both inside a Flatpak sandbox, and in traditional builds. (in Flatpak it uses what we call a "portal", which are the clean, safe way to let apps exit their sandbox) Fixes #235 * Don't check for network connectivity for now The connectivity check really is the correct thing to do: * network_available means that the computer has network routes to "somewhere". That is, it is connected to a router. * connectivity.FULL means that the computer can access "the Internet". That is, if it is behind a router, that router is connected. As a result, only checking for network_available is not correct. Unfortunately, NetworkManager tends to wait a long time before checking for connectivity. As a result, it is possible that a transient network error leaves NetworkManager thinking that network_available is true but connectivity!=FULL, and it will wait several minutes before realizing that the Internet connexion did come back. During that time, apps checking for connectivity (e.g the whole GNOME desktop) will think they don't have access to the Internet, while apps that don't (e.g Firefox) will access the Internet just fine. Users are understandably confused when that happens. Removing the check for connectivity is an acceptable trade-off in the short-term, until this situation is improved on the NetworkManager side. https://bugzilla.gnome.org/show_bug.cgi?id=792240 | ||||
* | Add support for setting a new Affiliation in a muc (#266) | David Plassmann | 2018-01-09 | 3 | -8/+23 |
| | | | | | | | | * Added support for setting a new Affiliation in a muc * small changes * fix parameter order | ||||
* | Tab completion: Case insensitive, handle spaces | fiaxh | 2018-01-06 | 2 | -5/+7 |
| | |||||
* | Show error on invalid TLS certificate | fiaxh | 2018-01-04 | 8 | -44/+66 |
| | |||||
* | Small fixes to signal-protocol-c helper functions | Marvin W | 2018-01-04 | 1 | -1/+2 |
| | | | | ref #253 | ||||
* | Update translations | Translations | 2017-12-31 | 36 | -2137/+2664 |
| | |||||
* | Restore window state (size, maximized, position) | fiaxh | 2017-12-31 | 6 | -26/+118 |
| | |||||
* | Place time+encryption+read directly right of name | fiaxh | 2017-12-31 | 7 | -134/+167 |
| | |||||
* | Clear chat states on own/contact disconnect | fiaxh | 2017-12-30 | 2 | -1/+2 |
| | | | | fixes #197 | ||||
* | Show subscription request in conversation summary | fiaxh | 2017-12-30 | 15 | -89/+202 |
| | |||||
* | Fallback display for all file types | fiaxh | 2017-12-13 | 8 | -131/+255 |
| | |||||
* | Load messages for conversation view from cache | fiaxh | 2017-12-13 | 3 | -10/+38 |
| | |||||
* | Match message with previously arrived marker | fiaxh | 2017-12-05 | 3 | -15/+30 |
| | |||||
* | Repopulate message TextView context menu, include "Copy URL" (#219) | Yussuf Khalil | 2017-12-05 | 1 | -6/+48 |
| | | | | | | * Add "Copy URL" context menu option when hovering over a URL * Update message_textview.vala | ||||
* | Rename resources to have a reverse DNS prefix | fiaxh | 2017-12-03 | 31 | -34/+34 |
| | |||||
* | Use reverse DNS naming for icon, desktop file, DBus service, app ID (#221) | Mathieu Bridon | 2017-12-03 | 7 | -10/+10 |
| | | | | | | | The convention is to use reverse DNS for the DBus service names, icons, desktop files and application ID. Flatpak enforces that convention, and even requires at least 3 components in those names. | ||||
* | ConversationView: Date separator | fiaxh | 2017-12-01 | 9 | -18/+138 |
| | |||||
* | http-files: async file download | fiaxh | 2017-11-27 | 1 | -29/+32 |
| | |||||
* | Update translations | Translations | 2017-11-24 | 33 | -831/+834 |
| | |||||
* | Reword some strings (#215) | Allan Nordhøy | 2017-11-23 | 3 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | * conference_s_, Members only room, Too many occupants in room * conferences → conference * No active conversations/accounts * "the account" and escaped apostrophe * leaves, the subject, Required password, voiced, backlog * Members-only room * Remove the \'%s\' account? * Chosen password required for room entry * if any * muc password, voiced, remove account | ||||
* | Fix memory leak | fiaxh | 2017-11-23 | 10 | -18/+22 |
| | |||||
* | Async service lookup, connect and write | fiaxh | 2017-11-23 | 9 | -52/+114 |
| | |||||
* | Disconnect stanza listeners from pipeline | fiaxh | 2017-11-22 | 11 | -33/+59 |
| | |||||
* | ConversationView: Split merged messages when an in-between one is added | fiaxh | 2017-11-22 | 3 | -11/+68 |
| | |||||
* | Update translations | Translations | 2017-11-18 | 40 | -3384/+5453 |
| | |||||
* | Fix unit tests using async + read message marker | fiaxh | 2017-11-17 | 6 | -26/+21 |
| | |||||
* | fixup 3f531d6 | fiaxh | 2017-11-16 | 1 | -1/+1 |
| | |||||
* | Read+(write) stream async | fiaxh | 2017-11-16 | 32 | -390/+469 |
| | |||||
* | Replace deprecated function usages | fiaxh | 2017-11-16 | 11 | -20/+20 |
| | |||||
* | small fixes | fiaxh | 2017-11-01 | 2 | -2/+1 |
| | |||||
* | small fixes | fiaxh | 2017-11-01 | 2 | -5/+2 |
| | |||||
* | Go offline before quiting application | fiaxh | 2017-10-31 | 3 | -6/+24 |
| | | | | fixes #141 | ||||
* | Fix warnings | fiaxh | 2017-10-31 | 31 | -100/+160 |
| | |||||
* | Move DatabaseError handling into Qlite | fiaxh | 2017-10-31 | 18 | -233/+166 |
| | |||||
* | Keep MUC join dialog open until joined, show errors | fiaxh | 2017-10-31 | 25 | -227/+362 |
| | |||||
* | Blocking setting in Contact Details | fiaxh | 2017-10-31 | 7 | -9/+99 |
| | |||||
* | xmpp-vala: Add support for XEP-0191: Blocking Command | Emmanuel Gil Peyrot | 2017-10-31 | 3 | -0/+139 |
| | |||||
* | fixup 8c0a44e (Added a confirmation dialog before removing an account) | fiaxh | 2017-10-30 | 1 | -4/+7 |
| | |||||
* | Added a confirmation dialog before removing an account. Fixes #51 | Dennis Fink | 2017-10-30 | 1 | -8/+16 |
| | |||||
* | Added luxembourgish translation | Dennis Fink | 2017-10-29 | 4 | -0/+68 |
| | |||||
* | Remove new from struct initialisation, as it is deprecated (#180) | linkmauve | 2017-10-23 | 3 | -4/+4 |
| | | | | | | * Remove new from struct initialisation, as it is deprecated. * Use Map.has_key instead of Map.contains, as it is deprecated. | ||||
* | Update translations | fiaxh | 2017-10-23 | 13 | -929/+2321 |
| | |||||
* | Add oob tag to http-upload messages | fiaxh | 2017-10-22 | 5 | -13/+34 |
| | | | | fixes #166 | ||||
* | Directly start chat from xmpp uri if only one account is active | fiaxh | 2017-10-22 | 1 | -9/+16 |
| | | | | fixes #160 | ||||
* | Offline messages for MUCs | fiaxh | 2017-10-22 | 3 | -14/+19 |
| | | | | fixes #187 | ||||
* | Only match full words as mentions for notifications | fiaxh | 2017-10-22 | 1 | -1/+3 |
| | | | | fixes #185 | ||||
* | PGP encrypted file transfers | fiaxh | 2017-10-22 | 14 | -70/+209 |
| |