File: android-file-transfer.appdata.xml

package info (click to toggle)
android-file-transfer 4.5-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,496 kB
  • sloc: cpp: 12,909; python: 140; lex: 47; xml: 26; sh: 13; makefile: 6
file content (26 lines) | stat: -rw-r--r-- 1,167 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
   <id>android-file-transfer</id>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>LGPL-2.0+</project_license>
   <name>Android File Transfer</name>
   <summary>Interactive MTP client with Qt4/Qt5 GUI</summary>
   <description>
      <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>
   <update_contact>vladimir.menshakov@gmail.com</update_contact>
   <provides>
      <id>android-file-transfer.desktop</id>
   </provides>
</component>