From 949283a933cc5c2e5156ec030b86beb5978098aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Wed, 3 Jul 2019 13:45:17 +0200 Subject: [PATCH] rewrite yml: eu.siebeck.sipswitch --- metadata/eu.siebeck.sipswitch.txt | 46 ---------------------------- metadata/eu.siebeck.sipswitch.yml | 51 +++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 46 deletions(-) delete mode 100644 metadata/eu.siebeck.sipswitch.txt create mode 100644 metadata/eu.siebeck.sipswitch.yml diff --git a/metadata/eu.siebeck.sipswitch.txt b/metadata/eu.siebeck.sipswitch.txt deleted file mode 100644 index dfb91dfa2a..0000000000 --- a/metadata/eu.siebeck.sipswitch.txt +++ /dev/null @@ -1,46 +0,0 @@ -Categories:Phone & SMS -License:GPL-3.0-only -Web Site: -Source Code:https://github.com/robert7k/sipswitch -Issue Tracker:https://github.com/robert7k/sipswitch/issues - -Auto Name:SIP Switch -Summary:Access Internet call settings -Description: -Android 2.3 (Gingerbread) and newer has a built in SIP/VoIP client. The widget -has two buttons: The left one gives you a shortcut to the SIP settings i.e. to -enable incoming calls. The second one allows you to select how calls should be -routed primarily: you can select whether all calls should be made via SIP by -default; only Internet calls via SIP (Airplane mode), or if you want to be asked -before each call. -. - -Repo Type:git -Repo:https://github.com/robert7k/sipswitch.git - -Build:1.0.4,5 - commit=1.0.4 - -Build:1.0.8,9 - commit=1.0.8 - -Build:1.1.0,10 - commit=1.1.0 - subdir=app - submodules=yes - gradle=yes - -Build:1.1.1,11 - commit=1.1.1 - subdir=app - submodules=yes - gradle=yes - -Maintainer Notes: -Usage of the jar is fine since it comes directly from upstream's repo. -. - -Auto Update Mode:None -Update Check Mode:Tags -Current Version:1.1.2 -Current Version Code:12 diff --git a/metadata/eu.siebeck.sipswitch.yml b/metadata/eu.siebeck.sipswitch.yml new file mode 100644 index 0000000000..0284401c75 --- /dev/null +++ b/metadata/eu.siebeck.sipswitch.yml @@ -0,0 +1,51 @@ +Categories: + - Phone & SMS +License: GPL-3.0-only +SourceCode: https://github.com/robert7k/sipswitch +IssueTracker: https://github.com/robert7k/sipswitch/issues + +AutoName: SIP Switch +Summary: Access Internet call settings +Description: |- + Android 2.3 (Gingerbread) and newer has a built in SIP/VoIP client. The widget + has two buttons: The left one gives you a shortcut to the SIP settings i.e. to + enable incoming calls. The second one allows you to select how calls should be + routed primarily: you can select whether all calls should be made via SIP by + default; only Internet calls via SIP (Airplane mode), or if you want to be asked + before each call. + +RepoType: git +Repo: https://github.com/robert7k/sipswitch.git + +Builds: + - versionName: 1.0.4 + versionCode: 5 + commit: 1.0.4 + + - versionName: 1.0.8 + versionCode: 9 + commit: 1.0.8 + + - versionName: 1.1.0 + versionCode: 10 + commit: 1.1.0 + subdir: app + submodules: true + gradle: + - yes + + - versionName: 1.1.1 + versionCode: 11 + commit: 1.1.1 + subdir: app + submodules: true + gradle: + - yes + +MaintainerNotes: Usage of the jar is fine since it comes directly from upstream's + repo. + +AutoUpdateMode: None +UpdateCheckMode: Tags +CurrentVersion: 1.1.2 +CurrentVersionCode: 12