Skip to content

Commit

Permalink
Merge pull request #361 from jmlich/add-appdata
Browse files Browse the repository at this point in the history
Add appdata.xml
  • Loading branch information
piggz authored Apr 27, 2024
2 parents 9110bcc + 55d556b commit 68d3bb3
Showing 1 changed file with 85 additions and 0 deletions.
85 changes: 85 additions & 0 deletions ui/harbour-amazfish-ui.appdata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<name>Amazfish</name>
<summary>Smart watch sync app</summary>
<id>uk.co.piggz.amazfish</id>
<launchable type="desktop-id">harbour-amazfish-ui.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<description>
<p>
Companion application for Huami Devices (such as Amazfit Bip, Cor, MiBand2/3 and GTS and GTS) and the Pinetime Infinitime.
</p>
</description>
<url type="homepage">https://github.com/piggz/harbour-amazfish</url>
<url type="bugtracker">https://github.com/piggz/harbour-amazfish/issues</url>
<url type="donation">https://paypal.me/piggz</url>
<requires>
<display_length compare="ge">small</display_length>
</requires>
<recommends>
<control>keyboard</control>
<control>pointing</control>
<control>touch</control>
</recommends>
<developer id="@[email protected]">
<name>Adam Pigg</name>
</developer>
<screenshots>
<screenshot type="default">
<image>https://github.com/piggz/harbour-amazfish/raw/2.2.4/screenshots/screenshot1.png</image>
<caption/>
</screenshot>
<screenshot>
<image>https://github.com/piggz/harbour-amazfish/raw/2.2.4/screenshots/screenshot2.png</image>
<caption/>
</screenshot>
<screenshot>
<image>https://github.com/piggz/harbour-amazfish/raw/2.2.4/screenshots/screenshot3.png</image>
<caption/>
</screenshot>
</screenshots>
<categories>
<category>Sports</category>
<category>Utility</category>
</categories>
<keywords>
<keyword>Smartwatch</keyword>
<keyword>Bluetooth</keyword>
<keyword>Amazfit Bip</keyword>
<keyword>Amazfit GTS</keyword>
<keyword>Amazfit GTR2</keyword>
<keyword>Pinetime InfiniTime</keyword>
<keyword>Bangle.js</keyword>
<keyword>AsteroidOS</keyword>
</keywords>
<content_rating type="oars-1.1"/>
<releases>
<release version="2.2.4" timestamp="1709471020">
<description>
<p>Fix schedule display on lift wrist</p>
<p>Misc Ubuntu Touch fixes</p>
<p>Fix alert icon handling</p>
<p>AsteroidOS Screenshot support</p>
<p>Fix setting-save bug</p>
<p>Thanks to @jmlich and @nephros</p>
</description>
</release>
<release version="2.2.0" timestamp="1704114220">
<description>
<p>Implement Scheduled Display on Lift Wrist</p>
<p>Implement find-my-phone feature</p>
<p>Add file download for Amazfit GTR</p>
<p>Support watchfaces for GTS2/GTR2</p>
<p>Support new weather service on Pinetime</p>
<p>Pinetime steps logging</p>
<p>Log battery level</p>
<p>Support phone calls on Ubuntu Touch (UT)</p>
<p>UT UI fixes</p>
<p>Weather fixes</p>
<p>Fix for messages that contain Emoji chcaracters</p>
<p>Thanks to Jozef Mlich for the Pinetime, UBPortsand weather updates</p>
</description>
</release>
</releases>
</component>

0 comments on commit 68d3bb3

Please sign in to comment.