- 29 May, 2021 1 commit
-
-
Evangelos Ribeiro Tzaras authored
-
- 09 May, 2021 1 commit
-
-
Evangelos Ribeiro Tzaras authored
-
- 14 Apr, 2021 1 commit
-
-
Evangelos Ribeiro Tzaras authored
-
- 26 Mar, 2021 1 commit
-
-
Evangelos Ribeiro Tzaras authored
-
- 27 Nov, 2020 1 commit
-
-
Evangelos Ribeiro Tzaras authored
-
- 02 Nov, 2020 5 commits
-
-
Mohammed Sadiq authored
-
-
Matrix and XMPP expects the text to be properly escaped, as the allow HTML formatting
-
SMS messages are stored as such without the HTML being escaped. So avoid stripping html so that real text will not be stripped.
-
When the conversation is created, the corresponding chat may already have fetched the last message. So load a message only if no message is loaded. Otherwise, if a user opens a chat, the second last message is loaded when the conversation is created. Also, when the chat is loaded the recent history is loaded, and since both these requests are done async, the second last message is loaded twice.
-
- 01 Nov, 2020 2 commits
-
-
Evangelos Ribeiro Tzaras authored
See issue #414 and !498
-
This commiti aims to close #414
-
- 31 Oct, 2020 1 commit
-
-
When a new chat is created, it is added to the chat list. If the user goes back to chat list without adding any chat message, hide the newly created chat as the user likely cancelled the chat.
-
- 30 Oct, 2020 1 commit
-
-
Sebastian Krzyszkowiak authored
-
- 29 Oct, 2020 1 commit
-
-
Adrien Plazas authored
This lists the form-factors the app was designed for in the AppStream data and the desktop entry.
-
- 08 Oct, 2020 2 commits
-
-
Mohammed Sadiq authored
The username of the message author name was not set and thus the database were being filled with empty names This was broken in b116a95f
-
Mohammed Sadiq authored
This was the case for a long time. When message-row was written, this was left out accidently, but not noticed as we were not setting message author (and thus the avatar was always hidden)
-
- 05 Oct, 2020 1 commit
-
-
Oliver Smith authored
Fixes: d6ffe9de ("Release version 0.1.16")
-
- 01 Oct, 2020 1 commit
-
-
- 29 Sep, 2020 1 commit
-
-
Emin Tufan Çetin authored
-
- 23 Sep, 2020 2 commits
-
-
Mohammed Sadiq authored
-
-
- 18 Sep, 2020 1 commit
-
-
- 17 Sep, 2020 1 commit
-
-
scootergrisen authored
-
- 16 Sep, 2020 1 commit
-
-
Mohammed Sadiq authored
And adapt to API changes
-
- 14 Sep, 2020 3 commits
-
-
Mohammed Sadiq authored
So that it can be used for all type of accounts
-
Mohammed Sadiq authored
And adapt to API changes. chatty_pp_account_is_sms() was using only chatty-item API. So moving it to chatty-item shall allow us to use the API in more cases, and not just for accounts
-
Mohammed Sadiq authored
And move the old chatty-chat to chatty-pp-chat So that we can use this as the base class for chats
-
- 07 Sep, 2020 2 commits
-
-
Fabio Tomat authored
-
Fabio Tomat authored
-
- 02 Sep, 2020 10 commits
-
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
Use sorted_chat_list, which is now more appropriate.
-
Mohammed Sadiq authored
We now make use of ui_data for tracking various objects. And so we no longer have to lookup in lists to find the objects. Don't differentiate between IM and chats. Use a single liststore for any type of chats, and so we no longer require im_list, and related helper models.
-
Mohammed Sadiq authored
We don't have to list IM chats as buddies are listed separately
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-