blob: 4022a3d64a31aed27f14505329c25a43c4b71d65 (
plain) (
blame)
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>im.dino.Dino</id>
<metadata_license>CC0-1.0</metadata_license>
<name>Dino</name>
<summary>Modern XMPP chat client</summary>
<icon type="stock">im.dino.Dino</icon>
<icon type="remote" width="128" height="128">https://dino.im/img/appdata/icon-dino-0.4-128x128.png</icon>
<description>
<p>Dino is a modern open-source chat client for the desktop. It focuses on providing a clean and reliable Jabber/XMPP experience while having your privacy in mind.</p>
<p>It supports end-to-end encryption with OMEMO and OpenPGP and allows configuring privacy-related features such as read receipts and typing notifications.</p>
<p>Dino fetches history from the server and synchronizes messages with other devices.</p>
</description>
<categories>
<category>Network</category>
<category>InstantMessaging</category>
<category>Chat</category>
<category>GTK</category>
</categories>
<keywords>
<keyword translate="no">Jabber</keyword>
<keyword translate="no">XMPP</keyword>
</keywords>
<url type="homepage">https://dino.im</url>
<url type="bugtracker">https://github.com/dino/dino/issues</url>
<url type="donation">https://dino.im/#donate</url>
<url type="vcs-browser">https://github.com/dino/dino</url>
<url type="translate">https://hosted.weblate.org/projects/dino/</url>
<launchable type="desktop-id">im.dino.Dino.desktop</launchable>
<releases>
<release date="2023-02-07" version="0.4">
<description>
<p>The 0.4 release adds support for message reactions and replies. Also, Dino is ported to GTK4.</p>
</description>
</release>
<release date="2022-02-12" version="0.3">
<description>
<p>The 0.3 release is all about calls. Dino now supports calls between two or more people!</p>
</description>
</release>
<release date="2020-11-12" version="0.2">
<description>
<p>The 0.2 release adds message correction, improves the file upload functionality and provides more information about message encryption.</p>
</description>
</release>
<release date="2020-01-29" version="0.1">
<description>
<p>The first Dino release! Dino is a secure and open-source application for decentralized messaging.</p>
</description>
</release>
</releases>
<provides>
<mediatype>x-scheme-handler/xmpp</mediatype>
</provides>
<recommends>
<internet>always</internet>
</recommends>
<supports>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
</supports>
<project_license>GPL-3.0+</project_license>
<developer id="im.dino">
<name>Dino Development Team</name>
<url>https://dino.im/</url>
</developer>
<!-- Deprecated: -->
<developer_name>Dino Development Team</developer_name>
<screenshots>
<screenshot type="default">
<image type="source" width="2244" height="1644" scale="2">https://dino.im/img/appdata/screenshot-dino-0.4-main-2244x1644@2.png</image>
<caption>Main screen</caption>
</screenshot>
<screenshot>
<image type="source" width="1441" height="929" scale="2">https://dino.im/img/appdata/screenshot-dino-0.4-call-1441x929@2.png</image>
<caption>Video call screen</caption>
</screenshot>
<screenshot>
<image type="source" width="2244" height="1644" scale="2">https://dino.im/img/appdata/screenshot-dino-0.4-search-2244x1644@2.png</image>
<caption>Main screen featuring search overlay</caption>
</screenshot>
<screenshot>
<image type="source" width="964" height="1552" scale="2">https://dino.im/img/appdata/screenshot-dino-0.4-mobile-964x1552@2.png</image>
<caption>Main screen in mobile size window</caption>
</screenshot>
</screenshots>
<translation type="gettext">dino</translation>
<content_rating type="oars-1.1">
<content_attribute id="social-chat">intense</content_attribute>
<content_attribute id="social-audio">intense</content_attribute>
</content_rating>
<update_contact>appstream@dino.im</update_contact>
<branding>
<color type="primary" scheme_preference="light">#B2DFDB</color>
<color type="primary" scheme_preference="dark">#004D40</color>
</branding>
</component>
|