Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use proper syntax in metadata description #271

Merged
merged 1 commit into from
May 6, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions qt/android-file-transfer.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,20 @@
<name>Android File Transfer</name>
<summary>Interactive MTP client with Qt4/Qt5 GUI</summary>
<description>
<p>-Simple Qt UI with progress dialogs.
-FUSE wrapper (If you'd prefer mounting your device),
supporting partial read/writes, allowing instant access to your files.
-No file size limits.
-Automatically renames album cover to make it visible from media player.
-No extra dependencies (e.g. libptp/libmtp).
-Available as static/shared library.
-Simple CLI tool.</p>
<ul>
<li>Simple Qt UI with progress dialogs.</li>
<li>FUSE wrapper (If you'd prefer mounting your device),
supporting partial read/writes, allowing instant access to your files.</li>
<li>No file size limits.</li>
<li>Automatically renames album cover to make it visible from media player.</li>
<li>No extra dependencies (e.g. libptp/libmtp).</li>
<li>Available as static/shared library.</li>
<li>Simple CLI tool.</li>
</ul>
</description>
<launchable type="desktop-id">android-file-transfer.desktop</launchable>
<url type="homepage">https://whoozle.github.io/android-file-transfer-linux</url>
<updatecontact>vladimir.menshakov@gmail.com</updatecontact>
<update_contact>vladimir.menshakov@gmail.com</update_contact>
<provides>
<id>android-file-transfer.desktop</id>
</provides>
Expand Down