- Mar 07, 2022
-
-
Evangelos Ribeiro Tzaras authored
-
- Feb 08, 2022
-
-
Evangelos Ribeiro Tzaras authored
-
- Jan 26, 2022
-
-
Evangelos Ribeiro Tzaras authored
-
- Dec 10, 2021
- Nov 17, 2021
- Sep 13, 2021
-
-
Evangelos Ribeiro Tzaras authored
-
- Aug 31, 2021
- Aug 10, 2021
-
-
Evangelos Ribeiro Tzaras authored
-
- Jul 16, 2021
-
-
Evangelos Ribeiro Tzaras authored
-
- Jun 29, 2021
-
-
Evangelos Ribeiro Tzaras authored
-
- May 29, 2021
-
-
Evangelos Ribeiro Tzaras authored
-
- May 09, 2021
-
-
Evangelos Ribeiro Tzaras authored
-
- Apr 14, 2021
-
-
Evangelos Ribeiro Tzaras authored
-
- Mar 26, 2021
-
-
Evangelos Ribeiro Tzaras authored
-
- Nov 27, 2020
-
-
Evangelos Ribeiro Tzaras authored
-
- Nov 02, 2020
-
-
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.
-
- Nov 01, 2020
-
-
Evangelos Ribeiro Tzaras authored
See issue #414 and !498
-
This commiti aims to close #414
-
- Oct 31, 2020
-
-
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.
-
- Oct 30, 2020
-
-
Sebastian Krzyszkowiak authored
-
- Oct 29, 2020
-
-
Adrien Plazas authored
This lists the form-factors the app was designed for in the AppStream data and the desktop entry.
-
- Oct 08, 2020
-
-
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)
-
- Oct 05, 2020
-
-
Oliver Smith authored
Fixes: d6ffe9de ("Release version 0.1.16")
-
- Oct 01, 2020
-
-
- Sep 29, 2020
-
-
Emin Tufan Çetin authored
-
- Sep 23, 2020
-
-
Mohammed Sadiq authored
-
-
- Sep 18, 2020
-
-
- Sep 17, 2020
-
-
scootergrisen authored
-
- Sep 16, 2020
-
-
Mohammed Sadiq authored
And adapt to API changes
-
- Sep 14, 2020
-
-
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
-
- Sep 07, 2020
-
-
Fabio Tomat authored
-
Fabio Tomat authored
-