- 14 Jul, 2020 2 commits
-
-
Mohammed Sadiq authored
-
This will help changing the setting with a tap or click on the row
-
- 11 Jul, 2020 1 commit
-
-
Mohammed Sadiq authored
If the buddy have a contact associated, return the contact value as the buddy id. This will help avoid some duplicates. Partially fixes #275
-
- 08 Jul, 2020 5 commits
-
-
A URI may contain many different escaped strings than just %20 (ie, space). So Let’t use the standard g_uri_unescape_string to unscape the URI string, and remove the no longer used function.
-
-
-
-
-
- 06 Jul, 2020 1 commit
-
-
Fixes #363
-
- 04 Jul, 2020 1 commit
-
-
- 29 Jun, 2020 1 commit
-
-
Mohammed Sadiq authored
-
- 27 Jun, 2020 1 commit
-
-
louib authored
-
- 25 Jun, 2020 3 commits
-
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
This reverts commit 01404b60. Selecting the first item in the list will present the window to the user, which is undesired if in daemon mode
-
Appstream nowadays prefers `.metainfo.xml`: https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-location Signed-off-by:
David Heidelberg <david@ixit.cz>
-
- 24 Jun, 2020 5 commits
-
-
Mohammed Sadiq authored
.buildconfig is a trailing from gnome-builder, drop it, and we no longer use zanata for translations
-
Mohammed Sadiq authored
-
-
Detect server support and allow to set the client state via '/csi (in)active'
-
-
- 23 Jun, 2020 6 commits
-
-
Returning NULL for unknown types will result in the concatinated string to be NULL, which hides the phone number added to the label. Fix it by always returning a valid string.
-
When chatty is opened in unfolded mode, instead if showing a blank page, let's show the chat messages of the first item in the chat list.
-
Mohammed Sadiq authored
Fixes #352
-
-
-
Mohammed Sadiq authored
-
- 22 Jun, 2020 2 commits
-
-
Otherwise the label will be expanded to the size of the container, which can be larger than the message content resulting in empty padding inside the message bubble.
-
For SMS chat, “XMPP ID” was used as the label for Phone numbers. Fix to use “Phone number:” as label.
-
- 21 Jun, 2020 1 commit
-
-
Mohammed Sadiq authored
Setting daemon mode twice simply shows the chatty window. Fix the logic to show window.
-
- 19 Jun, 2020 2 commits
-
-
The uri can be of the form “sms://123”. We don’t want the contact name of this chat to be “sms://123”. So simply use phone number as alias.
-
Mohammed Sadiq authored
Fixes Librem5/chatty#362
-
- 18 Jun, 2020 1 commit
-
-
- 16 Jun, 2020 1 commit
-
-
Mohammed Sadiq authored
Network errors are not related to SMS accounts Fixes Librem5/chatty#354
-
- 09 Jun, 2020 5 commits
-
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
And adapt to API change. This will help removing a public struct member in chatty-conversation.c
-
Mohammed Sadiq authored
oldest_message_displayed isn’t modified in the function. So Let’s declare it to be a const to avoid a compiler warning when passing a const value (which is done in the following commit)
-
Mohammed Sadiq authored
-
- 05 Jun, 2020 2 commits
-
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-