1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <component type="desktop-application">
|
---|
3 | <id>net.zdechov.app.AcronymDecoder</id>
|
---|
4 |
|
---|
5 | <name>Acronym Decoder</name>
|
---|
6 | <summary>Search acronym meanings</summary>
|
---|
7 | <developer id="net.zdechov.chronos">
|
---|
8 | <name>Chronos</name>
|
---|
9 | </developer>
|
---|
10 |
|
---|
11 | <url type="homepage">https://app.zdechov.net/AcronymDecoder</url>
|
---|
12 | <url type="contact">https://app.zdechov.net/AcronymDecoder#Contact</url>
|
---|
13 | <url type="vcs-browser">https://app.zdechov.net/AcronymDecoder/browser</url>
|
---|
14 |
|
---|
15 | <metadata_license>CC0-1.0</metadata_license>
|
---|
16 | <project_license>CC0-1.0</project_license>
|
---|
17 |
|
---|
18 | <description>
|
---|
19 | <p>A simple tool for quick searching of meaning for various acronyms and abbreviations.</p>
|
---|
20 | <p>Features:</p>
|
---|
21 | <ul>
|
---|
22 | <li>Acronym database management</li>
|
---|
23 | <li>Quick searching by acronym name, meaning or category. Exact or partial match.</li>
|
---|
24 | <li>Acronym categories</li>
|
---|
25 | <li>Database stored as project file in open XML format</li>
|
---|
26 | <li>Configurable import from external web pages (http, https) with custom text parsing rules</li>
|
---|
27 | <li>Support for import from MS Access database file</li>
|
---|
28 | <li>Localized interface (English, Czech)</li>
|
---|
29 | <li>Allows minimization to system tray</li>
|
---|
30 | <li>Document check for acronyms occurrence, definitions and summary section</li>
|
---|
31 | </ul>
|
---|
32 | </description>
|
---|
33 |
|
---|
34 | <launchable type="desktop-id">net.zdechov.app.AcronymDecoder.desktop</launchable>
|
---|
35 |
|
---|
36 | <branding>
|
---|
37 | <color type="primary" scheme_preference="light">#99c1f1</color>
|
---|
38 | <color type="primary" scheme_preference="dark">#1a5fb4</color>
|
---|
39 | </branding>
|
---|
40 |
|
---|
41 | <screenshots>
|
---|
42 | <screenshot type="default">
|
---|
43 | <caption>Main window</caption>
|
---|
44 | <image>https://svn.zdechov.net/AcronymDecoder/trunk/Images/Screenshots/Acronym%20Decoder.png</image>
|
---|
45 | </screenshot>
|
---|
46 | <screenshot>
|
---|
47 | <caption>Dark theme</caption>
|
---|
48 | <image>https://svn.zdechov.net/AcronymDecoder/trunk/Images/Screenshots/Linux%20dark.png</image>
|
---|
49 | </screenshot>
|
---|
50 | </screenshots>
|
---|
51 |
|
---|
52 | <releases>
|
---|
53 | <release version="1.7.0" date="2025-01-25">
|
---|
54 | <url type="details">https://svn.zdechov.net/AcronymDecoder/tags/1.7.0/Release%20Notes.txt</url>
|
---|
55 | <description>
|
---|
56 | <ul>
|
---|
57 | <li>Added: Vector application logo in SVG format. Generated raster logo with resolution 256x256 pixels.</li>
|
---|
58 | <li>Added: Key shortcuts form.</li>
|
---|
59 | <li>* Added: Action to switch to fullscreen mode.</li>
|
---|
60 | <li>Added: New import source from Wikipedia aviation acronyms.</li>
|
---|
61 | <li>Modified: Fixed Import sources modification.</li>
|
---|
62 | <li>Modified: Updated example database.</li>
|
---|
63 | <li>Modified: Build under Lazarus 3.6.0.</li>
|
---|
64 | <li>Modified: Scale toolbar images on Linux.</li>
|
---|
65 | <li>Fixed: Workaround to show checkboxes on Qt5 in import sources and acronym categories.</li>
|
---|
66 | <li>Fixed: Error in Document check if document empty.</li>
|
---|
67 | <li>Fixed: Error on new acronym category addition.</li>
|
---|
68 | <li>Fixed: Downloading from https during acronyms processing.</li>
|
---|
69 | <li>Fixed: Detect relative Linux share application path.</li>
|
---|
70 | <li>Fixed: Use scrollbox in resizable forms.</li>
|
---|
71 | </ul>
|
---|
72 | </description>
|
---|
73 | </release>
|
---|
74 | </releases>
|
---|
75 |
|
---|
76 | <categories>
|
---|
77 | <category>Utility</category>
|
---|
78 | <category>TextTools</category>
|
---|
79 | </categories>
|
---|
80 |
|
---|
81 | <content_rating type="oars-1.1"/>
|
---|
82 | </component>
|
---|