messenger-gtk

Gtk+3 graphical user interfaces for GNUnet Messenger
Log | Files | Refs | Submodules | README | LICENSE

org.gnunet.Messenger.appdata.xml (6092B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!-- Copyright 2022-2025 GNUnet e.V. -->
      3 <component type="desktop">
      4 	<id>org.gnunet.Messenger</id>
      5 	<metadata_license>CC0-1.0</metadata_license>
      6 	<project_license>AGPL-3.0</project_license>
      7 	<content_rating type="oars-1.1">
      8 		<content_attribute id="social-chat">intense</content_attribute>
      9 		<content_attribute id="social-audio">intense</content_attribute>
     10 	</content_rating>
     11 	
     12 	<developer id="org.gnunet">
     13 		<name>GNUnet e.V.</name>
     14 	</developer>
     15 
     16 	<name>GNUnet Messenger</name>
     17 	<summary>Private and secure communication</summary>
     18 	<description>
     19 		<p>Messenger-GTK is a convergent graphical messaging application using the GNUnet Messenger service. The goal is to provide private and secure communication between any group of devices.</p>
     20 		<p>The application provides the following features:</p>
     21 		<ul>
     22 			<li>Creating direct chats and group chats</li>
     23 			<li>Managing your contacts and groups</li>
     24 			<li>Invite contacts to a group</li>
     25 			<li>Sending text messages</li>
     26 			<li>Sending voice recordings</li>
     27 			<li>Sharing files privately</li>
     28 			<li>Deleting messages with any custom delay</li>
     29 			<li>Renaming contacts</li>
     30 			<li>Exchanging contact details physically</li>
     31 			<li>Verifying contact identities</li>
     32 			<li>Switching between different accounts</li>
     33 			<li>Chatting live via video or voice streaming</li>
     34 			<li>Sharing your screen with a selected group</li>
     35 			<li>Writing notes to yourself</li>
     36 		</ul>
     37 		<p>Chats will generally created as opt-in. So you can decide who may contact you directly and who does not, accepting to a direct chat. Leaving a chat is also always possible.</p>
     38 	</description>
     39 
     40 	<supports>
     41 		<control>pointing</control>
     42 		<control>keyboard</control>
     43 		<control>touch</control>
     44 	</supports>
     45 
     46 	<recommends>
     47 		<display_length compare="ge">768</display_length>
     48 	</recommends>
     49 
     50 	<requires>
     51 		<display_length compare="ge">360</display_length>
     52 		<display_length compare="le">3840</display_length>
     53 	</requires>
     54 
     55 	<screenshots>
     56 		<screenshot type="default">
     57 			<caption>Overview of the application</caption>
     58 			<image>https://gitlab.com/gnunet-messenger/messenger-gtk/-/raw/master/screenshots/messenger.png</image>
     59 		</screenshot>
     60 	</screenshots>
     61 	
     62 	<url type="homepage">https://www.gnunet.org</url>
     63 	<url type="bugtracker">https://bugs.gnunet.org/my_view_page.php</url>
     64 	<url type="faq">https://www.gnunet.org/en/faq.html</url>
     65 	<url type="donation">https://www.gnunet.org/en/ev.html</url>
     66 	<url type="contact">https://www.gnunet.org/en/contact.html</url>
     67 	
     68 	<url type="vcs-browser">https://git.gnunet.org/messenger-gtk.git</url>
     69 	<url type="contribute">https://git.gnunet.org/messenger-gtk.git/about</url>
     70 	
     71 	<update_contact>gnunet_at_thejackimonster.de</update_contact>
     72 
     73 	<launchable type="desktop-id">org.gnunet.Messenger.desktop</launchable>
     74 	<releases>
     75 	  <release version="0.11.0" date="2025-09-17">
     76 			<description>
     77 				<ul>
     78 				  <li>Private chats for writing notes to yourself can be opened</li>
     79 				</ul>
     80 			</description>
     81 			<url>https://www.gnunet.org/en/news/2025-09-libgnunetchat-0.6.0.html</url>
     82 	  </release>
     83 	  <release version="0.10.2" date="2025-01-08">
     84 			<description>
     85 				<ul>
     86 				  <li>Notifications play sounds if enabled.</li>
     87 				  <li>Contacts can be filtered by tags.</li>
     88 				</ul>
     89 			</description>
     90 			<url>https://www.gnunet.org/en/news/2025-01-libgnunetchat-0.5.2.html</url>
     91 		</release>
     92 	  <release version="0.10.1" date="2024-08-29">
     93 			<description>
     94 				<ul>
     95 				  <li>Discourses have been added for live voice and video chats with other contacts.</li>
     96 				  <li>Capturing a specific application or a whole monitor can be selected as video source in a live chat.</li>
     97 				</ul>
     98 			</description>
     99 			<url>https://www.gnunet.org/en/news/2024-08-0.22.0.html</url>
    100 		</release>
    101 	  <release version="0.10.0" date="2024-06-09">
    102 			<description>
    103 				<ul>
    104 				  <li>Messages can be tagged, filtered and searched.</li>
    105 				  <li>Profile pictures can be added and shared with other contacts.</li>
    106 				  <li>Supports localization for English, German and Spanish.</li>
    107 				</ul>
    108 			</description>
    109 			<url>https://www.gnunet.org/en/news/2024-06-0.21.2.html</url>
    110 		</release>
    111 		<release version="0.9.0" date="2024-03-08">
    112 			<description>
    113 				<ul>
    114 					<li>Contacts can be blocked and unblocked to filter chat messages.</li>
    115 					<li>Requests for permission to use a camera, autostart the application and running it in background.</li>
    116 					<li>Camera sensors can be selected to exchange contact information.</li>
    117 				</ul>
    118 			</description>
    119 			<url>https://www.gnunet.org/en/news/2024-03-messenger-gtk-0.9.0.html</url>
    120 		</release>
    121 		<release version="0.8.0" date="2023-02-10">
    122 			<description>
    123 				<ul>
    124 					<li>A simple media player has been added to the user interface to play received audio and video files without a third-party application.</li>
    125 					<li>Multiple crashes and breaking issues have been fixed.</li>
    126 				</ul>
    127 			</description>
    128 			<url>https://www.gnunet.org/en/news/2023-02-messenger-gtk-0.8.0.html</url>
    129 		</release>
    130 		<release version="0.7.0" date="2022-04-23">
    131 			<description>
    132 				<ul>
    133 					<li>The version iteration will be inherited by cadet-gtk as logical successor.</li>
    134 					<li>It is possible to create direct chats and group chats via physical or virtual exchange.</li>
    135 					<li>Groups and contacts can be named, left, verified or deleted.</li>
    136 					<li>Existing contacts can be invited to any private or public group.</li>
    137 					<li>Chats allow sending text messages, voice recordings or files.</li>
    138 					<li>Messages can be deleted with a custom delete or automatically.</li>
    139 					<li>Switching between different accounts can be done during runtime.</li>
    140 				</ul>
    141 			</description>
    142 			<url>https://www.gnunet.org/en/news/2022-05-messenger-gtk-0.7.0.html</url>
    143 		</release>
    144 	</releases>
    145 
    146 	<branding>
    147 		<color type="primary" scheme_preference="light">#AEFAAE</color>
    148 		<color type="primary" scheme_preference="dark">#3E523E</color>
    149 	</branding>
    150 
    151 	<custom>
    152 		<value key="GnomeSoftware::key-colors">[(174, 250, 174), (62, 82, 62)]</value>
    153 	</custom>
    154 </component>