- 08 Jun, 2020 3 commits
-
-
Guido Gunther authored
-
Guido Gunther authored
Detect server support and allow to set the client state via '/csi (in)active'
-
Guido Gunther authored
-
- 05 Jun, 2020 5 commits
-
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
And adapt to API changes
-
If 2+ messages has the same timestamp, the one with the largest ‘id’ is the real last message. This also fixes leaking ‘chatty_log->msg’ when this case is hit. This was uncovered when writing tests.
-
It's possible for 2+ messages to happen with the same timestamp. So after timestamp sorting, sort in the descending order of id so that the message order is kept intact. This was uncovered when writing tests.
-
- 04 Jun, 2020 4 commits
-
-
The order of timestamp and direction were reversed.
-
-
The IM chat name may include resource information of the ‘xmpp@example.com/resource’. Remove that from chat name. get_name() is mostly used only to show the user some useful information, not to do exact matches based on this name.
-
These are supposed to be run only once in the main application instance. Let this be run in application class so that non-registered instances wont run them.
-
- 03 Jun, 2020 3 commits
-
-
Yuri Chornoivan authored
-
Guido Gunther authored
-
Fixes Librem5/chatty#345
-
- 02 Jun, 2020 2 commits
-
-
e_vcard_attribute_get_value() returns a new string.
-
-
- 29 May, 2020 12 commits
-
-
-
-
Mohammed Sadiq authored
We now have one less use of chatty-icons API.
-
Mohammed Sadiq authored
We now use ChattyAvatar as avatar everywhere, and thus we no longer require this hack
-
Mohammed Sadiq authored
As avatar changes when the buddy is signed on or off, emit ‘avatar-changed’ so that avatars are updated
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
ChattyAvatar used in main window updates itself on avatar changes
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
main window now uses ChattyAvatar, which will now update itself on change.
-
Mohammed Sadiq authored
This will fix blurring of text avatars in headerbar.
-
Mohammed Sadiq authored
This will fix bluring of avatars with text when scaled.
-
Mohammed Sadiq authored
-
- 28 May, 2020 11 commits
-
-
Mohammed Sadiq authored
-
Guido Gunther authored
It can be NULL according to https://developer.pidgin.im/doxygen/dev3.0.0/html/blistnodetypes_8h.html#aba8c098fab612418dfc5f93fa7866b4f Closes: #340
-
Guido Gunther authored
chatty_utils_jabber_id_strip returns a copy
-
Guido Gunther authored
Makes future changes simpler
-
We where skipping error messages in view, but adding them to database. So these where shown only after restart (when chat is populated from database) See Librem5/chatty#315 (comment 101180)
-
Guido Gunther authored
This makes it harder to grep and takes more screen space
-
Mohammed Sadiq authored
-
Since this is the same dialog grab the focus when switching to 'Add contact'. This makes both the 'search contact' and 'add contact' parts of the dialog have a sensible input focus.
-
This allows to search right away without an extra click. Fixes 05e527fe
-
-
-