~hkdb/geary/disco-3.34.1

« back to all changes in this revision

Viewing changes to desktop/org.gnome.Geary.appdata.xml.in.in

  • Committer: hkdb
  • Date: 2019-10-08 10:54:21 UTC
  • Revision ID: hkdb@3df.io-20191008105421-3dkwnpnhcamm77to
Tags: upstream-3.34.1-disco
Import upstream version 3.34.1-disco

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!-- Copyright 2016 Software Freedom Conservancy Inc. -->
 
3
<!-- Copyright 2016, 2019 Michael Gratton <mike@vee.net> -->
 
4
 
 
5
<component type="desktop-application">
 
6
  <id>@appid@.desktop</id>
 
7
  <metadata_license>CC0-1.0</metadata_license>
 
8
  <project_license>LGPL-2.1+</project_license>
 
9
  <update_contact>geary-list@gnome.org</update_contact>
 
10
 
 
11
  <!-- Translators: The application name -->
 
12
  <name>Geary</name>
 
13
  <!-- Translators: The development team's name -->
 
14
  <developer_name>Geary Development Team</developer_name>
 
15
  <!-- Translators: The application's summary / tagline -->
 
16
  <summary>Send and receive email</summary>
 
17
  <description>
 
18
    <p>
 
19
      Geary is an email application built around conversations, for
 
20
      the GNOME 3 desktop. It allows you to read, find and send email
 
21
      with a straightforward, modern interface.
 
22
    </p>
 
23
    <p>
 
24
      Conversations allow you to read a complete discussion without
 
25
      having to find and click from message to message.
 
26
    </p>
 
27
    <p>Geary’s features include:</p>
 
28
    <ul>
 
29
      <li>Quick email account setup</li>
 
30
      <li>Shows related messages together in conversations</li>
 
31
      <li>Fast, full text and keyword search</li>
 
32
      <li>Full-featured HTML and plain text message composer</li>
 
33
      <li>Desktop notification of new mail</li>
 
34
      <li>Compatible with GMail, Yahoo! Mail, Outlook.com and other IMAP servers</li>
 
35
    </ul>
 
36
  </description>
 
37
 
 
38
  <url type="homepage">https://wiki.gnome.org/Apps/Geary</url>
 
39
  <url type="help">https://wiki.gnome.org/Apps/Geary/Documentation</url>
 
40
  <url type="faq">https://wiki.gnome.org/Apps/Geary/FAQ</url>
 
41
  <url type="bugtracker">https://wiki.gnome.org/Apps/Geary/ReportingABug</url>
 
42
  <url type="translate">https://wiki.gnome.org/Apps/Geary/Translating</url>
 
43
  <url type="donation">https://www.gnome.org/friends/</url>
 
44
  
 
45
  <screenshots>
 
46
    <screenshot>
 
47
      <!-- Translators: A screenshot description. -->
 
48
      <caption>Geary displaying a conversation</caption>
 
49
      <image type="default" width="1200" height="675">https://wiki.gnome.org/Apps/Geary?action=AttachFile&amp;do=get&amp;target=geary-3-32-main-window.png</image>
 
50
    </screenshot>
 
51
    <screenshot>
 
52
      <image type="source" width="642" height="361">https://wiki.gnome.org/Apps/Geary?action=AttachFile&amp;do=get&amp;target=geary-3-32-avatars.png</image>
 
53
    </screenshot>
 
54
    <screenshot>
 
55
      <image type="source" width="875" height="492">https://wiki.gnome.org/Apps/Geary?action=AttachFile&amp;do=get&amp;target=geary-3-32-search.png</image>
 
56
    </screenshot>
 
57
    <screenshot>
 
58
      <!-- Translators: A screenshot description. -->
 
59
      <caption>Geary showing the rich text composer</caption>
 
60
      <image type="source" width="913" height="513">https://wiki.gnome.org/Apps/Geary?action=AttachFile&amp;do=get&amp;target=geary-3-32-composer.png</image>
 
61
    </screenshot>
 
62
    <screenshot>
 
63
      <image type="source" width="635" height="357">https://wiki.gnome.org/Apps/Geary?action=AttachFile&amp;do=get&amp;target=geary-3-32-add-account.png</image>
 
64
    </screenshot>
 
65
  </screenshots>
 
66
 
 
67
  <project_group>GNOME</project_group>
 
68
 
 
69
  <kudos>
 
70
    <kudo>HiDpiIcon</kudo>
 
71
    <kudo>HighContrast</kudo>
 
72
    <kudo>ModernToolkit</kudo>
 
73
    <kudo>Notifications</kudo>
 
74
    <kudo>UserDocs</kudo>
 
75
  </kudos>
 
76
 
 
77
  <provides>
 
78
    <!--
 
79
        See https://gitlab.gnome.org/GNOME/geary/merge_requests/203
 
80
        for why the appstream id uses the desktop file name as an id
 
81
        and the proper app id is listed here here, instead of the
 
82
        other way around.
 
83
    -->
 
84
    <id>@appid@</id>
 
85
  </provides>
 
86
 
 
87
  <launchable type="desktop-id">@appid@.desktop</launchable>
 
88
 
 
89
  <translation type="gettext">geary</translation>
 
90
 
 
91
  <releases>
 
92
    <release version="3.34.1" date="2019-10-07">
 
93
      <description>
 
94
        <p>Enhancements included in this release:</p>
 
95
        <ul>
 
96
          <li>Fix conversation and composer colours under dark themes</li>
 
97
          <li>Fixes for link editing in rich text mode</li>
 
98
          <li>Fix drafts being left over in Gmail</li>
 
99
          <li>Fix application not exiting on quit</li>
 
100
          <li>Fix crash when sending certain emails</li>
 
101
          <li>User interface translation updates</li>
 
102
        </ul>
 
103
      </description>
 
104
    </release>
 
105
    <release version="3.34.0" date="2019-09-21">
 
106
      <description>
 
107
        <p>Enhancements included in this release:</p>
 
108
        <ul>
 
109
          <li>Improved desktop contact integration</li>
 
110
          <li>Added support for TNEF attachments</li>
 
111
          <li>User interface and icon refinements</li>
 
112
          <li>Subject line now also spell checked in the composer</li>
 
113
          <li>Updated user manual</li>
 
114
          <li>Improved problem reporting tool</li>
 
115
          <li>New Inspector window for real-time debugging</li>
 
116
          <li>Improved server compatibility</li>
 
117
          <li>Numerous bug fixes and user interface improvements</li>
 
118
          <li>Numerous user interface translation updates</li>
 
119
        </ul>
 
120
      </description>
 
121
    </release>
 
122
  </releases>
 
123
  <content_rating type="oars-1.1">
 
124
    <content_attribute id="violence-cartoon">none</content_attribute>
 
125
    <content_attribute id="violence-fantasy">none</content_attribute>
 
126
    <content_attribute id="violence-realistic">none</content_attribute>
 
127
    <content_attribute id="violence-bloodshed">none</content_attribute>
 
128
    <content_attribute id="violence-sexual">none</content_attribute>
 
129
    <content_attribute id="violence-desecration">none</content_attribute>
 
130
    <content_attribute id="violence-slavery">none</content_attribute>
 
131
    <content_attribute id="violence-worship">none</content_attribute>
 
132
    <content_attribute id="drugs-alcohol">none</content_attribute>
 
133
    <content_attribute id="drugs-narcotics">none</content_attribute>
 
134
    <content_attribute id="drugs-tobacco">none</content_attribute>
 
135
    <content_attribute id="sex-nudity">none</content_attribute>
 
136
    <content_attribute id="sex-themes">none</content_attribute>
 
137
    <content_attribute id="sex-homosexuality">none</content_attribute>
 
138
    <content_attribute id="sex-prostitution">none</content_attribute>
 
139
    <content_attribute id="sex-adultery">none</content_attribute>
 
140
    <content_attribute id="sex-appearance">none</content_attribute>
 
141
    <content_attribute id="language-profanity">none</content_attribute>
 
142
    <content_attribute id="language-humor">none</content_attribute>
 
143
    <content_attribute id="language-discrimination">none</content_attribute>
 
144
    <content_attribute id="social-chat">intense</content_attribute>
 
145
    <content_attribute id="social-info">none</content_attribute>
 
146
    <content_attribute id="social-audio">none</content_attribute>
 
147
    <content_attribute id="social-location">none</content_attribute>
 
148
    <content_attribute id="social-contacts">intense</content_attribute>
 
149
    <content_attribute id="money-purchasing">none</content_attribute>
 
150
    <content_attribute id="money-gambling">none</content_attribute>
 
151
  </content_rating>
 
152
</component>