<feed xmlns='http://www.w3.org/2005/Atom'>
<title>matrix/thirdparty/nheko.git/include/timeline/TimelineViewManager.h, branch github/master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.rory.gay/matrix/thirdparty/nheko.git/atom?h=github%2Fmaster</id>
<link rel='self' href='http://cgit.rory.gay/matrix/thirdparty/nheko.git/atom?h=github%2Fmaster'/>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/matrix/thirdparty/nheko.git/'/>
<updated>2018-07-17T13:37:25Z</updated>
<entry>
<title>Move all files under src/</title>
<updated>2018-07-17T13:37:25Z</updated>
<author>
<name>Konstantinos Sideris</name>
<email>sideris.konstantin@gmail.com</email>
</author>
<published>2018-07-17T13:37:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/matrix/thirdparty/nheko.git/commit/?id=0e814da91c8e041897a4c3f7e6e9234bbc7c6f7a'/>
<id>urn:sha1:0e814da91c8e041897a4c3f7e6e9234bbc7c6f7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Send image dimensions in m.image event</title>
<updated>2018-07-10T20:31:51Z</updated>
<author>
<name>Konstantinos Sideris</name>
<email>sideris.konstantin@gmail.com</email>
</author>
<published>2018-07-10T20:31:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/matrix/thirdparty/nheko.git/commit/?id=6f07ab433e252dd3615cc1633aee856d8ebd83ed'/>
<id>urn:sha1:6f07ab433e252dd3615cc1633aee856d8ebd83ed</id>
<content type='text'>
fixes #215
</content>
</entry>
<entry>
<title>Save timeline messages in cache for faster startup times</title>
<updated>2018-06-28T13:17:39Z</updated>
<author>
<name>Konstantinos Sideris</name>
<email>sideris.konstantin@gmail.com</email>
</author>
<published>2018-06-28T13:16:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/matrix/thirdparty/nheko.git/commit/?id=4344b6964f63921aa300112bc3b62fdbaa64866a'/>
<id>urn:sha1:4344b6964f63921aa300112bc3b62fdbaa64866a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate to mtxclient for the http calls</title>
<updated>2018-06-09T13:03:14Z</updated>
<author>
<name>Konstantinos Sideris</name>
<email>sideris.konstantin@gmail.com</email>
</author>
<published>2018-06-09T13:03:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/matrix/thirdparty/nheko.git/commit/?id=b89257a34b2a98b737f4ae544f7e436b9000b240'/>
<id>urn:sha1:b89257a34b2a98b737f4ae544f7e436b9000b240</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace shared pointers of MatrixClient with a single instance</title>
<updated>2018-05-08T15:43:56Z</updated>
<author>
<name>Konstantinos Sideris</name>
<email>sideris.konstantin@gmail.com</email>
</author>
<published>2018-05-08T15:43:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/matrix/thirdparty/nheko.git/commit/?id=4c4ea557b344b035507652cfbc3b616904f958e9'/>
<id>urn:sha1:4c4ea557b344b035507652cfbc3b616904f958e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cache refactoring</title>
<updated>2018-04-21T13:35:03Z</updated>
<author>
<name>Konstantinos Sideris</name>
<email>sideris.konstantin@gmail.com</email>
</author>
<published>2018-04-21T13:34:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/matrix/thirdparty/nheko.git/commit/?id=2f00fc51bf27708a9c0ac1ce186043059f93923e'/>
<id>urn:sha1:2f00fc51bf27708a9c0ac1ce186043059f93923e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor adjustments</title>
<updated>2018-02-19T20:09:21Z</updated>
<author>
<name>Konstantinos Sideris</name>
<email>sideris.konstantin@gmail.com</email>
</author>
<published>2018-02-19T20:09:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/matrix/thirdparty/nheko.git/commit/?id=8b139c32a3b4a92e32a4737b599cf14e61b8a096'/>
<id>urn:sha1:8b139c32a3b4a92e32a4737b599cf14e61b8a096</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Support audio, video, generic file for pasting  (#220)</title>
<updated>2018-02-18T20:52:31Z</updated>
<author>
<name>christarazi</name>
<email>christarazi@users.noreply.github.com</email>
</author>
<published>2018-02-18T20:52:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/matrix/thirdparty/nheko.git/commit/?id=cd9d1a2ec69bf4c459f9e845293d5fd7dc1398d4'/>
<id>urn:sha1:cd9d1a2ec69bf4c459f9e845293d5fd7dc1398d4</id>
<content type='text'>
* Refactor widget items to use same interface

* Support audio, video, generic file for pasting

* Add utils function for human readable file sizes

* Set correct MIME type for media messages

This change also determines the size of the upload once from the
ContentLengthHeader, rather than seeking the QIODevice and asking for
its size. This prevents any future trouble in case the QIODevice is
sequential (cannot be seeked). The MIME type is also determined at
upload once, rather than using the QIODevice and the underlying data
inside.

* Allow for file urls to be used as fall-back

This fixes an issue on macOS which uses `text/uri-list` for copying
files to the clipboard.

fixes #228 
</content>
</entry>
<entry>
<title>Implement server-side notification count</title>
<updated>2018-02-15T19:58:57Z</updated>
<author>
<name>Konstantinos Sideris</name>
<email>sideris.konstantin@gmail.com</email>
</author>
<published>2018-02-15T19:58:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/matrix/thirdparty/nheko.git/commit/?id=86280098b49709fed6cc850f8ba28dac0b29c216'/>
<id>urn:sha1:86280098b49709fed6cc850f8ba28dac0b29c216</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove empty destructors</title>
<updated>2018-02-10T14:29:09Z</updated>
<author>
<name>Konstantinos Sideris</name>
<email>sideris.konstantin@gmail.com</email>
</author>
<published>2018-02-10T14:29:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/matrix/thirdparty/nheko.git/commit/?id=ba8faa357f78561d00b3acf694644b7c3d0bd92b'/>
<id>urn:sha1:ba8faa357f78561d00b3acf694644b7c3d0bd92b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use more stl containers &amp; minor refactorings</title>
<updated>2018-01-24T18:46:37Z</updated>
<author>
<name>Konstantinos Sideris</name>
<email>sideris.konstantin@gmail.com</email>
</author>
<published>2018-01-24T18:46:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/matrix/thirdparty/nheko.git/commit/?id=1fad9398fce58a8d7bf96bdaa2629a80b336b14c'/>
<id>urn:sha1:1fad9398fce58a8d7bf96bdaa2629a80b336b14c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for pasting images into a room (#180)</title>
<updated>2018-01-10T07:52:59Z</updated>
<author>
<name>christarazi</name>
<email>christarazi@users.noreply.github.com</email>
</author>
<published>2018-01-10T07:52:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/matrix/thirdparty/nheko.git/commit/?id=ddfce136ed4de5b80ae5961b6a11363624e0b244'/>
<id>urn:sha1:ddfce136ed4de5b80ae5961b6a11363624e0b244</id>
<content type='text'>
fixes #132 </content>
</entry>
<entry>
<title>Migrate to matrix-structs for event and response parsing</title>
<updated>2017-12-04T16:41:19Z</updated>
<author>
<name>Konstantinos Sideris</name>
<email>sideris.konstantin@gmail.com</email>
</author>
<published>2017-12-04T16:41:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/matrix/thirdparty/nheko.git/commit/?id=a605e4486f4b9d90d668d6d1844ba5f0d58bbc26'/>
<id>urn:sha1:a605e4486f4b9d90d668d6d1844ba5f0d58bbc26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow audio clip uploads</title>
<updated>2017-12-01T15:33:49Z</updated>
<author>
<name>Konstantinos Sideris</name>
<email>sideris.konstantin@gmail.com</email>
</author>
<published>2017-12-01T15:33:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/matrix/thirdparty/nheko.git/commit/?id=5573548fb1adbaef6ef8e30fd76855b90c0fe26c'/>
<id>urn:sha1:5573548fb1adbaef6ef8e30fd76855b90c0fe26c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create directories for related files</title>
<updated>2017-11-30T11:53:28Z</updated>
<author>
<name>Konstantinos Sideris</name>
<email>sideris.konstantin@gmail.com</email>
</author>
<published>2017-11-30T11:53:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/matrix/thirdparty/nheko.git/commit/?id=32c83405771b2f7a751783529d17e1b84dad4224'/>
<id>urn:sha1:32c83405771b2f7a751783529d17e1b84dad4224</id>
<content type='text'>
</content>
</entry>
</feed>
