- Sep 11, 2021
-
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
unkown status means no action has be executed on the account so far. So there is no point in trying to disconnect such an account
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
- Sep 10, 2021
-
-
Mohammed Sadiq authored
-
- Sep 09, 2021
-
-
Mohammed Sadiq authored
We only have 2 items per row, don't allocate 15 units
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
We were not handling modem state, thus if chatty was opened before modem was enabled, and if modem got enabled, chatty was never updating SMS account status, and the user won't be able to send SMS Fixes #489
-
Mohammed Sadiq authored
can used when status is unknown
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
When the chat is deleted, the chat view headerbars were not updated until a new chat is set, which will not happen if there are no more chats.
-
- Sep 08, 2021
-
-
Fixes #561
-
So that we can re-use it
-
though these errors are less likely to happen on device, it will happen often when run over ssh or with custom builds.
-
-
So that long labels won't break UI Fixes #557
-
This is to fix the issue that older chats didn't store thread members, which was fixed in b5d4f448 Fixes #560
-
-
Mohammed Sadiq authored
-
We have to return to the main window in that case. Selecting the next chat should only happen when in non-folded mode
-
- Sep 07, 2021
-
-
The user was never informed about what's happening when the user clicks "Add in contacts" button for SMS accounts. Show a spinner and wait until the contact app is opened before the view is switched Fixes #228
-
And show the option always regardless of the modem state
-
Mohammed Sadiq authored
Basic tests and a test to catch !822
-
Mohammed Sadiq authored
-
- Sep 06, 2021
-
-
Mohammed Sadiq authored
-
If the SMS is an IP SMS, it may not contain a valid number, and when we try to match such a chat it won't be valid either. In the case, we compare g_strcmp0 with NULL, which is always true. So fix it by comparing the right variables
-
We no longer use the enum anywhere
-
We no longer require purple-mm-sms for sms support
-
We no longer require purple-mm-sms for sms support
-
Mohammed Sadiq authored
Don't wait until the SMS is actually sent to let the message added to the chat list, which can result in the message being shown very late as SMS messages are sent serially.
-
- Sep 03, 2021
-
-
Anders Jonsson authored
-
Yuri Chornoivan authored
-
It could be a bit confusing if the chat has no name and the and the user's number begins with a '+', especially in new chat dialog
-
Hook to name property changes so that if avatar is updated when user name is changed
-
-
Fixes #413
-
-
Fixes #542
-
Rafael Fontenelle authored
-