From c2a1d9c3fed1a7d795823dc844f75fd22688c756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Mon, 15 Jul 2019 02:23:47 +0200 Subject: [PATCH] rewrite yml: bughunter2.smsfilter --- metadata/bughunter2.smsfilter.txt | 46 ---------------------------- metadata/bughunter2.smsfilter.yml | 50 +++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 46 deletions(-) delete mode 100644 metadata/bughunter2.smsfilter.txt create mode 100644 metadata/bughunter2.smsfilter.yml diff --git a/metadata/bughunter2.smsfilter.txt b/metadata/bughunter2.smsfilter.txt deleted file mode 100644 index e634944849..0000000000 --- a/metadata/bughunter2.smsfilter.txt +++ /dev/null @@ -1,46 +0,0 @@ -Categories:Phone & SMS -License:Fair -Web Site:http://purl.org/net/smsfilter -Source Code:http://purl.org/net/smsfilter/source -Issue Tracker: -Donate:http://purl.org/net/smsfilter/donate -FlattrID:1109454 - -Auto Name:SMS Filter -Summary:Filter text messages by keyword or address -Description: -SMS Filter can filter incoming SMS messages before they reach your inbox. You -can filter by address, and optionally add parts that must occur in the message -for it to be blocked. - -By default, SMS Filter will not delete incoming messages. You will get a silent -status bar notification when SMS Filter has filtered an incoming message, which -you can view by opening the notification or by opening the application. - -You can also tell SMS Filter to delete incoming messages, in which case it will -happily do so for you. To do this, just turn off the 'Save messages' preference. -. - -Repo Type:git -Repo:https://gitorious.org/sms-filter/sms-filter.git - -Build:1.0,1 - commit=bd53e27d8571d025cb51241761ce480359ec1153 - target=android-8 - -Build:1.1,2 - commit=c44a961eaa0fb39ff0028212fb2794b16c4ee1e3 - target=android-8 - -Build:1.2,3 - commit=ae7d4a5251e6e86c379b87a6a8444779f702ed69 - target=android-18 - -Build:1.3,4 - commit=509e5a1a0be0ea27acdae7370b68aada9d127c59 - target=android-18 - -Auto Update Mode:None -Update Check Mode:RepoManifest -Current Version:1.3 -Current Version Code:4 diff --git a/metadata/bughunter2.smsfilter.yml b/metadata/bughunter2.smsfilter.yml new file mode 100644 index 0000000000..407036111b --- /dev/null +++ b/metadata/bughunter2.smsfilter.yml @@ -0,0 +1,50 @@ +Categories: + - Phone & SMS +License: Fair +WebSite: http://purl.org/net/smsfilter +SourceCode: http://purl.org/net/smsfilter/source +Donate: http://purl.org/net/smsfilter/donate +FlattrID: '1109454' + +AutoName: SMS Filter +Summary: Filter text messages by keyword or address +Description: |- + SMS Filter can filter incoming SMS messages before they reach your inbox. You + can filter by address, and optionally add parts that must occur in the message + for it to be blocked. + + By default, SMS Filter will not delete incoming messages. You will get a silent + status bar notification when SMS Filter has filtered an incoming message, which + you can view by opening the notification or by opening the application. + + You can also tell SMS Filter to delete incoming messages, in which case it will + happily do so for you. To do this, just turn off the 'Save messages' preference. + +RepoType: git +Repo: https://gitorious.org/sms-filter/sms-filter.git + +Builds: + - versionName: '1.0' + versionCode: 1 + commit: bd53e27d8571d025cb51241761ce480359ec1153 + target: android-8 + + - versionName: '1.1' + versionCode: 2 + commit: c44a961eaa0fb39ff0028212fb2794b16c4ee1e3 + target: android-8 + + - versionName: '1.2' + versionCode: 3 + commit: ae7d4a5251e6e86c379b87a6a8444779f702ed69 + target: android-18 + + - versionName: '1.3' + versionCode: 4 + commit: 509e5a1a0be0ea27acdae7370b68aada9d127c59 + target: android-18 + +AutoUpdateMode: None +UpdateCheckMode: RepoManifest +CurrentVersion: '1.3' +CurrentVersionCode: 4