Another YAML conversion batch

This commit is contained in:
Izzy 2019-08-25 17:51:36 +00:00
parent fdbd35e2b1
commit 3405813c5a
14 changed files with 859 additions and 665 deletions

View file

@ -1,29 +0,0 @@
Categories:Time
License:Apache-2.0
Web Site:http://android.hlidskialf.com/apps/pomodoro
Source Code:https://github.com/lithium/pomodoro
Issue Tracker:https://github.com/lithium/pomodoro/issues
Auto Name:Pomodoro
Summary:Productivity timer
Description:
A tomato timer for using the Pomodoro technique. The pomodoro technique is a
personal time management method:
* Choose a task.
* Work uninterrupted for 25 minutes.
* Walk away and break for 5 minutes.
* After 4 tomatos, take a longer break.
.
Repo Type:git
Repo:https://github.com/lithium/Pomodoro.git
Build:1.2,102000
commit=fe56f091967a0d2c2c961098605fa29124c67302
target=android-7
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:1.2
Current Version Code:102000

View file

@ -0,0 +1,31 @@
Categories:
- Time
License: Apache-2.0
WebSite: http://android.hlidskialf.com/apps/pomodoro
SourceCode: https://github.com/lithium/pomodoro
IssueTracker: https://github.com/lithium/pomodoro/issues
AutoName: Pomodoro
Summary: Productivity timer
Description: |-
A tomato timer for using the Pomodoro technique. The pomodoro technique is a
personal time management method:
* Choose a task.
* Work uninterrupted for 25 minutes.
* Walk away and break for 5 minutes.
* After 4 tomatos, take a longer break.
RepoType: git
Repo: https://github.com/lithium/Pomodoro.git
Builds:
- versionName: '1.2'
versionCode: 102000
commit: fe56f091967a0d2c2c961098605fa29124c67302
target: android-7
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: '1.2'
CurrentVersionCode: 102000

View file

@ -1,105 +0,0 @@
Categories:Reading
License:Apache-2.0
Web Site:https://code.google.com/p/quickdic-dictionary
Source Code:https://code.google.com/p/quickdic-dictionary/source
Issue Tracker:
Auto Name:QuickDic
Summary:Offline translation dictionary
Description:
Uses data from Wiktionary and Beolingus to generate dictionary files that can be
used offline. These can be downloaded from within the app. Learn how to
construct your own dictionaries by viewing the wiki page on the website.
Recently a fork has been created to provide updates, see
[[de.reimardoeffinger.quickdic]].
.
Repo Type:git
Repo:https://code.google.com/p/quickdic-dictionary.dictionary
Build:3.0.1,15
commit=6507667d0e0af60c201ae6c732c15e2fd07886ae
prebuild=mkdir libs && \
mv jars/*.jar libs/ && \
git clone https://code.google.com/p/quickdic-dictionary.util/ Util && \
cd Util && \
git checkout c848279fde9af59fdd167eacbc5deb0258223c8e && \
cd .. && \
cp -r Util/src . && \
rm -rf Util/
Build:3.1,16
commit=64d2b5
prebuild=mkdir libs && \
mv jars/*.jar libs/ && \
git clone https://code.google.com/p/quickdic-dictionary.util/ Util && \
cd Util && \
git checkout c8f5ba9eac5f110d574ef8b443a205051026688c && \
cd .. && \
cp -r Util/src . && \
rm -rf Util/
Build:3.2,18
commit=115509
prebuild=mkdir libs && \
mv jars/*.jar libs/ && \
git clone https://code.google.com/p/quickdic-dictionary.util/ Util && \
cd Util && \
git checkout c8f5ba9eac5f110d574ef8b443a205051026688c && \
cd .. && \
cp -r Util/src . && \
rm -rf Util/
Build:3.2.1,19
disable=old failing build
commit=66affc8fb893
prebuild=mkdir libs && \
mv jars/*.jar libs/ && \
git clone https://code.google.com/p/quickdic-dictionary.util/ Util && \
cd Util && \
git checkout c8f5ba9eac5f110d574ef8b443a205051026688c && \
cd .. && \
cp -r Util/src . && \
rm -rf Util/
Build:3.3,21
commit=b50c9fe
prebuild=mkdir libs && \
mv jars/*.jar libs/ && \
git clone https://code.google.com/p/quickdic-dictionary.util/ Util && \
cd Util && \
git checkout 2781abb3e8f4 && \
cd .. && \
cp -r Util/src . && \
rm -rf Util/
Build:4.0.1,23
commit=1950e66885eb
init=git clone https://code.google.com/p/quickdic-dictionary.util/ Util && \
cd Util && \
git checkout 6beac13a3bc6
prebuild=mkdir libs && \
sed -i 's@\(android.library.reference.1=\).*@\1Util@' project.properties && \
cd jars/icu4j-4_8_1_1/ && \
sed -i '108d' build.xml && \
ant clean collator transliterator moduleJar && \
mv icu4j.jar ../../libs/
Build:5.0.1,25
commit=3e6ba19f4949
srclibs=1:QuickdicUtils@d57bfc6bcf5b,2:ActionBarSherlock@4.4.0
prebuild=cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
cd jars/icu4j-52_1/ && \
ant clean collator transliterator moduleJar && \
mv icu4j.jar ../../libs/
Maintainer Notes:
No tags, but releases can be cross-referenced with the apk in the source repo.
.
Archive Policy:0 versions
Auto Update Mode:None
Update Check Mode:Static
Current Version:0
Current Version Code:0

View file

@ -0,0 +1,118 @@
Categories:
- Reading
License: Apache-2.0
WebSite: https://code.google.com/p/quickdic-dictionary
SourceCode: https://code.google.com/p/quickdic-dictionary/source
AutoName: QuickDic
Summary: Offline translation dictionary
Description: |-
Uses data from Wiktionary and Beolingus to generate dictionary files that can be
used offline. These can be downloaded from within the app. Learn how to
construct your own dictionaries by viewing the wiki page on the website.
Recently a fork has been created to provide updates, see
[[de.reimardoeffinger.quickdic]].
Builds:
- versionName: 3.0.1
versionCode: 15
commit: 6507667d0e0af60c201ae6c732c15e2fd07886ae
prebuild:
- mkdir libs
- mv jars/*.jar libs/
- git clone https://code.google.com/p/quickdic-dictionary.util/ Util
- cd Util
- git checkout c848279fde9af59fdd167eacbc5deb0258223c8e
- cd ..
- cp -r Util/src .
- rm -rf Util/
- versionName: '3.1'
versionCode: 16
commit: 64d2b5
prebuild:
- mkdir libs
- mv jars/*.jar libs/
- git clone https://code.google.com/p/quickdic-dictionary.util/ Util
- cd Util
- git checkout c8f5ba9eac5f110d574ef8b443a205051026688c
- cd ..
- cp -r Util/src .
- rm -rf Util/
- versionName: '3.2'
versionCode: 18
commit: '115509'
prebuild:
- mkdir libs
- mv jars/*.jar libs/
- git clone https://code.google.com/p/quickdic-dictionary.util/ Util
- cd Util
- git checkout c8f5ba9eac5f110d574ef8b443a205051026688c
- cd ..
- cp -r Util/src .
- rm -rf Util/
- versionName: 3.2.1
versionCode: 19
disable: old failing build
commit: 66affc8fb893
prebuild:
- mkdir libs
- mv jars/*.jar libs/
- git clone https://code.google.com/p/quickdic-dictionary.util/ Util
- cd Util
- git checkout c8f5ba9eac5f110d574ef8b443a205051026688c
- cd ..
- cp -r Util/src .
- rm -rf Util/
- versionName: '3.3'
versionCode: 21
commit: b50c9fe
prebuild:
- mkdir libs
- mv jars/*.jar libs/
- git clone https://code.google.com/p/quickdic-dictionary.util/ Util
- cd Util
- git checkout 2781abb3e8f4
- cd ..
- cp -r Util/src .
- rm -rf Util/
- versionName: 4.0.1
versionCode: 23
commit: 1950e66885eb
init:
- git clone https://code.google.com/p/quickdic-dictionary.util/ Util
- cd Util
- git checkout 6beac13a3bc6
prebuild:
- mkdir libs
- sed -i 's@\(android.library.reference.1=\).*@\1Util@' project.properties
- cd jars/icu4j-4_8_1_1/
- sed -i '108d' build.xml
- ant clean collator transliterator moduleJar
- mv icu4j.jar ../../libs/
- versionName: 5.0.1
versionCode: 25
commit: 3e6ba19f4949
srclibs:
- 1:QuickdicUtils@d57bfc6bcf5b
- 2:ActionBarSherlock@4.4.0
prebuild:
- cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
- cd jars/icu4j-52_1/
- ant clean collator transliterator moduleJar
- mv icu4j.jar ../../libs/
MaintainerNotes: No tags, but releases can be cross-referenced with the apk in the
source repo.
ArchivePolicy: 0 versions
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: '0'
CurrentVersionCode: 0

View file

@ -1,273 +0,0 @@
Categories:Science & Education
License:GPL-3.0-only
Web Site:https://ankidroid.org/docs/help.html
Source Code:https://github.com/ankidroid/Anki-Android
Issue Tracker:https://github.com/ankidroid/Anki-Android/issues
Changelog:https://ankidroid.org/docs/changelog.html
Auto Name:AnkiDroid
Summary:A flashcard-based study aid
Description:
Anki is a program which makes remembering things easy. Because it is a lot more
efficient than traditional study methods, you can either greatly decrease your
time spent studying, or greatly increase the amount you learn. AnkiDroid is the
Android port of Anki, and is compatible with Anki data.
Synchronization uses the non-free AnkiWeb service by default, but this can be
changed in the settings to use, for example, an instance of the unofficial
[https://github.com/dsnopek/anki-sync-server Anki Sync Server]).
.
Repo Type:git
Repo:https://github.com/ankidroid/Anki-Android.git
Build:0.7,21
commit=v0.7
Build:1.0,23
disable=Version with Bluetooth
commit=unknown - see disabled
Build:1.1,25
commit=v1.1
forcevercode=yes
prebuild=sed -i -e "/key\.alias.*/d" -e "/key\.store.*/d" *.properties
Build:2.0,30
commit=4e4bafed59
prebuild=sed -i -e "/key\.alias.*/d" -e "/key\.store.*/d" *.properties
Build:2.0,31
disable=Different version code - same version?
commit=unknown - see disabled
Build:2.0.1,32
commit=v2.0.1
prebuild=sed -i -e "/^key\./d" *.properties
Build:2.0.2beta6,37
disable=beta version
Build:2.0.2beta8,39
disable=beta version
Build:2.0.2,40
commit=v2.0.2
Build:2.0.3,43
commit=v2.0.3
Build:2.0.4beta1,20004201
commit=v2.0.4beta1
Build:2.1alpha5,20100105
commit=v2.1alpha5
Build:2.1alpha6,20100106
commit=v2.1alpha6
Build:2.1alpha7,20100107
commit=v2.1alpha7
Build:2.1alpha11,20100111
commit=v2.1alpha11
Build:2.1alpha13,20100113
commit=v2.1alpha13
Build:2.1beta2,20100202
commit=v2.1beta2
Build:2.1beta3,20100203
commit=v2.1beta3
Build:2.1beta6,20100206
commit=v2.1beta6
Build:2.1beta7,20100207
commit=v2.1beta7
Build:2.1beta8,20100208
commit=v2.1beta8
Build:2.1beta9,20100209
commit=v2.1beta9
Build:2.1beta11,20100211
commit=v2.1beta11
Build:2.1beta13,20100213
commit=v2.1beta13
Build:2.1beta14,20100214
commit=v2.1beta14
Build:2.1beta15,20100215
commit=v2.1beta15
Build:2.1beta16,20100216
commit=v2.1beta16
Build:2.1.1,20101300
commit=v2.1.1
Build:2.1.2,20102300
commit=v2.1.2
Build:2.1.3,20103300
commit=v2.1.3
Build:2.2alpha1,20200101
commit=v2.2alpha1
Build:2.2alpha14,20200114
commit=v2.2alpha14
Build:2.2alpha17,20200117
commit=v2.2alpha17
Build:2.2,20200300
commit=v2.2
Build:2.2.2,20202300
commit=v2.2.2
Build:2.2.3,20203300
commit=v2.2.3
Build:2.3,20300300
commit=v2.3
Build:2.3.1,20301302
disable=broken
commit=2.3.1
Build:2.3.2,20302300
commit=2.3.2
Build:2.4alpha1,20400101
disable=prerelease
commit=v2.4alpha1
Build:2.4.2,20402300
commit=v2.4.2
subdir=AnkiDroid
gradle=yes
rm=tools,docs
scanignore=AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
Build:2.4.3,20403300
commit=v2.4.3
subdir=AnkiDroid
gradle=yes
rm=tools,docs
scanignore=AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
Build:2.4.4,20404300
disable=xml error
commit=v2.4.4
subdir=AnkiDroid
gradle=yes
rm=tools,docs
scanignore=AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
Build:2.5,20500300
commit=v2.5
subdir=AnkiDroid
gradle=yes
rm=tools,docs
scanignore=AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
Build:2.5.1,20501300
commit=v2.5.1
subdir=AnkiDroid
gradle=yes
rm=tools,docs
scanignore=AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
Build:2.5.2,20502300
commit=v2.5.2
subdir=AnkiDroid
gradle=yes
rm=tools,docs
scanignore=AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
Build:2.5.4,20504300
disable=mis-tagged
commit=v2.5.4
subdir=AnkiDroid
gradle=yes
rm=tools,docs
scanignore=AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
Build:2.5.4,20504301
commit=1926fcc7d86d85cbc068234bc565b9f607b8e45f
subdir=AnkiDroid
gradle=yes
rm=tools,docs
scanignore=AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
Build:2.6,20600300
commit=v2.6
subdir=AnkiDroid
gradle=yes
rm=tools,docs
scanignore=AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
Build:2.6.1,20601300
commit=v2.6.1
subdir=AnkiDroid
gradle=yes
rm=tools,docs
scanignore=AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
Build:2.7,20700300
commit=v2.7
subdir=AnkiDroid
gradle=yes
rm=tools,docs
scanignore=AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
Build:2.8,20800300
commit=v2.8
subdir=AnkiDroid
gradle=yes
rm=tools,docs
scanignore=AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
Build:2.8.1,20801300
commit=v2.8.1
subdir=AnkiDroid
gradle=yes
rm=tools,docs
scanignore=AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
Build:2.8.2,20802300
commit=v2.8.2
subdir=AnkiDroid
gradle=yes
rm=tools,docs
scanignore=AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
Build:2.8.3,20803300
commit=v2.8.3
subdir=AnkiDroid
gradle=yes
rm=tools,docs
scanignore=AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
Build:2.8.4,20804300
commit=v2.8.4
subdir=AnkiDroid
gradle=yes
rm=tools,docs
scanignore=AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
Maintainer Notes:
Uses DexLoader to load custom decks and plugins (?).
.
Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9.]*$
Current Version:2.8.4
Current Version Code:20804300

392
metadata/com.ichi2.anki.yml Normal file
View file

@ -0,0 +1,392 @@
Categories:
- Science & Education
License: GPL-3.0-only
WebSite: https://ankidroid.org/docs/help.html
SourceCode: https://github.com/ankidroid/Anki-Android
IssueTracker: https://github.com/ankidroid/Anki-Android/issues
Changelog: https://ankidroid.org/docs/changelog.html
AutoName: AnkiDroid
Summary: A flashcard-based study aid
Description: |-
Anki is a program which makes remembering things easy. Because it is a lot more
efficient than traditional study methods, you can either greatly decrease your
time spent studying, or greatly increase the amount you learn. AnkiDroid is the
Android port of Anki, and is compatible with Anki data.
Synchronization uses the non-free AnkiWeb service by default, but this can be
changed in the settings to use, for example, an instance of the unofficial
[https://github.com/dsnopek/anki-sync-server Anki Sync Server]).
RepoType: git
Repo: https://github.com/ankidroid/Anki-Android.git
Builds:
- versionName: '0.7'
versionCode: 21
commit: v0.7
- versionName: '1.0'
versionCode: 23
disable: Version with Bluetooth
commit: unknown - see disabled
- versionName: '1.1'
versionCode: 25
commit: v1.1
forcevercode: true
prebuild: sed -i -e "/key\.alias.*/d" -e "/key\.store.*/d" *.properties
- versionName: '2.0'
versionCode: 30
commit: 4e4bafed59
prebuild: sed -i -e "/key\.alias.*/d" -e "/key\.store.*/d" *.properties
- versionName: '2.0'
versionCode: 31
disable: Different version code - same version?
commit: unknown - see disabled
- versionName: 2.0.1
versionCode: 32
commit: v2.0.1
prebuild: sed -i -e "/^key\./d" *.properties
- versionName: 2.0.2beta6
versionCode: 37
disable: beta version
- versionName: 2.0.2beta8
versionCode: 39
disable: beta version
- versionName: 2.0.2
versionCode: 40
commit: v2.0.2
- versionName: 2.0.3
versionCode: 43
commit: v2.0.3
- versionName: 2.0.4beta1
versionCode: 20004201
commit: v2.0.4beta1
- versionName: 2.1alpha5
versionCode: 20100105
commit: v2.1alpha5
- versionName: 2.1alpha6
versionCode: 20100106
commit: v2.1alpha6
- versionName: 2.1alpha7
versionCode: 20100107
commit: v2.1alpha7
- versionName: 2.1alpha11
versionCode: 20100111
commit: v2.1alpha11
- versionName: 2.1alpha13
versionCode: 20100113
commit: v2.1alpha13
- versionName: 2.1beta2
versionCode: 20100202
commit: v2.1beta2
- versionName: 2.1beta3
versionCode: 20100203
commit: v2.1beta3
- versionName: 2.1beta6
versionCode: 20100206
commit: v2.1beta6
- versionName: 2.1beta7
versionCode: 20100207
commit: v2.1beta7
- versionName: 2.1beta8
versionCode: 20100208
commit: v2.1beta8
- versionName: 2.1beta9
versionCode: 20100209
commit: v2.1beta9
- versionName: 2.1beta11
versionCode: 20100211
commit: v2.1beta11
- versionName: 2.1beta13
versionCode: 20100213
commit: v2.1beta13
- versionName: 2.1beta14
versionCode: 20100214
commit: v2.1beta14
- versionName: 2.1beta15
versionCode: 20100215
commit: v2.1beta15
- versionName: 2.1beta16
versionCode: 20100216
commit: v2.1beta16
- versionName: 2.1.1
versionCode: 20101300
commit: v2.1.1
- versionName: 2.1.2
versionCode: 20102300
commit: v2.1.2
- versionName: 2.1.3
versionCode: 20103300
commit: v2.1.3
- versionName: 2.2alpha1
versionCode: 20200101
commit: v2.2alpha1
- versionName: 2.2alpha14
versionCode: 20200114
commit: v2.2alpha14
- versionName: 2.2alpha17
versionCode: 20200117
commit: v2.2alpha17
- versionName: '2.2'
versionCode: 20200300
commit: v2.2
- versionName: 2.2.2
versionCode: 20202300
commit: v2.2.2
- versionName: 2.2.3
versionCode: 20203300
commit: v2.2.3
- versionName: '2.3'
versionCode: 20300300
commit: v2.3
- versionName: 2.3.1
versionCode: 20301302
disable: broken
commit: 2.3.1
- versionName: 2.3.2
versionCode: 20302300
commit: 2.3.2
- versionName: 2.4alpha1
versionCode: 20400101
disable: prerelease
commit: v2.4alpha1
- versionName: 2.4.2
versionCode: 20402300
commit: v2.4.2
subdir: AnkiDroid
gradle:
- yes
rm:
- tools
- docs
scanignore:
- AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
- versionName: 2.4.3
versionCode: 20403300
commit: v2.4.3
subdir: AnkiDroid
gradle:
- yes
rm:
- tools
- docs
scanignore:
- AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
- versionName: 2.4.4
versionCode: 20404300
disable: xml error
commit: v2.4.4
subdir: AnkiDroid
gradle:
- yes
rm:
- tools
- docs
scanignore:
- AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
- versionName: '2.5'
versionCode: 20500300
commit: v2.5
subdir: AnkiDroid
gradle:
- yes
rm:
- tools
- docs
scanignore:
- AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
- versionName: 2.5.1
versionCode: 20501300
commit: v2.5.1
subdir: AnkiDroid
gradle:
- yes
rm:
- tools
- docs
scanignore:
- AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
- versionName: 2.5.2
versionCode: 20502300
commit: v2.5.2
subdir: AnkiDroid
gradle:
- yes
rm:
- tools
- docs
scanignore:
- AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
- versionName: 2.5.4
versionCode: 20504300
disable: mis-tagged
commit: v2.5.4
subdir: AnkiDroid
gradle:
- yes
rm:
- tools
- docs
scanignore:
- AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
- versionName: 2.5.4
versionCode: 20504301
commit: 1926fcc7d86d85cbc068234bc565b9f607b8e45f
subdir: AnkiDroid
gradle:
- yes
rm:
- tools
- docs
scanignore:
- AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
- versionName: '2.6'
versionCode: 20600300
commit: v2.6
subdir: AnkiDroid
gradle:
- yes
rm:
- tools
- docs
scanignore:
- AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
- versionName: 2.6.1
versionCode: 20601300
commit: v2.6.1
subdir: AnkiDroid
gradle:
- yes
rm:
- tools
- docs
scanignore:
- AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
- versionName: '2.7'
versionCode: 20700300
commit: v2.7
subdir: AnkiDroid
gradle:
- yes
rm:
- tools
- docs
scanignore:
- AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
- versionName: '2.8'
versionCode: 20800300
commit: v2.8
subdir: AnkiDroid
gradle:
- yes
rm:
- tools
- docs
scanignore:
- AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
- versionName: 2.8.1
versionCode: 20801300
commit: v2.8.1
subdir: AnkiDroid
gradle:
- yes
rm:
- tools
- docs
scanignore:
- AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
- versionName: 2.8.2
versionCode: 20802300
commit: v2.8.2
subdir: AnkiDroid
gradle:
- yes
rm:
- tools
- docs
scanignore:
- AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
- versionName: 2.8.3
versionCode: 20803300
commit: v2.8.3
subdir: AnkiDroid
gradle:
- yes
rm:
- tools
- docs
scanignore:
- AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
- versionName: 2.8.4
versionCode: 20804300
commit: v2.8.4
subdir: AnkiDroid
gradle:
- yes
rm:
- tools
- docs
scanignore:
- AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
MaintainerNotes: Uses DexLoader to load custom decks and plugins (?).
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags ^v[0-9.]*$
CurrentVersion: 2.8.4
CurrentVersionCode: 20804300

View file

@ -1,104 +0,0 @@
Categories:Money
License:GPL-3.0-only
Author Name:Igor Calì
Author Email:igor.cali0@gmail.com
Web Site:http://igisw-bilancio.sourceforge.net/
Source Code:https://gitlab.com/igi0/openmoneybox
Issue Tracker:https://gitlab.com/igi0/openmoneybox/issues
Changelog:https://sourceforge.net/p/igisw-bilancio/wiki/Changelog_3.3.1_Android/
Donate:http://igisw-bilancio.sourceforge.net/donation.html
Auto Name:OpenMoneyBox
Repo Type:git
Repo:https://gitlab.com/igi0/openmoneybox.git
Build:3.1.2.5,17
commit=4
subdir=android/API24
gradle=yes
Build:3.2.1.1,18
commit=v3.2.1.1
subdir=android/API24
gradle=yes
Build:3.2.1.2,19
commit=v3.2.1.2
subdir=android/API24
gradle=yes
Build:3.2.1.3,20
commit=v3.2.1.3
subdir=android/API24
gradle=yes
Build:3.2.2.2,21
commit=v3.2.2.2
subdir=android/API26
gradle=yes
Build:3.2.2.3,22
commit=v3.2.2.3
subdir=android/API26
gradle=yes
Build:3.2.2.4,23
commit=v3.2.2.4
subdir=android/API26
gradle=yes
Build:3.2.2.6,24
commit=v3.2.2.6
subdir=android/API26
gradle=yes
Build:3.2.2.7,25
commit=v3.2.2.7
subdir=android/API26
gradle=yes
Build:3.2.2.8,26
commit=v3.2.2.8
subdir=android/API26
gradle=yes
Build:3.2.2.10,27
commit=v3.2.2.10
subdir=android/API26
gradle=yes
Build:3.3.1.1,28
commit=v3.3.1.1
subdir=android/API26
gradle=yes
Build:3.3.1.2,29
commit=v3.3.1.2
subdir=android/API26
gradle=yes
Build:3.3.1.3,30
commit=v3.3.1.3
subdir=android/API26
gradle=yes
Build:3.3.1.4,31
commit=v3.3.1.4
subdir=android/API26
gradle=yes
Build:3.3.1.6,32
commit=v3.3.1.6
subdir=android/API26
gradle=yes
Maintainer Notes:
Summary and Description have been moved to the new localizable text files:
https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
.
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:3.3.1.6
Current Version Code:32

View file

@ -0,0 +1,137 @@
Categories:
- Money
License: GPL-3.0-only
AuthorName: Igor Calì
AuthorEmail: igor.cali0@gmail.com
WebSite: http://igisw-bilancio.sourceforge.net/
SourceCode: https://gitlab.com/igi0/openmoneybox
IssueTracker: https://gitlab.com/igi0/openmoneybox/issues
Changelog: https://sourceforge.net/p/igisw-bilancio/wiki/Changelog_3.3.1_Android/
Donate: http://igisw-bilancio.sourceforge.net/donation.html
AutoName: OpenMoneyBox
RepoType: git
Repo: https://gitlab.com/igi0/openmoneybox.git
Builds:
- versionName: 3.1.2.5
versionCode: 17
commit: '4'
subdir: android/API24
gradle:
- yes
- versionName: 3.2.1.1
versionCode: 18
commit: v3.2.1.1
subdir: android/API24
gradle:
- yes
- versionName: 3.2.1.2
versionCode: 19
commit: v3.2.1.2
subdir: android/API24
gradle:
- yes
- versionName: 3.2.1.3
versionCode: 20
commit: v3.2.1.3
subdir: android/API24
gradle:
- yes
- versionName: 3.2.2.2
versionCode: 21
commit: v3.2.2.2
subdir: android/API26
gradle:
- yes
- versionName: 3.2.2.3
versionCode: 22
commit: v3.2.2.3
subdir: android/API26
gradle:
- yes
- versionName: 3.2.2.4
versionCode: 23
commit: v3.2.2.4
subdir: android/API26
gradle:
- yes
- versionName: 3.2.2.6
versionCode: 24
commit: v3.2.2.6
subdir: android/API26
gradle:
- yes
- versionName: 3.2.2.7
versionCode: 25
commit: v3.2.2.7
subdir: android/API26
gradle:
- yes
- versionName: 3.2.2.8
versionCode: 26
commit: v3.2.2.8
subdir: android/API26
gradle:
- yes
- versionName: 3.2.2.10
versionCode: 27
commit: v3.2.2.10
subdir: android/API26
gradle:
- yes
- versionName: 3.3.1.1
versionCode: 28
commit: v3.3.1.1
subdir: android/API26
gradle:
- yes
- versionName: 3.3.1.2
versionCode: 29
commit: v3.3.1.2
subdir: android/API26
gradle:
- yes
- versionName: 3.3.1.3
versionCode: 30
commit: v3.3.1.3
subdir: android/API26
gradle:
- yes
- versionName: 3.3.1.4
versionCode: 31
commit: v3.3.1.4
subdir: android/API26
gradle:
- yes
- versionName: 3.3.1.6
versionCode: 32
commit: v3.3.1.6
subdir: android/API26
gradle:
- yes
MaintainerNotes: |-
Summary and Description have been moved to the new localizable text files:
https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 3.3.1.6
CurrentVersionCode: 32

View file

@ -1,87 +0,0 @@
AntiFeatures:NonFreeNet,UpstreamNonFree
Categories:Games
License:GPL-3.0-only
Web Site:
Source Code:https://github.com/OSRSHelper/OSRSHelper
Issue Tracker:https://github.com/OSRSHelper/OSRSHelper/issues
Auto Name:OSRS Helper
Summary:View your RuneScape stats
Description:
View stats of your [http://oldschool.runescape.com/ OldSchool Runescape]
character.
Do you sometimes feel the urgent need to look up your total level or your daily
gainz on Old School Runescape, but cannot because you're away from the computer?
How many times have you missed that golden opportunity to show that girl at the
bar that you have a max cape and that you once gained 1.4m cooking experience in
a single day?
We solved that problem for you. With this app, you'll be able to:
* Check the hiscores (regular, ironman, ultimate IM, hardcore IM);
* Share your hiscores with your friends;
* Consult the Crystal Math Labs (CML) experience tracker;
* Check out the top experience gains for players tracked with CML;
* Keep track of your Efficient Hours Played (EHP);
* Consult the Grand Exchange database;
* Add widgets to your homescreen! Display your stats/track any item's GE value (Powered by OSBuddy);
* Set your local RS profile, don't have to type your RSN all the time;
* Use a dynamic combat calculator;
* Keep up with OSRS news;
* Get notified in near-realtime of new OSRS blog posts;
* Browse the worldmap, with various pre-defined points of interest.
and more!
.
Repo Type:git
Repo:https://github.com/OSRSHelper/OSRSHelper
Build:1.1.1,3
commit=7c8b3ba8f400e280e36fec17779a295e94a70a5d
target=android-19
Build:1.2.1,5
commit=23a83153bb4350841b919528c5550c3be34de79a
extlibs=android/android-support-v4.jar
target=android-19
Build:1.2.2,6
commit=c29173a80a5d6a5ae9f1c0c8e88e8fd272534473
extlibs=android/android-support-v4.jar
target=android-19
Build:1.3,8
commit=4aba206892d991208b7e314c87cc5fabab317408
extlibs=android/android-support-v4.jar
target=android-19
Build:1.4,9
commit=a3271409551bab2c8f26b1938c760292fb78ebab
subdir=app
gradle=yes
Build:1.4.3,12
commit=8540b7865071e73072f91fcc6206303069f58b91
subdir=app
gradle=yes
Build:1.4.4,13
commit=678a6c15b12aaec5cf07a5e05c969806358c5ee5
subdir=app
gradle=yes
Build:1.4.5,14
commit=01ca567c377317e82ad83c76fd17ee2edfaaa366
subdir=app
gradle=yes
Maintainer Notes:
Contains crashlytics since at least 1.6.2.
.
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:2.0.12
Current Version Code:42

View file

@ -0,0 +1,102 @@
AntiFeatures:
- NonFreeNet
- UpstreamNonFree
Categories:
- Games
License: GPL-3.0-only
SourceCode: https://github.com/OSRSHelper/OSRSHelper
IssueTracker: https://github.com/OSRSHelper/OSRSHelper/issues
AutoName: OSRS Helper
Summary: View your RuneScape stats
Description: |-
View stats of your [http://oldschool.runescape.com/ OldSchool Runescape]
character.
Do you sometimes feel the urgent need to look up your total level or your daily
gainz on Old School Runescape, but cannot because you're away from the computer?
How many times have you missed that golden opportunity to show that girl at the
bar that you have a max cape and that you once gained 1.4m cooking experience in
a single day?
We solved that problem for you. With this app, you'll be able to:
* Check the hiscores (regular, ironman, ultimate IM, hardcore IM);
* Share your hiscores with your friends;
* Consult the Crystal Math Labs (CML) experience tracker;
* Check out the top experience gains for players tracked with CML;
* Keep track of your Efficient Hours Played (EHP);
* Consult the Grand Exchange database;
* Add widgets to your homescreen! Display your stats/track any item's GE value (Powered by OSBuddy);
* Set your local RS profile, don't have to type your RSN all the time;
* Use a dynamic combat calculator;
* Keep up with OSRS news;
* Get notified in near-realtime of new OSRS blog posts;
* Browse the worldmap, with various pre-defined points of interest.
and more!
RepoType: git
Repo: https://github.com/OSRSHelper/OSRSHelper
Builds:
- versionName: 1.1.1
versionCode: 3
commit: 7c8b3ba8f400e280e36fec17779a295e94a70a5d
target: android-19
- versionName: 1.2.1
versionCode: 5
commit: 23a83153bb4350841b919528c5550c3be34de79a
extlibs:
- android/android-support-v4.jar
target: android-19
- versionName: 1.2.2
versionCode: 6
commit: c29173a80a5d6a5ae9f1c0c8e88e8fd272534473
extlibs:
- android/android-support-v4.jar
target: android-19
- versionName: '1.3'
versionCode: 8
commit: 4aba206892d991208b7e314c87cc5fabab317408
extlibs:
- android/android-support-v4.jar
target: android-19
- versionName: '1.4'
versionCode: 9
commit: a3271409551bab2c8f26b1938c760292fb78ebab
subdir: app
gradle:
- yes
- versionName: 1.4.3
versionCode: 12
commit: 8540b7865071e73072f91fcc6206303069f58b91
subdir: app
gradle:
- yes
- versionName: 1.4.4
versionCode: 13
commit: 678a6c15b12aaec5cf07a5e05c969806358c5ee5
subdir: app
gradle:
- yes
- versionName: 1.4.5
versionCode: 14
commit: 01ca567c377317e82ad83c76fd17ee2edfaaa366
subdir: app
gradle:
- yes
MaintainerNotes: Contains crashlytics since at least 1.6.2.
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 2.0.12
CurrentVersionCode: 42

View file

@ -1,27 +0,0 @@
Categories:Security
License:GPL-3.0-only
Web Site:http://candrews.integralblue.com
Source Code:https://gitorious.org/callerid-for-android/mainline
Issue Tracker:
Auto Name:CallerID
Summary:Caller identification
Description:
Uses a web service to provide information about an incoming caller based on
their number. It works in certain European countries, the U.S., Canada and
Australia: see the website for more information. The web service is also FOSS.
.
Repo Type:git
Repo:https://gitorious.org/callerid-for-android/mainline.git
Build:1.6,7
commit=c54a018930a94d
subdir=application
maven=yes
prebuild=sed -i 's/1.4-SNAPSHOT/1.6/' pom.xml ../pom.xml
Auto Update Mode:None
Update Check Mode:None
Current Version:1.6
Current Version Code:7

View file

@ -0,0 +1,31 @@
Categories:
- Security
License: GPL-3.0-only
AuthorWebSite: https://candrews.integralblue.com
SourceCode: https://gitorious.org/callerid-for-android/mainline
AutoName: CallerID
Summary: Caller identification
Description: |-
Uses a web service to provide information about an incoming caller based on
their number. It works in certain European countries, the U.S., Canada and
Australia: see the website for more information. The web service is also FOSS.
Builds:
- versionName: '1.6'
versionCode: 7
commit: c54a018930a94d
subdir: application
maven: 'yes'
prebuild: sed -i 's/1.4-SNAPSHOT/1.6/' pom.xml ../pom.xml
MaintainerNotes: |-
* SourceCode disappeared with Gitorius.
* App was unlisted from Google Play in 2/2018
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: '1.6'
CurrentVersionCode: 7
NoSourceSince: '1.6'

View file

@ -1,40 +0,0 @@
Categories:Phone & SMS
License:GPL-3.0-only
Web Site:
Source Code:https://github.com/itds-consulting/android-silent-ping-sms
Issue Tracker:https://github.com/itds-consulting/android-silent-ping-sms/issues
Auto Name:SMS Ping
Summary:Send silent SMS
Description:
Send silent text messages: SMS will not be delivered as standard SMS, target
user will receive no visual notification about SMS being received.
.
Repo Type:git
Repo:https://github.com/itds-consulting/android-silent-ping-sms
Build:1.1,2
commit=e2e2b10ee43cbbb837c7e49ec7cb8d56978708c7
subdir=app
gradle=yes
Build:2,3
commit=v2
subdir=app
gradle=yes
Build:3,4
commit=v3
subdir=app
gradle=yes
Build:4,6
commit=v4
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:4
Current Version Code:6

View file

@ -0,0 +1,48 @@
Categories:
- Phone & SMS
License: GPL-3.0-only
SourceCode: https://github.com/itds-consulting/android-silent-ping-sms
IssueTracker: https://github.com/itds-consulting/android-silent-ping-sms/issues
AutoName: SMS Ping
Summary: Send silent SMS
Description: |-
Send silent text messages: SMS will not be delivered as standard SMS, target
user will receive no visual notification about SMS being received.
RepoType: git
Repo: https://github.com/itds-consulting/android-silent-ping-sms
Builds:
- versionName: '1.1'
versionCode: 2
commit: e2e2b10ee43cbbb837c7e49ec7cb8d56978708c7
subdir: app
gradle:
- yes
- versionName: '2'
versionCode: 3
commit: v2
subdir: app
gradle:
- yes
- versionName: '3'
versionCode: 4
commit: v3
subdir: app
gradle:
- yes
- versionName: '4'
versionCode: 6
commit: v4
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '4'
CurrentVersionCode: 6