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
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2015 Richard Hughes <richard@hughsie.com> -->
<component type="desktop">
<id>com.hughski.ColorHug.Backlight.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<_name>ColorHug Backlight Utility</_name>
<_summary>Sample the ambient light level to control the backlight</_summary>
<description>
<_p>
The ColorHug backlight utility uses the ColorHug device to alter the
backlight level to compensate for the changing ambient light level.
</_p>
</description>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/hughski/colorhug-client/master/data/appdata/colorhug-backlight.png</image>
<_caption>The ambient light control utility</_caption>
</screenshot>
</screenshots>
<update_contact>richard_at_hughsie.com</update_contact>
<url type="bugtracker">https://github.com/hughski/colorhug-client/issues</url>
<releases>
<release version="0.2.8" timestamp="1453206094">
<description>
<p>This stable release adds the following features:</p>
<ul>
<li>Add modalias strings for autoinstallation support</li>
<li>Support the ColorHugALS in SensorHID mode for backlight changes</li>
</ul>
</description>
</release>
<release version="0.2.7" timestamp="1429438376">
<description>
<p>This stable release fixes the following bug:</p>
<ul>
<li>Never auto-dim less than 5%</li>
</ul>
</description>
</release>
<release version="0.2.6" timestamp="1426014599">
<description>
<p>
This is the first release of this application which was designed for
testing ambient light sensors, including the ColorHugALS device.
</p>
</description>
</release>
</releases>
<kudos>
<kudo>AppMenu</kudo>
<kudo>HiDpiIcon</kudo>
<kudo>ModernToolkit</kudo>
</kudos>
<provides>
<modalias>usb:v273Fp1007d*</modalias> <!-- ALS, legacy -->
<modalias>usb:v273Fp1008d*</modalias> <!-- ALS, SensorHid -->
</provides>
<developer_name>Hughski Limited</developer_name>
</component>
|