From 301d86c80830d4b38bc9d49ce907a17d0fb006bc Mon Sep 17 00:00:00 2001 From: Izzy Date: Sun, 11 Aug 2019 13:50:36 +0000 Subject: [PATCH] Convert metadata to YAML --- metadata/caldwell.ben.bites.txt | 29 ------ metadata/caldwell.ben.bites.yml | 31 ++++++ metadata/caldwell.ben.trolly.txt | 28 ------ metadata/caldwell.ben.trolly.yml | 28 ++++++ metadata/campyre.android.txt | 24 ----- metadata/campyre.android.yml | 25 +++++ metadata/cat.mvmike.minimalcalendarwidget.txt | 75 --------------- metadata/cat.mvmike.minimalcalendarwidget.yml | 94 +++++++++++++++++++ metadata/cat.pantsu.nyaapantsu.txt | 26 ----- metadata/cat.pantsu.nyaapantsu.yml | 29 ++++++ metadata/cc.co.eurdev.urecorder.txt | 25 ----- metadata/cc.co.eurdev.urecorder.yml | 25 +++++ metadata/cc.rainwave.android.txt | 50 ---------- metadata/cc.rainwave.android.yml | 62 ++++++++++++ metadata/ch.abertschi.adfree.txt | 73 -------------- metadata/ch.abertschi.adfree.yml | 91 ++++++++++++++++++ 16 files changed, 385 insertions(+), 330 deletions(-) delete mode 100644 metadata/caldwell.ben.bites.txt create mode 100644 metadata/caldwell.ben.bites.yml delete mode 100644 metadata/caldwell.ben.trolly.txt create mode 100644 metadata/caldwell.ben.trolly.yml delete mode 100644 metadata/campyre.android.txt create mode 100644 metadata/campyre.android.yml delete mode 100644 metadata/cat.mvmike.minimalcalendarwidget.txt create mode 100644 metadata/cat.mvmike.minimalcalendarwidget.yml delete mode 100644 metadata/cat.pantsu.nyaapantsu.txt create mode 100644 metadata/cat.pantsu.nyaapantsu.yml delete mode 100644 metadata/cc.co.eurdev.urecorder.txt create mode 100644 metadata/cc.co.eurdev.urecorder.yml delete mode 100644 metadata/cc.rainwave.android.txt create mode 100644 metadata/cc.rainwave.android.yml delete mode 100644 metadata/ch.abertschi.adfree.txt create mode 100644 metadata/ch.abertschi.adfree.yml diff --git a/metadata/caldwell.ben.bites.txt b/metadata/caldwell.ben.bites.txt deleted file mode 100644 index 25f23364b5..0000000000 --- a/metadata/caldwell.ben.bites.txt +++ /dev/null @@ -1,29 +0,0 @@ -Categories:Reading -License:GPL-3.0-only -Web Site:https://sites.google.com/site/caldwellcode/ -Source Code:https://code.google.com/p/bites-android/source -Issue Tracker: -Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XP4HTVTDCZPSN&lc=AU&item_name=Android%20Application%20Development&item_number=Bites - -Auto Name:Bites -Summary:Recipes cookbook -Description: -Bites is a very basic cookbook app. Recipes can be created on your phone and -shared with friends via SMS. Pick a recipe to make, tick off the ingredients you -need, then add the ones you need to the shopping list in [[caldwell.ben.trolly]] -or SMS them to someone to pick up for you. -. - -Repo Type:git-svn -Repo:https://bites-android.googlecode.com/svn/trunk/Bites - -Build:1.3,4 - commit=241 - prebuild=mkdir -p src/org/openintents/ && \ - cd src/org/openintents/ && \ - svn co -r4000 https://openintents.googlecode.com/svn/trunk/shoppinglist/ShoppingList/src/org/openintents/intents - -Auto Update Mode:None -Update Check Mode:Static -Current Version:1.3 -Current Version Code:4 diff --git a/metadata/caldwell.ben.bites.yml b/metadata/caldwell.ben.bites.yml new file mode 100644 index 0000000000..dc1f03b285 --- /dev/null +++ b/metadata/caldwell.ben.bites.yml @@ -0,0 +1,31 @@ +Categories: + - Reading +License: GPL-3.0-only +WebSite: https://sites.google.com/site/caldwellcode/ +SourceCode: https://code.google.com/p/bites-android/source +Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XP4HTVTDCZPSN&lc=AU&item_name=Android%20Application%20Development&item_number=Bites + +AutoName: Bites +Summary: Recipes cookbook +Description: |- + Bites is a very basic cookbook app. Recipes can be created on your phone and + shared with friends via SMS. Pick a recipe to make, tick off the ingredients you + need, then add the ones you need to the shopping list in [[caldwell.ben.trolly]] + or SMS them to someone to pick up for you. + +RepoType: git-svn +Repo: https://bites-android.googlecode.com/svn/trunk/Bites + +Builds: + - versionName: '1.3' + versionCode: 4 + commit: '241' + prebuild: + - mkdir -p src/org/openintents/ + - cd src/org/openintents/ + - svn co -r4000 https://openintents.googlecode.com/svn/trunk/shoppinglist/ShoppingList/src/org/openintents/intents + +AutoUpdateMode: None +UpdateCheckMode: Static +CurrentVersion: '1.3' +CurrentVersionCode: 4 diff --git a/metadata/caldwell.ben.trolly.txt b/metadata/caldwell.ben.trolly.txt deleted file mode 100644 index f535803c97..0000000000 --- a/metadata/caldwell.ben.trolly.txt +++ /dev/null @@ -1,28 +0,0 @@ -Categories:Writing -License:GPL-3.0-only -Web Site: -Source Code:https://archive.softwareheritage.org/browse/origin/http://trolly.googlecode.com/svn//directory/ -Issue Tracker: - -Auto Name:Trolly -Summary:Shopping list -Description: -Trolly is a shopping list application with the aim of being a very simple app -with no annoying or complicated features. It exposes intent filters to allow -other apps to automatically add items to the shopping list. -. - -Build:1.4,6 - commit=trolly_1.4 - prebuild=mkdir -p src/org/openintents/intents && \ - svn cat -r 3070 https://openintents.googlecode.com/svn/trunk/shoppinglist/ShoppingList/src/org/openintents/intents/ShoppingListIntents.java >src/org/openintents/intents/ShoppingListIntents.java - target=android-4 - -Maintainer Notes: -It needs a file from OpenIntents, so let's get it from Subversion... -. - -Auto Update Mode:None -Update Check Mode:Static -Current Version:0 -Current Version Code:0 diff --git a/metadata/caldwell.ben.trolly.yml b/metadata/caldwell.ben.trolly.yml new file mode 100644 index 0000000000..83cf821364 --- /dev/null +++ b/metadata/caldwell.ben.trolly.yml @@ -0,0 +1,28 @@ +Categories: + - Writing +License: GPL-3.0-only +SourceCode: https://archive.softwareheritage.org/browse/origin/http://trolly.googlecode.com/svn//directory/ + +AutoName: Trolly +Summary: Shopping list +Description: |- + Trolly is a shopping list application with the aim of being a very simple app + with no annoying or complicated features. It exposes intent filters to allow + other apps to automatically add items to the shopping list. + +Builds: + - versionName: '1.4' + versionCode: 6 + commit: trolly_1.4 + prebuild: + - mkdir -p src/org/openintents/intents + - svn cat -r 3070 https://openintents.googlecode.com/svn/trunk/shoppinglist/ShoppingList/src/org/openintents/intents/ShoppingListIntents.java + >src/org/openintents/intents/ShoppingListIntents.java + target: android-4 + +MaintainerNotes: It needs a file from OpenIntents, so let's get it from Subversion... + +AutoUpdateMode: None +UpdateCheckMode: Static +CurrentVersion: '0' +CurrentVersionCode: 0 diff --git a/metadata/campyre.android.txt b/metadata/campyre.android.txt deleted file mode 100644 index fda58c5351..0000000000 --- a/metadata/campyre.android.txt +++ /dev/null @@ -1,24 +0,0 @@ -Categories:Internet -License:MIT -Web Site: -Source Code:https://github.com/konklone/campyre -Issue Tracker:https://github.com/konklone/campyre/issues - -Auto Name:Campyre -Summary:Client for Campfire -Description: -* Talk and listen in any room -* View transcript for current day -* Upload images through the Gallery -. - -Repo Type:git -Repo:https://github.com/konklone/campyre.git - -Build:1.0.1,7 - commit=91b1224cc4bee18047 - -Auto Update Mode:None -Update Check Mode:RepoManifest -Current Version:1.0.1 -Current Version Code:7 diff --git a/metadata/campyre.android.yml b/metadata/campyre.android.yml new file mode 100644 index 0000000000..bf26d370bb --- /dev/null +++ b/metadata/campyre.android.yml @@ -0,0 +1,25 @@ +Categories: + - Internet +License: MIT +SourceCode: https://github.com/konklone/campyre +IssueTracker: https://github.com/konklone/campyre/issues + +AutoName: Campyre +Summary: Client for Campfire +Description: |- + * Talk and listen in any room + * View transcript for current day + * Upload images through the Gallery + +RepoType: git +Repo: https://github.com/konklone/campyre.git + +Builds: + - versionName: 1.0.1 + versionCode: 7 + commit: 91b1224cc4bee18047 + +AutoUpdateMode: None +UpdateCheckMode: RepoManifest +CurrentVersion: 1.0.1 +CurrentVersionCode: 7 diff --git a/metadata/cat.mvmike.minimalcalendarwidget.txt b/metadata/cat.mvmike.minimalcalendarwidget.txt deleted file mode 100644 index e1c4655abc..0000000000 --- a/metadata/cat.mvmike.minimalcalendarwidget.txt +++ /dev/null @@ -1,75 +0,0 @@ -Categories:Theming,Time -License:BSD-3-Clause -Web Site: -Source Code:https://github.com/mvmike/min-cal-widget -Issue Tracker:https://github.com/mvmike/min-cal-widget/issues - -Auto Name:MinCal Widget -Summary:Minimal month calendar widget -Description: -Calendar widget that shows the current month. - -* Default 3x2 (resizable) -* Dark theme -* Displays all events from your calendars -* Pressing on header opens widget configuration -* Pressing on any day cell opens calendar application -. - -Repo Type:git -Repo:https://github.com/mvmike/min-cal-widget - -Build:0.3.3,10 - commit=v0.3.3 - subdir=min-cal-widget - gradle=yes - -Build:0.4.0,11 - commit=v0.4.0 - subdir=min-cal-widget - gradle=yes - -Build:1.0.0,12 - commit=v1.0.0 - subdir=app - gradle=yes - -Build:1.1.0,14 - commit=v1.1.0 - subdir=app - gradle=yes - -Build:1.2.0,15 - commit=v1.2.0 - subdir=app - gradle=yes - prebuild=sed -i -e 's/5.2-/5.1-/' ../gradle/wrapper/gradle-wrapper.properties - -Build:1.2.1,16 - commit=v1.2.1 - subdir=app - gradle=yes - prebuild=sed -i -e 's/5.2-/5.1-/' ../gradle/wrapper/gradle-wrapper.properties - -Build:1.2.2,17 - commit=v1.2.2 - subdir=app - gradle=yes - prebuild=sed -i -e 's/5.2-/5.1-/' ../gradle/wrapper/gradle-wrapper.properties - -Build:1.2.3,18 - commit=v1.2.3 - subdir=app - gradle=yes - prebuild=sed -i -e 's/5.2-/5.1-/' ../gradle/wrapper/gradle-wrapper.properties - -Build:1.3.0,19 - commit=v1.3.0 - subdir=app - gradle=yes - prebuild=sed -i -e 's/5.2-/5.1-/' ../gradle/wrapper/gradle-wrapper.properties - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:1.3.0 -Current Version Code:19 diff --git a/metadata/cat.mvmike.minimalcalendarwidget.yml b/metadata/cat.mvmike.minimalcalendarwidget.yml new file mode 100644 index 0000000000..d4bd66eb50 --- /dev/null +++ b/metadata/cat.mvmike.minimalcalendarwidget.yml @@ -0,0 +1,94 @@ +Categories: + - Theming + - Time +License: BSD-3-Clause +SourceCode: https://github.com/mvmike/min-cal-widget +IssueTracker: https://github.com/mvmike/min-cal-widget/issues + +AutoName: MinCal Widget +Summary: Minimal month calendar widget +Description: |- + Calendar widget that shows the current month. + + * Default 3x2 (resizable) + * Dark theme + * Displays all events from your calendars + * Pressing on header opens widget configuration + * Pressing on any day cell opens calendar application + +RepoType: git +Repo: https://github.com/mvmike/min-cal-widget + +Builds: + - versionName: 0.3.3 + versionCode: 10 + commit: v0.3.3 + subdir: min-cal-widget + gradle: + - yes + + - versionName: 0.4.0 + versionCode: 11 + commit: v0.4.0 + subdir: min-cal-widget + gradle: + - yes + + - versionName: 1.0.0 + versionCode: 12 + commit: v1.0.0 + subdir: app + gradle: + - yes + + - versionName: 1.1.0 + versionCode: 14 + commit: v1.1.0 + subdir: app + gradle: + - yes + + - versionName: 1.2.0 + versionCode: 15 + commit: v1.2.0 + subdir: app + gradle: + - yes + prebuild: sed -i -e 's/5.2-/5.1-/' ../gradle/wrapper/gradle-wrapper.properties + + - versionName: 1.2.1 + versionCode: 16 + commit: v1.2.1 + subdir: app + gradle: + - yes + prebuild: sed -i -e 's/5.2-/5.1-/' ../gradle/wrapper/gradle-wrapper.properties + + - versionName: 1.2.2 + versionCode: 17 + commit: v1.2.2 + subdir: app + gradle: + - yes + prebuild: sed -i -e 's/5.2-/5.1-/' ../gradle/wrapper/gradle-wrapper.properties + + - versionName: 1.2.3 + versionCode: 18 + commit: v1.2.3 + subdir: app + gradle: + - yes + prebuild: sed -i -e 's/5.2-/5.1-/' ../gradle/wrapper/gradle-wrapper.properties + + - versionName: 1.3.0 + versionCode: 19 + commit: v1.3.0 + subdir: app + gradle: + - yes + prebuild: sed -i -e 's/5.2-/5.1-/' ../gradle/wrapper/gradle-wrapper.properties + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 1.3.0 +CurrentVersionCode: 19 diff --git a/metadata/cat.pantsu.nyaapantsu.txt b/metadata/cat.pantsu.nyaapantsu.txt deleted file mode 100644 index eea04f8c32..0000000000 --- a/metadata/cat.pantsu.nyaapantsu.txt +++ /dev/null @@ -1,26 +0,0 @@ -Categories:Multimedia -License:MIT -Web Site:https://nyaa.pantsu.cat -Source Code:https://github.com/NyaaPantsu/NyaaPantsu-android-app -Issue Tracker:https://github.com/NyaaPantsu/NyaaPantsu-android-app/issues - -Auto Name:NyaaPantsu -Summary:An app interface interacting with NyaaPantsu -Description: -This app is providing the ability to search on NyaaPantsu and upload directly -into it. -. - -Repo Type:git -Repo:https://github.com/NyaaPantsu/NyaaPantsu-android-app - -Build:1.0,1 - commit=v1.0 - subdir=app - gradle=yes - output=build/outputs/apk/release/*-release-unsigned.apk - -Auto Update Mode:None -Update Check Mode:Tags -Current Version:Iroppoi Pantsu (1.2) -Current Version Code:3 diff --git a/metadata/cat.pantsu.nyaapantsu.yml b/metadata/cat.pantsu.nyaapantsu.yml new file mode 100644 index 0000000000..b7e32a2a62 --- /dev/null +++ b/metadata/cat.pantsu.nyaapantsu.yml @@ -0,0 +1,29 @@ +Categories: + - Multimedia +License: MIT +WebSite: https://nyaa.pantsu.cat +SourceCode: https://github.com/NyaaPantsu/NyaaPantsu-android-app +IssueTracker: https://github.com/NyaaPantsu/NyaaPantsu-android-app/issues + +AutoName: NyaaPantsu +Summary: An app interface interacting with NyaaPantsu +Description: |- + This app is providing the ability to search on NyaaPantsu and upload directly + into it. + +RepoType: git +Repo: https://github.com/NyaaPantsu/NyaaPantsu-android-app + +Builds: + - versionName: '1.0' + versionCode: 1 + commit: v1.0 + subdir: app + gradle: + - yes + output: build/outputs/apk/release/*-release-unsigned.apk + +AutoUpdateMode: None +UpdateCheckMode: Tags +CurrentVersion: Iroppoi Pantsu (1.2) +CurrentVersionCode: 3 diff --git a/metadata/cc.co.eurdev.urecorder.txt b/metadata/cc.co.eurdev.urecorder.txt deleted file mode 100644 index e08e422efa..0000000000 --- a/metadata/cc.co.eurdev.urecorder.txt +++ /dev/null @@ -1,25 +0,0 @@ -Categories:Multimedia -License:GPL-3.0-only -Web Site: -Source Code:https://bitbucket.org/thomasebell/urecord -Issue Tracker: - -Auto Name:Urecord -Summary:Audio Recorder -Description: -Single track recorder with built in audio player. Supports uncompressed ouput -and the full range of sample rates, so may be of special use if you have a -decent microphone -. - -Repo Type:git -Repo:https://bitbucket.org/thomasebell/urecord.git - -Build:1.4,5 - commit=acf97f - subdir=Four Track - -Auto Update Mode:None -Update Check Mode:RepoManifest -Current Version:1.4 -Current Version Code:5 diff --git a/metadata/cc.co.eurdev.urecorder.yml b/metadata/cc.co.eurdev.urecorder.yml new file mode 100644 index 0000000000..f600c0a818 --- /dev/null +++ b/metadata/cc.co.eurdev.urecorder.yml @@ -0,0 +1,25 @@ +Categories: + - Multimedia +License: GPL-3.0-only +SourceCode: https://bitbucket.org/thomasebell/urecord + +AutoName: Urecord +Summary: Audio Recorder +Description: |- + Single track recorder with built in audio player. Supports uncompressed ouput + and the full range of sample rates, so may be of special use if you have a + decent microphone + +RepoType: git +Repo: https://bitbucket.org/thomasebell/urecord.git + +Builds: + - versionName: '1.4' + versionCode: 5 + commit: acf97f + subdir: Four Track + +AutoUpdateMode: None +UpdateCheckMode: RepoManifest +CurrentVersion: '1.4' +CurrentVersionCode: 5 diff --git a/metadata/cc.rainwave.android.txt b/metadata/cc.rainwave.android.txt deleted file mode 100644 index 0e06a14404..0000000000 --- a/metadata/cc.rainwave.android.txt +++ /dev/null @@ -1,50 +0,0 @@ -Categories:Multimedia -License:BSD-3-Clause -Web Site:http://rainwave.cc -Source Code:https://github.com/OEP/rainwave-android -Issue Tracker:https://github.com/OEP/rainwave-android/issues -Donate:http://rainwave.cc/pages/tip_jar - -Auto Name:Rainwave -Summary:Client for music station -Description: -Listen to music on rainwave.cc, an icecast music station, via music players like -[[com.android.music]] or [[net.sourceforge.servestream]]. You can also log in to -vote and request tracks to be played. -. - -Repo Type:git -Repo:https://github.com/OEP/rainwave-android.git - -Build:1.1,4 - commit=36477326ec80e - init=sed -i 's/minSdkVersion="3"/minSdkVersion="4"/g' AndroidManifest.xml - target=android-8 - -Build:1.1.2,9 - commit=v1.1.2 - init=sed -i 's/minSdkVersion="3"/minSdkVersion="4"/g' AndroidManifest.xml - target=android-8 - -Build:1.1.4,11 - commit=v1.1.4 - srclibs=Google-Gson@gson-2.2.4 - rm=libs/gson.jar - prebuild=cp -r $$Google-Gson$$/src/main/java/com/ src/ - -Build:1.1.5,12 - commit=v1.1.5 - srclibs=Google-Gson@gson-2.2.4 - rm=libs/gson.jar - prebuild=cp -r $$Google-Gson$$/src/main/java/com/ src/ - -Build:1.2.0,13 - commit=v1.2.0 - srclibs=Google-Gson@gson-2.2.4 - rm=libs/gson.jar - prebuild=cp -r $$Google-Gson$$/src/main/java/com/ src/ - -Auto Update Mode:None -Update Check Mode:Tags -Current Version:1.2.0 -Current Version Code:13 diff --git a/metadata/cc.rainwave.android.yml b/metadata/cc.rainwave.android.yml new file mode 100644 index 0000000000..87ef70f945 --- /dev/null +++ b/metadata/cc.rainwave.android.yml @@ -0,0 +1,62 @@ +Categories: + - Multimedia +License: BSD-3-Clause +WebSite: http://rainwave.cc +SourceCode: https://github.com/OEP/rainwave-android +IssueTracker: https://github.com/OEP/rainwave-android/issues +Donate: http://rainwave.cc/pages/tip_jar + +AutoName: Rainwave +Summary: Client for music station +Description: |- + Listen to music on rainwave.cc, an icecast music station, via music players like + [[com.android.music]] or [[net.sourceforge.servestream]]. You can also log in to + vote and request tracks to be played. + +RepoType: git +Repo: https://github.com/OEP/rainwave-android.git + +Builds: + - versionName: '1.1' + versionCode: 4 + commit: 36477326ec80e + init: sed -i 's/minSdkVersion="3"/minSdkVersion="4"/g' AndroidManifest.xml + target: android-8 + + - versionName: 1.1.2 + versionCode: 9 + commit: v1.1.2 + init: sed -i 's/minSdkVersion="3"/minSdkVersion="4"/g' AndroidManifest.xml + target: android-8 + + - versionName: 1.1.4 + versionCode: 11 + commit: v1.1.4 + srclibs: + - Google-Gson@gson-2.2.4 + rm: + - libs/gson.jar + prebuild: cp -r $$Google-Gson$$/src/main/java/com/ src/ + + - versionName: 1.1.5 + versionCode: 12 + commit: v1.1.5 + srclibs: + - Google-Gson@gson-2.2.4 + rm: + - libs/gson.jar + prebuild: cp -r $$Google-Gson$$/src/main/java/com/ src/ + + - versionName: 1.2.0 + versionCode: 13 + commit: v1.2.0 + srclibs: + - Google-Gson@gson-2.2.4 + rm: + - libs/gson.jar + prebuild: cp -r $$Google-Gson$$/src/main/java/com/ src/ + +AutoUpdateMode: None +UpdateCheckMode: Tags +CurrentVersion: 1.2.0 +CurrentVersionCode: 13 diff --git a/metadata/ch.abertschi.adfree.txt b/metadata/ch.abertschi.adfree.txt deleted file mode 100644 index 290dc02b3b..0000000000 --- a/metadata/ch.abertschi.adfree.txt +++ /dev/null @@ -1,73 +0,0 @@ -Provides:ch.abertschi.adfree -Categories:Internet -License:Apache-2.0 -Author Name:Andrin Bertschi -Author Email:apps@abertschi.ch -Web Site:http://adfree.abertschi.ch -Source Code:https://github.com/abertschi/ad-free -Issue Tracker:https://github.com/abertschi/ad-free/issues -Changelog:https://github.com/abertschi/ad-free/blob/HEAD/CHANGELOG.md - -Name:Ad-Free -Auto Name:Ad Free -Summary:AdBlocker for Spotify -Description: -Ad-Free is a modularized AdBlocker for Spotify on Android. - -Features: - -* Mute audio when advertisement is playing -* Play arbitrary audio instead of Spotify advertisement -* No ROOT required -* Plugin based design -. - -Repo Type:git -Repo:https://github.com/abertschi/ad-free - -Build:0.0.4.2,16 - commit=0.0.4.2 - subdir=app - gradle=yes - scandelete=asset/ - -Build:0.0.4.3,17 - commit=0.0.4.3 - subdir=app - gradle=yes - scandelete=asset/ - -Build:0.0.4.4,18 - disable=Could not find com.android.tools.build:gradle:3.0.1 - commit=0.0.4.4 - subdir=app - gradle=yes - scandelete=asset/ - -Build:0.0.4.5,19 - commit=0.0.4.5 - subdir=app - gradle=yes - scandelete=asset/ - -Build:0.0.4.6,20 - commit=0.0.4.6 - subdir=app - gradle=yes - scandelete=asset/ - -Build:1.0,30 - commit=1.0 - subdir=app - gradle=yes - scandelete=asset/ - -Maintainer Notes: -The repository hosts asset files for the html landing page which are not -part of the android build (asset/, landing/), so we scandelete them. -. - -Auto Update Mode:Version %v -Update Check Mode:Tags .*[0-9]$ -Current Version:1.0 -Current Version Code:30 diff --git a/metadata/ch.abertschi.adfree.yml b/metadata/ch.abertschi.adfree.yml new file mode 100644 index 0000000000..eb9ee445f8 --- /dev/null +++ b/metadata/ch.abertschi.adfree.yml @@ -0,0 +1,91 @@ +Provides: ch.abertschi.adfree +Categories: + - Internet +License: Apache-2.0 +AuthorName: Andrin Bertschi +AuthorEmail: apps@abertschi.ch +WebSite: http://adfree.abertschi.ch +SourceCode: https://github.com/abertschi/ad-free +IssueTracker: https://github.com/abertschi/ad-free/issues +Changelog: https://github.com/abertschi/ad-free/blob/HEAD/CHANGELOG.md + +Name: Ad-Free +AutoName: Ad Free +Summary: AdBlocker for Spotify +Description: |- + Ad-Free is a modularized AdBlocker for Spotify on Android. + + Features: + + * Mute audio when advertisement is playing + * Play arbitrary audio instead of Spotify advertisement + * No ROOT required + * Plugin based design + +RepoType: git +Repo: https://github.com/abertschi/ad-free + +Builds: + - versionName: 0.0.4.2 + versionCode: 16 + commit: 0.0.4.2 + subdir: app + gradle: + - yes + scandelete: + - asset/ + + - versionName: 0.0.4.3 + versionCode: 17 + commit: 0.0.4.3 + subdir: app + gradle: + - yes + scandelete: + - asset/ + + - versionName: 0.0.4.4 + versionCode: 18 + disable: Could not find com.android.tools.build:gradle:3.0.1 + commit: 0.0.4.4 + subdir: app + gradle: + - yes + scandelete: + - asset/ + + - versionName: 0.0.4.5 + versionCode: 19 + commit: 0.0.4.5 + subdir: app + gradle: + - yes + scandelete: + - asset/ + + - versionName: 0.0.4.6 + versionCode: 20 + commit: 0.0.4.6 + subdir: app + gradle: + - yes + scandelete: + - asset/ + + - versionName: '1.0' + versionCode: 30 + commit: '1.0' + subdir: app + gradle: + - yes + scandelete: + - asset/ + +MaintainerNotes: |- + The repository hosts asset files for the html landing page which are not + part of the android build (asset/, landing/), so we scandelete them. + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags .*[0-9]$ +CurrentVersion: '1.0' +CurrentVersionCode: 30