mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
description and summary moved to source repo & donation
This commit is contained in:
commit
fd2cba4bd9
1126 changed files with 12822 additions and 1574 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -10,4 +10,10 @@
|
|||
.fdroid*
|
||||
*.apk
|
||||
*.jks
|
||||
/metadata/dump_*
|
||||
/metadata/dump_*
|
||||
/stats/logs/
|
||||
/stats/data/
|
||||
/build/*/
|
||||
!/build/extlib/
|
||||
/build/.fdroidvcs-*
|
||||
/stats/publishsigkeys.jar
|
||||
|
|
|
|||
15
README.md
15
README.md
|
|
@ -18,9 +18,9 @@ Clone fdroiddata (or your fork) and enter it:
|
|||
git clone https://gitlab.com/fdroid/fdroiddata.git
|
||||
cd fdroiddata
|
||||
|
||||
An empty config file should work for most setups:
|
||||
Optionally create a base config.py and signing keys with:
|
||||
|
||||
touch config.py
|
||||
fdroid init
|
||||
|
||||
Make sure fdroid works and reads the metadata files properly:
|
||||
|
||||
|
|
@ -32,4 +32,13 @@ See the [Contributing](CONTRIBUTING.md) doc.
|
|||
|
||||
## More information
|
||||
|
||||
You can find more details on [the manual](https://f-droid.org/manual/).
|
||||
You can find more details on the [docs](https://f-droid.org/docs/).
|
||||
|
||||
|
||||
## Translation
|
||||
|
||||
Many app summaries and some descriptions can be translated as part of
|
||||
F-Droid. See
|
||||
[Translation and Localization](https://f-droid.org/docs/Translation_and_Localization)
|
||||
for more info.
|
||||
[](https://hosted.weblate.org/engage/f-droid/?utm_source=widget)
|
||||
|
|
|
|||
3
build/.gitignore
vendored
3
build/.gitignore
vendored
|
|
@ -1,3 +0,0 @@
|
|||
/*/
|
||||
!/extlib/
|
||||
/.fdroidvcs-*
|
||||
1
build/extlib/.gitignore
vendored
1
build/extlib/.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
!*/
|
||||
|
|
@ -130,5 +130,5 @@ Build:2.12.9.2,137
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.12.9.2
|
||||
Current Version Code:137
|
||||
Current Version:2.12.9.3
|
||||
Current Version Code:138
|
||||
|
|
|
|||
|
|
@ -45,7 +45,12 @@ Build:2.2.0,15
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.2.0
|
||||
Current Version Code:15
|
||||
Build:2.2.1,16
|
||||
commit=2.2.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.2.1
|
||||
Current Version Code:16
|
||||
|
|
|
|||
|
|
@ -55,7 +55,17 @@ Build:1.2,3
|
|||
subdir=LibreNews-App
|
||||
gradle=yes
|
||||
|
||||
Build:1.3,4
|
||||
commit=v1.3
|
||||
subdir=LibreNews-App
|
||||
gradle=yes
|
||||
|
||||
Build:1.4,5
|
||||
commit=v1.4
|
||||
subdir=LibreNews-App
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.2
|
||||
Current Version Code:3
|
||||
Current Version:1.4
|
||||
Current Version Code:5
|
||||
|
|
|
|||
|
|
@ -58,7 +58,12 @@ Build:1.1.5,7
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2.0,8
|
||||
commit=v1.2.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.1.5
|
||||
Current Version Code:7
|
||||
Current Version:1.2.0
|
||||
Current Version Code:8
|
||||
|
|
|
|||
|
|
@ -468,7 +468,65 @@ Build:1.66,66
|
|||
sed -i -e '/rapid.decoder/g' build.gradle && \
|
||||
sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
|
||||
|
||||
Build:1.67,67
|
||||
commit=1.67
|
||||
subdir=app
|
||||
gradle=yes
|
||||
srclibs=RapidDecoder@0.2.7
|
||||
prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
|
||||
sed -i -e '/rapid.decoder/g' build.gradle && \
|
||||
sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
|
||||
|
||||
Build:1.68,68
|
||||
commit=1.68
|
||||
subdir=app
|
||||
gradle=yes
|
||||
srclibs=RapidDecoder@0.2.7
|
||||
prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
|
||||
sed -i -e '/rapid.decoder/g' build.gradle && \
|
||||
sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
|
||||
|
||||
Build:1.69,69
|
||||
commit=1.69
|
||||
subdir=app
|
||||
gradle=yes
|
||||
srclibs=RapidDecoder@0.2.7
|
||||
prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
|
||||
sed -i -e '/rapid.decoder/g' build.gradle && \
|
||||
sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
|
||||
|
||||
Build:1.71,71
|
||||
commit=v1.71
|
||||
subdir=app
|
||||
gradle=yes
|
||||
srclibs=RapidDecoder@0.2.7
|
||||
prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
|
||||
sed -i -e '/rapid.decoder/g' build.gradle && \
|
||||
sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
|
||||
|
||||
Build:1.72,72
|
||||
commit=v1.72
|
||||
subdir=app
|
||||
gradle=yes
|
||||
srclibs=RapidDecoder@0.2.7
|
||||
prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
|
||||
sed -i -e '/rapid.decoder/g' build.gradle && \
|
||||
sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
|
||||
|
||||
Build:1.73,73
|
||||
commit=1.73
|
||||
subdir=app
|
||||
gradle=yes
|
||||
srclibs=RapidDecoder@7cdfca4
|
||||
prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
|
||||
sed -i -e '/rapid.decoder/d' build.gradle && \
|
||||
sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
|
||||
|
||||
Maintainer Notes:
|
||||
RapidDecoder 0.3.0 is required, but this version is not tagged.
|
||||
.
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.66
|
||||
Current Version Code:66
|
||||
Current Version:1.73
|
||||
Current Version Code:73
|
||||
|
|
|
|||
|
|
@ -1,28 +1,26 @@
|
|||
Categories:Internet
|
||||
License:GPL-3.0
|
||||
Web Site:https://davdroid.bitfire.at/
|
||||
Source Code:https://davdroid.bitfire.at/source/
|
||||
Web Site:https://www.davdroid.com/
|
||||
Source Code:https://www.davdroid.com/source/
|
||||
Issue Tracker:https://davdroid.bitfire.at/forums/
|
||||
Changelog:https://gitlab.com/bitfireAT/davdroid/tags
|
||||
Donate:https://davdroid.bitfire.at/donate/
|
||||
Changelog:https://forums.bitfire.at/category/4/davdroid?tag=announcement
|
||||
Donate:https://www.davdroid.com/donate/
|
||||
FlattrID:2100160
|
||||
Bitcoin:1KSCy7RHztKuhW9fLLaUYqdwdC2iwbejZU
|
||||
|
||||
Auto Name:DAVdroid
|
||||
Summary:Sync contacts and calendars
|
||||
Summary:Sync contacts, calendars and tasks with CalDAV/CardDAV
|
||||
Description:
|
||||
DAVdroid is a CalDAV/CardDAV synchronisation adapter for Android 4+ devices.
|
||||
DAVdroid is a CalDAV/CardDAV management and synchronization app for Android.
|
||||
which integrates natively with Android calendar/contact apps.
|
||||
|
||||
Use it with your own server (like [https://owncloud.org/ ownCloud]/
|
||||
[https://nextcloud.com/ Nextcloud], [http://baikal-server.com/ Baïkal],
|
||||
[http://www.davical.org/ DAViCal] or [http://radicale.org/ radiCALe]) or with a
|
||||
trusted hoster to keep your contacts and events under your control.
|
||||
|
||||
Integrates natively in Android calendar/contact apps. See homepage for
|
||||
configuration details, including info about self-signed certificates.
|
||||
Use it with your own server or with a trusted hoster to keep your contacts,
|
||||
events and tasks under your control.
|
||||
|
||||
For a comparison of server software, see the [https://wiki.debian.org/Groupware
|
||||
Debian wiki].
|
||||
Debian wiki]. Examples (alphabetical order): [http://baikal-server.com/ Baïkal],
|
||||
[http://www.davical.org/ DAViCal], [https://nextcloud.com/ Nextcloud],
|
||||
[https://owncloud.org/ ownCloud], [http://radicale.org/ Radicale])
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
@ -575,6 +573,7 @@ Build:1.6.1.1-ose,151
|
|||
gradle=standard
|
||||
|
||||
Build:1.6.2-ose,152
|
||||
disable=freezes when trying to sync on Android 4.0.4
|
||||
commit=v1.6.2-ose
|
||||
subdir=app
|
||||
submodules=yes
|
||||
|
|
@ -600,7 +599,63 @@ Build:1.6.5-ose,160
|
|||
gradle=standard
|
||||
prebuild=sed -i -e 's/gradle-4.0.1/gradle-4.0/' ../gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
Build:1.7-ose,163
|
||||
commit=v1.7-ose
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=standard
|
||||
prebuild=sed -i -e 's/gradle-4.0.1/gradle-4.0/' ../gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
Build:1.7.1-ose,164
|
||||
commit=v1.7.1-ose
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=standard
|
||||
prebuild=sed -i -e 's/gradle-4.0.1/gradle-4.0/' ../gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
Build:1.7.2-ose,166
|
||||
commit=v1.7.2-ose
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=standard
|
||||
prebuild=sed -i -e 's/gradle-4.0.1/gradle-4.0/' ../gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
Build:1.7.3-ose,167
|
||||
commit=v1.7.3-ose
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=standard
|
||||
prebuild=sed -i -e 's/gradle-4.0.1/gradle-4.0/' ../gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
Build:1.8-ose,170
|
||||
commit=v1.8-ose
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=standard
|
||||
prebuild=sed -i -e 's/gradle-4.0.1/gradle-4.0/' ../gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
Build:1.8.1-ose,172
|
||||
commit=v1.8.1-ose
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=standard
|
||||
prebuild=sed -i -e 's/gradle-4.0.1/gradle-4.0/' ../gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
Build:1.9-ose,182
|
||||
commit=v1.9-ose
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=standard
|
||||
prebuild=sed -i -e 's/gradle-4.0.1/gradle-4.0/' ../gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
Build:1.9.1-ose,184
|
||||
commit=v1.9.1-ose
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=standard
|
||||
prebuild=sed -i -e 's/gradle-4.0.1/gradle-4.0/' ../gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags ^v[0-9.]+-ose$
|
||||
Current Version:1.6.5-ose
|
||||
Current Version Code:160
|
||||
Current Version:1.9.1-ose
|
||||
Current Version Code:184
|
||||
|
|
|
|||
|
|
@ -73,7 +73,25 @@ Build:1.3,9
|
|||
submodules=yes
|
||||
gradle=yes
|
||||
|
||||
Build:1.4,10
|
||||
commit=v1.4
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
|
||||
Build:1.4.2,12
|
||||
commit=v1.4.2
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
|
||||
Build:1.4.3,13
|
||||
commit=v1.4.3
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.3
|
||||
Current Version Code:9
|
||||
Current Version:1.4.3
|
||||
Current Version Code:13
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ License:GPL-3.0+
|
|||
Web Site:https://micolous.github.io/metrodroid
|
||||
Source Code:https://github.com/micolous/metrodroid
|
||||
Issue Tracker:https://github.com/micolous/metrodroid/issues
|
||||
Changelog:https://github.com/micolous/metrodroid/wiki/Changelog
|
||||
|
||||
Auto Name:Metrodroid
|
||||
Summary:Metrodroid can read information from some public transport NFC smartcards
|
||||
|
|
@ -83,7 +84,13 @@ Build:v2.9.30-fdroid,30
|
|||
gradle=yes
|
||||
forceversion=yes
|
||||
|
||||
Build:v2.9.31-fdroid,31
|
||||
commit=v2.9.31
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
forceversion=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:2.9.30
|
||||
Current Version Code:30
|
||||
Current Version:2.9.31
|
||||
Current Version Code:31
|
||||
|
|
|
|||
|
|
@ -18,7 +18,20 @@ Build:1.0,1
|
|||
commit=9b3b62c3ceda74b17eaa22c9e4f893aac10c4442
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.1
|
||||
Current Version Code:2
|
||||
Build:1.1,2
|
||||
commit=1.1
|
||||
gradle=yes
|
||||
|
||||
Build:1.2,3
|
||||
disable=lintVitalRelease fails
|
||||
commit=1.2
|
||||
gradle=yes
|
||||
|
||||
Build:1.3,4
|
||||
commit=1.3
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.3
|
||||
Current Version Code:4
|
||||
|
|
|
|||
|
|
@ -131,6 +131,18 @@ Build:2.16.00,21600
|
|||
gradle=fdroid_free
|
||||
prebuild=sed -i -e '/dl.bintray.com/d' -e '/shrinkResources/d' -e '/minifyEnabled/d' -e '/proguardFiles/d' build.gradle
|
||||
|
||||
Build:2.17.00,21700
|
||||
commit=v2.17.0
|
||||
subdir=app
|
||||
gradle=fdroid_free
|
||||
prebuild=sed -i -e '/dl.bintray.com/d' -e '/shrinkResources/d' -e '/minifyEnabled/d' -e '/proguardFiles/d' build.gradle
|
||||
|
||||
Build:2.17.1,21701
|
||||
commit=v2.17.1
|
||||
subdir=app
|
||||
gradle=fdroid_free
|
||||
prebuild=sed -i -e '/dl.bintray.com/d' -e '/shrinkResources/d' -e '/minifyEnabled/d' -e '/proguardFiles/d' build.gradle
|
||||
|
||||
Maintainer Notes:
|
||||
Remove shrink/minify stuff since the proguard config is missing.
|
||||
.
|
||||
|
|
@ -138,5 +150,5 @@ Remove shrink/minify stuff since the proguard config is missing.
|
|||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Update Check Name:be.ppareit.swiftp
|
||||
Current Version:2.16.00
|
||||
Current Version Code:21600
|
||||
Current Version:2.17.1
|
||||
Current Version Code:21701
|
||||
|
|
|
|||
|
|
@ -92,7 +92,18 @@ Build:1.4.8,19
|
|||
prebuild=sed -i -e '79,81d' pom.xml && \
|
||||
sed -i -e '44,70d' pom.xml
|
||||
|
||||
Build:1.4.9,21
|
||||
commit=c517ccc2dffc1ae345e4b93b1f3b00bfabbfe4de
|
||||
subdir=brouter-routing-app
|
||||
maven=yes@..
|
||||
prebuild=sed -i -e '79,81d' pom.xml && \
|
||||
sed -i -e '44,70d' pom.xml
|
||||
|
||||
Maintainer Notes:
|
||||
The sed's remove signing stuff.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.4.8
|
||||
Current Version Code:20
|
||||
Current Version:1.4.9
|
||||
Current Version Code:21
|
||||
|
|
|
|||
|
|
@ -22,7 +22,12 @@ Build:1.0,1
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.1,2
|
||||
commit=v1.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
||||
Current Version:1.1
|
||||
Current Version Code:2
|
||||
|
|
|
|||
|
|
@ -167,6 +167,26 @@ Build:1.17.1,1171
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.17.2,1172
|
||||
commit=release-1.17.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.17.4,1174
|
||||
commit=release-1.17.4
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.18.0,1180
|
||||
commit=release-1.18.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.18.1,1181
|
||||
commit=release-1.18.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Maintainer Notes:
|
||||
Prior to 1.14.0, upstream checked flavor containing Foss name and enabled/disabled wear support. However,
|
||||
when building with fdroid, we do a `gradle clean` and thus this check failed.
|
||||
|
|
@ -174,5 +194,5 @@ when building with fdroid, we do a `gradle clean` and thus this check failed.
|
|||
|
||||
Auto Update Mode:Version release-%v
|
||||
Update Check Mode:Tags ^release-
|
||||
Current Version:1.17.1
|
||||
Current Version Code:1171
|
||||
Current Version:1.18.1
|
||||
Current Version Code:1181
|
||||
|
|
|
|||
|
|
@ -199,7 +199,19 @@ Build:1.29.0,12900
|
|||
init=sed -i '/proprietaryCompile/d' build.gradle
|
||||
gradle=foss
|
||||
|
||||
Build:1.29.1,12901
|
||||
commit=netmon-1.29.1
|
||||
subdir=networkmonitor
|
||||
init=sed -i '/proprietaryCompile/d' build.gradle
|
||||
gradle=foss
|
||||
|
||||
Build:1.29.2,12902
|
||||
commit=netmon-1.29.2
|
||||
subdir=networkmonitor
|
||||
init=sed -i '/proprietaryCompile/d' build.gradle
|
||||
gradle=foss
|
||||
|
||||
Auto Update Mode:Version netmon-%v
|
||||
Update Check Mode:Tags ^netmon-
|
||||
Current Version:1.29.0
|
||||
Current Version Code:12900
|
||||
Current Version:1.29.2
|
||||
Current Version Code:12902
|
||||
|
|
|
|||
|
|
@ -308,7 +308,32 @@ Build:1.19.0,111900
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.20.0,112000
|
||||
commit=release-1.20.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.21.0,112100
|
||||
commit=release-1.21.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.22.0,112200
|
||||
commit=release-1.22.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.22.1,112201
|
||||
commit=release-1.22.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.22.2,112202
|
||||
commit=release-1.22.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version release-%v
|
||||
Update Check Mode:Tags ^release-
|
||||
Current Version:1.19.0
|
||||
Current Version Code:111900
|
||||
Current Version:1.22.2
|
||||
Current Version Code:112202
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
Disabled:Verifying apks is a pain, temporarily remove until it can be kept up to date
|
||||
Categories:Theming,Time
|
||||
License:BSD-3-Clause
|
||||
Web Site:
|
||||
|
|
@ -60,7 +61,12 @@ Build:0.3.0,7
|
|||
subdir=min-cal-widget
|
||||
gradle=yes
|
||||
|
||||
Build:0.3.1,8
|
||||
commit=v0.3.1
|
||||
subdir=min-cal-widget
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.3.0
|
||||
Current Version Code:7
|
||||
Current Version:0.3.1
|
||||
Current Version Code:8
|
||||
|
|
|
|||
42
metadata/ch.abertschi.adfree.txt
Normal file
42
metadata/ch.abertschi.adfree.txt
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
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/
|
||||
|
||||
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:0.0.4.2
|
||||
Current Version Code:16
|
||||
|
|
@ -78,7 +78,17 @@ Build:v1.8-beta,18
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:v1.9-beta,19
|
||||
commit=v1.9-beta
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:v1.10-beta,20
|
||||
commit=v1.10-beta
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:v1.8-beta
|
||||
Current Version Code:18
|
||||
Current Version:v1.10-beta
|
||||
Current Version Code:20
|
||||
|
|
|
|||
|
|
@ -161,7 +161,16 @@ Build:1.0.53,10530
|
|||
Build:1.0.53,10531
|
||||
commit=1.0.53-1
|
||||
|
||||
Build:1.0.54,10540
|
||||
commit=1.0.54
|
||||
|
||||
Build:1.0.55,10549
|
||||
commit=1.0.55
|
||||
|
||||
Build:1.0.56,10560
|
||||
commit=1.0.56
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0.53
|
||||
Current Version Code:10531
|
||||
Current Version:1.0.56
|
||||
Current Version Code:10560
|
||||
|
|
|
|||
|
|
@ -64,7 +64,12 @@ Build:0.3-3,14
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.3-4,15
|
||||
commit=v0.3-4
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.3-3
|
||||
Current Version Code:14
|
||||
Current Version:0.3-4
|
||||
Current Version Code:15
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ Features:
|
|||
* stores changes on closing or pausing the App
|
||||
* set your favorite font size and switch between normal or monospace style
|
||||
|
||||
[https://no-go.github.io/TextThing/ Homepage]
|
||||
|
||||
'''There is no file manager integrated'''.
|
||||
.
|
||||
|
||||
|
|
@ -52,7 +50,17 @@ Build:1.92,192
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.94,194
|
||||
commit=v1.94
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:2.00,200
|
||||
commit=v2.00
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.92
|
||||
Current Version Code:192
|
||||
Current Version:2.00
|
||||
Current Version Code:200
|
||||
|
|
|
|||
|
|
@ -23,6 +23,8 @@ Repo:https://bitbucket.org/dhashoandroid/graph89-paid.git
|
|||
|
||||
Build:1.1.3c,1133
|
||||
commit=e03b290b1dacad202a1f1a20f
|
||||
prebuild=rm jni/libticables2-1.3.3/src/win32/dha/dhasetup.exe jni/libticables2-1.3.3/src/win64/rwp/rwpsetup.exe
|
||||
scanignore=assets/*/*/buttonmask.bin
|
||||
buildjni=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ License:BSD-3-Clause
|
|||
Web Site:http://www.webdanfe.com.br
|
||||
Source Code:https://github.com/marcosdiez/shareviahttp
|
||||
Issue Tracker:https://github.com/marcosdiez/shareviahttp/issues
|
||||
Changelog:https://github.com/marcosdiez/shareviahttp#changelog
|
||||
|
||||
Auto Name:Share via HTTP
|
||||
Summary:File sharing tool
|
||||
|
|
@ -58,7 +59,12 @@ Build:2.0.5,25
|
|||
subdir=ShareViaHttp/app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Build:2.0.8,28
|
||||
commit=v2.0.8
|
||||
subdir=ShareViaHttp/app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags ^v[0-9\.]+$
|
||||
Current Version:2.0.8
|
||||
Current Version Code:28
|
||||
|
|
|
|||
|
|
@ -64,7 +64,13 @@ Build:1.5.3,44
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.5.5,46
|
||||
disable=invalid version name (1.5.4) and code (45) in the output APK
|
||||
commit=v1.5.5
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.5.3
|
||||
Current Version Code:44
|
||||
Current Version:1.5.5
|
||||
Current Version Code:46
|
||||
|
|
|
|||
28
metadata/com.afollestad.nocknock.txt
Normal file
28
metadata/com.afollestad.nocknock.txt
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
Categories:Internet,Development
|
||||
License:Apache-2.0
|
||||
Author Name:Aidan Follestad
|
||||
Web Site:
|
||||
Source Code:https://github.com/afollestad/nock-nock
|
||||
Issue Tracker:https://github.com/afollestad/nock-nock/issues
|
||||
|
||||
Summary:Monitor your websites for maximum uptime
|
||||
Description:
|
||||
The app will automatically knock on the door of your websites (or web servers)
|
||||
on a chosen interval to make sure they are up and responding successfully. If
|
||||
something is wrong, you get a notification telling you so.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/afollestad/nock-nock
|
||||
|
||||
Build:0.1.3.0,13
|
||||
commit=0.1.3.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
rm=app/libs/rhino-1.7.7.1.jar
|
||||
prebuild=sed -i -e "s|files('libs/rhino-1.7.7.1.jar')|'org.mozilla:rhino:1.7.7.1'|" build.gradle
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:0.1.3.0
|
||||
Current Version Code:13
|
||||
|
|
@ -61,5 +61,5 @@ Build:2.3,19
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.3
|
||||
Current Version Code:19
|
||||
Current Version:3.0
|
||||
Current Version Code:20
|
||||
|
|
|
|||
|
|
@ -180,13 +180,25 @@ Build:3.1.2 RC4,61
|
|||
mkdir -p ./gradle/wrapper && \
|
||||
echo "distributionUrl=\"http\://services.gradle.org/distributions/gradle-3.3-all.zip\"" > gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
Build:3.2.0,62
|
||||
commit=v.3.2.0
|
||||
subdir=app
|
||||
gradle=fdroid
|
||||
prebuild=sed -i -e '/playCompile/d' build.gradle
|
||||
|
||||
Build:3.2.1,63
|
||||
commit=v.3.2.1
|
||||
subdir=app
|
||||
gradle=fdroid
|
||||
prebuild=sed -i -e '/playCompile/d' build.gradle
|
||||
|
||||
Maintainer Notes:
|
||||
jcifs-1.3.18.jar has been verified to match upstream at
|
||||
https://jcifs.samba.org/src/jcifs-1.3.18.jar -- however
|
||||
we should build it from source.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Auto Update Mode:Version v.%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:3.1.2 RC4
|
||||
Current Version Code:61
|
||||
Current Version:3.2.1
|
||||
Current Version Code:63
|
||||
|
|
|
|||
|
|
@ -66,5 +66,5 @@ Build:4.0,20170318
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:4.0
|
||||
Current Version Code:20170318
|
||||
Current Version:4.1 beta 1
|
||||
Current Version Code:20170830
|
||||
|
|
|
|||
|
|
@ -213,5 +213,5 @@ Build:2.0.6.4,154
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.0.6.4
|
||||
Current Version Code:154
|
||||
Current Version:2.2.0.0
|
||||
Current Version Code:156
|
||||
|
|
|
|||
|
|
@ -158,7 +158,29 @@ Build:1.09.38,48
|
|||
sed -i -e 's/${AMPACHE_USERNAME}/null/g' build.gradle && \
|
||||
sed -i -e 's/${AMPACHE_PASSWORD}/null/g' build.gradle
|
||||
|
||||
Build:1.09.39,49
|
||||
commit=v1.09.39
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
prebuild=sed -i -e 's/${LASTFM_API_KEY}/null/g' build.gradle && \
|
||||
sed -i -e 's/${AMPACHE_URL}/null/g' build.gradle && \
|
||||
sed -i -e 's/${AMPACHE_URL_LOCAL}/null/g' build.gradle && \
|
||||
sed -i -e 's/${AMPACHE_USERNAME}/null/g' build.gradle && \
|
||||
sed -i -e 's/${AMPACHE_PASSWORD}/null/g' build.gradle
|
||||
|
||||
Build:1.09.40,50
|
||||
commit=v1.09.40
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
prebuild=sed -i -e 's/${LASTFM_API_KEY}/null/g' build.gradle && \
|
||||
sed -i -e 's/${AMPACHE_URL}/null/g' build.gradle && \
|
||||
sed -i -e 's/${AMPACHE_URL_LOCAL}/null/g' build.gradle && \
|
||||
sed -i -e 's/${AMPACHE_USERNAME}/null/g' build.gradle && \
|
||||
sed -i -e 's/${AMPACHE_PASSWORD}/null/g' build.gradle
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.09.38
|
||||
Current Version Code:48
|
||||
Current Version:1.09.40
|
||||
Current Version Code:50
|
||||
|
|
|
|||
32
metadata/com.anysoftkeyboard.languagepack.icelandic.txt
Normal file
32
metadata/com.anysoftkeyboard.languagepack.icelandic.txt
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Categories:Writing
|
||||
License:Apache-2.0
|
||||
Web Site:
|
||||
Source Code:https://github.com/AnySoftKeyboard/LanguagePack/tree/Icelandic
|
||||
Issue Tracker:https://github.com/AnySoftKeyboard/LanguagePack/issues
|
||||
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMMN94&lc=US&item_name=AnySoftKeyboard
|
||||
|
||||
Name:AnySoftKeyboard: Icelandic
|
||||
Auto Name:AnySoftKeyboard - Icelandic Language Pack
|
||||
Summary:Language pack for AnySoftKeyboard
|
||||
Description:
|
||||
Icelandic keyboard layout and dictionary.
|
||||
|
||||
The source code is in another branch to the default.
|
||||
|
||||
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
||||
layout from AnySoftKeyboard's Settings->Keyboards menu.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/AnySoftKeyboard/LanguagePack.git
|
||||
|
||||
Build:2.0.0,52
|
||||
commit=icelandic-2.0.0
|
||||
gradle=yes
|
||||
forceversion=yes
|
||||
preassemble=:makeDictionary
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest/Icelandic
|
||||
Current Version:2.0.0
|
||||
Current Version Code:52
|
||||
|
|
@ -26,7 +26,15 @@ Build:2.0,100
|
|||
forceversion=yes
|
||||
preassemble=:makeDictionary
|
||||
|
||||
Build:2.0.1,101
|
||||
commit=portuguese-2.0.1
|
||||
gradle=yes
|
||||
forceversion=yes
|
||||
forcevercode=yes
|
||||
prebuild=sed -i -e 's/versionCode versionData.versionCode/versionCode 101/' build.gradle
|
||||
preassemble=:makeDictionary
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest/Portuguese
|
||||
Current Version:2.0
|
||||
Current Version Code:100
|
||||
Current Version:2.0.1
|
||||
Current Version Code:101
|
||||
|
|
|
|||
|
|
@ -9,6 +9,13 @@ Name:AnySoftKeyboard: Spanish
|
|||
Auto Name:AnySoftKeyboard - Spanish Language Pack
|
||||
Summary:Language pack for AnySoftKeyboard
|
||||
Description:
|
||||
AnySoftKeyboard keyboards pack: Spanish and Catalan keyboards, and Spanish
|
||||
dictionary.
|
||||
|
||||
This is an expansion layouts pack for AnySoftKeyboard. Install AnySoftKeyboard
|
||||
first, and then select the desired layout from AnySoftKeyboard's
|
||||
Settings->Keyboards menu.
|
||||
|
||||
Dictionary is based on AOSP dictionary.
|
||||
|
||||
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
||||
|
|
@ -55,7 +62,15 @@ Build:2.1.0,165
|
|||
forcevercode=yes
|
||||
preassemble=:makeDictionary
|
||||
|
||||
Build:2.1.1,167
|
||||
commit=spanish-2.1.1
|
||||
gradle=yes
|
||||
forceversion=yes
|
||||
forcevercode=yes
|
||||
prebuild=sed -i -e 's/versionCode versionData.versionCode/versionCode 167/' build.gradle
|
||||
preassemble=:makeDictionary
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest/Spanish
|
||||
Current Version:2.1.0
|
||||
Current Version Code:165
|
||||
Current Version:2.1.1
|
||||
Current Version Code:167
|
||||
|
|
|
|||
|
|
@ -27,7 +27,11 @@ Build:1.1.0,3
|
|||
commit=fdf1fd01ad1909e2a29a47d879a729032549da58
|
||||
scanignore=res/raw/*
|
||||
|
||||
Build:1.1.2,5
|
||||
commit=4c855a71e647726df86e332ebda2179510141298
|
||||
scanignore=res/raw/*
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.1.1
|
||||
Current Version Code:4
|
||||
Current Version:1.1.2
|
||||
Current Version Code:5
|
||||
|
|
|
|||
|
|
@ -194,8 +194,32 @@ Build:0.9.3,423
|
|||
build=$$NDK$$/ndk-build && \
|
||||
gradle nativeLibsToJar
|
||||
|
||||
Build:0.9.4,433
|
||||
commit=v0.9.4
|
||||
subdir=MessengerProj
|
||||
submodules=yes
|
||||
gradle=fat
|
||||
build=$$NDK$$/ndk-build && \
|
||||
gradle nativeLibsToJar
|
||||
|
||||
Build:0.9.5,443
|
||||
commit=v0.9.5
|
||||
subdir=MessengerProj
|
||||
submodules=yes
|
||||
gradle=fat
|
||||
build=$$NDK$$/ndk-build && \
|
||||
gradle nativeLibsToJar
|
||||
|
||||
Build:0.9.6,453
|
||||
commit=v0.9.6
|
||||
subdir=MessengerProj
|
||||
submodules=yes
|
||||
gradle=fat
|
||||
build=$$NDK$$/ndk-build && \
|
||||
gradle nativeLibsToJar
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Vercode Operation:%c*10 + 3
|
||||
Current Version:0.9.3
|
||||
Current Version Code:423
|
||||
Current Version:0.9.6
|
||||
Current Version Code:453
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ Web Site:https://github.com/OpenLauncherTeam/openlauncher/blob/HEAD/README.md
|
|||
Source Code:https://github.com/OpenLauncherTeam/openlauncher
|
||||
Issue Tracker:https://github.com/OpenLauncherTeam/openlauncher/issues
|
||||
Changelog:https://github.com/OpenLauncherTeam/openlauncher/blob/HEAD/CHANGELOG.md
|
||||
Donate:https://github.com/OpenLauncherTeam/openlauncher/blob/HEAD/README.md#project-team
|
||||
|
||||
Auto Name:OpenLauncher
|
||||
Summary:Launch applications and manage homescreen
|
||||
|
|
@ -99,7 +100,12 @@ Build:0.5.3,24
|
|||
subdir=app
|
||||
gradle=FlavorDefault
|
||||
|
||||
Build:0.5.5,27
|
||||
commit=v0.5.5
|
||||
subdir=app
|
||||
gradle=FlavorDefault
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.5.3
|
||||
Current Version Code:24
|
||||
Current Version:0.5.5
|
||||
Current Version Code:27
|
||||
|
|
|
|||
30
metadata/com.biglybt.android.client.txt
Normal file
30
metadata/com.biglybt.android.client.txt
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
Categories:Internet
|
||||
License:GPL-2.0+
|
||||
Web Site:https://www.biglybt.com
|
||||
Source Code:https://github.com/BiglySoftware/BiglyBT-Android
|
||||
Issue Tracker:https://github.com/BiglySoftware/BiglyBT-Android/issues
|
||||
Donate:https://www.biglybt.com/donation/donate.php
|
||||
Bitcoin:1BiGLYBT38ttJhvZkjGc5mCw5uKoRHcUmr
|
||||
|
||||
Name: BiglyBT, Torrent Downloader
|
||||
Auto Name:BiglyBT
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/BiglySoftware/BiglyBT-Android.git
|
||||
|
||||
Build:1.1.0,9
|
||||
commit=v1.1.0
|
||||
subdir=BiglyBT
|
||||
patch=noDexClassLoader.patch
|
||||
gradle=CoreFlavorNogaFlavor
|
||||
prebuild=sed -i -e '/gaFlavorCompile/d; /dexcount/d; /google-services/d' build.gradle && \
|
||||
sed -i -e '/google-services/d' ../build.gradle
|
||||
|
||||
Maintainer Notes:
|
||||
Repo has metadata structure for description, title, images, etc
|
||||
.
|
||||
|
||||
Auto Update Mode:Version +-fdroid v%v
|
||||
Update Check Mode:Tags ^v[0-9.]*$
|
||||
Current Version:1.1.0
|
||||
Current Version Code:9
|
||||
41
metadata/com.biglybt.android.client/noDexClassLoader.patch
Normal file
41
metadata/com.biglybt.android.client/noDexClassLoader.patch
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
--- a/BiglyBT/src/coreFlavor/java/com/biglybt/android/core/az/PlatformManagerImpl.java
|
||||
+++ b/BiglyBT/src/coreFlavor/java/com/biglybt/android/core/az/PlatformManagerImpl.java
|
||||
@@ -37,8 +37,6 @@
|
||||
import android.os.Environment;
|
||||
import android.util.Log;
|
||||
|
||||
-import dalvik.system.DexClassLoader;
|
||||
-
|
||||
public class PlatformManagerImpl
|
||||
implements PlatformManager
|
||||
{
|
||||
@@ -315,29 +313,6 @@
|
||||
Log.i("Core", class_name + "] dex_path=" + dex_path);
|
||||
}
|
||||
|
||||
- String tmp = AETemporaryFileHandler.getTempDirectory().getAbsolutePath();
|
||||
-
|
||||
- DexClassLoader dex_Loader = new DexClassLoader(dex_path, tmp, null,
|
||||
- VuzeFile.class.getClassLoader());
|
||||
-
|
||||
- return (dex_Loader.loadClass(class_name));
|
||||
-
|
||||
- /*
|
||||
- try{
|
||||
- Class cla = Class.forName( "dalvik.system.DexClassLoader" );
|
||||
-
|
||||
- Object dcl = cla.getConstructor(
|
||||
- new Class[]{ String.class, String.class, String.class, ClassLoader.class }).newInstance(
|
||||
- new Object[]{ dex_path, tmp, null, VuzeFile.class.getClassLoader() });
|
||||
-
|
||||
- Method method = cla.getMethod( "loadClass", new Class[]{ String.class } );
|
||||
-
|
||||
- return((Class<?>)method.invoke( dcl,new Object[]{ class_name }));
|
||||
-
|
||||
- }catch( Throwable e ){
|
||||
- e.printStackTrace();
|
||||
- }
|
||||
- */
|
||||
}
|
||||
|
||||
return (loader.loadClass(class_name));
|
||||
41
metadata/com.brentpanther.bitcoincashwidget.txt
Normal file
41
metadata/com.brentpanther.bitcoincashwidget.txt
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
Categories:Money
|
||||
License:MIT
|
||||
Web Site:http://www.brentpanther.com
|
||||
Source Code:https://github.com/hwki/SimpleBitcoinWidget
|
||||
Issue Tracker:https://github.com/hwki/SimpleBitcoinWidget/issues
|
||||
Bitcoin:15SHnY7HC5bTxzErHDPe7wHXj1HhtDKV7z
|
||||
|
||||
Auto Name:Simple Bitcoin Cash Widget
|
||||
Summary:Show current bitcoin cash exchange prices
|
||||
Description:
|
||||
A clean and simple bitcoin cash widget to show the current price from different
|
||||
exchanges.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/hwki/SimpleBitcoinWidget.git
|
||||
|
||||
Build:1.0.1,2
|
||||
commit=bch-1.0.1
|
||||
subdir=bitcoincash
|
||||
gradle=yes
|
||||
|
||||
Build:1.0.2,3
|
||||
commit=bch-1.0.2
|
||||
subdir=bitcoincash
|
||||
gradle=yes
|
||||
|
||||
Build:1.1,10
|
||||
commit=bch-1.1
|
||||
subdir=bitcoincash
|
||||
gradle=yes
|
||||
|
||||
Build:1.1.1,11
|
||||
commit=bch-1.1.1
|
||||
subdir=bitcoincash
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version bch-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.1.1
|
||||
Current Version Code:11
|
||||
|
|
@ -131,7 +131,32 @@ Build:5.0.9,110
|
|||
subdir=bitcoin
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Build:5.1,111
|
||||
commit=btc-5.1
|
||||
subdir=bitcoin
|
||||
gradle=yes
|
||||
|
||||
Build:5.1.1,112
|
||||
commit=btc-5.1.1
|
||||
subdir=bitcoin
|
||||
gradle=yes
|
||||
|
||||
Build:5.2,120
|
||||
commit=btc-5.2
|
||||
subdir=bitcoin
|
||||
gradle=yes
|
||||
|
||||
Build:5.2.1,121
|
||||
commit=btc-5.2.1
|
||||
subdir=bitcoin
|
||||
gradle=yes
|
||||
|
||||
Build:5.2.2,122
|
||||
commit=btc-5.2.2
|
||||
subdir=bitcoin
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version btc-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:5.0.9
|
||||
Current Version Code:110
|
||||
Current Version:5.2.2
|
||||
Current Version Code:122
|
||||
|
|
|
|||
46
metadata/com.brentpanther.ethereumwidget.txt
Normal file
46
metadata/com.brentpanther.ethereumwidget.txt
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
Categories:Money
|
||||
License:MIT
|
||||
Web Site:http://www.brentpanther.com
|
||||
Source Code:https://github.com/hwki/SimpleBitcoinWidget
|
||||
Issue Tracker:https://github.com/hwki/SimpleBitcoinWidget/issues
|
||||
Bitcoin:15SHnY7HC5bTxzErHDPe7wHXj1HhtDKV7z
|
||||
|
||||
Auto Name:Simple Ethereum Widget
|
||||
Summary:Show current Ethereum exchange prices
|
||||
Description:
|
||||
A clean and simple Ethereum widget to show the current price from different
|
||||
exchanges.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/hwki/SimpleBitcoinWidget.git
|
||||
|
||||
Build:1.0.9,10
|
||||
commit=eth-1.0.9
|
||||
subdir=ethereum
|
||||
gradle=yes
|
||||
|
||||
Build:1.1,11
|
||||
commit=eth-1.1
|
||||
subdir=ethereum
|
||||
gradle=yes
|
||||
|
||||
Build:1.2,20
|
||||
commit=eth-1.2
|
||||
subdir=ethereum
|
||||
gradle=yes
|
||||
|
||||
Build:1.2.1,21
|
||||
commit=eth-1.2.1
|
||||
subdir=ethereum
|
||||
gradle=yes
|
||||
|
||||
Build:1.2.2,22
|
||||
commit=eth-1.2.2
|
||||
subdir=ethereum
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version eth-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.2.2
|
||||
Current Version Code:22
|
||||
46
metadata/com.brentpanther.litecoinwidget.txt
Normal file
46
metadata/com.brentpanther.litecoinwidget.txt
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
Categories:Money
|
||||
License:MIT
|
||||
Web Site:http://www.brentpanther.com
|
||||
Source Code:https://github.com/hwki/SimpleBitcoinWidget
|
||||
Issue Tracker:https://github.com/hwki/SimpleBitcoinWidget/issues
|
||||
Bitcoin:15SHnY7HC5bTxzErHDPe7wHXj1HhtDKV7z
|
||||
|
||||
Auto Name:Simple Litecoin Widget
|
||||
Summary:Show current Litecoin exchange prices
|
||||
Description:
|
||||
A clean and simple Litecoin widget to show the current price from different
|
||||
exchanges.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/hwki/SimpleBitcoinWidget.git
|
||||
|
||||
Build:1.0.7,8
|
||||
commit=ltc-1.0.7
|
||||
subdir=litecoin
|
||||
gradle=yes
|
||||
|
||||
Build:1.0.8,9
|
||||
commit=ltc-1.0.8
|
||||
subdir=litecoin
|
||||
gradle=yes
|
||||
|
||||
Build:1.1,10
|
||||
commit=ltc-1.1
|
||||
subdir=litecoin
|
||||
gradle=yes
|
||||
|
||||
Build:1.1.1,11
|
||||
commit=ltc-1.1.1
|
||||
subdir=litecoin
|
||||
gradle=yes
|
||||
|
||||
Build:1.1.2,12
|
||||
commit=ltc-1.1.2
|
||||
subdir=litecoin
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version ltc-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.1.2
|
||||
Current Version Code:12
|
||||
|
|
@ -152,7 +152,12 @@ Build:5.2.2,522
|
|||
subdir=PersianCalendar
|
||||
gradle=yes
|
||||
|
||||
Build:5.3.1,531
|
||||
commit=v5.3.1
|
||||
subdir=PersianCalendar
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags ^[0-9.v]*$
|
||||
Current Version:5.2.2
|
||||
Current Version Code:522
|
||||
Current Version:5.3.1
|
||||
Current Version Code:531
|
||||
|
|
|
|||
45
metadata/com.bytehamster.changelog.txt
Normal file
45
metadata/com.bytehamster.changelog.txt
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
Categories:System,Development
|
||||
License:MIT
|
||||
Author Name:ByteHamster
|
||||
Author Email:info@bytehamster.com
|
||||
Web Site:https://gitlab.com/ByteHamster/changelog
|
||||
Source Code:https://gitlab.com/ByteHamster/changelog/tree/HEAD
|
||||
Issue Tracker:https://gitlab.com/ByteHamster/changelog/issues
|
||||
|
||||
Name:OmniROM Changelog
|
||||
Auto Name:Changelog
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://gitlab.com/ByteHamster/changelog.git
|
||||
|
||||
Build:3.12,31
|
||||
commit=v3.12
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:3.13,32
|
||||
commit=v3.13
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:3.14,34
|
||||
disable=Could not get unknown property 'TRIPLET_API_KEY' for object of type de.triplet.gradle.play.PlayAccountConfig
|
||||
commit=v3.14
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:3.14,35
|
||||
disable=Could not get unknown property 'TRIPLET_API_KEY' for object of type de.triplet.gradle.play.PlayAccountConfig
|
||||
commit=v3.14
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:3.15,36
|
||||
commit=v3.15
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:3.15
|
||||
Current Version Code:36
|
||||
|
|
@ -44,3 +44,5 @@ Auto Update Mode:None
|
|||
Update Check Mode:RepoManifest
|
||||
Current Version:1.5.0
|
||||
Current Version Code:57
|
||||
|
||||
No Source Since:1.5.1
|
||||
|
|
|
|||
|
|
@ -37,5 +37,5 @@ Build:5.1,31
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:5.1
|
||||
Current Version Code:31
|
||||
Current Version:5.3
|
||||
Current Version Code:45
|
||||
|
|
|
|||
29
metadata/com.cityzen.cityzen.txt
Normal file
29
metadata/com.cityzen.cityzen.txt
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
Categories:Navigation
|
||||
License:MPL-2.0
|
||||
Web Site:http://www.cityzenapp.co/
|
||||
Source Code:https://github.com/CityZenApp/Android-Development
|
||||
Issue Tracker:https://github.com/CityZenApp/Android-Development/issues
|
||||
Donate:https://github.com/CityZenApp/Funding/blob/HEAD/README.md
|
||||
|
||||
Auto Name:CityZen
|
||||
Summary:City navigation app
|
||||
Description:
|
||||
OpenStreetMap based city navigation app that helps you explore your city easily.
|
||||
The app shows points of interest in different categories such as ATMs, gas
|
||||
stations, drugstores, mobile phone stores etc. based on your location and it
|
||||
does so without keeping your data. If you are an OSM contributor you can also
|
||||
edit or add POIs directly from the app.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/CityZenApp/Android-Development
|
||||
|
||||
Build:1.0,1
|
||||
commit=v1.0.0
|
||||
subdir=CityZenApp/app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
||||
|
|
@ -94,11 +94,43 @@ Build:2.4.6,2040600
|
|||
prebuild=sed -i -e '1,14d' -e '/normalCompile/,+2d' -e '/enableCrashlytics/s/true/false/g' -e "/apply plugin: 'io.fabric'/d" build.gradle && \
|
||||
sed -i -e '/maven.google.com/d' ../build.gradle
|
||||
|
||||
Build:2.4.9,2040900
|
||||
commit=2.4.9.0
|
||||
subdir=app
|
||||
gradle=fdroid
|
||||
output=build/outputs/apk/fdroid/release/app-fdroid-release-unsigned.apk
|
||||
prebuild=sed -i -e '1,14d' -e '/normalImplementation/,+2d' -e '/enableCrashlytics/s/true/false/g' -e "/apply plugin: 'io.fabric'/d" build.gradle && \
|
||||
sed -i -e '/maven.google.com/d' ../build.gradle
|
||||
|
||||
Build:2.4.10,2041000
|
||||
commit=2.4.10.0
|
||||
subdir=app
|
||||
gradle=fdroid
|
||||
output=build/outputs/apk/fdroid/release/app-fdroid-release-unsigned.apk
|
||||
prebuild=sed -i -e '1,14d' -e '/normalImplementation/,+2d' -e '/enableCrashlytics/s/true/false/g' -e "/apply plugin: 'io.fabric'/d" build.gradle && \
|
||||
sed -i -e '/maven.google.com/d' ../build.gradle
|
||||
|
||||
Build:2.4.11,2041100
|
||||
commit=2.4.11.0
|
||||
subdir=app
|
||||
gradle=fdroid
|
||||
output=build/outputs/apk/fdroid/release/app-fdroid-release-unsigned.apk
|
||||
prebuild=sed -i -e '1,14d' -e '/normalImplementation/,+2d' -e '/enableCrashlytics/s/true/false/g' -e "/apply plugin: 'io.fabric'/d" build.gradle && \
|
||||
sed -i -e '/maven.google.com/d' ../build.gradle
|
||||
|
||||
Build:2.4.12,2041200
|
||||
commit=2.4.12.0
|
||||
subdir=app
|
||||
gradle=fdroid
|
||||
output=build/outputs/apk/fdroid/release/app-fdroid-release-unsigned.apk
|
||||
prebuild=sed -i -e '1,14d' -e '/normalImplementation/,+2d' -e '/enableCrashlytics/s/true/false/g' -e "/apply plugin: 'io.fabric'/d" build.gradle && \
|
||||
sed -i -e '/maven.google.com/d' ../build.gradle
|
||||
|
||||
Maintainer Notes:
|
||||
Upstream generates version at build time, no UCM.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:2.4.6
|
||||
Current Version Code:2040600
|
||||
Current Version:2.4.12
|
||||
Current Version Code:2041200
|
||||
|
|
|
|||
27
metadata/com.commonslab.commonslab.txt
Normal file
27
metadata/com.commonslab.commonslab.txt
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
Categories:Internet,Multimedia
|
||||
License:MIT
|
||||
Web Site:https://github.com/CommonsLab/CommonsLab/blob/HEAD/README.md
|
||||
Source Code:https://github.com/CommonsLab/CommonsLab
|
||||
Issue Tracker:https://github.com/CommonsLab/CommonsLab/issues
|
||||
|
||||
Auto Name:CommonsLab
|
||||
Summary:Browse and contribute Wikimedia Commons
|
||||
Description:
|
||||
Browse and contribute to the Wikimedia Commons project.
|
||||
|
||||
This is a new version of [[org.wikimedia.commons.wikimedia]].
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/CommonsLab/CommonsLab
|
||||
|
||||
Build:1.2,3
|
||||
commit=v1.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.2
|
||||
Current Version Code:3
|
||||
|
|
@ -50,14 +50,10 @@ Build:2.0.20,106
|
|||
Build:2.0.22,108
|
||||
commit=6
|
||||
|
||||
Maintainer Notes:
|
||||
Playstore serves version 2.0.27 dating from 2016-10-14, see
|
||||
https://github.com/jdeslip/arxiv-mobile/issues/12
|
||||
.
|
||||
Build:2.0.27,112
|
||||
commit=383a5adc18d6c50b890648a13f2913584f2e1492
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.0.22
|
||||
Current Version Code:108
|
||||
|
||||
No Source Since:2.0.23
|
||||
Current Version:2.0.27
|
||||
Current Version Code:112
|
||||
|
|
|
|||
|
|
@ -32,5 +32,5 @@ Build:10.0.1-beta1,13022
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:10.0.2-dev
|
||||
Current Version Code:13025
|
||||
Current Version:10.0.4
|
||||
Current Version Code:13030
|
||||
|
|
|
|||
30
metadata/com.dfzlv.gjjlt.caramelos.txt
Normal file
30
metadata/com.dfzlv.gjjlt.caramelos.txt
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
Categories:Games
|
||||
License:MIT
|
||||
Web Site:
|
||||
Source Code:https://github.com/luarca84/Caramelos
|
||||
Issue Tracker:https://github.com/luarca84/Caramelos/issues
|
||||
|
||||
Auto Name:Caramelos
|
||||
Summary:Casual game made with Libgdx
|
||||
Description:
|
||||
The user can drag and drop cells and to join 4 consecutive colors horizontally
|
||||
or vertically. There is a limit of movements. There are 10 Levels.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/luarca84/Caramelos
|
||||
|
||||
Build:1.6,7
|
||||
commit=e5524872fcdea68727f2a27de05fcbb09741599f
|
||||
subdir=android
|
||||
gradle=yes
|
||||
scanignore=android/libs/*
|
||||
|
||||
Maintainer Notes:
|
||||
libgdx is pulled from a trusted Maven repo and then native binaries are copied into android/libs
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.6
|
||||
Current Version Code:7
|
||||
|
|
@ -40,7 +40,12 @@ Build:1.3.1,16
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.3.2,17
|
||||
commit=v1.3.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.3.1
|
||||
Current Version Code:16
|
||||
Current Version:1.3.2
|
||||
Current Version Code:17
|
||||
|
|
|
|||
|
|
@ -78,7 +78,12 @@ Build:1.1.5,33
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2,34
|
||||
commit=v1.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.1.5
|
||||
Current Version Code:33
|
||||
Current Version:1.2
|
||||
Current Version Code:34
|
||||
|
|
|
|||
|
|
@ -55,5 +55,5 @@ Build:1.1.6,11
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.1.6
|
||||
Current Version Code:11
|
||||
Current Version:1.2.2
|
||||
Current Version Code:14
|
||||
|
|
|
|||
|
|
@ -30,5 +30,5 @@ Build:1.0.9,11
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0.9
|
||||
Current Version Code:11
|
||||
Current Version:1.0.10
|
||||
Current Version Code:12
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ DuckDuckGo.
|
|||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/duckduckgo/android-search-and-stories
|
||||
Repo:https://github.com/duckduckgo/android-search-and-stories.git
|
||||
|
||||
Build:2.1.1,52
|
||||
commit=v2.1.1
|
||||
|
|
@ -147,7 +147,13 @@ Build:3.1.0,100
|
|||
gradle=yes
|
||||
scanignore=libs/OnionKit/libnetcipher/external/pinning/res/raw/cacerts
|
||||
|
||||
Build:3.1.1,101
|
||||
commit=3.1.1
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
scanignore=libs/OnionKit/libnetcipher/external/pinning/res/raw/cacerts
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:3.1.0
|
||||
Current Version Code:100
|
||||
Current Version:3.1.1
|
||||
Current Version Code:101
|
||||
|
|
|
|||
|
|
@ -53,7 +53,12 @@ Build:3.0.5,15
|
|||
subdir=project/app
|
||||
gradle=yes
|
||||
|
||||
Build:3.0.6,16
|
||||
commit=3.0.6
|
||||
subdir=project/app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:3.0.5
|
||||
Current Version Code:15
|
||||
Current Version:3.0.6
|
||||
Current Version Code:16
|
||||
|
|
|
|||
|
|
@ -113,7 +113,13 @@ Build:0.18.0,15
|
|||
submodules=yes
|
||||
gradle=yes
|
||||
|
||||
Build:0.18.1,16
|
||||
commit=v0.18.1
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.18.0
|
||||
Current Version Code:15
|
||||
Current Version:0.18.1
|
||||
Current Version Code:16
|
||||
|
|
|
|||
|
|
@ -43,7 +43,18 @@ Build:0.7,8
|
|||
gradle=yes
|
||||
rm=app/libs/*.jar
|
||||
|
||||
Auto Update Mode:None
|
||||
Build:0.8,9
|
||||
commit=v0.8
|
||||
subdir=app
|
||||
gradle=yes
|
||||
rm=app/libs/*.jar
|
||||
|
||||
Build:0.9,10
|
||||
commit=v0.9
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.7
|
||||
Current Version Code:8
|
||||
Current Version:0.9
|
||||
Current Version Code:10
|
||||
|
|
|
|||
|
|
@ -296,7 +296,22 @@ Build:3.6,155
|
|||
subdir=app
|
||||
gradle=free
|
||||
|
||||
Build:3.7.1,169
|
||||
commit=43ad189fa1cd9d259a877be3666ab2ce987affcb
|
||||
subdir=app
|
||||
gradle=free
|
||||
|
||||
Build:3.7.1,170
|
||||
commit=d78f738346ebcdad8172a054ecc991834de08f01
|
||||
subdir=app
|
||||
gradle=free
|
||||
|
||||
Maintainer Notes:
|
||||
Multiple versions with same versionName.
|
||||
See here: https://github.com/farmerbb/Taskbar/issues/4
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:3.6.2
|
||||
Current Version Code:160
|
||||
Current Version:3.7.2
|
||||
Current Version Code:171
|
||||
|
|
|
|||
101
metadata/com.fastaccess.github.libre.txt
Normal file
101
metadata/com.fastaccess.github.libre.txt
Normal file
|
|
@ -0,0 +1,101 @@
|
|||
AntiFeatures:NonFreeNet
|
||||
Categories:Development
|
||||
License:GPL-3.0
|
||||
Web Site:https://github.com/thermatk/FastHub-Libre
|
||||
Source Code:https://github.com/thermatk/FastHub-Libre
|
||||
Issue Tracker:https://github.com/thermatk/FastHub-Libre/issues
|
||||
|
||||
Auto Name:FastHub-Libre
|
||||
Summary:A GitHub client app built from ground up
|
||||
Description:
|
||||
'''This is a pure-floss fork of the FastHub app.'''
|
||||
|
||||
Yet another open-source GitHub client app but unlike any other app, FastHub was
|
||||
built from scratch.
|
||||
|
||||
'''Features'''
|
||||
|
||||
''App''
|
||||
|
||||
* Three login types (Basic Auth), (Access Token) or via (OAuth)
|
||||
* Multiple Accounts
|
||||
* Enterprise Accounts
|
||||
* Themes mode
|
||||
* Offline-mode
|
||||
* Markdown and code highlighting support
|
||||
* Notifications overview and "Mark all as read"
|
||||
* Search Users/Orgs, Repos, Issues/PRs & Code.
|
||||
* FastHub & GitHub Pinned Repos
|
||||
* Trending
|
||||
* Wiki
|
||||
* Projects
|
||||
|
||||
''Repositories''
|
||||
|
||||
* Browse & Read Wiki
|
||||
* Edit, Create & Delete files (commit)
|
||||
* Edit, Create & Delete files (Project Columns Cards)
|
||||
* Search Repos
|
||||
* Browse and search Repos
|
||||
* See your public, private and forked Repos
|
||||
* Filter Branches and Commits
|
||||
* Watch, star and fork Repos
|
||||
* Download releases, files and branches
|
||||
|
||||
''Issues and Pull Requests''
|
||||
|
||||
* Search Issues/PRs
|
||||
* Filter Issues/PRs
|
||||
* Long click to peak Issues/PRs & add comments otg.
|
||||
* Open/close Issues/PRs
|
||||
* Comment on Issues/PRs
|
||||
* Manage Issue/PR comments
|
||||
* React to comments with reactions
|
||||
* Edit Issues/PRs
|
||||
* Lock/unlock conversation in Issues/PRs
|
||||
* Assign people and add Labels and Milestones to Issues/PRs
|
||||
* Manage Milestones
|
||||
* Merge PRs
|
||||
* PRs reviews (reply, react with emojies, delete & edit comment)
|
||||
* PRs request review changes/approve & comment.
|
||||
* PRs statuses
|
||||
|
||||
''Commits and Gists''
|
||||
|
||||
* Search Code/Gists
|
||||
* View Gists and their files
|
||||
* Comment on Commits/Gists
|
||||
* Manage Commit/Gist comments
|
||||
* Create/Delete Gists
|
||||
* Edit Gist & Gist Files
|
||||
* React to Commit comments with reactions
|
||||
* Comment on line number in Files/Code changes.
|
||||
|
||||
''Organisations''
|
||||
|
||||
* Overview
|
||||
* Feeds
|
||||
* Teams & Teams repos
|
||||
* Repos
|
||||
|
||||
''Users''
|
||||
|
||||
* GitHub Pinned Repos
|
||||
* Follow/Unfollow users
|
||||
* View user feeds
|
||||
* Contribution graph.
|
||||
* Search Users, Repos, Issues,Pull Requests and Code
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/thermatk/FastHub-Libre
|
||||
|
||||
Build:4.5.1,451
|
||||
commit=4.5.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:4.5.1
|
||||
Current Version Code:451
|
||||
|
|
@ -3,6 +3,7 @@ License:GPL-3.0+
|
|||
Web Site:
|
||||
Source Code:https://github.com/forrestguice/SuntimesWidget
|
||||
Issue Tracker:https://github.com/forrestguice/SuntimesWidget/issues
|
||||
Changelog:https://github.com/forrestguice/SuntimesWidget/blob/HEAD/CHANGELOG.md
|
||||
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NZJ5FJBCKY6K2
|
||||
|
||||
Auto Name:Suntimes
|
||||
|
|
@ -63,7 +64,12 @@ Build:0.4.0,11
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.4.1,12
|
||||
commit=v0.4.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.4.0
|
||||
Current Version Code:11
|
||||
Current Version:0.4.1
|
||||
Current Version Code:12
|
||||
|
|
|
|||
|
|
@ -493,11 +493,85 @@ Build:V1.4.7,10407
|
|||
cp $$log4j$$/target/log4j-1.2.18-SNAPSHOT.jar libs/ && \
|
||||
cp $$AChartEngineFr3ts0n$$/target/achartengine-1.2.0.jar libs/
|
||||
|
||||
Build:V1.4.9,10409
|
||||
commit=V1.4.9
|
||||
srclibs=android-logging-log4j@7cb1fee0ea87c3b01c68b2410dfc4b4eb1236e65,log4j@7be00eed88152dd011a619e8bae5a631235c3f4c,AChartEngineFr3ts0n@e2594a4a257cfeacba3595f1b16218a5541810c3,UsbSerial4Android@a213f06ad0b19fd6f1a6b4f8b2f74f986a00ea68
|
||||
rm=libs/*.jar,src/com/fr3ts0n/pvs/gui/,src/com/fr3ts0n/ecu/gui/application/,src/com/fr3ts0n/prot/gui/
|
||||
prebuild=pushd $$android-logging-log4j$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
pushd $$log4j$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
pushd $$AChartEngineFr3ts0n$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp -fR $$UsbSerial4Android$$/usbSerialForAndroid/src/main/java/com src/ && \
|
||||
cp $$android-logging-log4j$$/target/android-logging-log4j-1.0.4-SNAPSHOT.jar libs/ && \
|
||||
cp $$log4j$$/target/log4j-1.2.18-SNAPSHOT.jar libs/ && \
|
||||
cp $$AChartEngineFr3ts0n$$/target/achartengine-1.2.0.jar libs/
|
||||
|
||||
Build:V1.5.0,10500
|
||||
commit=V1.5.0
|
||||
srclibs=android-logging-log4j@7cb1fee0ea87c3b01c68b2410dfc4b4eb1236e65,log4j@7be00eed88152dd011a619e8bae5a631235c3f4c,AChartEngineFr3ts0n@e2594a4a257cfeacba3595f1b16218a5541810c3,UsbSerial4Android@a213f06ad0b19fd6f1a6b4f8b2f74f986a00ea68
|
||||
rm=libs/*.jar,src/com/fr3ts0n/pvs/gui/,src/com/fr3ts0n/ecu/gui/application/,src/com/fr3ts0n/prot/gui/
|
||||
prebuild=pushd $$android-logging-log4j$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
pushd $$log4j$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
pushd $$AChartEngineFr3ts0n$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp -fR $$UsbSerial4Android$$/usbSerialForAndroid/src/main/java/com src/ && \
|
||||
cp $$android-logging-log4j$$/target/android-logging-log4j-1.0.4-SNAPSHOT.jar libs/ && \
|
||||
cp $$log4j$$/target/log4j-1.2.18-SNAPSHOT.jar libs/ && \
|
||||
cp $$AChartEngineFr3ts0n$$/target/achartengine-1.2.0.jar libs/
|
||||
|
||||
Build:V1.5.1,10501
|
||||
commit=V1.5.1
|
||||
srclibs=android-logging-log4j@7cb1fee0ea87c3b01c68b2410dfc4b4eb1236e65,log4j@7be00eed88152dd011a619e8bae5a631235c3f4c,AChartEngineFr3ts0n@e2594a4a257cfeacba3595f1b16218a5541810c3,UsbSerial4Android@a213f06ad0b19fd6f1a6b4f8b2f74f986a00ea68
|
||||
rm=libs/*.jar,src/com/fr3ts0n/pvs/gui/,src/com/fr3ts0n/ecu/gui/application/,src/com/fr3ts0n/prot/gui/
|
||||
prebuild=pushd $$android-logging-log4j$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
pushd $$log4j$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
pushd $$AChartEngineFr3ts0n$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp -fR $$UsbSerial4Android$$/usbSerialForAndroid/src/main/java/com src/ && \
|
||||
cp $$android-logging-log4j$$/target/android-logging-log4j-1.0.4-SNAPSHOT.jar libs/ && \
|
||||
cp $$log4j$$/target/log4j-1.2.18-SNAPSHOT.jar libs/ && \
|
||||
cp $$AChartEngineFr3ts0n$$/target/achartengine-1.2.0.jar libs/
|
||||
|
||||
Build:V1.5.2,10502
|
||||
commit=V1.5.2
|
||||
srclibs=AChartEngineFr3ts0n@e2594a4a257cfeacba3595f1b16218a5541810c3,UsbSerial4Android@a213f06ad0b19fd6f1a6b4f8b2f74f986a00ea68
|
||||
rm=libs/*.jar,src/com/fr3ts0n/pvs/gui/,src/com/fr3ts0n/ecu/gui/application/,src/com/fr3ts0n/prot/gui/
|
||||
build=pushd $$AChartEngineFr3ts0n$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp -fR $$UsbSerial4Android$$/usbSerialForAndroid/src/main/java/com src/ && \
|
||||
cp $$AChartEngineFr3ts0n$$/target/achartengine-1.2.0.jar libs/
|
||||
|
||||
Build:V1.5.3,10503
|
||||
commit=V1.5.3
|
||||
srclibs=AChartEngineFr3ts0n@e2594a4a257cfeacba3595f1b16218a5541810c3,UsbSerial4Android@a213f06ad0b19fd6f1a6b4f8b2f74f986a00ea68
|
||||
rm=libs/*.jar,src/com/fr3ts0n/pvs/gui/,src/com/fr3ts0n/ecu/gui/application/,src/com/fr3ts0n/prot/gui/
|
||||
build=pushd $$AChartEngineFr3ts0n$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp -fR $$UsbSerial4Android$$/usbSerialForAndroid/src/main/java/com src/ && \
|
||||
cp $$AChartEngineFr3ts0n$$/target/achartengine-1.2.0.jar libs/
|
||||
|
||||
Maintainer Notes:
|
||||
Very unstable and complex build, do not enable auto updates.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:V1.4.8
|
||||
Current Version Code:10408
|
||||
Current Version:V1.5.3
|
||||
Current Version Code:10503
|
||||
|
|
|
|||
|
|
@ -243,7 +243,12 @@ Build:5.207,23270
|
|||
subdir=k9mail
|
||||
gradle=yes
|
||||
|
||||
Build:5.208,23271
|
||||
commit=5.208
|
||||
subdir=k9mail
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:RepoManifest/5.2-MAINT
|
||||
Current Version:5.207
|
||||
Current Version Code:23270
|
||||
Current Version:5.208
|
||||
Current Version Code:23271
|
||||
|
|
|
|||
|
|
@ -22,5 +22,5 @@ Build:4.2.1,17
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:5.0.0
|
||||
Current Version Code:18
|
||||
Current Version:5.1.0
|
||||
Current Version Code:19
|
||||
|
|
|
|||
|
|
@ -70,7 +70,17 @@ Build:2.5.0,10
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:2.7.0,12
|
||||
commit=v2.7.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:2.8.0,13
|
||||
commit=v2.8.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.5.0
|
||||
Current Version Code:10
|
||||
Current Version:2.8.0
|
||||
Current Version Code:13
|
||||
|
|
|
|||
|
|
@ -120,12 +120,21 @@ Build:3.4.1-foss,48
|
|||
sed -i '/android.tools.build/d' build.gradle
|
||||
scanignore=mobile/src/main/res/raw/datagz
|
||||
|
||||
Build:3.4.2-foss,49
|
||||
commit=v3.4.2
|
||||
subdir=mobile
|
||||
gradle=foss
|
||||
forceversion=yes
|
||||
rm=mobile/annotations.jar
|
||||
prebuild=sed -i -e '/play-services/d' -e '/firebase/d' build.gradle
|
||||
scanignore=mobile/src/main/res/raw/datagz
|
||||
|
||||
Maintainer Notes:
|
||||
License switched when moving from github.
|
||||
Under mobile/src/main/res/raw/datagz is the apps card database.
|
||||
Cannot enable AUM because of fdroid/fdroidserver#144.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:3.4.1
|
||||
Current Version Code:48
|
||||
Current Version:3.4.3
|
||||
Current Version Code:50
|
||||
|
|
|
|||
|
|
@ -36,7 +36,12 @@ Build:1.2.1,45
|
|||
prebuild=mkdir -p gradle/wrapper && \
|
||||
echo -e 'distributionUrl=https://services.gradle.org/distributions/gradle-3.3-bin.zip' > gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.2.1
|
||||
Current Version Code:45
|
||||
Build:1.2.2.1,46
|
||||
commit=1.2.2.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags ^[0-9\.]*$
|
||||
Current Version:1.2.2.1
|
||||
Current Version Code:46
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
AntiFeatures:UpstreamNonFree,NonFreeNet
|
||||
AntiFeatures:NonFreeNet
|
||||
Categories:Development
|
||||
License:Apache-2.0
|
||||
Web Site:http://slapperwan.github.io/gh4a/
|
||||
Source Code:https://github.com/slapperwan/gh4a
|
||||
Issue Tracker:https://github.com/slapperwan/gh4a/issues
|
||||
Changelog:https://github.com/slapperwan/gh4a/blob/HEAD/CHANGES
|
||||
Changelog:https://github.com/slapperwan/gh4a/releases
|
||||
|
||||
Auto Name:OctoDroid
|
||||
Summary:GitHub client
|
||||
|
|
@ -22,9 +22,6 @@ Supports all the basic Github.com features, such as:
|
|||
Uses OAuth2: your password is used to generate a key and is then destroyed. The
|
||||
key can be revoked any time by visiting github.com. Formerly known as GH4A. This
|
||||
application is currently in BETA: please report any issues to the issue tracker.
|
||||
|
||||
Newer versions exist elsewhere, but now include proprietary libraries, so
|
||||
updates are unlikely here.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
@ -81,7 +78,19 @@ Build:4.0.2,45
|
|||
commit=v4.0.2
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Static
|
||||
Current Version:4.0.4
|
||||
Current Version Code:47
|
||||
Build:4.2.0,54
|
||||
commit=v4.2.0
|
||||
subdir=app
|
||||
patch=0001-remove-nonfree-dependencies.patch,0002-add-clientid-and-secret.patch
|
||||
gradle=foss
|
||||
|
||||
Build:4.2.1,55
|
||||
commit=v4.2.1
|
||||
subdir=app
|
||||
gradle=foss
|
||||
prebuild=sed -i -e '/fabric/d' -e '/playstoreCompile(.*) {/,/}/d' -e s/ClientId/\'\"f0f32f2ee4a709ba3640\"\'/ -e s/ClientSecret/\'\"f94cffda88486696c2762ad986bc0b8b830c9cff\"\'/ build.gradle
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:4.2.1
|
||||
Current Version Code:55
|
||||
|
|
|
|||
52
metadata/com.gh4a/0001-remove-nonfree-dependencies.patch
Normal file
52
metadata/com.gh4a/0001-remove-nonfree-dependencies.patch
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
From 1653aa3d4b235500219ca51727c271c2cbb485cc Mon Sep 17 00:00:00 2001
|
||||
From: Marcus Hoffmann <m.hoffmann@cartelsol.com>
|
||||
Date: Mon, 28 Aug 2017 23:24:55 +0200
|
||||
Subject: [PATCH 1/2] remove nonfree dependencies
|
||||
|
||||
---
|
||||
app/build.gradle | 7 -------
|
||||
1 file changed, 7 deletions(-)
|
||||
|
||||
diff --git a/app/build.gradle b/app/build.gradle
|
||||
index cf90f34e..5947b592 100644
|
||||
--- a/app/build.gradle
|
||||
+++ b/app/build.gradle
|
||||
@@ -3,17 +3,14 @@ def isPlaystore = taskRequests.contains("Playstore") || taskRequests.contains("p
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
- maven { url 'https://maven.fabric.io/public' }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
- classpath 'io.fabric.tools:gradle:1.+'
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
- maven { url 'https://maven.fabric.io/public' }
|
||||
maven { url "https://jitpack.io" }
|
||||
maven { url "https://maven.google.com" }
|
||||
}
|
||||
@@ -21,7 +18,6 @@ repositories {
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
if (isPlaystore) {
|
||||
- apply plugin: 'io.fabric'
|
||||
}
|
||||
|
||||
android {
|
||||
@@ -83,9 +79,6 @@ dependencies {
|
||||
exclude group: 'org.json', module : 'json'
|
||||
}
|
||||
compile 'com.github.Tunous:MarkdownEdit:0.1.1'
|
||||
- playstoreCompile('com.crashlytics.sdk.android:crashlytics:2.6.5@aar') {
|
||||
- transitive = true;
|
||||
- }
|
||||
}
|
||||
|
||||
def Properties props = new Properties()
|
||||
--
|
||||
2.11.0
|
||||
|
||||
27
metadata/com.gh4a/0002-add-clientid-and-secret.patch
Normal file
27
metadata/com.gh4a/0002-add-clientid-and-secret.patch
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
From bbb04d0b0c5a698af272e4c002641ac22f0c2bc4 Mon Sep 17 00:00:00 2001
|
||||
From: Marcus Hoffmann <m.hoffmann@cartelsol.com>
|
||||
Date: Mon, 28 Aug 2017 23:25:18 +0200
|
||||
Subject: [PATCH 2/2] add clientid and secret
|
||||
|
||||
---
|
||||
app/build.gradle | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/app/build.gradle b/app/build.gradle
|
||||
index 5947b592..c0845589 100644
|
||||
--- a/app/build.gradle
|
||||
+++ b/app/build.gradle
|
||||
@@ -32,8 +32,8 @@ android {
|
||||
versionCode 54
|
||||
versionName "4.2.0"
|
||||
|
||||
- buildConfigField 'String', 'CLIENT_ID', ClientId
|
||||
- buildConfigField 'String', 'CLIENT_SECRET', ClientSecret
|
||||
+ buildConfigField 'String', 'CLIENT_ID', '"f0f32f2ee4a709ba3640"'
|
||||
+ buildConfigField 'String', 'CLIENT_SECRET', '"f94cffda88486696c2762ad986bc0b8b830c9cff"'
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
--
|
||||
2.11.0
|
||||
|
||||
|
|
@ -95,7 +95,20 @@ Build:1.32b2,60
|
|||
install -D $$GhostCommander$$/gc.jar libs/gc.jar && \
|
||||
android update project -p . -t android-19 -n com.ghostsq.commander.samba
|
||||
|
||||
Build:1.32,62
|
||||
commit=118
|
||||
srclibs=GhostCommander@507
|
||||
extlibs=jcifs/jcifs-1.3.17.jar,custom_rules.xml
|
||||
prebuild=mv libs/custom_rules.xml ./ && \
|
||||
pushd $$GhostCommander$$ && \
|
||||
android update project -p ./ -t "android-19" && \
|
||||
ant debug -f build.xml && \
|
||||
jar c -C bin/classes/ com > gc.jar && \
|
||||
popd && \
|
||||
install -D $$GhostCommander$$/gc.jar libs/gc.jar && \
|
||||
android update project -p . -t android-19 -n com.ghostsq.commander.samba
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.32
|
||||
Current Version Code:62
|
||||
Current Version:1.32.1b3
|
||||
Current Version Code:65
|
||||
|
|
|
|||
|
|
@ -284,6 +284,11 @@ Build:1.54.1b1,329
|
|||
extlibs=android/android-support-v4.jar
|
||||
scanignore=src/com/ghostsq/commander/adapters/CA.java
|
||||
|
||||
Build:1.54.1b2,330
|
||||
commit=589
|
||||
extlibs=android/android-support-v4.jar
|
||||
scanignore=src/com/ghostsq/commander/adapters/CA.java
|
||||
|
||||
Maintainer Notes:
|
||||
No commit messages in source repo! No tags. Apks on website can be used to
|
||||
confirm a release is real. Commit where AndroidManifest is changed usually
|
||||
|
|
@ -295,5 +300,5 @@ The scanignore is for the dex class loading which is used for loading plugins.
|
|||
Archive Policy:4 versions
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.54.1b1
|
||||
Current Version Code:329
|
||||
Current Version:1.54.1b2
|
||||
Current Version Code:330
|
||||
|
|
|
|||
|
|
@ -46,5 +46,5 @@ Build:1.4.4,1440
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.4.3
|
||||
Current Version Code:1430
|
||||
Current Version:1.4.5.1
|
||||
Current Version Code:1451
|
||||
|
|
|
|||
|
|
@ -151,7 +151,47 @@ Build:3.0.32,197
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:3.0.34,199
|
||||
commit=audiorecorder-3.0.34
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:3.0.35,200
|
||||
commit=audiorecorder-3.0.35
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:3.0.37,202
|
||||
commit=audiorecorder-3.0.37
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:3.0.38,203
|
||||
commit=audiorecorder-3.0.38
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:3.0.40,206
|
||||
commit=audiorecorder-3.0.40
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:3.0.41,207
|
||||
commit=audiorecorder-3.0.41
|
||||
subdir=app
|
||||
gradle=universal
|
||||
|
||||
Build:3.0.42,208
|
||||
commit=audiorecorder-3.0.42
|
||||
subdir=app
|
||||
gradle=universal
|
||||
|
||||
Build:3.0.43,209
|
||||
commit=audiorecorder-3.0.43
|
||||
subdir=app
|
||||
gradle=universal
|
||||
|
||||
Auto Update Mode:Version audiorecorder-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:3.0.32
|
||||
Current Version Code:197
|
||||
Current Version:3.0.43
|
||||
Current Version Code:209
|
||||
|
|
|
|||
|
|
@ -90,7 +90,58 @@ Build:1.3.21,90
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.3.22,91
|
||||
disable=failing
|
||||
commit=callrecorder-1.3.22
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.3.23,92
|
||||
commit=callrecorder-1.3.23
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.3.24,93
|
||||
commit=callrecorder-1.3.24
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.3.25,94
|
||||
commit=callrecorder-1.3.25
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.3.26,95
|
||||
commit=callrecorder-1.3.26
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.3.29,98
|
||||
commit=callrecorder-1.3.29
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.3.31,100
|
||||
commit=callrecorder-1.3.31
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.3.33,102
|
||||
commit=callrecorder-1.3.33
|
||||
subdir=app
|
||||
gradle=universal
|
||||
|
||||
Build:1.4.1,104
|
||||
commit=callrecorder-1.4.1
|
||||
subdir=app
|
||||
gradle=universal
|
||||
|
||||
Build:1.4.3,106
|
||||
commit=callrecorder-1.4.3
|
||||
subdir=app
|
||||
gradle=universal
|
||||
|
||||
Auto Update Mode:Version callrecorder-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.3.21
|
||||
Current Version Code:90
|
||||
Current Version:1.4.3
|
||||
Current Version Code:106
|
||||
|
|
|
|||
|
|
@ -156,7 +156,42 @@ Build:3.0.54,306
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:3.0.55,307
|
||||
commit=hourlyreminder-3.0.55
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:3.0.56,308
|
||||
commit=hourlyreminder-3.0.56
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:3.0.59,311
|
||||
commit=hourlyreminder-3.0.59
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:3.0.61,313
|
||||
commit=hourlyreminder-3.0.61
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:3.0.64,316
|
||||
commit=hourlyreminder-3.0.64
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:3.0.67,319
|
||||
commit=hourlyreminder-3.0.67
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:3.0.68,320
|
||||
commit=hourlyreminder-3.0.68
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version hourlyreminder-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:3.0.54
|
||||
Current Version Code:306
|
||||
Current Version:3.0.68
|
||||
Current Version Code:320
|
||||
|
|
|
|||
|
|
@ -77,7 +77,52 @@ Build:1.2.69,82
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2.70,83
|
||||
commit=mover-1.2.70
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2.73,86
|
||||
commit=mover-1.2.73
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2.75,88
|
||||
commit=mover-1.2.75
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2.77,90
|
||||
commit=mover-1.2.77
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2.78,91
|
||||
commit=mover-1.2.78
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2.80,93
|
||||
commit=mover-1.2.80
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2.81,94
|
||||
commit=mover-1.2.81
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2.82,95
|
||||
commit=mover-1.2.82
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2.83,96
|
||||
commit=mover-1.2.83
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version mover-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.2.69
|
||||
Current Version Code:82
|
||||
Current Version:1.2.83
|
||||
Current Version Code:96
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ Web Site:https://gitlab.com/axet/android-tone-generator
|
|||
Source Code:https://gitlab.com/axet/android-tone-generator/tree/HEAD
|
||||
Issue Tracker:https://gitlab.com/axet/android-tone-generator/issues
|
||||
|
||||
Auto Name:Tone Generator
|
||||
Auto Name:ToneGenerator.class
|
||||
Summary:ToneGenerator class preview app, open-source
|
||||
Description:
|
||||
Help utility allow you to listen to
|
||||
|
|
@ -25,7 +25,17 @@ Build:1.0.11,13
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.0.12,14
|
||||
commit=tonegenerator-1.0.12
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.0.13,15
|
||||
commit=tonegenerator-1.0.13
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version tonegenerator-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0.11
|
||||
Current Version Code:13
|
||||
Current Version:1.0.13
|
||||
Current Version Code:15
|
||||
|
|
|
|||
|
|
@ -127,7 +127,109 @@ Build:3.2.38,454
|
|||
subdir=app
|
||||
gradle=universal
|
||||
|
||||
Build:3.2.39,455
|
||||
commit=torrentclient-3.2.39
|
||||
subdir=app
|
||||
gradle=universal
|
||||
|
||||
Build:3.2.42,458
|
||||
commit=torrentclient-3.2.42
|
||||
subdir=app
|
||||
gradle=universal
|
||||
|
||||
Build:3.2.43,459
|
||||
commit=torrentclient-3.2.43
|
||||
subdir=app
|
||||
gradle=universal
|
||||
|
||||
Build:3.3.2,462
|
||||
commit=torrentclient-3.3.2
|
||||
subdir=app
|
||||
gradle=universal
|
||||
|
||||
Build:3.3.4,464
|
||||
commit=torrentclient-3.3.4
|
||||
subdir=app
|
||||
gradle=universal
|
||||
|
||||
Build:3.3.7,467
|
||||
commit=torrentclient-3.3.7
|
||||
subdir=app
|
||||
gradle=universal
|
||||
|
||||
Build:3.3.8,468
|
||||
commit=torrentclient-3.3.8
|
||||
subdir=app
|
||||
gradle=universal
|
||||
|
||||
Build:3.3.11,471
|
||||
commit=torrentclient-3.3.11
|
||||
subdir=app
|
||||
gradle=universal
|
||||
|
||||
Build:3.3.16,476
|
||||
commit=torrentclient-3.3.16
|
||||
subdir=app
|
||||
gradle=universal
|
||||
|
||||
Build:3.3.20,480
|
||||
commit=torrentclient-3.3.20
|
||||
subdir=app
|
||||
gradle=universal
|
||||
|
||||
Build:3.3.21,481
|
||||
commit=torrentclient-3.3.21
|
||||
subdir=app
|
||||
gradle=universal
|
||||
|
||||
Build:3.3.23,483
|
||||
commit=torrentclient-3.3.23
|
||||
subdir=app
|
||||
gradle=universal
|
||||
|
||||
Build:3.4.4,488
|
||||
commit=torrentclient-3.4.4
|
||||
subdir=app
|
||||
gradle=universal
|
||||
|
||||
Build:3.4.8,492
|
||||
commit=torrentclient-3.4.8
|
||||
subdir=app
|
||||
gradle=universal
|
||||
|
||||
Build:3.4.10,494
|
||||
commit=torrentclient-3.4.10
|
||||
subdir=app
|
||||
gradle=universal
|
||||
|
||||
Build:3.4.15,499
|
||||
commit=torrentclient-3.4.15
|
||||
subdir=app
|
||||
gradle=universal
|
||||
|
||||
Build:3.4.24,508
|
||||
commit=torrentclient-3.4.24
|
||||
subdir=app
|
||||
gradle=universal
|
||||
|
||||
Build:3.4.28,512
|
||||
commit=torrentclient-3.4.28
|
||||
subdir=app
|
||||
gradle=universal
|
||||
|
||||
Build:3.4.34,518
|
||||
commit=torrentclient-3.4.34
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:3.4.35,519
|
||||
commit=torrentclient-3.4.35
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Auto Update Mode:Version torrentclient-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:3.2.38
|
||||
Current Version Code:454
|
||||
Current Version:3.4.35
|
||||
Current Version Code:519
|
||||
|
|
|
|||
60
metadata/com.github.cythara.txt
Normal file
60
metadata/com.github.cythara.txt
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
Categories:Multimedia
|
||||
License:GPL-3.0
|
||||
Web Site:
|
||||
Source Code:https://github.com/gstraube/cythara
|
||||
Issue Tracker:https://github.com/gstraube/cythara/issues
|
||||
|
||||
Auto Name:Cythara
|
||||
Summary:Guitar tuner
|
||||
Description:
|
||||
Supports standard guitar tuning. Displays deviation between reference and
|
||||
detected pitch.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/gstraube/cythara
|
||||
|
||||
Build:1.0,1
|
||||
commit=v1.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.1,2
|
||||
commit=v1.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2,3
|
||||
commit=v1.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.3,4
|
||||
commit=v1.3
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.4,5
|
||||
commit=v1.4
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.5,6
|
||||
commit=v1.5
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.6,7
|
||||
commit=v1.6
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.7,8
|
||||
commit=v1.7
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.7
|
||||
Current Version Code:8
|
||||
|
|
@ -4,24 +4,10 @@ Web Site:https://diasp.org/people/48b78420923501341ef3782bcb452bd5
|
|||
Source Code:https://github.com/Diaspora-for-Android/dandelion
|
||||
Issue Tracker:https://github.com/Diaspora-for-Android/dandelion/issues
|
||||
Changelog:https://github.com/Diaspora-for-Android/dandelion/blob/HEAD/CHANGELOG.md
|
||||
Donate:https://github.com/Diaspora-for-Android/dandelion/blob/HEAD/README.md#maintainers
|
||||
|
||||
Name:dandelion*
|
||||
Auto Name:${appName}
|
||||
Summary:Client for the diaspora* social network
|
||||
Description:
|
||||
dandelion* is a client for the community-run, distributed social network
|
||||
diaspora*. It adds some useful features to your networking experience:
|
||||
|
||||
* Toolbars and navigation slider for quick access to some features
|
||||
* Share content to and from the app
|
||||
* Proxy support (eg. Tor network via [[org.torproject.android]])
|
||||
* In-app-browser to view posted websites
|
||||
|
||||
dandelion* is currently under development and should be used with that in mind.
|
||||
Please report any bugs you might find. The app is not available in your
|
||||
language? Submit translations on
|
||||
[https://crowdin.com/project/diaspora-for-android/invite Crowdin]!
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/Diaspora-for-Android/dandelion
|
||||
|
|
@ -122,7 +108,29 @@ Build:1.0.2,22
|
|||
subdir=app
|
||||
gradle=FlavorDefault
|
||||
|
||||
Build:1.0.3,23
|
||||
commit=v1.0.3
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=FlavorDefault
|
||||
|
||||
Build:1.0.4,24
|
||||
commit=v1.0.4
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=FlavorDefault
|
||||
|
||||
Build:1.0.6,26
|
||||
commit=v1.0.6
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=FlavorDefault
|
||||
|
||||
Maintainer Notes:
|
||||
Description and summary in app git repository
|
||||
.
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0.2
|
||||
Current Version Code:22
|
||||
Current Version:1.0.6
|
||||
Current Version Code:26
|
||||
|
|
|
|||
|
|
@ -160,8 +160,32 @@ Build:2.2.14,194
|
|||
sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/play-services/d' -e '/google-services/d' build.gradle && \
|
||||
sed -i -e '/dl.bintray.com\/lukaville/d' -e 's/com.nbsp:library:1.6/com.github.nbsp-team:MaterialFilePicker:5e0a4834/g' build.gradle
|
||||
|
||||
Auto Update Mode:None
|
||||
Build:2.3.20,220
|
||||
commit=220
|
||||
subdir=app
|
||||
gradle=purefloss
|
||||
prebuild=touch translate.properties && \
|
||||
sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/play-services/d' -e '/google-services/d' build.gradle && \
|
||||
sed -i -e '/dl.bintray.com\/lukaville/d' -e 's/com.nbsp:library:1.6/com.github.nbsp-team:MaterialFilePicker:5e0a4834/g' build.gradle
|
||||
|
||||
Build:2.3.21,221
|
||||
commit=221
|
||||
subdir=app
|
||||
gradle=purefloss
|
||||
prebuild=touch translate.properties && \
|
||||
sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/play-services/d' -e '/google-services/d' build.gradle && \
|
||||
sed -i -e '/dl.bintray.com\/lukaville/d' -e 's/com.nbsp:library:1.6/com.github.nbsp-team:MaterialFilePicker:5e0a4834/g' build.gradle
|
||||
|
||||
Build:2.3.22,222
|
||||
commit=222
|
||||
subdir=app
|
||||
gradle=purefloss
|
||||
prebuild=touch translate.properties && \
|
||||
sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/play-services/d' -e '/google-services/d' build.gradle && \
|
||||
sed -i -e '/dl.bintray.com\/lukaville/d' -e 's/com.nbsp:library:1.6/com.github.nbsp-team:MaterialFilePicker:5e0a4834/g' build.gradle
|
||||
|
||||
Auto Update Mode:Version %c
|
||||
Update Check Mode:HTTP
|
||||
Update Check Data:https://raw.githubusercontent.com/premnirmal/StockTicker/master/app/version.properties|versionCode=(.*)|.|versionName=(.*)
|
||||
Current Version:2.3.10
|
||||
Current Version Code:210
|
||||
Current Version:2.3.22
|
||||
Current Version Code:222
|
||||
|
|
|
|||
|
|
@ -280,7 +280,42 @@ Build:1.4.10,4290
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.4.11,4300
|
||||
commit=Release_1.4.11
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.4.12,4310
|
||||
commit=Release_1.4.12
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.4.13,4320
|
||||
commit=Release_1.4.13
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.4.15,4330
|
||||
commit=Release_1.4.15
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.4.16,4340
|
||||
commit=Release_1.4.16
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.4.17,4350
|
||||
commit=Release_1.4.17
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.4.18,4360
|
||||
commit=Release_1.4.18
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version Release_%v
|
||||
Update Check Mode:Tags ^Release
|
||||
Current Version:1.4.10
|
||||
Current Version Code:4290
|
||||
Current Version:1.4.18
|
||||
Current Version Code:4360
|
||||
|
|
|
|||
|
|
@ -1,8 +1,12 @@
|
|||
Categories:Phone & SMS,System
|
||||
License:GPL-2.0
|
||||
Author Name:Sergey Yeriomin
|
||||
Web Site:
|
||||
Source Code:https://github.com/yeriomin/DumbphoneAssistant
|
||||
Issue Tracker:https://github.com/yeriomin/DumbphoneAssistant/issues
|
||||
Changelog:https://github.com/yeriomin/DumbphoneAssistant/releases
|
||||
Donate:https://www.paypal.me/yeriomin
|
||||
Bitcoin:14HvYHKe6joHbQjVdAPd1Ha1yXaGS2pVTW
|
||||
|
||||
Auto Name:Dumbphone Assistant
|
||||
Summary:Copy contacts to SIM card and back
|
||||
|
|
|
|||
|
|
@ -1,8 +1,12 @@
|
|||
Categories:Phone & SMS
|
||||
License:GPL-2.0
|
||||
Author Name:Sergey Yeriomin
|
||||
Web Site:
|
||||
Source Code:https://github.com/yeriomin/SmsScheduler
|
||||
Issue Tracker:https://github.com/yeriomin/SmsScheduler/issues
|
||||
Changelog:https://github.com/yeriomin/SmsScheduler/releases
|
||||
Donate:https://www.paypal.me/yeriomin
|
||||
Bitcoin:14HvYHKe6joHbQjVdAPd1Ha1yXaGS2pVTW
|
||||
|
||||
Auto Name:SMS Scheduler
|
||||
Summary:Lets you schedule an sms to be sent at a specific time
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ Web Site:
|
|||
Source Code:https://github.com/yeriomin/YalpStore
|
||||
Issue Tracker:https://github.com/yeriomin/YalpStore/issues
|
||||
Changelog:https://github.com/yeriomin/YalpStore/releases
|
||||
Donate:https://www.paypal.me/yeriomin
|
||||
Bitcoin:14HvYHKe6joHbQjVdAPd1Ha1yXaGS2pVTW
|
||||
|
||||
Auto Name:Yalp Store
|
||||
|
|
@ -157,7 +158,37 @@ Build:0.22,22
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.23,23
|
||||
commit=0.23
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.24,24
|
||||
commit=0.24
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.25,25
|
||||
commit=0.25
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.26,26
|
||||
commit=0.26
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.27,27
|
||||
commit=0.27
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.28,28
|
||||
commit=0.28
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.22
|
||||
Current Version Code:22
|
||||
Current Version:0.28
|
||||
Current Version Code:28
|
||||
|
|
|
|||
98
metadata/com.gitlab.ardash.appleflinger.android.txt
Normal file
98
metadata/com.gitlab.ardash.appleflinger.android.txt
Normal file
|
|
@ -0,0 +1,98 @@
|
|||
Categories:Games
|
||||
License:GPL-3.0+
|
||||
Web Site:https://gitlab.com/ar-/apple-flinger
|
||||
Source Code:https://gitlab.com/ar-/apple-flinger
|
||||
Issue Tracker:https://gitlab.com/ar-/apple-flinger/issues
|
||||
Changelog:https://gitlab.com/ar-/apple-flinger/tags
|
||||
Bitcoin:1J2bbhJYksSjeynGGhuSPN9aTEaxiGm4nR
|
||||
|
||||
Auto Name:Apple Flinger
|
||||
Summary:Funny single- and multiplayer game - Use a slingshot to shoot with apples
|
||||
Description:
|
||||
Funny round based single/multiplayer game for awesome times. Very new,
|
||||
challenging and addictive.
|
||||
|
||||
Features:
|
||||
|
||||
* high resolution quality graphics
|
||||
* realistic physics
|
||||
* lag-free and smooth gameplay
|
||||
* fine detailed animations and particle systems
|
||||
* brand new and innovative game concept
|
||||
* single/multiplayer
|
||||
* 100% open source (GPL3)
|
||||
|
||||
You use a slingshot to shoot with apples. Be first to destroy the whole enemy
|
||||
base, but be aware, the other side shoots back. This game has a balanced mix of
|
||||
puzzle, strategy, patience and action.
|
||||
|
||||
This is for one or two players! You can play this against anyone who sits next
|
||||
to you - or against yourself. You can also play against a computer controlled
|
||||
opponent. More features, more fun and more levels will come soon.
|
||||
|
||||
international age ratings:
|
||||
|
||||
* ACB: G (general)
|
||||
* ClassInd: L
|
||||
* ESRB: E (everyone)
|
||||
* PEGI:3
|
||||
* USK: 0
|
||||
* IARC: 3
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://gitlab.com/ar-/apple-flinger.git
|
||||
|
||||
Build:1.3.12,15
|
||||
commit=v1.3.12
|
||||
subdir=android
|
||||
gradle=yes
|
||||
rm=desktop
|
||||
scanignore=android/libs/*
|
||||
|
||||
Build:1.4.0,17
|
||||
commit=v1.4
|
||||
subdir=android
|
||||
gradle=yes
|
||||
rm=desktop
|
||||
scanignore=android/libs/*
|
||||
|
||||
Build:1.4.1,18
|
||||
commit=v1.4.1
|
||||
subdir=android
|
||||
gradle=yes
|
||||
rm=desktop
|
||||
scanignore=android/libs/*
|
||||
|
||||
Build:1.4.2,19
|
||||
commit=v1.4.2
|
||||
subdir=android
|
||||
gradle=yes
|
||||
rm=desktop
|
||||
scanignore=android/libs/*
|
||||
|
||||
Build:1.4.3,20
|
||||
commit=v1.4.3
|
||||
subdir=android
|
||||
gradle=yes
|
||||
rm=desktop
|
||||
scanignore=android/libs/*
|
||||
|
||||
Build:1.4.4,21
|
||||
commit=v1.4.4
|
||||
subdir=android
|
||||
gradle=yes
|
||||
rm=desktop
|
||||
scanignore=android/libs/*
|
||||
|
||||
Build:1.4.5,1004005
|
||||
commit=v1.4.5
|
||||
subdir=android
|
||||
gradle=yes
|
||||
rm=desktop
|
||||
scanignore=android/libs/*
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.4.5
|
||||
Current Version Code:1004005
|
||||
|
|
@ -25,7 +25,10 @@ Build:1.10,11
|
|||
Build:1.11,12
|
||||
commit=4f7a0aa7dad193e26f8fcef379e5aba97a53c9d0
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.11
|
||||
Current Version Code:12
|
||||
Build:1.12.0,13
|
||||
commit=1.12.0
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.12.0
|
||||
Current Version Code:13
|
||||
|
|
|
|||
|
|
@ -78,11 +78,13 @@ Build:3.7.1,3071
|
|||
build=$$NDK$$/ndk-build
|
||||
|
||||
Build:3.8.0,3080
|
||||
disable=jni
|
||||
commit=471f435ef84b5a3a0c0d5d10d7c2d6ce012fe5a0
|
||||
subdir=app
|
||||
patch=scan5-recipe.patch,system-jar-sources.patch
|
||||
gradle=yes
|
||||
buildjni=yes
|
||||
rm=jni/scan,app/src/main/assets/scan*,app/src/main/extra/system.jar
|
||||
scanignore=app/src/main/res/raw/mimes
|
||||
build=$$NDK$$/ndk-build
|
||||
|
||||
Maintainer Notes:
|
||||
The system.jar is from AOSP - see extra/system.jar.README and
|
||||
|
|
@ -91,5 +93,5 @@ The system.jar is from AOSP - see extra/system.jar.README and
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:3.8.0
|
||||
Current Version Code:3080
|
||||
Current Version:4.0.2
|
||||
Current Version Code:4002
|
||||
|
|
|
|||
32
metadata/com.google.android.diskusage/scan5-recipe.patch
Normal file
32
metadata/com.google.android.diskusage/scan5-recipe.patch
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
diff --git a/jni/Android.mk b/jni/Android.mk
|
||||
index d48786c..4f1e2f2 100644
|
||||
--- a/jni/Android.mk
|
||||
+++ b/jni/Android.mk
|
||||
@@ -13,6 +13,7 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
+NDK_APP_DST_DIR := src/main/assets
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
@@ -20,3 +21,12 @@ LOCAL_MODULE := scan
|
||||
LOCAL_SRC_FILES := scan.c
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
+
|
||||
+include $(CLEAR_VARS)
|
||||
+
|
||||
+LOCAL_MODULE := scan5
|
||||
+LOCAL_SRC_FILES := scan.c
|
||||
+LOCAL_CFLAGS += -fPIE
|
||||
+LOCAL_LDFLAGS += -fPIE -pie
|
||||
+
|
||||
+include $(BUILD_EXECUTABLE)
|
||||
diff --git a/jni/Application.mk b/jni/Application.mk
|
||||
index e69de29..7b5fd9c 100644
|
||||
--- a/jni/Application.mk
|
||||
+++ b/jni/Application.mk
|
||||
@@ -0,0 +1,2 @@
|
||||
+APP_ABI := armeabi
|
||||
+APP_PIE := false
|
||||
|
|
@ -0,0 +1,68 @@
|
|||
diff --git a/app/build.gradle b/app/build.gradle
|
||||
index f21eb15..b336565 100644
|
||||
--- a/app/build.gradle
|
||||
+++ b/app/build.gradle
|
||||
@@ -19,7 +19,3 @@ android {
|
||||
}
|
||||
}
|
||||
}
|
||||
-
|
||||
-dependencies {
|
||||
- compile files('src/main/extra/system.jar')
|
||||
-}
|
||||
diff --git a/app/src/main/aidl/android/content/pm/IPackageStatsObserver.aidl b/app/src/main/aidl/android/content/pm/IPackageStatsObserver.aidl
|
||||
index e69de29..e282094 100644
|
||||
--- a/app/src/main/aidl/android/content/pm/IPackageStatsObserver.aidl
|
||||
+++ b/app/src/main/aidl/android/content/pm/IPackageStatsObserver.aidl
|
||||
@@ -0,0 +1,28 @@
|
||||
+/*
|
||||
+**
|
||||
+** Copyright 2007, The Android Open Source Project
|
||||
+**
|
||||
+** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
+** you may not use this file except in compliance with the License.
|
||||
+** You may obtain a copy of the License at
|
||||
+**
|
||||
+** http://www.apache.org/licenses/LICENSE-2.0
|
||||
+**
|
||||
+** Unless required by applicable law or agreed to in writing, software
|
||||
+** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
+** See the License for the specific language governing permissions and
|
||||
+** limitations under the License.
|
||||
+*/
|
||||
+package android.content.pm;
|
||||
+import android.content.pm.PackageStats;
|
||||
+/**
|
||||
+ * API for package data change related callbacks from the Package Manager.
|
||||
+ * Some usage scenarios include deletion of cache directory, generate
|
||||
+ * statistics related to code, data, cache usage(TODO)
|
||||
+ * {@hide}
|
||||
+ */
|
||||
+oneway interface IPackageStatsObserver {
|
||||
+
|
||||
+ void onGetStatsCompleted(in PackageStats pStats, boolean succeeded);
|
||||
+}
|
||||
diff --git a/app/src/main/aidl/android/content/pm/PackageStats.aidl b/app/src/main/aidl/android/content/pm/PackageStats.aidl
|
||||
index e69de29..483a0d1 100644
|
||||
--- a/app/src/main/aidl/android/content/pm/PackageStats.aidl
|
||||
+++ b/app/src/main/aidl/android/content/pm/PackageStats.aidl
|
||||
@@ -0,0 +1,18 @@
|
||||
+/* //device/java/android/android/view/WindowManager.aidl
|
||||
+**
|
||||
+** Copyright 2007, The Android Open Source Project
|
||||
+**
|
||||
+** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
+** you may not use this file except in compliance with the License.
|
||||
+** You may obtain a copy of the License at
|
||||
+**
|
||||
+** http://www.apache.org/licenses/LICENSE-2.0
|
||||
+**
|
||||
+** Unless required by applicable law or agreed to in writing, software
|
||||
+** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
+** See the License for the specific language governing permissions and
|
||||
+** limitations under the License.
|
||||
+*/
|
||||
+package android.content.pm;
|
||||
+parcelable PackageStats;
|
||||
16
metadata/com.google.zxing.client.android/af/description.txt
Normal file
16
metadata/com.google.zxing.client.android/af/description.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
Lees die inligting gestoor in strepieskodes of skep QR-kodes om adresse, kontakte of teks tussen toestelle te deel.
|
||||
|
||||
Boek, produk en web soek gaan na 'n Google bediener (afhangende van die keuse van land van oorsprong), alhoewel 'n pasgemaakte soek knoppie geskep kan word in die instellings bv. duckduckgo.com/?q=%s of wikibooks.org/w/index.php?search=%s.
|
||||
|
||||
Ondersteun volgende strepieskode tipes:
|
||||
|
||||
* UPC-A en UPC-E * EAN-8 en EAN-13 * kode 39; 93; 128 * ITF * Codabar * RSS-14 (alle variante) * QR kode * Data Matrix * Aztec ('beta' kwaliteit) * PDF 417 ('alpha' kwaliteit)
|
||||
|
||||
Sien die webwerf vir foutsporing en verduidelikings van die regte. Die program laat jou toe om kontakte, programme en boekmerke in 'n QR kode deel. Dit is waarom kontakte regte nodig is. Sien "Visit Developer Website" onder (https://github.com/zxing/zxing/wiki/Frequently-Asked-Questions).
|
||||
|
||||
Indien jou toestel nie skandeer nie, probeer eers peuter aan die instellings. Altifeer almal van hulle, en probeer dan een op 'n slag afskakel om te bepaal wat nodig is. As dit nie help nie, probeer die toestel cache en instellings van Android instellings die skoonmaak.
|
||||
|
||||
As dit steeds nie werk nie en jy glo daar is 'n program probleem, stuur 'n boodskap aan die skrywer met die volgende inligting. Boodskappe sonder hierdie inligting kan opgetree word op, dus is geïgnoreer.
|
||||
|
||||
-Toesteltipe - 'n basiese Beskrywing van wat nie werk nie: opvries? nie skandeer nie? lyk vreemd? -Bevestig dat jy die bogenoemde probeer het - 'n toestel log vaslê van wanneer dit begin het
|
||||
|
||||
1
metadata/com.google.zxing.client.android/af/name.txt
Normal file
1
metadata/com.google.zxing.client.android/af/name.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Strepieskode skandeerder
|
||||
|
|
@ -1 +1 @@
|
|||
مسح الباركود على المنتجات، أو الرموز الشريطية التي تحتوي على عناوين المواقع، ومعلومات الاتصال، وهلم جرا
|
||||
ات، أو الرموز الشريطية التي تحتوي على عناوين المواقع، ومعلومات الاتصال، وهلم جرا
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue