- 01 Nov, 2020 2 commits
-
-
Evangelos Ribeiro Tzaras authored
See issue #414 and !498
-
This commiti aims to close #414
-
- 31 Oct, 2020 1 commit
-
-
When a new chat is created, it is added to the chat list. If the user goes back to chat list without adding any chat message, hide the newly created chat as the user likely cancelled the chat.
-
- 30 Oct, 2020 1 commit
-
-
Sebastian Krzyszkowiak authored
-
- 29 Oct, 2020 1 commit
-
-
Adrien Plazas authored
This lists the form-factors the app was designed for in the AppStream data and the desktop entry.
-
- 08 Oct, 2020 2 commits
-
-
Mohammed Sadiq authored
The username of the message author name was not set and thus the database were being filled with empty names This was broken in b116a95f
-
Mohammed Sadiq authored
This was the case for a long time. When message-row was written, this was left out accidently, but not noticed as we were not setting message author (and thus the avatar was always hidden)
-
- 05 Oct, 2020 1 commit
-
-
Oliver Smith authored
Fixes: d6ffe9de ("Release version 0.1.16")
-
- 01 Oct, 2020 1 commit
-
-
- 29 Sep, 2020 1 commit
-
-
Emin Tufan Çetin authored
-
- 23 Sep, 2020 2 commits
-
-
Mohammed Sadiq authored
-
-
- 18 Sep, 2020 1 commit
-
-
- 17 Sep, 2020 1 commit
-
-
scootergrisen authored
-
- 16 Sep, 2020 1 commit
-
-
Mohammed Sadiq authored
And adapt to API changes
-
- 14 Sep, 2020 3 commits
-
-
Mohammed Sadiq authored
So that it can be used for all type of accounts
-
Mohammed Sadiq authored
And adapt to API changes. chatty_pp_account_is_sms() was using only chatty-item API. So moving it to chatty-item shall allow us to use the API in more cases, and not just for accounts
-
Mohammed Sadiq authored
And move the old chatty-chat to chatty-pp-chat So that we can use this as the base class for chats
-
- 07 Sep, 2020 2 commits
-
-
Fabio Tomat authored
-
Fabio Tomat authored
-
- 02 Sep, 2020 13 commits
-
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
Use sorted_chat_list, which is now more appropriate.
-
Mohammed Sadiq authored
We now make use of ui_data for tracking various objects. And so we no longer have to lookup in lists to find the objects. Don't differentiate between IM and chats. Use a single liststore for any type of chats, and so we no longer require im_list, and related helper models.
-
Mohammed Sadiq authored
We don't have to list IM chats as buddies are listed separately
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
- 01 Sep, 2020 4 commits
-
-
Mohammed Sadiq authored
We were using the wrong variable to check for match resulting in surprising results
-
Mohammed Sadiq authored
So that we don't have to handle memory [de]allocations.
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
Use chatty_manager_add_chat() instead of chatty_manager_add_conversation() So that we have one less API. Also add_chat() adds chat to the right list instead of blindly adding to im_list, which was how it was done until now.
-
- 31 Aug, 2020 3 commits
-
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
libpurple may remove a node to simply add it again. It's hard to know if the removal happened simply to add it again or not. When an actual deletion happen, the associated PurpleConversation is deleted, and so tracking PurpleConversation alone can make this process simpler.
-
Mohammed Sadiq authored
-