source: trunk/Install/flatpak/net.zdechov.app.vCardStudio.appdata.xml

Last change on this file was 193, checked in by chronos, 3 months ago
  • Fixed: Wrong screenshot and invalid flatpak description.
File size: 5.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<component type="desktop-application">
3 <id>net.zdechov.app.vCardStudio</id>
4
5 <name>vCard Studio</name>
6 <summary>Contact management application</summary>
7 <developer id="net.zdechov.chronos">
8 <name>Chronos</name>
9 </developer>
10
11 <url type="homepage">https://app.zdechov.net/vcard-studio</url>
12 <url type="contact">https://app.zdechov.net/c-evo#Support</url>
13 <url type="vcs-browser">https://app.zdechov.net/vcard-studio/browser</url>
14
15 <metadata_license>CC0-1.0</metadata_license>
16 <project_license>CC0-1.0</project_license>
17
18 <description>
19 <p>
20 A contact management application with support for vCard file format (.vcf).
21 </p>
22 <p>Features:</p>
23 <ul>
24 <li>Add, Edit, Clone or Remove contacts and contact properties</li>
25 <li>Shows contact fields in multiple tabs General, Home, Work, Social, Chat ans Others</li>
26 <li>Contact photo displayed and can be changed (supported image types JPEG, PNG, GIF and BMP)</li>
27 <li>Quick filter by table columns in contacts list</li>
28 <li>Combine multiple contact files together</li>
29 <li>Split contacts to separate files</li>
30 <li>Find any value in contacts</li>
31 <li>Find duplicate contacts to merge</li>
32 <li>Copy, Cut and Paste contacts from/to clipboard</li>
33 <li>Multilingual interface (English, Czech, Swedish)</li>
34 <li>Contact QR code</li>
35 <li>View contact source with syntax highlighting</li>
36 <li>Export to CSV, XML, MediaWiki, Excel, JSON, HTML and plain text.</li>
37 <li>Import from CSV, XML, MediaWiki and JSON.</li>
38 <li>Compare with another vCard file.</li>
39 </ul>
40 </description>
41
42 <launchable type="desktop-id">net.zdechov.app.vCardStudio.desktop</launchable>
43
44 <branding>
45 <color type="primary" scheme_preference="light">#99c1f1</color>
46 <color type="primary" scheme_preference="dark">#1a5fb4</color>
47 </branding>
48
49 <screenshots>
50 <screenshot type="default">
51 <caption>Main window</caption>
52 <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/vCard%20Studio.png</image>
53 </screenshot>
54 <screenshot>
55 <caption>Find duplicates</caption>
56 <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Find%20duplicates.png</image>
57 </screenshot>
58 <screenshot>
59 <caption>Contact - General</caption>
60 <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20General.png</image>
61 </screenshot>
62 <screenshot>
63 <caption>Contact - Work</caption>
64 <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20Work.png</image>
65 </screenshot>
66 <screenshot>
67 <caption>Contact - Social</caption>
68 <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20Social.png</image>
69 </screenshot>
70 <screenshot>
71 <caption>Contact - Home</caption>
72 <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20Home.png</image>
73 </screenshot>
74 <screenshot>
75 <caption>Contact - Chat</caption>
76 <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20Chat.png</image>
77 </screenshot>
78 <screenshot>
79 <caption>Contact - Others</caption>
80 <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20Others.png</image>
81 </screenshot>
82 <screenshot>
83 <caption>Contact - All fields</caption>
84 <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20All%20fields.png</image>
85 </screenshot>
86 </screenshots>
87
88 <releases>
89 <release version="1.5.0" date="2024-08-27">
90 <url type="details">https://svn.zdechov.net/vcard-studio/tags/1.5.0/Release%20Notes.txt</url>
91 <description>
92 <ul>
93 <li>Added: Keyboard shortcuts form accessible from Help menu.</li>
94 <li>Added: Menu action View - Fullscreen for switching into full screen mode.</li>
95 <li>Added: More menu action icons.</li>
96 <li>Added: File menu action Import to export vCard data from CSV, XML, JSON and MediaWiki.</li>
97 <li>Added: File menu action Export to export vCard data into CSV, XML, JSON, MediaWiki, Excel paste, plain text and HTML.</li>
98 <li>Added: Detect Beyond Compare as compare tool on Windows.</li>
99 <li>Added: Accept dropped files onto the application form.</li>
100 <li>Added: VCardProcessor class for processing contacts available from VCard package.</li>
101 <li>Added: Normalize menu action for normalization of contact property values.</li>
102 <li>Added: New file compare dialog with additional normalize options.</li>
103 <li>Modified: Improved new contact neme generation.</li>
104 <li>Modified: Improved forms resize handling.</li>
105 <li>Modified: Compare action uses external compare tool.</li>
106 <li>Fixed: Property form error.</li>
107 <li>Fixed: Not loaded last opened files.</li>
108 <li>Fixed: Correctly apply theme to contacts form.</li>
109 <li>Fixed: Width of not all contacts columns was remembered.</li>
110 <li>Fixed: Resize of compare and normalize forms.</li>
111 <li>Fixed: Report error if compare tool was not found.</li>
112 <li>Fixed: Font size was not scaled in source code form.</li>
113 </ul>
114 </description>
115 </release>
116 </releases>
117
118 <categories>
119 <category>Utility</category>
120 </categories>
121
122 <content_rating type="oars-1.1"/>
123</component>
Note: See TracBrowser for help on using the repository browser.