<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/dino/qlite/src, branch master</title>
<subtitle>Fork of GTK3 Dino with experimental features.
</subtitle>
<id>https://gitea.privatedns.org/xavi/dino/atom?h=master</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/dino/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/'/>
<updated>2021-03-09T16:04:43+00:00</updated>
<entry>
<title>Fix some typos in variable names (#1016)</title>
<updated>2021-03-09T16:04:43+00:00</updated>
<author>
<name>Sergey</name>
<email>sshikaree@zoho.com</email>
</author>
<published>2021-03-09T16:04:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=f4eba18ff67fb35bdedf6786c69655541327275f'/>
<id>urn:sha1:f4eba18ff67fb35bdedf6786c69655541327275f</id>
<content type='text'>
* Fix WelcomePlaceholder typo

* Fix DEFAULT_TABLE_NAME typo</content>
</entry>
<entry>
<title>QLite: Adjust Real for latest vala version</title>
<updated>2021-03-06T14:31:53+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2021-03-06T14:31:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=9acb54df9254609f2fe4de83c9047d408412de28'/>
<id>urn:sha1:9acb54df9254609f2fe4de83c9047d408412de28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use sqlite UPSERT</title>
<updated>2020-06-10T21:40:00+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2020-06-10T21:40:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=0beb592c5a6a2767e11a892bdb5ac9bcc5283c38'/>
<id>urn:sha1:0beb592c5a6a2767e11a892bdb5ac9bcc5283c38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Show unencryptable/untrusted OMEMO warnings also in MUCs</title>
<updated>2020-06-04T23:28:42+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2020-06-04T23:28:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=b72ea08d03da64b485b92761aa79af377a58a8e1'/>
<id>urn:sha1:b72ea08d03da64b485b92761aa79af377a58a8e1</id>
<content type='text'>
fixes #857
</content>
</entry>
<entry>
<title>Fix+optimize contact-to-avatar storage and loading</title>
<updated>2020-03-10T22:53:11+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2020-03-10T22:53:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=2eb72d5dad9be99dc110417144db2f8c4446bd53'/>
<id>urn:sha1:2eb72d5dad9be99dc110417144db2f8c4446bd53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use transaction for database migration</title>
<updated>2019-12-17T22:52:29+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2019-12-15T18:03:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=a4a795af333d6bcf378e11df456a858af2fa4603'/>
<id>urn:sha1:a4a795af333d6bcf378e11df456a858af2fa4603</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not mark abstract class contstuctors public</title>
<updated>2019-09-01T19:19:09+00:00</updated>
<author>
<name>Randy Barlow</name>
<email>randy@electronsweatshop.com</email>
</author>
<published>2019-09-01T16:37:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=48c2e7afa497acc2e75cf5673d0dcdaa8ba638a7'/>
<id>urn:sha1:48c2e7afa497acc2e75cf5673d0dcdaa8ba638a7</id>
<content type='text'>
Starting with Vala 0.45.1, it is an error to mark abstract class
constructors public[0,1]. This commit removes three such
declarations.

fixes #609

[0] https://gitlab.gnome.org/GNOME/vala/raw/master/NEWS
[1] https://gitlab.gnome.org/GNOME/vala/issues/766

Signed-off-by: Randy Barlow &lt;randy@electronsweatshop.com&gt;
</content>
</entry>
<entry>
<title>qlite: use critical() instead of error() for failed transactions</title>
<updated>2019-07-09T13:25:41+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2019-06-11T12:47:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=1654ee60d6bede0ba77afc02c4c825c686e13361'/>
<id>urn:sha1:1654ee60d6bede0ba77afc02c4c825c686e13361</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use glib log functions</title>
<updated>2019-03-15T21:01:34+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2019-03-15T19:56:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=6f6e4b97cba49469440fc0aefafb71623a3eabb9'/>
<id>urn:sha1:6f6e4b97cba49469440fc0aefafb71623a3eabb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge PR #413 "Improvements to the OMEMO plugin"</title>
<updated>2018-11-10T14:05:14+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2018-11-10T14:05:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=dfb75e2cda1eb9edbbdd9ea88c131d9cb31742ed'/>
<id>urn:sha1:dfb75e2cda1eb9edbbdd9ea88c131d9cb31742ed</id>
<content type='text'>
</content>
</entry>
</feed>
