Convert metadata to YAML
This commit is contained in:
parent
618ecb31f4
commit
301d86c808
|
@ -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
|
|
31
metadata/caldwell.ben.bites.yml
Normal file
31
metadata/caldwell.ben.bites.yml
Normal file
|
@ -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
|
|
@ -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
|
|
28
metadata/caldwell.ben.trolly.yml
Normal file
28
metadata/caldwell.ben.trolly.yml
Normal file
|
@ -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
|
|
@ -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
|
|
25
metadata/campyre.android.yml
Normal file
25
metadata/campyre.android.yml
Normal file
|
@ -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
|
|
@ -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
|
|
94
metadata/cat.mvmike.minimalcalendarwidget.yml
Normal file
94
metadata/cat.mvmike.minimalcalendarwidget.yml
Normal file
|
@ -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
|
|
@ -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
|
|
29
metadata/cat.pantsu.nyaapantsu.yml
Normal file
29
metadata/cat.pantsu.nyaapantsu.yml
Normal file
|
@ -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
|
|
@ -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
|
|
25
metadata/cc.co.eurdev.urecorder.yml
Normal file
25
metadata/cc.co.eurdev.urecorder.yml
Normal file
|
@ -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
|
|
@ -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
|
|
62
metadata/cc.rainwave.android.yml
Normal file
62
metadata/cc.rainwave.android.yml
Normal file
|
@ -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
|
|
@ -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
|
|
91
metadata/ch.abertschi.adfree.yml
Normal file
91
metadata/ch.abertschi.adfree.yml
Normal file
|
@ -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
|
Loading…
Reference in a new issue