Gradience/data/com.github.AdwCustomizerTeam.AdwCustomizer.appdata.xml.in.in
tfuxu c6365f6c88 feat: set devel app id and version suffix if buildtype is debug, and replace another hard-coded values to constants
* modify flatpak json's to use local directory instead of local git repository
2022-08-15 20:47:26 +02:00

133 lines
5.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2022 Adwaita Manager Team -->
<component type="desktop">
<id>@APP_ID@</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<name>Adwaita Manager</name>
<summary>Change the look of Adwaita, with ease.</summary>
<developer_name>Adwaita Manager Team</developer_name>
<recommends>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
</recommends>
<description>
<p>
Adwaita Manager (AdwCustomizer) is a tool for customizing Libadwaita applications and the adw-gtk3 theme.
</p>
<p>With Adwaita Manager you can:</p>
<ul>
<li>Change any color of Adwaita theme</li>
<li>Apply Material 3 colors from wallaper</li>
<li>Use other users presets</li>
<li>Change advanced options with CSS</li>
<li>Extend functionality using plugins</li>
</ul>
<p>This app is written in Python and uses GTK 4 and libadwaita.</p>
</description>
<screenshots>
<screenshot type="default">
<caption>colors</caption>
<image>https://raw.githubusercontent.com/AdwCustomizerTeam/Design/main/Screenshots/colors.png</image>
</screenshot>
<screenshot>
<caption>colors purple</caption>
<image>https://raw.githubusercontent.com/AdwCustomizerTeam/Design/main/Screenshots/colors_purple.png</image>
</screenshot>
<screenshot>
<caption>monet</caption>
<image>https://raw.githubusercontent.com/AdwCustomizerTeam/Design/main/Screenshots/monet.png</image>
</screenshot>
<screenshot>
<caption>monet purple</caption>
<image>https://raw.githubusercontent.com/AdwCustomizerTeam/Design/main/Screenshots/monet_purple.png</image>
</screenshot>
<screenshot>
<caption>advanced</caption>
<image>https://raw.githubusercontent.com/AdwCustomizerTeam/Design/main/Screenshots/advanced.png</image>
</screenshot>
<screenshot>
<caption>advanced purple</caption>
<image>https://raw.githubusercontent.com/AdwCustomizerTeam/Design/main/Screenshots/advanced_purple.png</image>
</screenshot>
</screenshots>
<launchable type="desktop-id">@APP_ID@.desktop</launchable>
<categories>
<category>Utility</category>
</categories>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">none</content_attribute>
<content_attribute id="violence-realistic">none</content_attribute>
<content_attribute id="violence-bloodshed">none</content_attribute>
<content_attribute id="violence-sexual">none</content_attribute>
<content_attribute id="violence-desecration">none</content_attribute>
<content_attribute id="violence-slavery">none</content_attribute>
<content_attribute id="violence-worship">none</content_attribute>
<content_attribute id="drugs-alcohol">none</content_attribute>
<content_attribute id="drugs-narcotics">none</content_attribute>
<content_attribute id="drugs-tobacco">none</content_attribute>
<content_attribute id="sex-nudity">none</content_attribute>
<content_attribute id="sex-themes">none</content_attribute>
<content_attribute id="sex-homosexuality">none</content_attribute>
<content_attribute id="sex-prostitution">none</content_attribute>
<content_attribute id="sex-adultery">none</content_attribute>
<content_attribute id="sex-appearance">none</content_attribute>
<content_attribute id="language-profanity">none</content_attribute>
<content_attribute id="language-humor">none</content_attribute>
<content_attribute id="language-discrimination">none</content_attribute>
<content_attribute id="social-chat">none</content_attribute>
<content_attribute id="social-info">none</content_attribute>
<content_attribute id="social-audio">none</content_attribute>
<content_attribute id="social-location">none</content_attribute>
<content_attribute id="social-contacts">none</content_attribute>
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<kudos>
<kudo>ModernToolkit</kudo>
<kudo>HiDpiIcon</kudo>
</kudos>
<releases>
<release date="2022-8-12" version="0.1.0">
<description>
<p>First release of Adwaita Manager.</p>
</description>
<ul>
<li>Add AdwViewSwitcher in the header bar.</li>
<li>Move CSS to the "Advanced" tab</li>
<li>Move the rest to the "Colours" tab</li>
<li>Add Monet tab which generates a theme from a background</li>
<li>Add disk saved and disk unsaved icon in the header bar</li>
<li>Update about dialog</li>
<li>Change license to GNU GPLv3</li>
<li>Begin plugin support</li>
<li>Move preset selector to a drop-down called palette (icon palette)</li>
<li>Add ability to apply the theme onlyfor dark theme or oy for light theme</li>
<li>Automaticly use Adwaita-dark preset if the user prefered scheme is dark.</li>
<li>Added Flatpak CI build</li>
<li>Added issue template for bug and feature request </li>
<li>`Main` branch is now protected by GitHub branch protection. The development is done on `next` branch </li>
</ul>
</release>
</releases>
<url type="homepage">@PROJECT_URL@</url>
<url type="bugtracker">@BUGTRACKER_URL@</url>
<url type="help">@HELP_URL@</url>
<url type="translate">@TRANSLATE_URL@</url>
<update_contact>AdwCustomizerTeam@proton.me</update_contact>
</component>