* fix invalid close session parameters (graceful shutdown - fixes switch failure) * fix qt5 compilation * easier method to find zune codename * support firmware upload/reboot device in UI * add device property d235 - serial number (seems to match SN printed on Zune's back) * add Zune recovery instructions * add flash cli command * send object info in separate bulk packets * add device-reboot cli command * add firmware version to device properties * undefined firmware (called in publicly available "Inside MTP Responder" paper * add EventCode enum values/ToString * add mtp service extension codes * send album cover in GUI * use Supports(...) for attach cover context action * add Library::AddCover, zune-import will upload cover automatically if supported * pass empty initialiser as empty bytearray while removing album cover * add Supported() helper for ObjectPropertyCodes * add MetadataPicture, fill it with decoded PICTURE props OBS-URL: https://build.opensuse.org/package/show/hardware/android-file-transfer-linux?expand=0&rev=9
20 lines
756 B
XML
20 lines
756 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/whoozle/android-file-transfer-linux</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<!-- <param name="revision">master</param> -->
|
|
<!-- <param name="versionprefix">4.5.0</param> -->
|
|
<!-- <param name="versionformat">%ci.%h</param> -->
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service name="tar" mode="manual"/>
|
|
<service name="recompress" mode="manual">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|