-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathchat.quadrix.Quadrix.metainfo.xml
More file actions
64 lines (64 loc) · 2.78 KB
/
chat.quadrix.Quadrix.metainfo.xml
File metadata and controls
64 lines (64 loc) · 2.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>chat.quadrix.Quadrix</id>
<launchable type="desktop-id">chat.quadrix.Quadrix.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<name>Quadrix</name>
<summary>Minimal, simple, multi-platform chat client for the Matrix protocol</summary>
<description>
<p>- No data collection</p>
<p>- Completely free, no ads</p>
<p>- Does not support End-to-End Encryption</p>
<p>- Video-conferencing (uses Element Call -- https://github.com/vector-im/element-call#readme)</p>
<p>- Desktop apps for Windows, MacOS, and Linux (amd64, arm64, armhf)</p>
<p>- Mobile apps for Android and iOS</p>
<p>- Unique top-down messaging feed</p>
<p>- Ideally used with a private Matrix homeserver -- https://matrix.org/docs/guides/installing-synapse</p>
<p>- Open source on github -- https://github.com/alariej/quadrix</p>
<p>- Interested to sponsor this project? -- https://github.com/sponsors/alariej</p>
</description>
<developer id="chat.quadrix">
<name>Jean-François Alarie</name>
</developer>
<releases>
<release version="1.7.2" date="2023-07-29">
<description>
<p>Bug fixes and general improvements</p>
</description>
</release>
</releases>
<screenshots>
<screenshot type="default">
<image type="source">https://quadrix.chat/appstores/flathub/screenshots/01C.png</image>
</screenshot>
<screenshot>
<image type="source">https://quadrix.chat/appstores/flathub/screenshots/02C.png</image>
</screenshot>
<screenshot>
<image type="source">https://quadrix.chat/appstores/flathub/screenshots/03C.png</image>
</screenshot>
<screenshot>
<image type="source">https://quadrix.chat/appstores/flathub/screenshots/04C.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1">
<content_attribute id="social-chat">intense</content_attribute>
</content_rating>
<metadata>
<value key="GnomeSoftware::popular-background">https://quadrix.chat/appstores/flathub/screenshots/02.png</value>
</metadata>
<url type="homepage">https://quadrix.chat</url>
<url type="bugtracker">https://github.com/alariej/quadrix/issues</url>
<url type="vcs-browser">https://github.com/alariej/quadrix</url>
<url type="faq">https://github.com/alariej/quadrix</url>
<url type="contact">https://github.com/alariej/quadrix#contact</url>
<recommends>
<control>keyboard</control>
<control>pointing</control>
<control>touch</control>
</recommends>
<custom>
<value key="Purism::form_factor">mobile</value>
</custom>
</component>