- Dec 15, 2021
-
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
A contact with NULL contact is created in mm-chat-info to refer self. So allow NULL contacts to avoid a critical
-
Mohammed Sadiq authored
-
- Dec 14, 2021
-
-
Yuri Chornoivan authored
-
Mohammed Sadiq authored
It's valid for an account to not have a password set as this may happen when the provided password is incorrect
-
Mohammed Sadiq authored
Let matrix-api allow syncing with missing passwords.
-
For SMS/MMS chats, the ability to upload files depends on whether mmsdtng is available or not which can often change with change in hardware (eg: hardware buttons engaged on L5). So update file upload button visibility on account state changes so that actively open chat shall have the right file upload state
-
Chris Talbot authored
-
Chris Talbot authored
-
Chris Talbot authored
-
Chris Talbot authored
-
message id only exists for messages sent from the current chatty session, So this won't work for MMS messages sent from a different session. So find message match by UID and update if found Fixes #645
-
-
- Dec 13, 2021
-
-
Anders Jonsson authored
-
Mohammed Sadiq authored
-
Chris Talbot authored
-
Chris Talbot authored
-
We prefer the chat name to be the first item in the list. Say for example if the user has messages sent to "+1 123 456 789" first and then to "+1123456789" We wan't to keep "+1 123 456 789" as the chat thread name (as that will be whom the user have started chat to) Currently, if have several such different number formats we get all non- duplicated items and use the first one there to create the list. And currently the duplicate items are removed from the start, which might be result in a different format of phone number used to set as chat name. Instead let's keep the first match intact and remove other duplicates so that the first match won't change. Say for example, with the following rows "+1123456789" "+1 123 456 789" "+1123456789" we shall have "+1123456789" "+1 123 456 789" instead of "+1 123 456 789" "+1123456789" Fixes #646
-
Mohammed Sadiq authored
This avoids a critical on application exit
-
- Dec 10, 2021
-
-
Chris Talbot authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
The file path is always an absolute path so we shouldn't add a '/' See Librem5/chatty!992 (comment 181638)
-
-
There are many kinds of files that may not be handled by chatty. Simply show the URI of the item instead of warning and ignoring them Fixes #612
-
This was introduced in https://gitlab.matrix.org/matrix-org/olm/-/commit/b989db011738897e20d143417b08435b9b6955a3 and the tests fails with olm version 3.2.7
-
- Dec 09, 2021
-
-
-
Mohammed Sadiq authored
We were leaking the dialog here
-
Mohammed Sadiq authored
Fixes #636
-
Mohammed Sadiq authored
So that items hidden due to selection changes in the past are reverted Fixes #636
-
Mohammed Sadiq authored
-
- Dec 07, 2021
-
-
Chris Talbot authored
-
-
- Dec 06, 2021
-
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
Avoid saving mmsd settings to chatty settings so that there is a single source of truth. Also adapt settings-dialog accordingly. This will help #637 if we are moving mms settings to g-c-c, as we no longer store the settings locally
-
Mohammed Sadiq authored
If key isn't empty, it hasn't yet uploaded
-
- Dec 03, 2021
-
-
Luna Jernberg authored
-
-
Fixes #618
-
- Dec 02, 2021
-
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-