- 05 Jul, 2021 6 commits
-
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
We were freeing the hashtable value but we were not passing a copy of the string, so the same memory location was being freed multiple times. Also clear the memory before freeing because we don't want access token to be in memory after free.
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
We don't want the access token to stay in memory after the application is closed
-
- 03 Jul, 2021 1 commit
-
-
Andy Holmes authored
-
- 02 Jul, 2021 5 commits
-
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
And remove no longer code
-
Mohammed Sadiq authored
-
-
Let's eventually move network related methods to a separate class so that matrix-api won't be much cluttered as more features are added there.
-
- 01 Jul, 2021 4 commits
-
-
Anders Jonsson authored
-
-
-
-
- 30 Jun, 2021 9 commits
-
-
Yuri Chornoivan authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
Instead of blindly emitting 'changed' signal, let it be a property so that if the changes are reverted, the 'modified' property can be unset so that we can handle it appropriately Also adapt to changes in settins-dialog
-
Mohammed Sadiq authored
And adapt to changes. This is required for matrix accounts as they can be saved only async
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
This implements the new design
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
- 29 Jun, 2021 4 commits
-
-
Mohammed Sadiq authored
We now handle them in chatty-application. And adapt to changes
-
Mohammed Sadiq authored
Handling opening chats in chatty-notification seems to result in crash, which often happens when there are many matrix chats
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
- 28 Jun, 2021 2 commits
-
-
Mohammed Sadiq authored
Loading full room state can be very slow and shall use too much bandwidth and CPU if the room is large. So load only the required information.
-
Mohammed Sadiq authored
-
- 27 Jun, 2021 2 commits
-
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
So that we can improve purple and matrix accounts independently
-
- 26 Jun, 2021 1 commit
-
-
Mohammed Sadiq authored
Otherwise we might end up with duplicate entries on subsequent requests
-
- 25 Jun, 2021 3 commits
-
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
- 23 Jun, 2021 1 commit
-
-
Add timeouts that update the time since the last message so that it doesn't get too out of date.
-
- 21 Jun, 2021 1 commit
-
-
Mohammed Sadiq authored
We don’t want to skip critical/warnings from GdkPixbuf regardless of the verbosity. Also, show GdkPixbuf logs when the verbosity is set to very high.
-
- 20 Jun, 2021 1 commit
-
-
Pablo Barciela authored
and reduce the scope of variable 'server_url'
-