Merge branch 'master' of https://gitlab.com/fdroid/fdroiddata
This commit is contained in:
commit
36d2036593
|
@ -607,11 +607,20 @@ Build:1.83,83
|
||||||
sed -i -e '/rapid.decoder/d' build.gradle && \
|
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
|
sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
|
||||||
|
|
||||||
|
Build:1.84,84
|
||||||
|
commit=1.84
|
||||||
|
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:
|
Maintainer Notes:
|
||||||
RapidDecoder 0.3.0 is required, but this version is not tagged.
|
RapidDecoder 0.3.0 is required, but this version is not tagged.
|
||||||
.
|
.
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.83
|
Current Version:1.84
|
||||||
Current Version Code:83
|
Current Version Code:84
|
||||||
|
|
|
@ -734,6 +734,12 @@ Build:1.11.2-ose,218
|
||||||
submodules=yes
|
submodules=yes
|
||||||
gradle=standard
|
gradle=standard
|
||||||
|
|
||||||
|
Build:1.11.4-beta4-ose,228
|
||||||
|
commit=v1.11.4-beta4-ose
|
||||||
|
subdir=app
|
||||||
|
submodules=yes
|
||||||
|
gradle=standard
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags ^v[0-9.]+-ose$
|
Update Check Mode:Tags ^v[0-9.]+-ose$
|
||||||
Current Version:1.11.2-ose
|
Current Version:1.11.2-ose
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
AntiFeatures:NonFreeNet
|
||||||
Categories:Internet
|
Categories:Internet
|
||||||
License:GPL-3.0-or-later
|
License:GPL-3.0-or-later
|
||||||
Web Site:http://wallaceit.com.au
|
Web Site:http://wallaceit.com.au
|
||||||
|
|
46
metadata/com.ames.books.txt
Normal file
46
metadata/com.ames.books.txt
Normal file
|
@ -0,0 +1,46 @@
|
||||||
|
AntiFeatures:NonFreeNet
|
||||||
|
Categories:Science & Education,Reading,Multimedia,Internet
|
||||||
|
License:GPL-3.0-only
|
||||||
|
Web Site:
|
||||||
|
Source Code:https://github.com/andviane/google-books-android-viewer
|
||||||
|
Issue Tracker:https://github.com/andviane/google-books-android-viewer/issues
|
||||||
|
|
||||||
|
Auto Name:BookList
|
||||||
|
Summary:Unofficial Google Books viewer
|
||||||
|
Description:
|
||||||
|
This is the demo/wrapping app to demonstrate the capabilities of the Uncover
|
||||||
|
library. This library builds a bridge between "infinitely scrolling view" that
|
||||||
|
requires fast synchronous data model and web resource or database that uses slow
|
||||||
|
asynchronous and strongly prefers more than a single item per request. The
|
||||||
|
library performs many internal optimizations on how the data are fetched. Unlike
|
||||||
|
many alternative approaches (mostly centered around the scroll listener) it
|
||||||
|
features clean classic MVC design.
|
||||||
|
|
||||||
|
The mentioned library is the open source project under Apache 2.0 license. The
|
||||||
|
wrapping app (same repository) is under GPLv3.
|
||||||
|
|
||||||
|
The demo app is fully usable by the end non-programming user. It allows to view
|
||||||
|
the large Google Books directory, displaying titles and book covers. If it is
|
||||||
|
possible to purchase the book from some vendor, the "book purchase link" appears
|
||||||
|
in the book details view. Tapping on it opens the web browser of your device (no
|
||||||
|
longer this app) and you may read more details or even to make a purchase there.
|
||||||
|
|
||||||
|
The app communicates with Google server with the help of
|
||||||
|
com.google.apis:google-api-services-books library that if fetched from Maven
|
||||||
|
Central. Maven Central specifies the license of this library as Apache 2.0.
|
||||||
|
.
|
||||||
|
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/andviane/google-books-android-viewer.git
|
||||||
|
|
||||||
|
Build:1.7,7
|
||||||
|
commit=2.0.1
|
||||||
|
subdir=app
|
||||||
|
patch=uncover.patch
|
||||||
|
gradle=yes
|
||||||
|
prebuild=sed -i -e '/sign file/d' ../uncover/build.gradle
|
||||||
|
|
||||||
|
Auto Update Mode:Version %v
|
||||||
|
Update Check Mode:Tags
|
||||||
|
Current Version:1.7
|
||||||
|
Current Version Code:7
|
18
metadata/com.ames.books/uncover.patch
Normal file
18
metadata/com.ames.books/uncover.patch
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
diff --git a/uncover/build.gradle b/uncover/build.gradle
|
||||||
|
index 29f961a..c0a3963 100644
|
||||||
|
--- a/uncover/build.gradle
|
||||||
|
+++ b/uncover/build.gradle
|
||||||
|
@@ -145,14 +145,6 @@ publishing {
|
||||||
|
|
||||||
|
repositories {
|
||||||
|
mavenLocal()
|
||||||
|
- maven {
|
||||||
|
- credentials {
|
||||||
|
- username System.env.ANDVIANE_USERNAME
|
||||||
|
- password System.env.ANDVIANE_PASSWORD
|
||||||
|
- }
|
||||||
|
- //url 'https://oss.sonatype.org/content/repositories/snapshots'
|
||||||
|
- url 'https://oss.sonatype.org/service/local/staging/deploy/maven2'
|
||||||
|
- }
|
||||||
|
}
|
||||||
|
}
|
|
@ -260,6 +260,7 @@ Build:2.2.2.4,171
|
||||||
rm=app/libs
|
rm=app/libs
|
||||||
|
|
||||||
Build:2.3,173
|
Build:2.3,173
|
||||||
|
disable=can't open DB: https://github.com/bpellin/keepassdroid/issues/291
|
||||||
commit=v2.3
|
commit=v2.3
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=flavor1
|
gradle=flavor1
|
||||||
|
|
|
@ -27,7 +27,17 @@ Build:1.2,3
|
||||||
Build:1.3,4
|
Build:1.3,4
|
||||||
commit=v1.3
|
commit=v1.3
|
||||||
|
|
||||||
|
Build:1.4,5
|
||||||
|
disable=Older failing build
|
||||||
|
commit=v1.4
|
||||||
|
|
||||||
|
Build:1.5,6
|
||||||
|
commit=v1.5
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
prebuild=sed -i -e 's/2.10/2.14.1/' ../gradle/wrapper/gradle-wrapper.properties
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.3
|
Current Version:1.5
|
||||||
Current Version Code:4
|
Current Version Code:6
|
||||||
|
|
|
@ -29,6 +29,19 @@ Build:1.12.0,20
|
||||||
scandelete=jni/libmupdf/thirdparty,jni/libmupdf/build/release/scripts
|
scandelete=jni/libmupdf/thirdparty,jni/libmupdf/build/release/scripts
|
||||||
ndk=r16b
|
ndk=r16b
|
||||||
|
|
||||||
|
Build:1.13.0,30
|
||||||
|
commit=1.13.0
|
||||||
|
subdir=app
|
||||||
|
submodules=yes
|
||||||
|
gradle=yes
|
||||||
|
prebuild=sed -i -e '/maven.ghostscript.com/d' ../build.gradle && \
|
||||||
|
sed -i -e 's/enable true/enable false/' build.gradle && \
|
||||||
|
sed -i -e "s/'-j4'/'-j`nproc`'/" ../jni/build.gradle && \
|
||||||
|
sed -i -e "/Uncomment/a\ ndk.abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86'" ../jni/build.gradle && \
|
||||||
|
make -C ../jni/libmupdf generate
|
||||||
|
scandelete=jni/libmupdf/thirdparty,jni/libmupdf/build/release/scripts
|
||||||
|
ndk=r16b
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Upstream builds separate APKs for all target architectures supported by NDK
|
Upstream builds separate APKs for all target architectures supported by NDK
|
||||||
(7 as of r16). We build universal APK with armeabi-v7a, arm64-v8a and x86
|
(7 as of r16). We build universal APK with armeabi-v7a, arm64-v8a and x86
|
||||||
|
@ -42,5 +55,5 @@ Documents:
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.12
|
Current Version:1.13.0
|
||||||
Current Version Code:20
|
Current Version Code:30
|
||||||
|
|
29
metadata/com.atr.tedit.txt
Normal file
29
metadata/com.atr.tedit.txt
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
Categories:Writing
|
||||||
|
License:0BSD
|
||||||
|
Web Site:http://1337atr.weebly.com/tedit.html
|
||||||
|
Source Code:https://github.com/ATryder/TEdit
|
||||||
|
Issue Tracker:https://github.com/ATryder/TEdit/issues
|
||||||
|
|
||||||
|
Auto Name:TEdit
|
||||||
|
Summary:A simple text editor
|
||||||
|
Description:
|
||||||
|
TEdit is a simple text editor for Android devices which includes a graphical
|
||||||
|
file browser to make locating existing files and saving new files easy.
|
||||||
|
Additionally TEdit enables you to keep multiple files open simultaneously,
|
||||||
|
simply select the file tabs icon to be presented with a list of currently open
|
||||||
|
documents.
|
||||||
|
.
|
||||||
|
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/ATryder/TEdit.git
|
||||||
|
|
||||||
|
Build:2.1,6
|
||||||
|
commit=v2.1
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
prebuild=sed -i -e 's/constraint-layout:1.0.0-beta3/constraint-layout:1.0.2/' build.gradle
|
||||||
|
|
||||||
|
Auto Update Mode:Version %v
|
||||||
|
Update Check Mode:Tags
|
||||||
|
Current Version:2.1
|
||||||
|
Current Version Code:6
|
|
@ -317,7 +317,16 @@ Build:0.17.2,519
|
||||||
gradle nativeLibsToJar
|
gradle nativeLibsToJar
|
||||||
ndk=r14b
|
ndk=r14b
|
||||||
|
|
||||||
|
Build:0.17.3,520
|
||||||
|
commit=v0.17.3
|
||||||
|
subdir=MessengerProj
|
||||||
|
submodules=yes
|
||||||
|
gradle=fat
|
||||||
|
build=$$NDK$$/ndk-build -j `nproc` && \
|
||||||
|
gradle nativeLibsToJar
|
||||||
|
ndk=r14b
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.17.2
|
Current Version:0.17.3
|
||||||
Current Version Code:519
|
Current Version Code:520
|
||||||
|
|
|
@ -22,7 +22,17 @@ Build:0.02b5,205
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:2.6,206
|
||||||
|
commit=2.6
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
|
Build:2.7,207
|
||||||
|
commit=2.7
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.02b5
|
Current Version:2.7
|
||||||
Current Version Code:205
|
Current Version Code:207
|
||||||
|
|
34
metadata/com.farmerbb.secondscreen.free.txt
Normal file
34
metadata/com.farmerbb.secondscreen.free.txt
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
Categories:System
|
||||||
|
License:Apache-2.0
|
||||||
|
Web Site:
|
||||||
|
Source Code:https://github.com/farmerbb/SecondScreen
|
||||||
|
Issue Tracker:https://github.com/farmerbb/SecondScreen/issues
|
||||||
|
|
||||||
|
Name:SecondScreen
|
||||||
|
Auto Name:${appName}
|
||||||
|
Summary:Better screen mirroring
|
||||||
|
Description:
|
||||||
|
SecondScreen is an application designed for power users that frequently connect
|
||||||
|
their Android devices to external displays. It works with your existing screen
|
||||||
|
mirroring solution to give you the best experience possible. With SecondScreen,
|
||||||
|
you can change your device's resolution and density to fit your TV or monitor,
|
||||||
|
enable always-on desktop mode in Chrome, and even turn your device's backlight
|
||||||
|
off, among several other features.
|
||||||
|
|
||||||
|
This app requires elevated permissions, granted via root access or adb shell
|
||||||
|
commands. The app will do nothing if you do not have a rooted device or access
|
||||||
|
to adb.
|
||||||
|
.
|
||||||
|
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/farmerbb/SecondScreen.git
|
||||||
|
|
||||||
|
Build:2.7,172
|
||||||
|
commit=172
|
||||||
|
subdir=app
|
||||||
|
gradle=free
|
||||||
|
|
||||||
|
Auto Update Mode:Version %c
|
||||||
|
Update Check Mode:Tags
|
||||||
|
Current Version:2.7
|
||||||
|
Current Version Code:172
|
|
@ -169,6 +169,14 @@ Build:3.5.2,56
|
||||||
rm=mobile/annotations.jar
|
rm=mobile/annotations.jar
|
||||||
scanignore=mobile/src/main/res/raw/datagz
|
scanignore=mobile/src/main/res/raw/datagz
|
||||||
|
|
||||||
|
Build:3.5.3,57
|
||||||
|
commit=v3.5.3
|
||||||
|
subdir=mobile
|
||||||
|
gradle=yes
|
||||||
|
forceversion=yes
|
||||||
|
rm=mobile/annotations.jar
|
||||||
|
scanignore=mobile/src/main/res/raw/datagz
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Under mobile/src/main/res/raw/datagz is the apps card database.
|
Under mobile/src/main/res/raw/datagz is the apps card database.
|
||||||
Cannot enable AUM because of fdroid/fdroidserver#144.
|
Cannot enable AUM because of fdroid/fdroidserver#144.
|
||||||
|
@ -176,5 +184,5 @@ Cannot enable AUM because of fdroid/fdroidserver#144.
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:3.5.2
|
Current Version:3.5.3
|
||||||
Current Version Code:56
|
Current Version Code:57
|
||||||
|
|
|
@ -136,7 +136,12 @@ Build:1.2.6.1,71
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:1.2.6.2,72
|
||||||
|
commit=1.2.6.2
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags ^[0-9\.]*$
|
Update Check Mode:Tags ^[0-9\.]*$
|
||||||
Current Version:1.2.6.1
|
Current Version:1.2.6.2
|
||||||
Current Version Code:71
|
Current Version Code:72
|
||||||
|
|
|
@ -92,5 +92,5 @@ be used.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
Current Version:1.14.6
|
Current Version:1.14.7b1
|
||||||
Current Version Code:36
|
Current Version Code:37
|
||||||
|
|
|
@ -307,5 +307,5 @@ The scanignore is for the dex class loading which is used for loading plugins.
|
||||||
Archive Policy:4 versions
|
Archive Policy:4 versions
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
Current Version:1.56b6
|
Current Version:1.56b7
|
||||||
Current Version Code:351
|
Current Version Code:352
|
||||||
|
|
|
@ -336,7 +336,13 @@ Build:3.2.5,262
|
||||||
gradle=yes
|
gradle=yes
|
||||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||||
|
|
||||||
|
Build:3.2.7,264
|
||||||
|
commit=audiorecorder-3.2.7
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||||
|
|
||||||
Auto Update Mode:Version audiorecorder-%v
|
Auto Update Mode:Version audiorecorder-%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:3.2.5
|
Current Version:3.2.7
|
||||||
Current Version Code:262
|
Current Version Code:264
|
||||||
|
|
|
@ -155,7 +155,13 @@ Build:1.2.5,191
|
||||||
gradle=yes
|
gradle=yes
|
||||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||||
|
|
||||||
|
Build:1.2.6,192
|
||||||
|
commit=bookreader-1.2.6
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||||
|
|
||||||
Auto Update Mode:Version bookreader-%v
|
Auto Update Mode:Version bookreader-%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.2.5
|
Current Version:1.2.6
|
||||||
Current Version Code:191
|
Current Version Code:192
|
||||||
|
|
|
@ -286,7 +286,13 @@ Build:1.6.6,161
|
||||||
gradle=yes
|
gradle=yes
|
||||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||||
|
|
||||||
|
Build:1.6.9,164
|
||||||
|
commit=callrecorder-1.6.9
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||||
|
|
||||||
Auto Update Mode:Version callrecorder-%v
|
Auto Update Mode:Version callrecorder-%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.6.6
|
Current Version:1.6.9
|
||||||
Current Version Code:161
|
Current Version Code:164
|
||||||
|
|
|
@ -167,7 +167,17 @@ Build:1.2.100,114
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:1.2.101,115
|
||||||
|
commit=mover-1.2.101
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
|
Build:1.2.103,117
|
||||||
|
commit=mover-1.2.103
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version mover-%v
|
Auto Update Mode:Version mover-%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.2.100
|
Current Version:1.2.103
|
||||||
Current Version Code:114
|
Current Version Code:117
|
||||||
|
|
45
metadata/com.github.moko256.twitlatte.yml
Normal file
45
metadata/com.github.moko256.twitlatte.yml
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
Categories:
|
||||||
|
- Internet
|
||||||
|
License: Apache-2.0
|
||||||
|
SourceCode: https://github.com/moko256/twitlatte
|
||||||
|
IssueTracker: https://github.com/moko256/twitlatte/issues
|
||||||
|
|
||||||
|
AutoName: twitlatte
|
||||||
|
Summary: Twitter, Mastodon and Pleroma client
|
||||||
|
Description: SNS client specialized to read in chronorogical order. You can access
|
||||||
|
Twitter, Mastodon and Pleroma with API.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/moko256/twitlatte
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.1.0
|
||||||
|
versionCode: 4
|
||||||
|
commit: v1.1.0
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- twitter4j/..git
|
||||||
|
- twitter4j/twitter4j-core/build
|
||||||
|
- twitter4j/twitter4j-http2-support/build
|
||||||
|
prebuild: sed -i -e '/versionNameSuffix/d' build.gradle
|
||||||
|
|
||||||
|
- versionName: 1.1.1
|
||||||
|
versionCode: 5
|
||||||
|
commit: v1.1.1
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- twitter4j/..git
|
||||||
|
- twitter4j/twitter4j-core/build
|
||||||
|
- twitter4j/twitter4j-http2-support/build
|
||||||
|
prebuild: sed -i -e '/versionNameSuffix/d' build.gradle
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.1.1
|
||||||
|
CurrentVersionCode: 5
|
|
@ -272,8 +272,16 @@ Build:2.5.09,246
|
||||||
sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/play-services/d' -e '/google-services/d' build.gradle && \
|
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
|
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.5.10,247
|
||||||
|
commit=247
|
||||||
|
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
|
Auto Update Mode:Version %c
|
||||||
Update Check Mode:HTTP
|
Update Check Mode:HTTP
|
||||||
Update Check Data:https://raw.githubusercontent.com/premnirmal/StockTicker/master/app/version.properties|versionCode=(.*)|.|versionName=(.*)
|
Update Check Data:https://raw.githubusercontent.com/premnirmal/StockTicker/master/app/version.properties|versionCode=(.*)|.|versionName=(.*)
|
||||||
Current Version:2.5.09
|
Current Version:2.5.10
|
||||||
Current Version Code:246
|
Current Version Code:247
|
||||||
|
|
|
@ -244,7 +244,12 @@ Build:0.40,40
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=legacy
|
gradle=legacy
|
||||||
|
|
||||||
|
Build:0.41,41
|
||||||
|
commit=0.41
|
||||||
|
subdir=app
|
||||||
|
gradle=legacy
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.40
|
Current Version:0.41
|
||||||
Current Version Code:40
|
Current Version Code:41
|
||||||
|
|
|
@ -89,7 +89,17 @@ Build:1.7.3,26
|
||||||
subdir=android_app/app
|
subdir=android_app/app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:1.8,27
|
||||||
|
commit=v1.8
|
||||||
|
subdir=android_app/app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
|
Build:1.8.1,28
|
||||||
|
commit=v1.8.1
|
||||||
|
subdir=android_app/app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags ^v[0-9.]*$
|
Update Check Mode:Tags ^v[0-9.]*$
|
||||||
Current Version:1.7.3
|
Current Version:1.8.1
|
||||||
Current Version Code:26
|
Current Version Code:28
|
||||||
|
|
|
@ -276,7 +276,13 @@ Build:2.1.0,48
|
||||||
submodules=yes
|
submodules=yes
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:2.1.0a,49
|
||||||
|
commit=v2.1.0a
|
||||||
|
subdir=app
|
||||||
|
submodules=yes
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:2.1.0
|
Current Version:2.1.0a
|
||||||
Current Version Code:48
|
Current Version Code:49
|
||||||
|
|
|
@ -17,12 +17,10 @@ Mattermost is secure, workplace messaging from behind your firewall.
|
||||||
* Connect in-house systems with webhooks and Slack-compatible integrations
|
* Connect in-house systems with webhooks and Slack-compatible integrations
|
||||||
|
|
||||||
To use this app, you need a "Team URL" from a Mattermost server. To host your
|
To use this app, you need a "Team URL" from a Mattermost server. To host your
|
||||||
own server go to http://www.mattermost.org/download/
|
own server go to [https://about.mattermost.com/download/ mattermost.com].
|
||||||
|
|
||||||
Find the Terms of Service for this app here: https://about.mattermost.com/terms
|
Find the Terms of Service for this app [https://about.mattermost.com/terms
|
||||||
|
here].
|
||||||
This is a reference implementation of an open source Mattermost Android app
|
|
||||||
available at: https://github.com/mattermost/mattermost-android-classic
|
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
@ -35,7 +33,14 @@ Build:3.10.2,398
|
||||||
gradle=yes
|
gradle=yes
|
||||||
prebuild=rm -r src/main/java/com/mattermost/gcm/
|
prebuild=rm -r src/main/java/com/mattermost/gcm/
|
||||||
|
|
||||||
|
Build:3.10.3,399
|
||||||
|
commit=v3.10.3
|
||||||
|
subdir=app
|
||||||
|
patch=play-services.patch
|
||||||
|
gradle=yes
|
||||||
|
prebuild=rm -r src/main/java/com/mattermost/gcm/
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:3.10.2
|
Current Version:3.10.3
|
||||||
Current Version Code:398
|
Current Version Code:399
|
||||||
|
|
|
@ -58,5 +58,5 @@ Patch is too fragile for auto updates.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.6-beta3
|
Current Version:1.6.1
|
||||||
Current Version Code:33
|
Current Version Code:35
|
||||||
|
|
|
@ -223,7 +223,14 @@ Build:3.1.3,167
|
||||||
prebuild=sed -i -e 's/enable true/enable false/' -e '/withAnalyticsImplementation/d' build.gradle
|
prebuild=sed -i -e 's/enable true/enable false/' -e '/withAnalyticsImplementation/d' build.gradle
|
||||||
ndk=r16b
|
ndk=r16b
|
||||||
|
|
||||||
|
Build:3.2.0,168
|
||||||
|
commit=v3.2.0
|
||||||
|
subdir=presentation
|
||||||
|
gradle=noAnalytics
|
||||||
|
prebuild=sed -i -e 's/enable true/enable false/' -e '/withAnalyticsImplementation/d' build.gradle
|
||||||
|
ndk=r16b
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags ^v[0-9.]+$
|
Update Check Mode:Tags ^v[0-9.]+$
|
||||||
Current Version:3.1.3
|
Current Version:3.2.0
|
||||||
Current Version Code:167
|
Current Version Code:168
|
||||||
|
|
|
@ -1207,11 +1207,40 @@ Build:20180427,20180427
|
||||||
rm=user_manual
|
rm=user_manual
|
||||||
scandelete=src/androidTest
|
scandelete=src/androidTest
|
||||||
|
|
||||||
|
Build:20180522,20180522
|
||||||
|
disable=failing build
|
||||||
|
commit=dev-20180522
|
||||||
|
submodules=yes
|
||||||
|
gradle=versionDev
|
||||||
|
rm=user_manual
|
||||||
|
scandelete=src/androidTest
|
||||||
|
|
||||||
|
Build:20180524,20180524
|
||||||
|
commit=dev-20180524
|
||||||
|
submodules=yes
|
||||||
|
gradle=versionDev
|
||||||
|
rm=user_manual
|
||||||
|
scandelete=src/androidTest
|
||||||
|
|
||||||
|
Build:20180525,20180525
|
||||||
|
commit=dev-20180525
|
||||||
|
submodules=yes
|
||||||
|
gradle=versionDev
|
||||||
|
rm=user_manual
|
||||||
|
scandelete=src/androidTest
|
||||||
|
|
||||||
|
Build:20180526,20180526
|
||||||
|
commit=dev-20180526
|
||||||
|
submodules=yes
|
||||||
|
gradle=versionDev
|
||||||
|
rm=user_manual
|
||||||
|
scandelete=src/androidTest
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Tags get removed. See https://github.com/nextcloud/android/issues/969.
|
Tags get removed. See https://github.com/nextcloud/android/issues/969.
|
||||||
.
|
.
|
||||||
|
|
||||||
Auto Update Mode:Version dev-%c
|
Auto Update Mode:Version dev-%c
|
||||||
Update Check Mode:Tags ^dev
|
Update Check Mode:Tags ^dev
|
||||||
Current Version:20180427
|
Current Version:20180526
|
||||||
Current Version Code:20180427
|
Current Version Code:20180526
|
||||||
|
|
|
@ -189,6 +189,7 @@ Build:3.0.0 RC2,30000002
|
||||||
scandelete=src/androidTest
|
scandelete=src/androidTest
|
||||||
|
|
||||||
Build:3.0.0 RC3,30000003
|
Build:3.0.0 RC3,30000003
|
||||||
|
disable=obsolete RC
|
||||||
commit=rc-3.0.0-03
|
commit=rc-3.0.0-03
|
||||||
submodules=yes
|
submodules=yes
|
||||||
gradle=generic
|
gradle=generic
|
||||||
|
@ -224,6 +225,7 @@ Build:3.0.3,30000399
|
||||||
scandelete=src/androidTest
|
scandelete=src/androidTest
|
||||||
|
|
||||||
Build:3.1.0 RC1,30010050
|
Build:3.1.0 RC1,30010050
|
||||||
|
disable=obsolete RC
|
||||||
commit=rc-3.1.0-01
|
commit=rc-3.1.0-01
|
||||||
submodules=yes
|
submodules=yes
|
||||||
gradle=generic
|
gradle=generic
|
||||||
|
@ -237,6 +239,21 @@ Build:3.1.0,30010099
|
||||||
rm=user_manual
|
rm=user_manual
|
||||||
scandelete=src/androidTest
|
scandelete=src/androidTest
|
||||||
|
|
||||||
|
Build:3.2.0 RC1,30020050
|
||||||
|
disable=obsolete RC
|
||||||
|
commit=rc-3.2.0-01
|
||||||
|
submodules=yes
|
||||||
|
gradle=generic
|
||||||
|
rm=user_manual
|
||||||
|
scandelete=src/androidTest
|
||||||
|
|
||||||
|
Build:3.2.0 RC2,30020051
|
||||||
|
commit=rc-3.2.0-02
|
||||||
|
submodules=yes
|
||||||
|
gradle=generic
|
||||||
|
rm=user_manual
|
||||||
|
scandelete=src/androidTest
|
||||||
|
|
||||||
Auto Update Mode:Version stable-%v
|
Auto Update Mode:Version stable-%v
|
||||||
Update Check Mode:Static
|
Update Check Mode:Static
|
||||||
Current Version:3.1.0
|
Current Version:3.1.0
|
||||||
|
|
|
@ -41,6 +41,7 @@ Build:1.2.0beta3,36
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=generic
|
gradle=generic
|
||||||
|
|
||||||
|
Archive Policy:4 versions
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags ^v[0-9]+\.[0-9]+\.[0-9]+$
|
Update Check Mode:Tags ^v[0-9]+\.[0-9]+\.[0-9]+$
|
||||||
Current Version:1.1.3
|
Current Version:1.1.3
|
||||||
|
|
|
@ -41,5 +41,5 @@ Build:1.1.6,14
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
Current Version:1.1.6
|
Current Version:1.1.7
|
||||||
Current Version Code:14
|
Current Version Code:15
|
||||||
|
|
|
@ -190,7 +190,13 @@ Build:1.6.3,31
|
||||||
submodules=yes
|
submodules=yes
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:1.6.4,32
|
||||||
|
commit=1.6.4
|
||||||
|
subdir=app
|
||||||
|
submodules=yes
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.6.3
|
Current Version:1.6.4
|
||||||
Current Version Code:31
|
Current Version Code:32
|
||||||
|
|
25
metadata/com.philolog.hoplitekeyboard.txt
Normal file
25
metadata/com.philolog.hoplitekeyboard.txt
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
Categories:System
|
||||||
|
License:GPL-3.0-or-later
|
||||||
|
Web Site:
|
||||||
|
Source Code:https://github.com/jeremymarch/HoplitePolytonicKeyboardAndroid
|
||||||
|
Issue Tracker:https://github.com/jeremymarch/HoplitePolytonicKeyboardAndroid/issues
|
||||||
|
|
||||||
|
Auto Name:Hoplite Polytonic Greek Keyboard
|
||||||
|
Summary:A keyboard extension which allows the user to type in Polytonic Greek
|
||||||
|
Description:
|
||||||
|
A keyboard extension which allows the user to type in Polytonic Greek.
|
||||||
|
.
|
||||||
|
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/jeremymarch/HoplitePolytonicKeyboardAndroid.git
|
||||||
|
|
||||||
|
Build:1.2.2,20
|
||||||
|
commit=1.2.2
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
ndk=r16b
|
||||||
|
|
||||||
|
Auto Update Mode:Version %v
|
||||||
|
Update Check Mode:Tags
|
||||||
|
Current Version:1.2.2
|
||||||
|
Current Version Code:20
|
|
@ -37,5 +37,5 @@ Build:2.7.2,272
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:2.8.0-p1
|
Current Version:2.9.1
|
||||||
Current Version Code:2801
|
Current Version Code:2910
|
||||||
|
|
|
@ -412,7 +412,13 @@ Build:1.1.37,80
|
||||||
gradle=yes
|
gradle=yes
|
||||||
scanignore=app/src/main/resources/org/joda/time/tz/data,app/src/main/assets/fonts
|
scanignore=app/src/main/resources/org/joda/time/tz/data,app/src/main/assets/fonts
|
||||||
|
|
||||||
|
Build:1.1.38,81
|
||||||
|
commit=v1.1.38
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
scanignore=app/src/main/resources/org/joda/time/tz/data,app/src/main/assets/fonts
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.1.37
|
Current Version:1.1.38
|
||||||
Current Version Code:80
|
Current Version Code:81
|
||||||
|
|
|
@ -45,7 +45,12 @@ Build:4.1.3,8
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:4.1.4,9
|
||||||
|
commit=v4.1.4
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:4.1.3
|
Current Version:4.1.4
|
||||||
Current Version Code:8
|
Current Version Code:9
|
||||||
|
|
|
@ -76,7 +76,12 @@ Build:0.11.3,1103
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:0.11.4,1104
|
||||||
|
commit=v0.11.4
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.11.3
|
Current Version:0.11.4
|
||||||
Current Version Code:1103
|
Current Version Code:1104
|
||||||
|
|
|
@ -316,7 +316,14 @@ Build:0.6.5a,261
|
||||||
scandelete=SPD-classes/src/main/jniLibs/
|
scandelete=SPD-classes/src/main/jniLibs/
|
||||||
preassemble=:SPD-classes:ndkBuild
|
preassemble=:SPD-classes:ndkBuild
|
||||||
|
|
||||||
|
Build:0.6.5c,264
|
||||||
|
commit=v0.6.5c
|
||||||
|
subdir=core
|
||||||
|
gradle=yes
|
||||||
|
scandelete=SPD-classes/src/main/jniLibs/
|
||||||
|
preassemble=:SPD-classes:ndkBuild
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.6.5a
|
Current Version:0.6.5c
|
||||||
Current Version Code:261
|
Current Version Code:264
|
||||||
|
|
|
@ -71,7 +71,12 @@ Build:3.1.2,12
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:4.0.0,13
|
||||||
|
commit=4.0.0
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:3.1.2
|
Current Version:4.0.0
|
||||||
Current Version Code:12
|
Current Version Code:13
|
||||||
|
|
|
@ -460,7 +460,12 @@ Build:4.0.3,122
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:4.0.4,123
|
||||||
|
commit=4.0.4
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:4.0.3
|
Current Version:4.0.4
|
||||||
Current Version Code:122
|
Current Version Code:123
|
||||||
|
|
|
@ -35,7 +35,17 @@ Build:3.1.3,5
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:4.0.0,6
|
||||||
|
commit=4.0.0
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
|
Build:4.0.1,7
|
||||||
|
commit=4.0.1
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:3.1.3
|
Current Version:4.0.1
|
||||||
Current Version Code:5
|
Current Version Code:7
|
||||||
|
|
|
@ -100,7 +100,12 @@ Build:3.2.1,28
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:4.0.0,29
|
||||||
|
commit=4.0.0
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:3.2.1
|
Current Version:4.0.0
|
||||||
Current Version Code:28
|
Current Version Code:29
|
||||||
|
|
|
@ -631,7 +631,17 @@ Build:4.0.0,177
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:4.1.0,178
|
||||||
|
commit=4.1.0
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
|
Build:4.1.1,179
|
||||||
|
commit=4.1.1
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:4.0.0
|
Current Version:4.1.1
|
||||||
Current Version Code:177
|
Current Version Code:179
|
||||||
|
|
|
@ -180,7 +180,12 @@ Build:3.2.5,42
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:4.0.1,44
|
||||||
|
commit=4.0.1
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:3.2.5
|
Current Version:4.0.1
|
||||||
Current Version Code:42
|
Current Version Code:44
|
||||||
|
|
|
@ -186,7 +186,12 @@ Build:3.2.0,47
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:4.0.0,48
|
||||||
|
commit=4.0.0
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:3.2.0
|
Current Version:4.0.0
|
||||||
Current Version Code:47
|
Current Version Code:48
|
||||||
|
|
|
@ -184,6 +184,12 @@ Build:2.9,32
|
||||||
gradle=standard
|
gradle=standard
|
||||||
prebuild=sed -i -e '/firebase/d' build.gradle
|
prebuild=sed -i -e '/firebase/d' build.gradle
|
||||||
|
|
||||||
|
Build:2.10,33
|
||||||
|
commit=v2.10
|
||||||
|
subdir=app
|
||||||
|
gradle=standard
|
||||||
|
prebuild=sed -i -e '/firebase/d' build.gradle
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Summary and Description are maintained by upstream using fastlane in
|
Summary and Description are maintained by upstream using fastlane in
|
||||||
the source repo:
|
the source repo:
|
||||||
|
@ -192,5 +198,5 @@ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:2.9
|
Current Version:2.10
|
||||||
Current Version Code:32
|
Current Version Code:33
|
||||||
|
|
|
@ -143,7 +143,12 @@ Build:v2.16,23
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:v2.17,24
|
||||||
|
commit=v2.17
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:v2.16
|
Current Version:v2.17
|
||||||
Current Version Code:23
|
Current Version Code:24
|
||||||
|
|
|
@ -28,5 +28,5 @@ Build:2.1.3,1412213
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
Current Version:3.1.1
|
Current Version:3.1.2
|
||||||
Current Version Code:1412311
|
Current Version Code:1412312
|
||||||
|
|
|
@ -2,40 +2,15 @@ Categories:System,Internet,Multimedia
|
||||||
License:GPL-3.0-or-later
|
License:GPL-3.0-or-later
|
||||||
Author Name:Vadim Frolov
|
Author Name:Vadim Frolov
|
||||||
Author Email:mail@vadimfrolov.com
|
Author Email:mail@vadimfrolov.com
|
||||||
Web Site:https://github.com/fralik/duorem
|
Web Site:https://github.com/fralik/Duorem
|
||||||
Source Code:https://github.com/fralik/Duorem
|
Source Code:https://github.com/fralik/Duorem
|
||||||
Issue Tracker:https://github.com/fralik/Duorem/issues
|
Issue Tracker:https://github.com/fralik/Duorem/issues
|
||||||
|
Changelog:https://github.com/fralik/Duorem/blob/HEAD/CHANGELOG.md
|
||||||
|
|
||||||
Auto Name:Duorem
|
Auto Name:Duorem
|
||||||
Summary:Wake up or shutdown remote computer from your phone/tablet
|
|
||||||
Description:
|
|
||||||
The idea behind this app is to provide people who are not very familiar with
|
|
||||||
computer interfaces a simple and easy way to control a remote computer. Imagine
|
|
||||||
your grand parent needs a way to power a media server. Quick and efficiently!
|
|
||||||
|
|
||||||
The application uses Wake On Lan (WOL) technique to start a remote computer. You
|
|
||||||
need to make sure that your computer and network is set up for and support WOL.
|
|
||||||
The app can only power off or restart a Linux-based computer. It performs these
|
|
||||||
actions using secure shell (SSH). Your remote computer must be configurated to
|
|
||||||
enable ssh connections. Username that is used for SSH must have sudo rights.
|
|
||||||
|
|
||||||
Note that SSH credentials are stored in application praeferences unencrypted!
|
|
||||||
Anyone with root access can read it.
|
|
||||||
|
|
||||||
Differences from similar apps
|
|
||||||
|
|
||||||
* Supports power off and power on signals.
|
|
||||||
* Controls only a single computer.
|
|
||||||
* Big interface controls for people with thick fingers.
|
|
||||||
* Remote computer status and commands feedback.
|
|
||||||
* Host search for easy first-time setup.
|
|
||||||
* Open source, no ads.
|
|
||||||
|
|
||||||
Bug reports and comments are welcome on app development page.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://github.com/fralik/Duorem
|
Repo:https://github.com/fralik/Duorem.git
|
||||||
|
|
||||||
Build:1.0.0,1
|
Build:1.0.0,1
|
||||||
commit=v1.0.0
|
commit=v1.0.0
|
||||||
|
@ -54,7 +29,25 @@ Build:1.1.1,3
|
||||||
gradle=yes
|
gradle=yes
|
||||||
prebuild=echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
|
prebuild=echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
|
||||||
|
|
||||||
|
Build:1.1.2,4
|
||||||
|
commit=v1.1.2
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
prebuild=echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
|
||||||
|
|
||||||
|
Build:1.1.3,5
|
||||||
|
commit=v1.1.3
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
prebuild=echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
|
||||||
|
|
||||||
|
Maintainer Notes:
|
||||||
|
Summary and Description are maintained by upstream using fastlane in
|
||||||
|
the source repo:
|
||||||
|
https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
|
||||||
|
.
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags v.*\d$
|
Update Check Mode:Tags v.*\d$
|
||||||
Current Version:1.1.1
|
Current Version:1.1.3
|
||||||
Current Version Code:3
|
Current Version Code:5
|
||||||
|
|
|
@ -62,5 +62,5 @@ Build:0.5.1-fdroid,10
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.5.1
|
Current Version:0.5.0
|
||||||
Current Version Code:10
|
Current Version Code:9
|
||||||
|
|
|
@ -21,36 +21,29 @@ userspace version will work sufficiently on all other devices.
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://git.zx2c4.com/wireguard-android/
|
Repo:https://git.zx2c4.com/wireguard-android/
|
||||||
|
|
||||||
Build:0.4.0,405
|
Build:0.0.20180521,414
|
||||||
commit=0.4.0
|
commit=0.0.20180521
|
||||||
subdir=app
|
subdir=app
|
||||||
submodules=yes
|
submodules=yes
|
||||||
gradle=yes
|
gradle=yes
|
||||||
ndk=r16b
|
ndk=r16b
|
||||||
|
|
||||||
Build:0.4.1,406
|
Build:0.0.20180523,415
|
||||||
commit=0.4.1
|
commit=0.0.20180523
|
||||||
subdir=app
|
subdir=app
|
||||||
submodules=yes
|
submodules=yes
|
||||||
gradle=yes
|
gradle=yes
|
||||||
ndk=r16b
|
ndk=r16b
|
||||||
|
|
||||||
Build:0.4.2,407
|
Build:0.0.20180524,416
|
||||||
commit=0.4.2
|
commit=0.0.20180524
|
||||||
subdir=app
|
subdir=app
|
||||||
submodules=yes
|
submodules=yes
|
||||||
gradle=yes
|
gradle=yes
|
||||||
ndk=r16b
|
ndk=r16b
|
||||||
|
|
||||||
Build:0.4.5,410
|
Build:0.0.20180526,417
|
||||||
commit=0.4.5
|
commit=0.0.20180526
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
ndk=r16b
|
|
||||||
|
|
||||||
Build:0.4.7,412
|
|
||||||
commit=0.4.7
|
|
||||||
subdir=app
|
subdir=app
|
||||||
submodules=yes
|
submodules=yes
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
@ -58,5 +51,5 @@ Build:0.4.7,412
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.4.7
|
Current Version:0.0.20180526
|
||||||
Current Version Code:412
|
Current Version Code:417
|
||||||
|
|
|
@ -11,7 +11,7 @@ Description:
|
||||||
Manage your shopping lists and other types of lists. The lists are stored as
|
Manage your shopping lists and other types of lists. The lists are stored as
|
||||||
simple text files and use a simple, human-readable syntax. This allows you to
|
simple text files and use a simple, human-readable syntax. This allows you to
|
||||||
synchronize them with other devices by using applications such as
|
synchronize them with other devices by using applications such as
|
||||||
[Syncthing](https://syncthing.net/) and [Nextcloud](https://nextcloud.com/)
|
[https://syncthing.net/ Syncthing] and [https://nextcloud.com/ Nextcloud].
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
@ -27,7 +27,12 @@ Build:0.9.0,9
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:0.10.0,10
|
||||||
|
commit=v0.10.0
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.9.0
|
Current Version:0.10.0
|
||||||
Current Version Code:9
|
Current Version Code:10
|
||||||
|
|
|
@ -126,7 +126,12 @@ Build:3.6.4,41
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:3.7.0,42
|
||||||
|
commit=v3.7.0
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:3.6.4
|
Current Version:3.7.0
|
||||||
Current Version Code:41
|
Current Version Code:42
|
||||||
|
|
|
@ -4,7 +4,7 @@ Web Site:
|
||||||
Source Code:https://github.com/WeAreFairphone/android_packages_apps_ClockWidget
|
Source Code:https://github.com/WeAreFairphone/android_packages_apps_ClockWidget
|
||||||
Issue Tracker:https://github.com/WeAreFairphone/android_packages_apps_ClockWidget/issues
|
Issue Tracker:https://github.com/WeAreFairphone/android_packages_apps_ClockWidget/issues
|
||||||
|
|
||||||
Auto Name:Clock widget
|
Auto Name:Fairphone Clock Widget
|
||||||
Summary:Add Fairphone clock widget to your homescreen
|
Summary:Add Fairphone clock widget to your homescreen
|
||||||
Description:
|
Description:
|
||||||
The interactive clock on the phone's lock screen is another function to create
|
The interactive clock on the phone's lock screen is another function to create
|
||||||
|
@ -30,5 +30,5 @@ Build:2.0,2
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags [0-9.]*$
|
Update Check Mode:Tags [0-9.]*$
|
||||||
Current Version:2.0
|
Current Version:2.1.0
|
||||||
Current Version Code:2
|
Current Version Code:3
|
||||||
|
|
|
@ -587,5 +587,5 @@ v103 introduces push notifications using gplay. Optional since 106 with noPush f
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest/production
|
Update Check Mode:RepoManifest/production
|
||||||
Current Version:20180511
|
Current Version:20180524
|
||||||
Current Version Code:118
|
Current Version Code:119
|
||||||
|
|
|
@ -105,7 +105,12 @@ Build:1.5.2,19
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:1.5.4,21
|
||||||
|
commit=r1.5.4
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version r%v
|
Auto Update Mode:Version r%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.5.2
|
Current Version:1.5.4
|
||||||
Current Version Code:19
|
Current Version Code:21
|
||||||
|
|
|
@ -132,7 +132,12 @@ Build:1.10.0,25
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:1.11.0,26
|
||||||
|
commit=v1.11.0
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.10.0
|
Current Version:1.11.0
|
||||||
Current Version Code:25
|
Current Version Code:26
|
||||||
|
|
|
@ -118,7 +118,12 @@ Build:2.17,217
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:2.18,218
|
||||||
|
commit=v2.18
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:2.17
|
Current Version:2.18
|
||||||
Current Version Code:217
|
Current Version Code:218
|
||||||
|
|
|
@ -44,7 +44,12 @@ Build:1.7,17
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:1.8,18
|
||||||
|
commit=v1.8
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.7
|
Current Version:1.8
|
||||||
Current Version Code:17
|
Current Version Code:18
|
||||||
|
|
27
metadata/de.perflyst.batterycalibration.txt
Normal file
27
metadata/de.perflyst.batterycalibration.txt
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
Categories:System
|
||||||
|
License:MIT
|
||||||
|
Web Site:
|
||||||
|
Source Code:https://github.com/Perflyst/BatteryCalibration
|
||||||
|
Issue Tracker:https://github.com/Perflyst/BatteryCalibration/issues
|
||||||
|
|
||||||
|
Auto Name:BatteryCalibration
|
||||||
|
Summary:Calibrate your battery
|
||||||
|
Description:
|
||||||
|
This is a simple open source battery calibration app which needs super user
|
||||||
|
rights.
|
||||||
|
.
|
||||||
|
|
||||||
|
Requires Root:yes
|
||||||
|
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/Perflyst/BatteryCalibration.git
|
||||||
|
|
||||||
|
Build:1.0,1
|
||||||
|
commit=1.0
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
|
Auto Update Mode:Version %v
|
||||||
|
Update Check Mode:Tags
|
||||||
|
Current Version:1.0
|
||||||
|
Current Version Code:1
|
|
@ -941,5 +941,5 @@ Build:6.23,363
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest/prod
|
Update Check Mode:RepoManifest/prod
|
||||||
Current Version:6.23
|
Current Version:6.24
|
||||||
Current Version Code:363
|
Current Version Code:364
|
||||||
|
|
|
@ -935,5 +935,5 @@ Build:6.23,363
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:6.23
|
Current Version:6.24
|
||||||
Current Version Code:363
|
Current Version Code:364
|
||||||
|
|
|
@ -51,7 +51,12 @@ Build:1.1.5,8
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:1.1.6,9
|
||||||
|
commit=1.1.6
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.1.5
|
Current Version:1.1.6
|
||||||
Current Version Code:8
|
Current Version Code:9
|
||||||
|
|
|
@ -47,7 +47,11 @@ Build:0.11,11
|
||||||
commit=0.11
|
commit=0.11
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:0.12,12
|
||||||
|
commit=0.12
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.11
|
Current Version:0.12
|
||||||
Current Version Code:11
|
Current Version Code:12
|
||||||
|
|
|
@ -221,7 +221,22 @@ Build:0.39,42
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:0.40,43
|
||||||
|
commit=v0.40
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
|
Build:0.41,44
|
||||||
|
commit=v0.41
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
|
Build:0.42,45
|
||||||
|
commit=v0.42
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.39
|
Current Version:0.42
|
||||||
Current Version Code:42
|
Current Version Code:45
|
||||||
|
|
|
@ -1,20 +1,62 @@
|
||||||
AntiFeatures:UpstreamNonFree
|
|
||||||
Categories:Security,Internet
|
Categories:Security,Internet
|
||||||
License:GPL-3.0-only
|
License:GPL-3.0-only
|
||||||
Web Site:https://www.netguard.me
|
Web Site:https://www.netguard.me
|
||||||
Source Code:https://github.com/M66B/NetGuard
|
Source Code:https://github.com/M66B/NetGuard
|
||||||
Issue Tracker:https://github.com/M66B/NetGuard/issues
|
Issue Tracker:https://forum.xda-developers.com/android/apps-games/app-netguard-root-firewall-t3233012
|
||||||
Donate:https://www.netguard.me
|
Donate:https://www.netguard.me
|
||||||
Bitcoin:13vtPytVVqCwojmohAqsK61Tk4yGXSWpJK
|
Bitcoin:13vtPytVVqCwojmohAqsK61Tk4yGXSWpJK
|
||||||
|
|
||||||
Auto Name:NetGuard
|
Auto Name:NetGuard
|
||||||
Summary:Block network access
|
Summary:Block network access
|
||||||
Description:
|
Description:
|
||||||
Simple way to block access to the internet - no root required. Applications can
|
NetGuard provides simple and advanced ways to block access to the internet - no
|
||||||
individually be allowed or denied access via your Wi-Fi and/or mobile
|
root required.
|
||||||
connection.
|
|
||||||
|
|
||||||
Last F-Droid version is 2.44 since later versions have non-free dependencies.
|
Applications and addresses can individually be allowed or denied access to your
|
||||||
|
Wi-Fi and/or mobile connection.
|
||||||
|
|
||||||
|
'''Blocking access to the internet can help:'''
|
||||||
|
|
||||||
|
* reduce your data usage
|
||||||
|
* save your battery
|
||||||
|
* increase your privacy
|
||||||
|
|
||||||
|
'''Features'''
|
||||||
|
|
||||||
|
* Simple to use
|
||||||
|
* No root required
|
||||||
|
* 100% open source
|
||||||
|
* No calling home
|
||||||
|
* No tracking or analytics
|
||||||
|
* Actively developed and supported
|
||||||
|
* Android 5.1 and later supported
|
||||||
|
* IPv4/IPv6 TCP/UDP supported
|
||||||
|
* Tethering supported
|
||||||
|
* Optionally allow when screen on
|
||||||
|
* Optionally block when roaming
|
||||||
|
* Optionally block system applications
|
||||||
|
* Optionally notify when an application accesses the internet
|
||||||
|
* Optionally record network usage per application per address
|
||||||
|
* Material design theme with light and dark theme
|
||||||
|
|
||||||
|
'''PRO features:'''
|
||||||
|
|
||||||
|
* Log all outgoing traffic; search and filter access attempts; export PCAP files to analyze traffic
|
||||||
|
* Allow/block individual addresses per application
|
||||||
|
* New application notifications; configure NetGuard directly from the notification
|
||||||
|
* Display network speed graph in a status bar notification
|
||||||
|
* Select from five additional themes in both light and dark version
|
||||||
|
|
||||||
|
There is no other no-root firewall offering all these features.
|
||||||
|
|
||||||
|
If you have a question or problem, you can send an e-mail to
|
||||||
|
marcel+netguard@faircode.eu
|
||||||
|
|
||||||
|
If you like to help people less fluent in English, you can help translate
|
||||||
|
NetGuard in your language on [https://crowdin.com/project/netguard/ Crowdin]
|
||||||
|
|
||||||
|
All required permissions are described
|
||||||
|
[https://github.com/M66B/NetGuard/blob/master/FAQ.md#FAQ42 here]
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
@ -497,14 +539,17 @@ Build:2.44,2016072421
|
||||||
gradle=yes
|
gradle=yes
|
||||||
output=build/outputs/apk/NetGuard-v2.44-lollipop-release-unsigned.apk
|
output=build/outputs/apk/NetGuard-v2.44-lollipop-release-unsigned.apk
|
||||||
|
|
||||||
Maintainer Notes:
|
Build:2.197,2018052201
|
||||||
Firebase is proprietary, upstreamnonfree since 2.45. 2.44 is as of 2016-11-13 still
|
commit=2.197
|
||||||
usable and should therefore not be pushed to archive.
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Update Check Mode:Tags ^[0-9.]*$
|
Build:2.198,2018052301
|
||||||
.
|
commit=2.198
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:None
|
Update Check Mode:Tags ^[0-9.]+$
|
||||||
Current Version:2.44
|
Current Version:2.198
|
||||||
Current Version Code:2016072421
|
Current Version Code:2018052301
|
||||||
|
|
|
@ -1013,7 +1013,12 @@ Build:2.2.0,270
|
||||||
prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27' && \
|
prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27' && \
|
||||||
sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' build.gradle
|
sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' build.gradle
|
||||||
|
|
||||||
|
Build:2.2.1,272
|
||||||
|
commit=2.2.1
|
||||||
|
gradle=free
|
||||||
|
prebuild=sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' build.gradle
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags ^[0-9.]+$
|
Update Check Mode:Tags ^[0-9.]+$
|
||||||
Current Version:2.2.0
|
Current Version:2.2.1
|
||||||
Current Version Code:270
|
Current Version Code:272
|
||||||
|
|
|
@ -186,7 +186,38 @@ Build:1.5.13,54
|
||||||
subdir=Altcoin Prices
|
subdir=Altcoin Prices
|
||||||
gradle=fdroid
|
gradle=fdroid
|
||||||
|
|
||||||
|
Build:1.5.14,55
|
||||||
|
disable=No fdroid flavor
|
||||||
|
commit=1.5.14
|
||||||
|
subdir=Altcoin Prices
|
||||||
|
gradle=fdroid
|
||||||
|
|
||||||
|
Build:1.6.0,56
|
||||||
|
commit=1.6.0
|
||||||
|
subdir=Altcoin Prices
|
||||||
|
gradle=fdroid
|
||||||
|
|
||||||
|
Build:1.6.2,58
|
||||||
|
commit=1.6.2
|
||||||
|
subdir=Altcoin Prices
|
||||||
|
gradle=fdroid
|
||||||
|
|
||||||
|
Build:1.6.4,60
|
||||||
|
commit=1.6.4
|
||||||
|
subdir=Altcoin Prices
|
||||||
|
gradle=fdroid
|
||||||
|
|
||||||
|
Build:1.6.5,61
|
||||||
|
commit=1.6.5
|
||||||
|
subdir=Altcoin Prices
|
||||||
|
gradle=fdroid
|
||||||
|
|
||||||
|
Build:1.6.6,62
|
||||||
|
commit=1.6.6
|
||||||
|
subdir=Altcoin Prices
|
||||||
|
gradle=fdroid
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.5.13
|
Current Version:1.6.6
|
||||||
Current Version Code:54
|
Current Version Code:62
|
||||||
|
|
33
metadata/foehnix.widget.txt
Normal file
33
metadata/foehnix.widget.txt
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
Categories:Navigation,Phone & SMS
|
||||||
|
License:GPL-3.0-only
|
||||||
|
Web Site:
|
||||||
|
Source Code:https://github.com/dzmanto/foehnix
|
||||||
|
Issue Tracker:https://github.com/dzmanto/foehnix/issues
|
||||||
|
|
||||||
|
Auto Name:Föhnix
|
||||||
|
Summary:The Foehnix weather widget aims at helping pilots with weather conditions
|
||||||
|
Description:
|
||||||
|
* Assessment of Foehn conditions for pilots.
|
||||||
|
* Intended for paraglider and for hangglider pilots.
|
||||||
|
* Displays pressure differences + relevant wind gusts.
|
||||||
|
* Updates every 15 minutes or on request.
|
||||||
|
* Share functionality via text message, emails.
|
||||||
|
.
|
||||||
|
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/dzmanto/foehnix.git
|
||||||
|
|
||||||
|
Build:2.2,22
|
||||||
|
commit=2.3
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
|
Build:2.2,23
|
||||||
|
commit=2.2
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
|
Auto Update Mode:Version %v
|
||||||
|
Update Check Mode:Tags
|
||||||
|
Current Version:2.2
|
||||||
|
Current Version Code:23
|
26
metadata/fr.cap_rel.fr.sagc_plongee.fr.nitroxCalc.txt
Normal file
26
metadata/fr.cap_rel.fr.sagc_plongee.fr.nitroxCalc.txt
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
Categories:Sports & Health
|
||||||
|
License:GPL-3.0-only
|
||||||
|
Web Site:
|
||||||
|
Source Code:https://framagit.org/erics/nitroxCalc
|
||||||
|
Issue Tracker:https://framagit.org/erics/nitroxCalc/issues
|
||||||
|
|
||||||
|
Auto Name:nitroxCalc
|
||||||
|
Summary:Nitrox Calculator for Diving
|
||||||
|
Description:
|
||||||
|
Compute nitrox parameters for Enriched Air Nitrox diving (this app is only in
|
||||||
|
french for the moment but will be translated as soon as possible).
|
||||||
|
.
|
||||||
|
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://framagit.org/erics/nitroxCalc.git
|
||||||
|
|
||||||
|
Build:0.6.0,6008
|
||||||
|
commit=release-0.6.0
|
||||||
|
subdir=platforms/android
|
||||||
|
gradle=yes
|
||||||
|
prebuild=echo "android { lintOptions { checkReleaseBuilds false } }" >> build.gradle
|
||||||
|
|
||||||
|
Auto Update Mode:Version release-%v
|
||||||
|
Update Check Mode:Tags
|
||||||
|
Current Version:0.6.0
|
||||||
|
Current Version Code:600
|
|
@ -79,6 +79,16 @@ Build:2.9.1.1.4,13
|
||||||
buildjni=yes
|
buildjni=yes
|
||||||
ndk=r10e
|
ndk=r10e
|
||||||
|
|
||||||
|
Build:2.9.3.1.4,14
|
||||||
|
commit=2.9.3.1.4
|
||||||
|
subdir=PariDroid
|
||||||
|
srclibs=pari@pari-2.9.3
|
||||||
|
target=android-11
|
||||||
|
build=cd .. && \
|
||||||
|
make pari
|
||||||
|
buildjni=yes
|
||||||
|
ndk=r10e
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:2.9.3.1.4
|
Current Version:2.9.3.1.4
|
||||||
|
|
|
@ -64,7 +64,12 @@ Build:1.8,9
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:1.9,10
|
||||||
|
commit=v1.9
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.8
|
Current Version:1.9
|
||||||
Current Version Code:9
|
Current Version Code:10
|
||||||
|
|
|
@ -10,10 +10,6 @@ Bitcoin:1LxowEgsquZ3UPZ68wHf8v2MDZw82dVmAE
|
||||||
Auto Name:Riot.im
|
Auto Name:Riot.im
|
||||||
Summary:Open team collaboration
|
Summary:Open team collaboration
|
||||||
Description:
|
Description:
|
||||||
'''Note:''' The latest version has piwik analytics disabled by default now. If
|
|
||||||
you installed riot before v0.8.7 you can check if analytics are enabled in the
|
|
||||||
settings page.
|
|
||||||
|
|
||||||
Riot gathers all your conversations and app integrations into one single app.
|
Riot gathers all your conversations and app integrations into one single app.
|
||||||
|
|
||||||
Built around group chatrooms, Riot lets you share messages, images, videos and
|
Built around group chatrooms, Riot lets you share messages, images, videos and
|
||||||
|
@ -532,6 +528,51 @@ Build:0.8.8,80800
|
||||||
popd && \
|
popd && \
|
||||||
cp $$matrixsdk$$/matrix-sdk/build/outputs/aar/matrix-sdk-release-*.aar libs/matrix-sdk.aar
|
cp $$matrixsdk$$/matrix-sdk/build/outputs/aar/matrix-sdk-release-*.aar libs/matrix-sdk.aar
|
||||||
|
|
||||||
|
Build:0.8.9,80900
|
||||||
|
commit=v0.8.9
|
||||||
|
subdir=vector
|
||||||
|
sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.2/node-v8.11.2-linux-x64.tar.xz && \
|
||||||
|
echo "213599127d24496cbf1cbb2a7c51060a3506d6b11132c59bb7f9f8a0edd210a7 node.tar.xz" | sha256sum -c - && \
|
||||||
|
tar xJf node.tar.xz && \
|
||||||
|
cp -a node-v8.11.2-linux-x64/. /usr/local/ && \
|
||||||
|
npm install -g react-native-cli
|
||||||
|
gradle=appfdroid
|
||||||
|
srclibs=matrixsdk@v0.9.4,olmsdk@18b067a46f575299a80349d2a5dce74b7dad88de,jitsi-meet@c109199e060faa05440c6971f0683e8eb4d81167
|
||||||
|
prebuild=sed -i -e '/com.google.firebase/d' build.gradle && \
|
||||||
|
sed -i -e '/com.google.gms.google-services/d' build.gradle && \
|
||||||
|
find . -name *.aar -exec truncate -s 0 {} \;
|
||||||
|
build=pushd $$olmsdk$$/android && \
|
||||||
|
echo ndk.dir=$$NDK$$ > local.properties && \
|
||||||
|
rm gradle.properties && \
|
||||||
|
gradle assembleRelease && \
|
||||||
|
popd && \
|
||||||
|
cp $$olmsdk$$/android/olm-sdk/build/outputs/aar/olm-sdk-release-2.2.2.aar libs/olm-sdk.aar && \
|
||||||
|
cp $$olmsdk$$/android/olm-sdk/build/outputs/aar/olm-sdk-release-2.2.2.aar $$matrixsdk$$/matrix-sdk/libs/olm-sdk.aar && \
|
||||||
|
pushd $$jitsi-meet$$ && \
|
||||||
|
npm install && \
|
||||||
|
make && \
|
||||||
|
pushd android && \
|
||||||
|
gradle assembleRelease && \
|
||||||
|
popd && \
|
||||||
|
react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output index.android.bundle --assets-dest android/app/src/main/res/ && \
|
||||||
|
popd && \
|
||||||
|
cp $$jitsi-meet$$/android/sdk/build/outputs/aar/sdk-release.aar libs/jitsi-sdk.aar && \
|
||||||
|
cp $$jitsi-meet$$/node_modules/react-native-background-timer/android/build/outputs/aar/react-native-background-timer-release.aar libs/react-native-background-timer.aar && \
|
||||||
|
cp $$jitsi-meet$$/node_modules/react-native-fetch-blob/android/build/outputs/aar/react-native-fetch-blob-release.aar libs/react-native-fetch-blob.aar && \
|
||||||
|
cp $$jitsi-meet$$/node_modules/react-native-immersive/android/build/outputs/aar/react-native-immersive-release.aar libs/react-native-immersive.aar && \
|
||||||
|
cp $$jitsi-meet$$/node_modules/react-native-keep-awake/android/build/outputs/aar/react-native-keep-awake-release.aar libs/react-native-keep-awake.aar && \
|
||||||
|
cp $$jitsi-meet$$/node_modules/react-native-vector-icons/android/build/outputs/aar/react-native-vector-icons-release.aar libs/react-native-vector-icons.aar && \
|
||||||
|
cp $$jitsi-meet$$/node_modules/react-native-webrtc/android/build/outputs/aar/react-native-webrtc-release.aar libs/react-native-webrtc.aar && \
|
||||||
|
cp $$jitsi-meet$$/node_modules/react-native-webrtc/android/build/outputs/aar/react-native-webrtc-release.aar $$matrixsdk$$/matrix-sdk/libs/react-native-webrtc.aar && \
|
||||||
|
cp $$jitsi-meet$$/node_modules/react-native-locale-detector/android/build/outputs/aar/react-native-locale-detector-release.aar libs/react-native-locale-detector.aar && \
|
||||||
|
cp $$jitsi-meet$$/node_modules/react-native/android/com/facebook/react/react-native/0.50.4/react-native-0.50.4.aar libs/react-native.aar && \
|
||||||
|
cp $$jitsi-meet$$/node_modules/react-native-vector-icons/Fonts/*.ttf src/main/assets/fonts/ && \
|
||||||
|
cp $$jitsi-meet$$/index.android.bundle src/main/assets/ && \
|
||||||
|
pushd $$matrixsdk$$ && \
|
||||||
|
gradle clean assembleRelease && \
|
||||||
|
popd && \
|
||||||
|
cp $$matrixsdk$$/matrix-sdk/build/outputs/aar/matrix-sdk-release-*.aar libs/matrix-sdk.aar
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Upstream puts their library aars inside the repo, we need build them our self. We truncate instead of deleting them such that the initial gradle clean is successful.
|
Upstream puts their library aars inside the repo, we need build them our self. We truncate instead of deleting them such that the initial gradle clean is successful.
|
||||||
jitsi-meet needs react-native which we get via npm. This pulls in a few prebuilt binaries for now :-/.
|
jitsi-meet needs react-native which we get via npm. This pulls in a few prebuilt binaries for now :-/.
|
||||||
|
@ -541,5 +582,5 @@ Then we walk through olmsdk, jitsi-meet, matrixsdk (which needs those other two,
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.8.8
|
Current Version:0.8.9
|
||||||
Current Version Code:80800
|
Current Version Code:80900
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
AntiFeatures:NonFreeNet
|
||||||
Categories:Internet
|
Categories:Internet
|
||||||
License:GPL-3.0-only
|
License:GPL-3.0-only
|
||||||
Web Site:
|
Web Site:
|
||||||
|
|
|
@ -42,8 +42,12 @@ Build:3.2.0,20
|
||||||
subdir=nusic-apk
|
subdir=nusic-apk
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:None
|
Build:3.3.0,21
|
||||||
Update Check Mode:HTTP
|
commit=v.3.3.0
|
||||||
Update Check Data:https://raw.githubusercontent.com/schnatterer/nusic/master/gradle.properties|versionCode=(.*)|.|version=(.*)
|
subdir=nusic-apk
|
||||||
Current Version:3.2.0
|
gradle=yes
|
||||||
Current Version Code:20
|
|
||||||
|
Auto Update Mode:Version v.%v
|
||||||
|
Update Check Mode:Tags
|
||||||
|
Current Version:3.3.0
|
||||||
|
Current Version Code:21
|
||||||
|
|
|
@ -130,7 +130,13 @@ Build:0.14,1004
|
||||||
subdir=src/app
|
subdir=src/app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:0.15,1005
|
||||||
|
disable=lintVitalRelease fails
|
||||||
|
commit=v0.15
|
||||||
|
subdir=src/app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.14
|
Current Version:0.15
|
||||||
Current Version Code:1004
|
Current Version Code:1005
|
||||||
|
|
24
metadata/io.gitlab.allenb1.todolist.txt
Normal file
24
metadata/io.gitlab.allenb1.todolist.txt
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
Categories:Writing
|
||||||
|
License:MIT
|
||||||
|
Web Site:
|
||||||
|
Source Code:https://gitlab.com/AllenB1/taskeeper
|
||||||
|
Issue Tracker:https://gitlab.com/AllenB1/taskeeper/issues
|
||||||
|
|
||||||
|
Auto Name:Taskkeeper
|
||||||
|
Summary:Keep track of to-dos
|
||||||
|
Description:
|
||||||
|
Task manager. Create, view, and edit tasks. Organize tasks into projects.
|
||||||
|
.
|
||||||
|
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://gitlab.com/AllenB1/taskeeper.git
|
||||||
|
|
||||||
|
Build:1.2.2,6
|
||||||
|
commit=v1.2.2
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
|
Auto Update Mode:Version v%v
|
||||||
|
Update Check Mode:Tags
|
||||||
|
Current Version:1.2.2
|
||||||
|
Current Version Code:6
|
|
@ -92,5 +92,5 @@ Build:5.5.0,245
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:HTTP
|
Update Check Mode:HTTP
|
||||||
Update Check Data:https://raw.githubusercontent.com/federicoiosue/Omni-Notes/master/gradle.properties|VERSION_CODE=(.*)|.|VERSION_NAME=(.*)
|
Update Check Data:https://raw.githubusercontent.com/federicoiosue/Omni-Notes/master/gradle.properties|VERSION_CODE=(.*)|.|VERSION_NAME=(.*)
|
||||||
Current Version:5.5.1
|
Current Version:5.5.2
|
||||||
Current Version Code:246
|
Current Version Code:247
|
||||||
|
|
|
@ -138,7 +138,13 @@ Build:0.16.1,28
|
||||||
submodules=yes
|
submodules=yes
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:0.17.0,29
|
||||||
|
commit=v0.17.0
|
||||||
|
subdir=app
|
||||||
|
submodules=yes
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.16.1
|
Current Version:0.17.0
|
||||||
Current Version Code:28
|
Current Version Code:29
|
||||||
|
|
|
@ -32,5 +32,5 @@ Maintainer Notes:
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.37
|
Current Version:0.38
|
||||||
Current Version Code:37
|
Current Version Code:38
|
||||||
|
|
|
@ -60,7 +60,12 @@ Build:0.7.0,9
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:0.8.0,10
|
||||||
|
commit=v0.8.0
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.7.0
|
Current Version:0.8.0
|
||||||
Current Version Code:9
|
Current Version Code:10
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
AntiFeatures:NonFreeNet
|
||||||
Categories:Reading,Internet
|
Categories:Reading,Internet
|
||||||
License:GPL-3.0-only
|
License:GPL-3.0-only
|
||||||
Web Site:https://github.com/ccrama/Slide/blob/HEAD/README.md
|
Web Site:https://github.com/ccrama/Slide/blob/HEAD/README.md
|
||||||
|
|
|
@ -285,5 +285,5 @@ Build:2.9.1,230
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:2.10.0.242
|
Current Version:2.11.0.245
|
||||||
Current Version Code:242
|
Current Version Code:245
|
||||||
|
|
|
@ -73,7 +73,17 @@ Build:1.8,108
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:2.0,200
|
||||||
|
commit=2.0
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
|
Build:2.1,201
|
||||||
|
commit=2.1
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.8
|
Current Version:2.1
|
||||||
Current Version Code:108
|
Current Version Code:201
|
||||||
|
|
|
@ -128,11 +128,23 @@ Build:0.3.7,21
|
||||||
submodules=yes
|
submodules=yes
|
||||||
gradle=FlavorDefault
|
gradle=FlavorDefault
|
||||||
|
|
||||||
|
Build:0.3.8,22
|
||||||
|
commit=v0.3.8
|
||||||
|
subdir=app
|
||||||
|
submodules=yes
|
||||||
|
gradle=FlavorDefault
|
||||||
|
|
||||||
|
Build:0.3.9,23
|
||||||
|
commit=v0.3.9
|
||||||
|
subdir=app
|
||||||
|
submodules=yes
|
||||||
|
gradle=FlavorDefault
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Description and summary in git metadata submodule
|
Description and summary in git metadata submodule
|
||||||
.
|
.
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.3.7
|
Current Version:0.3.9
|
||||||
Current Version Code:21
|
Current Version Code:23
|
||||||
|
|
|
@ -43,12 +43,12 @@ Build:2.2,6
|
||||||
subdir=InboxPager
|
subdir=InboxPager
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
Maintainer Notes:
|
Build:3.0,7
|
||||||
Upstream force-pushed, reset archive policy after 3 builds.
|
commit=c5641a6d644d001bd4cec520b5a96d7e588cb6ad
|
||||||
.
|
subdir=InboxPager
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Archive Policy:1 versions
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
Current Version:2.2
|
Current Version:3.0
|
||||||
Current Version Code:6
|
Current Version Code:7
|
||||||
|
|
26
metadata/net.jakevossen.apollotrivia.txt
Normal file
26
metadata/net.jakevossen.apollotrivia.txt
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
Categories:Games
|
||||||
|
License:GPL-3.0-only
|
||||||
|
Web Site:
|
||||||
|
Source Code:https://github.com/jakevossen5/Apollo-Trivia
|
||||||
|
Issue Tracker:https://github.com/jakevossen5/Apollo-Trivia/issues
|
||||||
|
|
||||||
|
Auto Name:Apollo Trivia
|
||||||
|
Summary:Learn more about the Apollo Moon missions
|
||||||
|
Description:
|
||||||
|
This app was developed just to help me learn more about Android programming and
|
||||||
|
I really wanted to know more about the Apollo missions. So I knocked out two
|
||||||
|
birds with one stone and did this.
|
||||||
|
.
|
||||||
|
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/jakevossen5/Apollo-Trivia.git
|
||||||
|
|
||||||
|
Build:1.4.1.1,10
|
||||||
|
commit=1.4.1.1
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
|
Auto Update Mode:Version %v
|
||||||
|
Update Check Mode:Tags
|
||||||
|
Current Version:1.4.1.1
|
||||||
|
Current Version Code:10
|
|
@ -45,5 +45,5 @@ Build:0.5.3-fdroid,117
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest/fdroid
|
Update Check Mode:RepoManifest/fdroid
|
||||||
Current Version:0.5.3-fdroid
|
Current Version:0.6.1-fdroid
|
||||||
Current Version Code:117
|
Current Version Code:119
|
||||||
|
|
|
@ -36,7 +36,17 @@ Build:1.2.5,12
|
||||||
gradle=yes
|
gradle=yes
|
||||||
target=android-25
|
target=android-25
|
||||||
|
|
||||||
Auto Update Mode:None
|
Build:1.3.0,13
|
||||||
|
commit=1.3.0
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
|
Build:1.3.1,14
|
||||||
|
commit=1.3.1
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.3.0
|
Current Version:1.3.1
|
||||||
Current Version Code:13
|
Current Version Code:14
|
||||||
|
|
|
@ -408,6 +408,40 @@ Build:3.0.0,300
|
||||||
popd
|
popd
|
||||||
ndk=r11c
|
ndk=r11c
|
||||||
|
|
||||||
|
Build:3.0.2,302
|
||||||
|
commit=b6a6984b211762b0aa2d6ed7b2cacb07e2af0d83
|
||||||
|
subdir=android/OsmAnd
|
||||||
|
submodules=yes
|
||||||
|
sudo=apt-get update && \
|
||||||
|
apt-get install --yes -t jessie-backports swig
|
||||||
|
gradle=full,legacy,fat
|
||||||
|
rm=android/OsmAnd-java/libs/*.jar,android/OsmAnd-java/test/libs/*.jar,android/OsmAnd/ant-lib/*.jar,android/OsmAnd/libs/*.jar,android/OsmAndCore-sample
|
||||||
|
prebuild=sed -i -e "/net.osmand:OsmAndCore_android:.*SNAPSHOT@jar/d" ../OsmAnd/build.gradle && \
|
||||||
|
sed -i -e '/qt.*Compile/d' -e '/com.google.firebase/d' build.gradle ../plugins/Osmand-ParkingPlugin/build.gradle ../plugins/Osmand-SRTMPlugin/build.gradle ../plugins/Osmand-Skimaps/build.gradle ../plugins/Osmand-Nautical/build.gradle && \
|
||||||
|
sed -i -e "s/System.getenv(\"APK_VERSION\")/\"$$VERSION$$\"/g" build.gradle && \
|
||||||
|
sed -i -e "s/System.getenv(\"APK_NUMBER_VERSION\")/\"$$VERCODE$$\"/g" build.gradle && \
|
||||||
|
sed -i -e "s/System.getenv(\"APP_FEATURES\")/\"+play_market +gps_status -parking_plugin -blackberry -amazon -route_nav\"/g" build.gradle && \
|
||||||
|
sed -i -e "s/System.getenv(\"APP_NAME\")/\"OsmAnd~\"/g" build.gradle && \
|
||||||
|
sed -i -e "s/System.getenv(\"TARGET_APP_NAME\")/\"OsmAnd~\"/g" build.gradle && \
|
||||||
|
sed -i -e '/com.android.vending.BILLING/d' AndroidManifest.xml && \
|
||||||
|
sed -i -e '/javaMaxHeapSize/s/4g/1536m/g' build.gradle && \
|
||||||
|
sed -i -e "s/compile fileTree.*/ compile 'commons-logging:commons-logging:1.1.1'\n compile group: 'net.sf.trove4j', name: 'trove4j', version: '3.0.3'\n compile 'org.json:json:20090211'\n compile 'it.unibo.alice.tuprolog:tuprolog:3.2.1'\n compile 'net.sf.kxml:kxml2:2.3.0'\n compile 'org.beanshell:bsh-core:2.0b4'\n compile 'com.ibm.icu:icu4j:50.1'\n compile 'fr.univ-valenciennes:bzip2:1.0'\n compile 'com.moparisthebest:junidecode:0.1.1'\n compile 'com.vividsolutions:jts-core:1.14.0'/" ../OsmAnd-java/build.gradle && \
|
||||||
|
sed -i -e "s/implementation fileTree.*/implementation fileTree(include: ['classes.jar'], dir: 'libs')\n implementation 'com.ibm.icu:icu4j:50.1'\n implementation group: 'net.sf.trove4j', name: 'trove4j', version: '3.0.3'\n/" build.gradle && \
|
||||||
|
sed -i -e "s/, ':OsmAndCore-sample'//" ../settings.gradle
|
||||||
|
scanignore=help/website/help/map-legend_nautical.png,help/website/help/map-legend_default.png,help/website/images/dvr/4p-en.png,help/website/images/blog/ios-2-0/con-scrn-1.png,help/website/images/blog/ios-2-0/con-scrn-2.png,help/website/images/blog/ios-2-0/interf-2.png,help/website/images/blog/ios-2-0/navigat-6.png,android/OsmAnd/assets/fonts/RobotoSlab-Regular.ttf
|
||||||
|
build=pushd ../../OsmAnd-core/wrappers/android/ && \
|
||||||
|
sed -i -e "/Native/d" settings.gradle && \
|
||||||
|
sed -i -e "/Native/d" build.gradle && \
|
||||||
|
sed -i -e "/compileTask.*copyNdkSharedLibs/d" build.gradle && \
|
||||||
|
sed -i -e "/compileTask.*copyQtSharedLibs/d" build.gradle && \
|
||||||
|
sed -i -e "/compileTask.*copyQtJarLibs/d" build.gradle && \
|
||||||
|
gradle assembleRelease && \
|
||||||
|
cd build/outputs/aar && \
|
||||||
|
unzip OsmAndCore_android-release.aar && \
|
||||||
|
cp classes.jar ../../../../../../android/OsmAnd/libs/ && \
|
||||||
|
popd
|
||||||
|
ndk=r11c
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Update CV only after sucessfully built and tested.
|
Update CV only after sucessfully built and tested.
|
||||||
|
|
||||||
|
@ -451,5 +485,5 @@ code that is not needed.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:None
|
Update Check Mode:None
|
||||||
Current Version:2.9.3
|
Current Version:3.0.2
|
||||||
Current Version Code:293
|
Current Version Code:302
|
||||||
|
|
|
@ -236,7 +236,13 @@ Build:0.56,66
|
||||||
gradle=free
|
gradle=free
|
||||||
prebuild=sed -i -e '/playCompile/d' build.gradle
|
prebuild=sed -i -e '/playCompile/d' build.gradle
|
||||||
|
|
||||||
|
Build:0.66,76
|
||||||
|
commit=0.66
|
||||||
|
subdir=app
|
||||||
|
gradle=free
|
||||||
|
prebuild=sed -i -e '/playCompile/d' build.gradle
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.56
|
Current Version:0.66
|
||||||
Current Version Code:66
|
Current Version Code:76
|
||||||
|
|
|
@ -24,7 +24,12 @@ Build:0.17.40,1740
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:0.18.50,1850
|
||||||
|
commit=v0.18.50
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.17.40
|
Current Version:0.18.50
|
||||||
Current Version Code:1740
|
Current Version Code:1850
|
||||||
|
|
29
metadata/nightlock.peppercarrot.txt
Normal file
29
metadata/nightlock.peppercarrot.txt
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
Categories:Reading
|
||||||
|
License:GPL-3.0-or-later
|
||||||
|
Web Site:https://www.peppercarrot.com/
|
||||||
|
Source Code:https://framagit.org/peppercarrot/e-reader
|
||||||
|
Issue Tracker:https://framagit.org/peppercarrot/e-reader/issues
|
||||||
|
|
||||||
|
Auto Name:Reader for Pepper&Carrot
|
||||||
|
Summary:A multi-language reader for CC-BY licensed Pepper & Carrot Webcomic
|
||||||
|
Description:
|
||||||
|
Android E-Reader App for Reading Pepper & Carrot Webcomic, an Open-source (CC-BY
|
||||||
|
4.0) comic made by David Revoy.
|
||||||
|
.
|
||||||
|
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://framagit.org/peppercarrot/e-reader.git
|
||||||
|
|
||||||
|
Build:1.0,6
|
||||||
|
commit=1.0.0
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
rm=app/libs
|
||||||
|
prebuild=echo -e '\nbuildscript { repositories { google() } }' >> ../build.gradle && \
|
||||||
|
sed -i -e '/maven {/,+2d' ../build.gradle && \
|
||||||
|
sed -i -e '/exclude group/d' build.gradle
|
||||||
|
|
||||||
|
Auto Update Mode:Version %v
|
||||||
|
Update Check Mode:Tags
|
||||||
|
Current Version:1.0
|
||||||
|
Current Version Code:6
|
|
@ -649,7 +649,12 @@ Build:0.26.4,130
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:0.26.5,131
|
||||||
|
commit=0.26.5
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.26.4
|
Current Version:0.26.5
|
||||||
Current Version Code:130
|
Current Version Code:131
|
||||||
|
|
|
@ -81,7 +81,19 @@ Build:0.8.9,46
|
||||||
init=sed -i '/javaMaxHeapSize/d' build.gradle
|
init=sed -i '/javaMaxHeapSize/d' build.gradle
|
||||||
gradle=obf
|
gradle=obf
|
||||||
|
|
||||||
|
Build:0.9.0,50
|
||||||
|
commit=0.9.0
|
||||||
|
subdir=app
|
||||||
|
init=sed -i '/javaMaxHeapSize/d' build.gradle
|
||||||
|
gradle=obf
|
||||||
|
|
||||||
|
Build:0.9.0.1,51
|
||||||
|
commit=0.9.0.1
|
||||||
|
subdir=app
|
||||||
|
init=sed -i '/javaMaxHeapSize/d' build.gradle
|
||||||
|
gradle=obf
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.8.9
|
Current Version:0.9.0.1
|
||||||
Current Version Code:46
|
Current Version Code:51
|
||||||
|
|
|
@ -11,17 +11,19 @@ Description:
|
||||||
Scan food products or their barcode to obtain data on ingredients, additives,
|
Scan food products or their barcode to obtain data on ingredients, additives,
|
||||||
allergens, nutrition facts… The app allows to view the 310 000 products already
|
allergens, nutrition facts… The app allows to view the 310 000 products already
|
||||||
contained in the free and open database Open Food Facts. More importantly, it
|
contained in the free and open database Open Food Facts. More importantly, it
|
||||||
also lets you contribute pictures and data for missing products. You will also
|
also lets you contribute pictures and data for missing products.
|
||||||
be able to find (according to the indications present on the products):# carbon
|
|
||||||
footprint (CO2 emissions) and packaging (as well as recycling instructions),#
|
You will also be able to find (according to the indications present on the
|
||||||
Nutriscore (nutritional score), nutrients, fat / fat content, saturated fatty
|
products):
|
||||||
acids, carbohydrates, sugars, fiber, protein and salt and sodium.# brands,
|
|
||||||
allergens, labels (bio, gluten free, vegan, vegetarian, halal, kosher ...),
|
* Carbon footprint (CO2 emissions) and packaging (as well as recycling instructions).
|
||||||
traceability information (packaging codes, origins of ingredients)# On wines and
|
* Nutriscore (nutritional score), nutrients, fat / fat content, saturated fatty acids, carbohydrates, sugars, fiber, protein and salt and sodium.
|
||||||
beers, you will find the alcohol content.To discover the Open Food Facts project
|
* Brands, allergens, labels (bio, gluten free, vegan, vegetarian, halal, kosher ...), traceability information (packaging codes, origins of ingredients).
|
||||||
and help us open food and cosmetics, please visit
|
* On wines and beers, you will find the alcohol content.
|
||||||
[https://world.openfoodfacts.org/discover openfoodfacts.org] where you can
|
|
||||||
discover how to contribute.
|
To discover the Open Food Facts project and help us open food and cosmetics,
|
||||||
|
please visit [https://world.openfoodfacts.org/discover openfoodfacts.org] where
|
||||||
|
you can discover how to contribute.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
@ -189,7 +191,19 @@ Build:0.8.9,46
|
||||||
init=sed -i '/javaMaxHeapSize/d' build.gradle
|
init=sed -i '/javaMaxHeapSize/d' build.gradle
|
||||||
gradle=off
|
gradle=off
|
||||||
|
|
||||||
|
Build:0.9.0,50
|
||||||
|
commit=0.9.0
|
||||||
|
subdir=app
|
||||||
|
init=sed -i '/javaMaxHeapSize/d' build.gradle
|
||||||
|
gradle=off
|
||||||
|
|
||||||
|
Build:0.9.0.1,51
|
||||||
|
commit=0.9.0.1
|
||||||
|
subdir=app
|
||||||
|
init=sed -i '/javaMaxHeapSize/d' build.gradle
|
||||||
|
gradle=off
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.8.9
|
Current Version:0.9.0.1
|
||||||
Current Version Code:46
|
Current Version Code:51
|
||||||
|
|
|
@ -131,7 +131,15 @@ Build:v0.4.5.5,18
|
||||||
buildjni=no
|
buildjni=no
|
||||||
ndk=r15c
|
ndk=r15c
|
||||||
|
|
||||||
|
Build:v0.4.6,19
|
||||||
|
commit=v0.4.6
|
||||||
|
subdir=app
|
||||||
|
submodules=yes
|
||||||
|
gradle=yes
|
||||||
|
buildjni=no
|
||||||
|
ndk=r15c
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:v0.4.5.5
|
Current Version:v0.4.6
|
||||||
Current Version Code:18
|
Current Version Code:19
|
||||||
|
|
|
@ -26,6 +26,8 @@ Binaries:https://briarproject.org/apk/briar-%v.apk
|
||||||
Build:1.0.1,10001
|
Build:1.0.1,10001
|
||||||
commit=release-1.0.1
|
commit=release-1.0.1
|
||||||
subdir=briar-android
|
subdir=briar-android
|
||||||
|
sudo=sed -i s@"en_GB:en"@"en_GB.UTF-8"@ /etc/default/locale && \
|
||||||
|
export LANGUAGE="en_GB.UTF-8"
|
||||||
gradle=yes
|
gradle=yes
|
||||||
rm=bramble-j2se
|
rm=bramble-j2se
|
||||||
|
|
||||||
|
@ -35,8 +37,26 @@ Build:1.0.4,10004
|
||||||
gradle=yes
|
gradle=yes
|
||||||
rm=bramble-j2se
|
rm=bramble-j2se
|
||||||
|
|
||||||
Archive Policy:3 versions
|
Build:1.0.5,10005
|
||||||
|
commit=release-1.0.5
|
||||||
|
subdir=briar-android
|
||||||
|
gradle=yes
|
||||||
|
rm=bramble-j2se
|
||||||
|
|
||||||
|
Maintainer Notes:
|
||||||
|
This app should be build reproducible, because upstream wants to use its own signature.
|
||||||
|
|
||||||
|
Until we can build the latest version, all else go to the archive directly.
|
||||||
|
|
||||||
|
Upstream issue for F-Droid inclusion:
|
||||||
|
https://code.briarproject.org/akwizgran/briar/issues/1035
|
||||||
|
|
||||||
|
Upstream issue for general reproducible builds:
|
||||||
|
https://code.briarproject.org/akwizgran/briar/issues/1273
|
||||||
|
.
|
||||||
|
|
||||||
|
Archive Policy:0 versions
|
||||||
Auto Update Mode:Version release-%v
|
Auto Update Mode:Version release-%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.0.4
|
Current Version:1.0.5
|
||||||
Current Version Code:10004
|
Current Version Code:10005
|
||||||
|
|
|
@ -359,5 +359,5 @@ Build:3.1.2-87,907
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
Current Version:3.1.2-116
|
Current Version:3.2.2-1
|
||||||
Current Version Code:1016
|
Current Version Code:2001
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue