-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathin.cinny.Cinny.appdata.xml
94 lines (84 loc) · 3.3 KB
/
in.cinny.Cinny.appdata.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>in.cinny.Cinny</id>
<name>Cinny</name>
<summary>Yet another Matrix client with simple, elegant and secure interface.</summary>
<developer_name>Ajay Bura</developer_name>
<developer id="io.github.ajbura">
<name>Ajay Bura</name>
</developer>
<metadata_license>CC0-1.0</metadata_license>
<project_license>AGPL-3.0-only</project_license>
<url type="homepage">https://cinny.in/</url>
<url type="bugtracker">https://github.com/cinnyapp/cinny/issues</url>
<url type="donation">https://cinny.in/#sponsor</url>
<supports>
<control>touch</control>
</supports>
<recommends>
<control>pointing</control>
<control>keyboard</control>
<display_length compare="ge" side="shortest">330</display_length>
<display_length compare="ge" side="longest">360</display_length>
</recommends>
<requires>
<internet>always</internet>
</requires>
<categories>
<category>Network</category>
<category>InstantMessaging</category>
<category>Chat</category>
</categories>
<description>
<p>
Cinny is a matrix.org client focusing primarily on simple, elegant and secure interface protected by e2ee with the power of open source.
</p>
<p>
Features: User-friendly design, Login and register, Full space support, Encryption and emoji verification, Ability to create new rooms and tweak settings, Support replies, markdown, message editing, Dark, light, and black themes.
</p>
</description>
<launchable type="desktop-id">in.cinny.Cinny.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/flathub/in.cinny.Cinny/master/resources/screenshot1.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/flathub/in.cinny.Cinny/master/resources/screenshot2.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/flathub/in.cinny.Cinny/master/resources/screenshot3.png</image>
</screenshot>
</screenshots>
<releases>
<release version="4.2.3" date="2024-11-12">
<description></description>
</release>
<release version="4.2.2" date="2024-10-16">
<description/>
</release>
<release version="4.2.1" date="2024-09-14">
<description/>
</release>
<release version="4.1.0" date="2024-08-04">
<description/>
</release>
<release version="4.0.3" date="2024-07-25">
<description/>
</release>
<release version="3.2.1" date="2023-11-05"/>
<release version="3.0.0" date="2023-10-21"/>
<release version="2.2.6" date="2023-03-29"/>
<release version="2.2.4" date="2023-01-30"/>
<release version="2.2.3" date="2023-01-15"/>
<release version="2.2.2" date="2022-09-28"/>
<release version="2.2.1" date="2022-09-28"/>
<release version="2.2.0" date="2022-09-17"/>
<release version="2.1.3" date="2022-08-31"/>
<release version="2.1.2" date="2022-08-11"/>
<release version="2.1.1" date="2022-08-07"/>
<release version="2.1.0" date="2022-08-07"/>
<release version="2.0.4" date="2022-05-29"/>
<release version="2.0.3" date="2022-05-15"/>
</releases>
<content_rating type="oars-1.1"/>
</component>