- Aug 29, 2022
-
-
Mohammed Sadiq authored
Fixes #725
-
- Aug 21, 2022
-
-
Mohammed Sadiq authored
-
- Aug 20, 2022
-
-
Марко Костић (Marko Kostić) authored
-
- Aug 19, 2022
-
-
Mohammed Sadiq authored
-
-
-
Let's stick to the version available in Debian bullseye
-
- Aug 16, 2022
-
-
Mohammed Sadiq authored
We were loading the manager in startup() which runs before parsing the commandline arguments, and so the nologin option was never honoured. So let's delay loading the manager to activate() or in command_line() in case daemon mode is set which will parse the nologin option before the manager is asked to load.
-
Mohammed Sadiq authored
upstream my-gtemplate now allows filtering multiple log domains at once and allows better breakpoints with G_DEBUG env variable.
-
- Aug 12, 2022
-
-
Mohammed Sadiq authored
If no matching chat was found, g_autoptr shall result in free of some invalid pointer
-
- Aug 01, 2022
-
-
Fixes: #726
-
- Jul 30, 2022
-
-
Guido Gunther authored
This makes the feedback used configurable in phosh-mobbile-settings.
-
- Jul 19, 2022
-
-
Vittorio Monti authored
-
-
- Jul 18, 2022
-
-
Anders Jonsson authored
-
-
- Jul 07, 2022
-
-
Mohammed Sadiq authored
the matrix client is now better implemented separately. Use it for matrix support and remove local matrix implementation
-
- Jul 03, 2022
-
-
Mohammed Sadiq authored
Using memory as backend can help avoid random i/o issues when the gsettings is changed.
-
- Jun 25, 2022
-
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
We use this function only to show the image as thumbnails. So don't load the image at full scale so that we can speed up loading the image and not block UI thread. Fixes #588
-
Mohammed Sadiq authored
And generate avatar only on change
-
Mohammed Sadiq authored
And remove the private copy of the same function
-
Mohammed Sadiq authored
And remove the private copy of the same function
-
- Jun 24, 2022
-
-
-
find_url() has some trouble with delimiters, and rather than try to make a complicated parser, we can strip the filename instead
-
- Jun 13, 2022
-
-
Andrey Skvortsov authored
Otherwise subject text is merged with following link to attachment (like 'Subject: TESTfile://....) and link can't be parsed and used to open received attachment.
-
- Jun 07, 2022
-
-
Mohammed Sadiq authored
-
-
-
Fixes #699
-
- Jun 06, 2022
-
-
Mohammed Sadiq authored
Fixes #698
-
- May 25, 2022
-
-
Mohammed Sadiq authored
-
- May 12, 2022
-
-
Vittorio Monti authored
-
-
- Apr 27, 2022
-
-
Mohammed Sadiq authored
-
-
- Apr 26, 2022
-
-
Yuri Chornoivan authored
-
libgd has no API/ABI guarantee. Though it's unlikely that libgd shall change, let's stick to the latest commit (as of now) so as to avoid surprises due to API/ABI change. Fixes #664
-
Mohammed Sadiq authored
We now have a different view for listing archived/blocked chats. When a new message is received, the archived chat gets unarchived and the user shall be notified for the new message. Fixes #563
-
Mohammed Sadiq authored
When a new message is received unarchive the archived chat so that the chat is listed again in the main chat list.
-