- Feb 08, 2022
-
-
Mohammed Sadiq authored
-
- Feb 04, 2022
-
-
Mohammed Sadiq authored
This commit also sets initial value of 'savepath' to NULL, so that it won't point to any invalid memory. Likely fixes #674
-
- Feb 03, 2022
-
-
When the user ID is an email/matrix ID belonging to librem.one, pre-fill those details when the homeserver entry is shown so that users don't have to fill them manually
-
This will help users know where the error is, if any.
-
When emails are used for login, We can't deduce the homeserver details from the provided email. So ask for one instead of guessing.
-
- Feb 02, 2022
-
-
Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
-
So that the unread message count info is available after chatty restart.
-
-
-
- Feb 01, 2022
-
-
Anders Jonsson authored
-
-
Mohammed Sadiq authored
He is the one who did most of the MMS stuff Fixes #673
-
Fixes #651
-
As the chat in chat-view is the active chat for the user, we can simply reset the unread count everytime a new message is received.
-
-
- Jan 31, 2022
-
-
Yuri Chornoivan authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
We don't want to update time when the window is not in focus
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
It will be moved to chatty-clock
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
And remove no longer used code Fixes #627
-
Mohammed Sadiq authored
Fixes #627
-
Mohammed Sadiq authored
This will be use to update labels presenting time in chat list and message rows. This should be used instead of timeout callbacks as the later can break if the app goes idle (eg: if the system suspends/the system time changes etc.)
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
Fixes #649
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
Don't use the same 'status' varible to store db and message status, which can be confusing.
-
Mohammed Sadiq authored
-
- Jan 28, 2022
-
-
Chris Talbot authored
-
- Jan 27, 2022
-
-
Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
-
- Jan 25, 2022
-
-
Mohammed Sadiq authored
-
- Jan 24, 2022
-
-
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
- Jan 22, 2022
-
-
Chris Talbot authored
-
Chris Talbot authored
Chatty takes the mimetype directly from mmsd-tng, which is from the MMS. The MIME type is just a header in the MMS, and there is no verification that the file attached is that MIME type in mmsd-tng or in chatty. As a safety/security precaution, let's look up the MIME type ourselves.
-