Files
neochat/org.eu.encom.matrique.appdata.xml
Black Hat cfa8043596 A lot of improvements.
Fix laggish RoomListView when dragging.
Remove per-room timer and add timer in RoomForm.
Remove singleton module and use file as singleton.
Minor UI tweak in RoomListView.
Pass room to RoomListView via "currentRoom" delegate property and remove
RoomListForm-wide currentRoom.
Put menu files in a separate folder.
Show initial image in ImageStatus when avatar is not loaded.
Add about page.
Merge all setting pages into Setting.qml.
Add option to rearrange rooms by activity.
Add option to use RichText parser.
Add document url.
2018-08-24 13:25:41 +08:00

53 lines
2.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>org.eu.encom.matrique</id>
<launchable type="desktop-id">org.eu.encom.matrique.desktop</launchable>
<metadata_license>GFDL</metadata_license>
<project_license>GPL-3.0</project_license>
<name>Matrique</name>
<summary>IM client for the Matrix protocol</summary>
<description>
<p>
Matrique is a glossy cross-platform client for Matrix, the decentralized communication protocol for instant messaging.
</p>
<p>
The source code is generally available at https://gitlab.com/b0/matrique
</p>
</description>
<screenshots>
<screenshot type="default">
<caption>Overview</caption>
<image>https://raw.githubusercontent.com/encombhat/flathub/org.eu.encom.matrique/screenshots/1.png</image>
</screenshot>
<screenshot>
<caption>Room Config</caption>
<image>https://raw.githubusercontent.com/encombhat/flathub/org.eu.encom.matrique/screenshots/2.png</image>
</screenshot>
<screenshot>
<caption>Create Room</caption>
<image>https://raw.githubusercontent.com/encombhat/flathub/org.eu.encom.matrique/screenshots/3.png</image>
</screenshot>
<screenshot>
<caption>Settings Panel</caption>
<image>https://raw.githubusercontent.com/encombhat/flathub/org.eu.encom.matrique/screenshots/4.png</image>
</screenshot>
</screenshots>
<developer_name>Black Hat</developer_name>
<categories>
<category>Matrix</category>
<category>Internet</category>
<category>Qt</category>
</categories>
<url type="homepage">https://gitlab.com/b0/matrique</url>
<url type="bugtracker">https://gitlab.com/b0/matrique/issues</url>
<url type="help">https://doc.matrique.encom.eu.org</url>
<content_rating type="oars-1.0">
<content_attribute id="social-chat">intense</content_attribute>
<content_attribute id="social-audio">intense</content_attribute>
</content_rating>
<releases>
<release version="200" date="2018-08-19" type="stable"></release>
<release version="187" date="2018-08-17" type="stable"></release>
</releases>
</component>