-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcom.sciactive.QuickDAV.metainfo.xml
More file actions
83 lines (72 loc) · 3.49 KB
/
com.sciactive.QuickDAV.metainfo.xml
File metadata and controls
83 lines (72 loc) · 3.49 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.sciactive.QuickDAV</id>
<launchable type="desktop-id">com.sciactive.QuickDAV.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>Apache-2.0</project_license>
<name>QuickDAV</name>
<categories>
<category>Utility</category>
</categories>
<summary>Transfer files between devices</summary>
<description>
<p>Network file and folder transfer app. Simple and easy upload, download, and management of
your files and folders from any other device.</p>
<p>It works by creating a temporary, secure WebDAV server that you can connect to from a
remote device. If your device doesn't support WebDAV, you can connect with a web browser.</p>
</description>
<developer_name>Hunter Perrin</developer_name>
<releases>
<release version="3.4.0" date="2025-06-02">
<description>
<p>fix: improve performance of the log view when many log lines are present</p>
<p>chore: update packages and add fix for new version</p>
</description>
</release>
</releases>
<screenshots>
<screenshot type="default">
<image type="source">
https://raw.githubusercontent.com/sciactive/quickdav/db1b6a2c98d2c7a9c2ddbe92ff21a93f8d57dd96/screenshots/dash.png</image>
<caption>The dashboard shows the status of your file share.</caption>
</screenshot>
<screenshot>
<image type="source">
https://raw.githubusercontent.com/sciactive/quickdav/db1b6a2c98d2c7a9c2ddbe92ff21a93f8d57dd96/screenshots/folders.png</image>
<caption>Easily select which folders to share.</caption>
</screenshot>
<screenshot>
<image type="source">
https://raw.githubusercontent.com/sciactive/quickdav/db1b6a2c98d2c7a9c2ddbe92ff21a93f8d57dd96/screenshots/config.png</image>
<caption>Configuration, like self-signed TLS certificate, puts you in control of your shares.</caption>
</screenshot>
<screenshot>
<image type="source">
https://raw.githubusercontent.com/sciactive/quickdav/db1b6a2c98d2c7a9c2ddbe92ff21a93f8d57dd96/screenshots/log.png</image>
<caption>The log shows you everything that happens with your share.</caption>
</screenshot>
<screenshot>
<image type="source">
https://raw.githubusercontent.com/sciactive/quickdav/db1b6a2c98d2c7a9c2ddbe92ff21a93f8d57dd96/screenshots/guide.png</image>
<caption>Connection guides will get you connected no matter what device you're using.</caption>
</screenshot>
<screenshot>
<image type="source">
https://raw.githubusercontent.com/sciactive/quickdav/465e3af82896b40224773ddef353dc644a942499/screenshots/gamepadui.png</image>
<caption>Gamepad UI for handhelds like the Steam Deck.</caption>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
<metadata>
<value key="GnomeSoftware::popular-background">
https://raw.githubusercontent.com/sciactive/quickdav/db1b6a2c98d2c7a9c2ddbe92ff21a93f8d57dd96/screenshots/dash.png</value>
</metadata>
<branding>
<color type="primary" scheme_preference="light">#e5d3e2</color>
<color type="primary" scheme_preference="dark">#583552</color>
</branding>
<url type="homepage">https://sciactive.com/quickdav/</url>
<url type="bugtracker">https://github.com/sciactive/quickdav/issues</url>
<url type="faq">https://github.com/sciactive/quickdav/blob/master/README.md</url>
<url type="contact">https://github.com/sciactive</url>
</component>