- Jan 18, 2022
-
-
Mohammed Sadiq authored
And show the same window on every request and avoid leaking settings-dialog.
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
This would result in the contact list to expand to fill the rest of the space resulting in empty space above the contact list
-
- Jan 17, 2022
-
-
Yuri Chornoivan authored
-
we now use a cryptic number to refer self instead of "SMS". And so explicitly set the name as "SMS" for mm-account instead of showing the username
-
Mohammed Sadiq authored
Insensitive buttons should have the default style so that users can differentiate them
-
Mohammed Sadiq authored
Regardless of the network state, let the message entry be sensitive so that we don't interrupt user's work flow on network changes Fixes #663
-
- Jan 16, 2022
-
-
And an API to show it when required
-
Fixes #235
-
And adapt to changes. This looks easier as more pages and items are added to the dialog
-
And adapt to changes This will help keep a single API for both single and multi contact selection list
-
-
This has been modified and ripped off from new-chat-dialog. As per the design[0] we shall have to use contact list in more than one place, so let's better move it to a separate class so that it's easier to include it where ever we need. [0] https://gitlab.gnome.org/Teams/Design/app-mockups/raw/d214c06090433c1795ef1b2c861fd3851a44ec58/messages/compose.png
-
-
We have been using ChattyAccount in every block within the function. So let's declare it once at the top of function
-
Mohammed Sadiq authored
-
- Jan 14, 2022
-
-
Mohammed Sadiq authored
Fixes #668
-
- Jan 11, 2022
-
-
Concatenate the links together when the text is created, also prepend the message with subject if there's one.
-
Instead of creating the message text from file links Let the files be added as files so that they are saved properly to database
-
The change implements the following changes: 1. Support multiple files per messages 2. Save more SMS/MMS details like delivery time, MMS subject Also implement migration from previous versions and add more tests
-
-
Compare all table schema columns to ensure that our migration code is right
-
- Jan 10, 2022
-
-
Mohammed Sadiq authored
the send button was hidden when the text was deleted with a message having both text and attachements. Fixes #666
-
- Jan 06, 2022
-
-
The generated string is translable better than the one we had
-
-
This is a copy of what we had for matrix chats. Moving to chatty-chat since it's also useful for mm-chat.
-
- Jan 04, 2022
-
-
- Jan 03, 2022
-
-
Chris Talbot authored
-
Chris Talbot authored
-
- Jan 02, 2022
-
-
Chris Talbot authored
An MMS can come in multiple times per second, causing the directory (and contents) to alias. This commit prevents that from happening
-
- Dec 28, 2021
-
-
Jan Jasper de Kroon authored
-
- Dec 22, 2021
-
-
Daniel Șerbănescu authored
-
- Dec 19, 2021
-
-
Vittorio Monti authored
-
- Dec 18, 2021
-
-
Yuri Chornoivan authored
-
- Dec 16, 2021
-
-
Anders Jonsson authored
-
- Dec 15, 2021
-
-
This is now handled by chatty-manager
-
This will simplify parsing SMS URIs and avoid parsing them multiple times, Also we can support draft messages when we add them
-
-
-
Implements RFC 5724 partially
-