- 11 Jul, 2021 1 commit
-
-
Vittorio Monti authored
-
- 07 Jul, 2021 9 commits
-
-
Mohammed Sadiq authored
Otherwise the following request will simply be not performed as the cancellable is now in cancelled state
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
Which uses less memory
-
Mohammed Sadiq authored
All we do is to save the error and then delete it, never use.
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
I often need this for debugging especially on network failures
-
Mohammed Sadiq authored
If the chat name is updated only when json data is set, the name may not get updated for empty rooms
-
- 06 Jul, 2021 6 commits
-
-
Mohammed Sadiq authored
We were comparing the same values which will always be true
-
Mohammed Sadiq authored
-
-
-
-
JsonObject is not a GObject. Use json_object_unref() to free
-
- 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 8 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
-