- Aug 30, 2021
-
-
Mohammed Sadiq authored
-
Fixes #434
-
-
-
- Aug 28, 2021
-
-
Not finding a chat in db shouldn't be considered to be an error.
-
So that we can handle the error appropriately
-
anonymize sensitive data by default, and add a way to show them. use G_GNUC_PRINTF() so that the shall have compile time checks shall be done by the compiler. Also, fix some format specifier issues found and remove CHATTY_ENTRY, CHATTY_EXIT and similar macros as they result in too verbose logs.
-
- Aug 27, 2021
-
-
Mohammed Sadiq authored
When we hide user detail, we should hide avatar only if that's not already the case, otherwise, the hidden box will be visible resulting in the message shown with some indent where no avatar should be shown at all. Fixes #547
-
Mohammed Sadiq authored
Related #429
-
Mohammed Sadiq authored
It's possible that the list contained no item when the dialog was launched but new items were added later. Handle that case by hooking to "items-changed" signal
-
The local copy of the phone number will be well formatted, or in international format, while there is no guarantee for that to be the case for the value saved in contacts.
-
Mohammed Sadiq authored
Since SMS has embedded information regarding when the SMS is sent, use it which is the right time and fallback to system time only if the time info from SMS isn't valid. Fixes #399
-
Mohammed Sadiq authored
When the active list of protocol changes, update the list view so that user is able to create new chats to all possible users (otherwise the list updates only when search string is changed)
-
- Aug 25, 2021
-
-
Mohammed Sadiq authored
If the contact list is big, the new contact item (which has the number the user have typed in the search box) may not be visible without scroll, but the user may be more interested in the new contact instead of the ones in the list.
-
Mohammed Sadiq authored
The chatty_item_matches() is used by user for partial matches and doesn't require to have an exact match. This will help searching contacts by number in new chat dialog
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
use a stable libolm tag and add missing dependencies
-
MMS Files will be stored in XDG_DATA_HOME, where other protocol files will be stored in XDG_CACHE_HOME
-
Fixes #543
-
Mohammed Sadiq authored
Was introduced in e7ea6659 Fixes #545
-
Chris Talbot authored
set eds needs to be loaded after users are loaded to track contacts
-
- Aug 24, 2021
-
-
Chris Talbot authored
MMS Files will be stored in XDG_DATA_HOME, where other protocol files will be stored in XDG_CACHE_HOME
-
- Aug 23, 2021
-
-
Mohammed Sadiq authored
We had the same implemented under different names for accounts, buddies, chats, and contacts. Let's unify the API.
-
- Aug 21, 2021
-
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
The user list may not contain the full list of users. So load all members before sending an encrypted message Fixes #523
-
Mohammed Sadiq authored
-
- Aug 20, 2021
-
-
Mohammed Sadiq authored
Since the chat view is already the present view of the user, reset the unread count to 0 once the message is sent. Fixes #541
-
Mohammed Sadiq authored
Fix presenting window when clicking notifications
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
An SMS chat can also have MMS messages. So rename the enum to be more appropriate
-
- Aug 19, 2021
-
-
Mohammed Sadiq authored
purple no longer handles SMS accounts
-
Mohammed Sadiq authored
SMS is now handled exclusively by ChattyMmAccount
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
SMS accounts are now handled by ChattyMmAccount
-
Mohammed Sadiq authored
SMS accounts are now handled by ChattyMmAccount
-
Mohammed Sadiq authored
SMS accounts are now handled by ChattyMmAccount
-
Mohammed Sadiq authored
SMS accounts are now handled by ChattyMmAccount
-