Merge branch 'master' of gitlab.com:fdroid/fdroiddata
This commit is contained in:
commit
4799baf136
|
|
@ -1,14 +1,13 @@
|
|||
image: registry.gitlab.com/fdroid/ci-images-server:latest
|
||||
|
||||
before_script:
|
||||
- rm -rf fdroidserver
|
||||
- mkdir fdroidserver
|
||||
- curl --silent https://gitlab.com/fdroid/fdroidserver/repository/master/archive.tar.gz
|
||||
| tar -xz --directory=fdroidserver --strip-components=1
|
||||
- export PATH="$PWD/fdroidserver:$PATH"
|
||||
- touch config.py
|
||||
|
||||
lint:
|
||||
before_script:
|
||||
- rm -rf fdroidserver
|
||||
- mkdir fdroidserver
|
||||
- curl --silent https://gitlab.com/fdroid/fdroidserver/repository/master/archive.tar.gz
|
||||
| tar -xz --directory=fdroidserver --strip-components=1
|
||||
- export PATH="$PWD/fdroidserver:$PATH"
|
||||
- touch config.py
|
||||
script:
|
||||
# if this is a merge request fork, then only check relevant apps
|
||||
- if [ "$CI_PROJECT_NAMESPACE" != "fdroid" ]; then
|
||||
|
|
@ -46,6 +45,7 @@ pages:
|
|||
only:
|
||||
- schedules
|
||||
cache:
|
||||
key: "$CI_JOB_NAME"
|
||||
paths:
|
||||
- vendor/ruby
|
||||
artifacts:
|
||||
|
|
@ -55,3 +55,63 @@ pages:
|
|||
- rm -rf public
|
||||
- gem install git_stats
|
||||
- git_stats generate --silent --out-path=public
|
||||
|
||||
fdroid-buildserver:
|
||||
tags:
|
||||
- fdroid
|
||||
- buildserver
|
||||
only:
|
||||
- branches@bubu/fdroiddata
|
||||
- branches@eighthave/fdroiddata
|
||||
- branches@fdroid/fdroiddata
|
||||
- branches@grote/fdroiddata
|
||||
- branches@izzysoft/fdroiddata
|
||||
- branches@schildbach/fdroiddata
|
||||
- branches@uniqx/fdroiddata
|
||||
artifacts:
|
||||
name: "${CI_PROJECT_PATH}_${CI_JOB_STAGE}_${CI_COMMIT_REF_NAME}_${CI_COMMIT_SHA}"
|
||||
paths:
|
||||
- json
|
||||
- libscout-logs
|
||||
- logs
|
||||
- stats
|
||||
- unsigned
|
||||
expire_in: 1 week
|
||||
when: always
|
||||
cache:
|
||||
key: "$CI_JOB_NAME"
|
||||
paths:
|
||||
- build
|
||||
- unsigned
|
||||
script:
|
||||
- virsh -c qemu:///system destroy builder_default || true
|
||||
- virsh -c qemu:///system undefine builder_default
|
||||
--nvram --managed-save --remove-all-storage --snapshots-metadata || true
|
||||
- git -C /home/fdroid/fdroidserver reset --hard
|
||||
- git -C /home/fdroid/fdroidserver checkout -B master origin/master
|
||||
- export PATH="$HOME/fdroidserver:$PATH"
|
||||
- if [ "$CI_PROJECT_NAMESPACE" = "fdroid" ]; then
|
||||
export head=HEAD^^^;
|
||||
echo ORIG_HEAD `git diff --name-only --diff-filter=d ORIG_HEAD...HEAD
|
||||
| sed -n -e 's,^metadata/\([^/][^/]*\)\.txt,\1,p' -e 's,^metadata/\([^/][^/]*\)\.yml,\1,p'`;
|
||||
else
|
||||
git fetch https://gitlab.com/fdroid/fdroiddata.git;
|
||||
export head=FETCH_HEAD;
|
||||
fi
|
||||
- export appids=`git diff --name-only --diff-filter=d $head...HEAD
|
||||
| sed -n -e 's,^metadata/\([^/][^/]*\)\.txt,\1,p' -e 's,^metadata/\([^/][^/]*\)\.yml,\1,p'`
|
||||
- echo $appids | grep '\w' || exit 0
|
||||
- fdroid build --verbose --server --stop --no-tarball --latest $appids
|
||||
- find unsigned -maxdepth 0 -empty -exec exit 0 \;
|
||||
- cd ~/libscout
|
||||
- java -jar build/LibScout.jar -o match -a lib/android-23.jar -p profiles
|
||||
-j $CI_PROJECT_DIR/json
|
||||
-s $CI_PROJECT_DIR/stats
|
||||
-d $CI_PROJECT_DIR/libscout-logs
|
||||
$CI_PROJECT_DIR/unsigned
|
||||
- for f in $CI_PROJECT_DIR/libscout-logs/*.log; do printf "\n\n$f\n"; cut -b43-160 $f; done
|
||||
- for f in `find $CI_PROJECT_DIR/json -name \*.json`; do cat $f | python3 -m json.tool; done
|
||||
after_script:
|
||||
- test -d builder || exit 0
|
||||
- cd builder
|
||||
- vagrant destroy --force
|
||||
|
|
|
|||
|
|
@ -130,5 +130,5 @@ Build:2.12.9.2,137
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.12.10.2
|
||||
Current Version Code:144
|
||||
Current Version:2.12.10.5
|
||||
Current Version Code:147
|
||||
|
|
|
|||
|
|
@ -76,7 +76,12 @@ Build:0.9.10,25
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.9.11,26
|
||||
commit=0.9.11
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags ^[0-9.]+$
|
||||
Current Version:0.9.10
|
||||
Current Version Code:25
|
||||
Current Version:0.9.11
|
||||
Current Version Code:26
|
||||
|
|
|
|||
|
|
@ -77,6 +77,48 @@ Build:1618102863-github,1618102863
|
|||
gradle=githubConfig
|
||||
gradleprops=appLoginUrl="URL",appLoginUsername="LOGIN",appLoginPassword="PASS"
|
||||
|
||||
Build:1718113121-github,1718113121
|
||||
commit=v1718113121
|
||||
subdir=app
|
||||
gradle=githubConfig
|
||||
gradleprops=appLoginUrl="URL",appLoginUsername="LOGIN",appLoginPassword="PASS"
|
||||
|
||||
Build:1718113152-github,1718113152
|
||||
commit=v1718113152
|
||||
subdir=app
|
||||
gradle=githubConfig
|
||||
gradleprops=appLoginUrl="URL",appLoginUsername="LOGIN",appLoginPassword="PASS"
|
||||
|
||||
Build:1718113171-github,1718113171
|
||||
commit=v1718113171
|
||||
subdir=app
|
||||
gradle=githubConfig
|
||||
gradleprops=appLoginUrl="URL",appLoginUsername="LOGIN",appLoginPassword="PASS"
|
||||
|
||||
Build:1718113212-github,1718113212
|
||||
commit=v1718113212
|
||||
subdir=app
|
||||
gradle=githubConfig
|
||||
gradleprops=appLoginUrl="URL",appLoginUsername="LOGIN",appLoginPassword="PASS"
|
||||
|
||||
Build:1718113251-github,1718113251
|
||||
commit=v1718113251
|
||||
subdir=app
|
||||
gradle=githubConfig
|
||||
gradleprops=appLoginUrl="URL",appLoginUsername="LOGIN",appLoginPassword="PASS"
|
||||
|
||||
Build:1718113271-github,1718113271
|
||||
commit=v1718113271
|
||||
subdir=app
|
||||
gradle=githubConfig
|
||||
gradleprops=appLoginUrl="URL",appLoginUsername="LOGIN",appLoginPassword="PASS"
|
||||
|
||||
Build:1718113281-github,1718113281
|
||||
commit=v1718113281
|
||||
subdir=app
|
||||
gradle=githubConfig
|
||||
gradleprops=appLoginUrl="URL",appLoginUsername="LOGIN",appLoginPassword="PASS"
|
||||
|
||||
Maintainer Notes:
|
||||
Version code and name are dynamically generated from the Git tag.
|
||||
|
||||
|
|
@ -86,5 +128,5 @@ The Gradle properties are added to avoid a Gradle error but they are only used i
|
|||
Auto Update Mode:Version v%c
|
||||
Update Check Mode:HTTP
|
||||
Update Check Data:https://www.amine-bou.fr/version.txt|versionCode=(.*)|.|versionName=(.*)
|
||||
Current Version:1618102863-github
|
||||
Current Version Code:1618102863
|
||||
Current Version:1718113281-github
|
||||
Current Version Code:1718113281
|
||||
|
|
|
|||
|
|
@ -652,11 +652,20 @@ Build:1.91,91
|
|||
sed -i -e '/rapid.decoder/d' -e '/githubImplementation/d' -e '/versionNameSuffix/d' build.gradle && \
|
||||
sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
|
||||
|
||||
Build:1.92,92
|
||||
commit=1.92
|
||||
subdir=app
|
||||
gradle=fdroid
|
||||
srclibs=RapidDecoder@7cdfca4
|
||||
prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
|
||||
sed -i -e '/rapid.decoder/d' -e '/githubImplementation/d' -e '/versionNameSuffix/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.91-fdroid
|
||||
Current Version Code:91
|
||||
Current Version:1.92-fdroid
|
||||
Current Version Code:92
|
||||
|
|
|
|||
|
|
@ -373,7 +373,12 @@ Build:1.26.6,112606
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.27.1,112701
|
||||
commit=release-1.27.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version release-%v
|
||||
Update Check Mode:Tags ^release-
|
||||
Current Version:1.26.6
|
||||
Current Version Code:112606
|
||||
Current Version:1.27.1
|
||||
Current Version Code:112701
|
||||
|
|
|
|||
|
|
@ -24,7 +24,17 @@ Build:0.3.3,10
|
|||
subdir=min-cal-widget
|
||||
gradle=yes
|
||||
|
||||
Build:0.4.0,11
|
||||
commit=v0.4.0
|
||||
subdir=min-cal-widget
|
||||
gradle=yes
|
||||
|
||||
Build:1.0.0,12
|
||||
commit=v1.0.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.3.3
|
||||
Current Version Code:10
|
||||
Current Version:1.0.0
|
||||
Current Version Code:12
|
||||
|
|
|
|||
|
|
@ -1,23 +1,13 @@
|
|||
Categories:Navigation,Sports & Health
|
||||
License:GPL-3.0-or-later
|
||||
Web Site:http://bailu.ch/aat
|
||||
Author Name:Lukas Bai
|
||||
Author Email:aat@bailu.ch
|
||||
Web Site:https://bailu.ch/aat
|
||||
Source Code:https://github.com/bailuk/AAT
|
||||
Issue Tracker:https://github.com/bailuk/AAT/issues
|
||||
Donate:https://bailu.ch/aat/donate.html
|
||||
Bitcoin:3GK4KLiqKqGg5UQxdkkGXhhDZkdFFicy5T
|
||||
|
||||
Auto Name:AAT
|
||||
Summary:Track your activities
|
||||
Description:
|
||||
GPS-tracking application for tracking sportive activities, with emphasis on
|
||||
cycling. It uses MapsForge to display map tiles and offline maps from the
|
||||
OpenStreetMap project. Features include:
|
||||
|
||||
* Display live tracking on different cockpit and map views
|
||||
* Offline as well as tile based map
|
||||
* Tile based overlays for displaying cycle and hiking routes
|
||||
* Integration of Overpass and Nominatim
|
||||
* Simple GPX editor for quick route planing
|
||||
* GPS independent altitude information and hill shading
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/bailuk/AAT
|
||||
|
|
|
|||
|
|
@ -214,7 +214,12 @@ Build:1.0.73,10730
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.0.80,10800
|
||||
commit=1.0.80
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0.73
|
||||
Current Version Code:10730
|
||||
Current Version:1.0.80
|
||||
Current Version Code:10800
|
||||
|
|
|
|||
|
|
@ -99,33 +99,20 @@ Builds:
|
|||
gradleprops:
|
||||
- sdk_location=../../srclib/rocketchatsdk
|
||||
|
||||
- versionName: 3.1.0
|
||||
versionCode: 2049
|
||||
commit: 3.1.0
|
||||
subdir: app
|
||||
gradle:
|
||||
- foss
|
||||
srclibs:
|
||||
- rocketchatsdk@app-3.0.0
|
||||
prebuild: |-
|
||||
sed -i -e '/fabric/d' -e '/crashlytics/,+3d' ../build.gradle build.gradle && sed -i -e 's,./gradlew,gradle,g' build-sdk.sh
|
||||
gradleprops:
|
||||
- sdk_location=../../srclib/rocketchatsdk
|
||||
|
||||
- versionName: 3.1.1
|
||||
versionCode: 2050
|
||||
commit: 3.1.1
|
||||
commit: v3.1.1
|
||||
subdir: app
|
||||
gradle:
|
||||
- foss
|
||||
srclibs:
|
||||
- rocketchatsdk@app-3.0.0
|
||||
- rocketchatsdk@app-3.1.0
|
||||
prebuild: |-
|
||||
sed -i -e '/fabric/d' -e '/crashlytics/,+3d' ../build.gradle build.gradle && sed -i -e 's,./gradlew,gradle,g' build-sdk.sh
|
||||
gradleprops:
|
||||
- sdk_location=../../srclib/rocketchatsdk
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 3.1.1
|
||||
CurrentVersionCode: 2050
|
||||
|
|
|
|||
|
|
@ -64,7 +64,12 @@ Build:2.2.2.3,9
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:2.2.5,12
|
||||
commit=2.2.5
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.2.2.3
|
||||
Current Version Code:9
|
||||
Current Version:2.2.5
|
||||
Current Version Code:12
|
||||
|
|
|
|||
43
metadata/click.dummer.imagesms.yml
Normal file
43
metadata/click.dummer.imagesms.yml
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
Categories:
|
||||
- Phone & SMS
|
||||
- Connectivity
|
||||
License: Unlicense
|
||||
AuthorName: deadlockz
|
||||
WebSite: https://github.com/no-go/ImageSms
|
||||
SourceCode: https://github.com/no-go/ImageSms
|
||||
Changelog: https://github.com/no-go/ImageSms/releases
|
||||
|
||||
AutoName: Image SMS
|
||||
Summary: Send very small photos with long text SMS and without MMS or internet
|
||||
Description: |
|
||||
Image SMS uses long text SMS to send a very small picture (NOT MMS or Internet). It uses base64 technique (similar to a email attachment) to transfer data. It is a bare metal App and Open Source on github. If you want to enlarge the features, you have to do it by your own!
|
||||
|
||||
I love my privacy. Thus I love apps with only a couple of permissions. Image SMS needs only access on:
|
||||
|
||||
* SMS (read and send)
|
||||
* Camera
|
||||
|
||||
Image SMS does not use access to:
|
||||
|
||||
* Files
|
||||
* Contacts
|
||||
* Internet
|
||||
|
||||
This may be strange to you, because you need a phone number and there is no contact selection.
|
||||
.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/no-go/ImageSms.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.3'
|
||||
versionCode: 13
|
||||
commit: v1.3
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.3'
|
||||
CurrentVersionCode: 13
|
||||
|
|
@ -198,6 +198,13 @@ Build:3.2.2,64
|
|||
gradle=fdroid
|
||||
prebuild=sed -i -e '/playCompile/d' build.gradle
|
||||
|
||||
Build:3.3.0,75
|
||||
disable=error: cannot find symbol ImageView
|
||||
commit=v3.3.0
|
||||
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
|
||||
|
|
@ -206,5 +213,5 @@ we should build it from source.
|
|||
|
||||
Auto Update Mode:Version v.%v
|
||||
Update Check Mode:Tags ^v[0-9.]+$
|
||||
Current Version:3.2.2
|
||||
Current Version Code:64
|
||||
Current Version:3.3.0
|
||||
Current Version Code:75
|
||||
|
|
|
|||
|
|
@ -108,7 +108,13 @@ Build:3.2.6,41
|
|||
gradle=osmdroid
|
||||
prebuild=sed -i -e '/theTask.dependsOn "askForPasswords"/d' build.gradle
|
||||
|
||||
Build:3.2.7,42
|
||||
commit=v3.2.7
|
||||
subdir=GPSTest
|
||||
gradle=osmdroid
|
||||
prebuild=sed -i -e '/theTask.dependsOn "askForPasswords"/d' build.gradle
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:3.2.6
|
||||
Current Version Code:41
|
||||
Current Version:3.2.7
|
||||
Current Version Code:42
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ SourceCode: https://github.com/KeikaiLauncher/KeikaiLauncher
|
|||
IssueTracker: https://github.com/KeikaiLauncher/KeikaiLauncher/issues
|
||||
Changelog: https://github.com/KeikaiLauncher/KeikaiLauncher/releases
|
||||
|
||||
AutoName: Keikai Launcher
|
||||
Summary: Fast, minimalistic launcher
|
||||
Description: |
|
||||
Fast, minimalistic launcher.
|
||||
|
|
|
|||
|
|
@ -89,7 +89,17 @@ Build:4.5.4,62
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:4.5.4
|
||||
Current Version Code:62
|
||||
Build:5.9.7,95
|
||||
commit=v5.9.7
|
||||
subdir=app
|
||||
gradle=yes
|
||||
rm=scarlet
|
||||
|
||||
Maintainer Notes:
|
||||
Cannot use AUM/UCM because version code and version name are dynamic.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:5.9.7
|
||||
Current Version Code:95
|
||||
|
|
|
|||
|
|
@ -69,7 +69,12 @@ Build:3.21,43
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:3.22,44
|
||||
commit=v3.22
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:3.21
|
||||
Current Version Code:43
|
||||
Current Version:3.22
|
||||
Current Version Code:44
|
||||
|
|
|
|||
|
|
@ -30,6 +30,11 @@ Build:10.0.1-beta1,13022
|
|||
gradle=yes
|
||||
prebuild=sed -i -e '/secureProperties/d' build.gradle
|
||||
|
||||
Build:10.0.4,13030
|
||||
commit=11cf3276d1b7e411ffe4fc668ba080b383089c00
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/secureProperties/d' build.gradle
|
||||
|
||||
Build:11.0.2,26010
|
||||
commit=2354c44cd96ac050228af360f362715f3ccf6fc3
|
||||
gradle=yes
|
||||
|
|
|
|||
|
|
@ -44,6 +44,11 @@ Build:9.0.1,11200
|
|||
commit=c1e9e3730424e15af7e03773a92f9b83c3a03b69
|
||||
target=android-22
|
||||
|
||||
Build:10.0.4,13030
|
||||
commit=8646f70e90fd41bd1c263ce433d23c3ce0037d77
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/secureProperties/d' build.gradle
|
||||
|
||||
Build:11.0.2,26010
|
||||
commit=955584b91e20f5cede74eac5a23fad73fa87d10f
|
||||
gradle=yes
|
||||
|
|
|
|||
|
|
@ -42,7 +42,12 @@ Build:0.8.11,41
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.8.12,42
|
||||
commit=v0.8.12
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.8.11
|
||||
Current Version Code:41
|
||||
Current Version:0.8.12
|
||||
Current Version Code:42
|
||||
|
|
|
|||
|
|
@ -91,7 +91,12 @@ Build:1.4.4,26
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.4.5,27
|
||||
commit=v1.4.5
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.4.4
|
||||
Current Version Code:26
|
||||
Current Version:1.4.5
|
||||
Current Version Code:27
|
||||
|
|
|
|||
|
|
@ -46,5 +46,5 @@ Build:2.2.6,33
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.2.16
|
||||
Current Version Code:44
|
||||
Current Version:2.2.17
|
||||
Current Version Code:45
|
||||
|
|
|
|||
|
|
@ -171,7 +171,12 @@ Build:0.9.4,35
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.9.5,36
|
||||
commit=v0.9.5
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.9.4
|
||||
Current Version Code:35
|
||||
Current Version:0.9.5
|
||||
Current Version Code:36
|
||||
|
|
|
|||
|
|
@ -37,5 +37,5 @@ Maintainer Notes:
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0.1
|
||||
Current Version Code:6
|
||||
Current Version:1.0.3b3
|
||||
Current Version Code:11
|
||||
|
|
|
|||
|
|
@ -59,7 +59,12 @@ Build:2.1.1,12
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:2.3.1,16
|
||||
commit=V2.3.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version V%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.1.1
|
||||
Current Version Code:12
|
||||
Current Version:2.3.1
|
||||
Current Version Code:16
|
||||
|
|
|
|||
|
|
@ -42,7 +42,17 @@ Builds:
|
|||
prebuild: |-
|
||||
sed -i -e "/maven.fabric.io/d" ../build.gradle ../CommonUtils/build.gradle
|
||||
|
||||
- versionName: 1.10.0
|
||||
versionCode: 39
|
||||
commit: v1.10.0
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- foss
|
||||
prebuild: |-
|
||||
sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle ../CommonUtils/build.gradle
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.9.4
|
||||
CurrentVersionCode: 38
|
||||
CurrentVersion: 1.10.0
|
||||
CurrentVersionCode: 39
|
||||
|
|
|
|||
|
|
@ -35,7 +35,27 @@ Builds:
|
|||
prebuild: |-
|
||||
sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle ../CommonUtils/build.gradle
|
||||
|
||||
- versionName: 4.0.4
|
||||
versionCode: 146
|
||||
commit: v4.0.4
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- foss
|
||||
prebuild: |-
|
||||
sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle ../CommonUtils/build.gradle
|
||||
|
||||
- versionName: 4.0.5
|
||||
versionCode: 147
|
||||
commit: v4.0.5
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- foss
|
||||
prebuild: |-
|
||||
sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle ../CommonUtils/build.gradle
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 4.0.3
|
||||
CurrentVersionCode: 145
|
||||
CurrentVersion: 4.0.5
|
||||
CurrentVersionCode: 147
|
||||
|
|
|
|||
|
|
@ -85,7 +85,27 @@ Builds:
|
|||
prebuild: |-
|
||||
sed -i -e '/maven.fabric.io/d; /io.fabric/d; /com.crashlytics/d' ../build.gradle ../CommonUtils/build.gradle build.gradle
|
||||
|
||||
- versionName: 1.3.3
|
||||
versionCode: 19
|
||||
commit: v1.3.3
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- foss
|
||||
prebuild: |-
|
||||
sed -i -e '/maven.fabric.io/d; /io.fabric/d; /com.crashlytics/d' ../build.gradle ../CommonUtils/build.gradle build.gradle
|
||||
|
||||
- versionName: 1.4.0
|
||||
versionCode: 20
|
||||
commit: v1.4.0
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- foss
|
||||
prebuild: |-
|
||||
sed -i -e '/maven.fabric.io/d; /io.fabric/d; /com.crashlytics/d' ../build.gradle ../CommonUtils/build.gradle build.gradle
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.3.2
|
||||
CurrentVersionCode: 18
|
||||
CurrentVersion: 1.4.0
|
||||
CurrentVersionCode: 20
|
||||
|
|
|
|||
|
|
@ -33,7 +33,47 @@ Builds:
|
|||
prebuild: |-
|
||||
sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle ../CommonUtils/build.gradle
|
||||
|
||||
- versionName: 2.6.10.1
|
||||
versionCode: 64
|
||||
commit: v2.6.10.1
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- foss
|
||||
prebuild: |-
|
||||
sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle ../CommonUtils/build.gradle
|
||||
|
||||
- versionName: 2.6.11
|
||||
versionCode: 65
|
||||
commit: v2.6.11
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- foss
|
||||
prebuild: |-
|
||||
sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle ../CommonUtils/build.gradle
|
||||
|
||||
- versionName: 2.7.0
|
||||
versionCode: 67
|
||||
commit: v2.7.0
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- foss
|
||||
prebuild: |-
|
||||
sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle ../CommonUtils/build.gradle
|
||||
|
||||
- versionName: 2.8.0-beta1
|
||||
versionCode: 68
|
||||
commit: v2.8.0-beta1
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- foss
|
||||
prebuild: |-
|
||||
sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle ../CommonUtils/build.gradle
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.6.10
|
||||
CurrentVersionCode: 63
|
||||
CurrentVersion: 2.8.0-beta1
|
||||
CurrentVersionCode: 68
|
||||
|
|
|
|||
|
|
@ -419,7 +419,19 @@ Build:3.2.26,284
|
|||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:3.2.31,289
|
||||
commit=audiorecorder-3.2.31
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:3.2.34,292
|
||||
commit=audiorecorder-3.2.34
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Auto Update Mode:Version audiorecorder-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:3.2.26
|
||||
Current Version Code:284
|
||||
Current Version:3.2.34
|
||||
Current Version Code:292
|
||||
|
|
|
|||
|
|
@ -353,7 +353,25 @@ Build:1.9.34,317
|
|||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:1.10.1,319
|
||||
commit=bookreader-1.10.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:1.10.2,320
|
||||
commit=bookreader-1.10.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:1.10.3,321
|
||||
commit=bookreader-1.10.3
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Auto Update Mode:Version bookreader-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.9.34
|
||||
Current Version Code:317
|
||||
Current Version:1.10.3
|
||||
Current Version Code:321
|
||||
|
|
|
|||
|
|
@ -364,7 +364,19 @@ Build:1.6.31,186
|
|||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:1.6.35,190
|
||||
commit=callrecorder-1.6.35
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:1.6.36,191
|
||||
commit=callrecorder-1.6.36
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Auto Update Mode:Version callrecorder-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.6.31
|
||||
Current Version Code:186
|
||||
Current Version:1.6.36
|
||||
Current Version Code:191
|
||||
|
|
|
|||
|
|
@ -337,7 +337,55 @@ Build:3.2.25,373
|
|||
gradle=yes
|
||||
prebuild=sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
|
||||
|
||||
Build:3.2.27,375
|
||||
commit=hourlyreminder-3.2.27
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
|
||||
|
||||
Build:3.2.30,378
|
||||
commit=hourlyreminder-3.2.30
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
|
||||
|
||||
Build:3.2.32,380
|
||||
commit=hourlyreminder-3.2.32
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
|
||||
|
||||
Build:3.2.36,384
|
||||
commit=hourlyreminder-3.2.36
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
|
||||
|
||||
Build:3.2.37,385
|
||||
commit=hourlyreminder-3.2.37
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
|
||||
|
||||
Build:3.2.38,386
|
||||
commit=hourlyreminder-3.2.38
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
|
||||
|
||||
Build:3.2.39,387
|
||||
commit=hourlyreminder-3.2.39
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
|
||||
|
||||
Build:3.2.41,389
|
||||
commit=hourlyreminder-3.2.41
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
|
||||
|
||||
Auto Update Mode:Version hourlyreminder-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:3.2.25
|
||||
Current Version Code:373
|
||||
Current Version:3.2.41
|
||||
Current Version Code:389
|
||||
|
|
|
|||
|
|
@ -516,13 +516,21 @@ Build:3.4.178,666
|
|||
ndk=r16b
|
||||
|
||||
Build:3.4.181,669
|
||||
disable=lintVitalRelease fails
|
||||
commit=torrentclient-3.4.181
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
ndk=r16b
|
||||
|
||||
Build:3.4.182,670
|
||||
commit=torrentclient-3.4.182
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
ndk=r16b
|
||||
|
||||
Auto Update Mode:Version torrentclient-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:3.4.181
|
||||
Current Version Code:669
|
||||
Current Version:3.4.182
|
||||
Current Version Code:670
|
||||
|
|
|
|||
|
|
@ -11,17 +11,25 @@ Summary: File synchronization
|
|||
Description: |-
|
||||
This is a fork of [[com.nutomic.syncthingandroid]] that brings major
|
||||
enhancements like:
|
||||
* UI explains why syncthing is running or not running according to the run
|
||||
conditions set in preferences.
|
||||
* A welcome wizard guiding you through initial setup on first launch or if
|
||||
mandatory prerequisites are missing like for example the storage permission.
|
||||
* Run condition bugs are fixed.
|
||||
* Individual sync conditions can be applied per device and per folder
|
||||
* Recent changes UI, click to open files.
|
||||
* "Battery eater" problem is fixed.
|
||||
* Android 8+ support is on it's way.
|
||||
* Android 8 and 9 support.
|
||||
Syncthing replaces proprietary sync and cloud services with something open,
|
||||
trustworthy and decentralized. Your data is your data alone and you deserve to
|
||||
choose where it is stored, if it is shared with some third party and how it's
|
||||
transmitted over the Internet.
|
||||
transmitted over the Internet. Syncthing-Fork for Android is a wrapper for
|
||||
Syncthing that provides an Android UI instead of Syncthing's built-in Web UI.
|
||||
Goals of the fork:
|
||||
* Develop and try out enhancements together with the community.
|
||||
* Release the wrapper more frequently to identify and fix bugs caused by changes in the syncthing submodule
|
||||
* Make enhancements configurable in the UI, users should be able to turn them on and off
|
||||
Comparison between upstream and fork at the time of writing this:
|
||||
* Both contain the syncthing binary built from the official source at GitHub:syncthing/syncthing
|
||||
* Syncing functionality and reliability depends on the syncthing binary submodule version.
|
||||
* Fork gets along with upstream and sometimes they pick up my improvements.
|
||||
* Strategy and release frequency is different
|
||||
* Only the wrapper containing the Android UI is addressed by the fork.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Catfriend1/syncthing-android.git
|
||||
|
|
@ -299,7 +307,24 @@ Builds:
|
|||
PATH="$PWD/go/bin:$PATH" gradle buildNative
|
||||
ndk: r15c
|
||||
|
||||
- versionName: 0.14.52.1
|
||||
versionCode: 4177
|
||||
commit: v0.14.52.1
|
||||
submodules: true
|
||||
gradle:
|
||||
- yes
|
||||
output: app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
rm:
|
||||
- syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
||||
prebuild: sed -i -e '/signingConfig/d' app/build.gradle
|
||||
build: |-
|
||||
wget -O go.tgz https://dl.google.com/go/go1.9.7.linux-amd64.tar.gz && \
|
||||
echo '88573008f4f6233b81f81d8ccf92234b4f67238df0f0ab173d75a302a1f3d6ee go.tgz' | shasum -c - && \
|
||||
tar xf go.tgz && \
|
||||
PATH="$PWD/go/bin:$PATH" gradle buildNative
|
||||
ndk: r15c
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags ^v[a-z0-9.]*$
|
||||
CurrentVersion: 0.14.51.13
|
||||
CurrentVersionCode: 4176
|
||||
CurrentVersion: 0.14.52.1
|
||||
CurrentVersionCode: 4177
|
||||
|
|
|
|||
|
|
@ -20,7 +20,12 @@ Build:1.1,2
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.3,3
|
||||
commit=1.3
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.1
|
||||
Current Version Code:2
|
||||
Current Version:1.3
|
||||
Current Version Code:3
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ Web Site:
|
|||
Source Code:https://github.com/characterdog/share-my-number
|
||||
Issue Tracker:https://github.com/characterdog/share-my-number/issues
|
||||
|
||||
Auto Name:Share my number
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/characterdog/share-my-number
|
||||
|
|
@ -14,7 +15,17 @@ Build:1.0,1
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2,2
|
||||
commit=1.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.3,3
|
||||
commit=1.3
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
||||
Current Version:1.3
|
||||
Current Version Code:3
|
||||
|
|
|
|||
|
|
@ -168,11 +168,21 @@ Build:1.2.2,35
|
|||
subdir=app
|
||||
gradle=FlavorDefault
|
||||
|
||||
Build:1.2.3,36
|
||||
commit=v1.2.3
|
||||
subdir=app
|
||||
gradle=FlavorDefault
|
||||
|
||||
Build:1.2.4,37
|
||||
commit=v1.2.4
|
||||
subdir=app
|
||||
gradle=FlavorDefault
|
||||
|
||||
Maintainer Notes:
|
||||
Description and summary in app git repository
|
||||
.
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.2.2
|
||||
Current Version Code:35
|
||||
Current Version:1.2.4
|
||||
Current Version Code:37
|
||||
|
|
|
|||
|
|
@ -22,7 +22,21 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 2.0.2
|
||||
versionCode: 5
|
||||
commit: v2.0.2
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 2.0.3
|
||||
versionCode: 6
|
||||
commit: v2.0.3
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags v\d+\.\d+(\.\d+)?
|
||||
CurrentVersion: 2.0.1
|
||||
CurrentVersionCode: 4
|
||||
CurrentVersion: 2.0.3
|
||||
CurrentVersionCode: 6
|
||||
|
|
|
|||
|
|
@ -130,7 +130,15 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.6.4
|
||||
versionCode: 21
|
||||
commit: v1.6.4
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.6.3
|
||||
CurrentVersionCode: 20
|
||||
CurrentVersion: 1.6.4
|
||||
CurrentVersionCode: 21
|
||||
|
|
|
|||
|
|
@ -38,7 +38,14 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.2'
|
||||
versionCode: 3
|
||||
commit: '1.2'
|
||||
subdir: LaLauncher
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.1'
|
||||
CurrentVersionCode: 2
|
||||
CurrentVersion: '1.2'
|
||||
CurrentVersionCode: 3
|
||||
|
|
|
|||
|
|
@ -179,7 +179,14 @@ Build:1.5.5,1005005
|
|||
rm=desktop
|
||||
scanignore=android/libs/*
|
||||
|
||||
Build:1.5.6,1005006
|
||||
commit=v1.5.6
|
||||
subdir=android
|
||||
gradle=yes
|
||||
rm=desktop
|
||||
scanignore=android/libs/*
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.5.5
|
||||
Current Version Code:1005005
|
||||
Current Version:1.5.6
|
||||
Current Version Code:1005006
|
||||
|
|
|
|||
|
|
@ -42,7 +42,12 @@ Build:1.3,4
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.4,5
|
||||
commit=v1.4g
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.3
|
||||
Current Version Code:4
|
||||
Current Version:1.4
|
||||
Current Version Code:5
|
||||
|
|
|
|||
|
|
@ -6,19 +6,84 @@ Issue Tracker:https://github.com/oliexdev/openScale/issues
|
|||
Changelog:https://github.com/oliexdev/openScale/releases
|
||||
|
||||
Auto Name:openScale
|
||||
Summary:Log your weight, body fat, water and muscle percentage
|
||||
Summary:Weight and body metrics tracker, with support for Bluetooth scales
|
||||
Description:
|
||||
Keep a log of your weight, body fat, water percentage and muscle percentage.
|
||||
Monitor and track your weight, BMI, body fat, body water, muscle and other body
|
||||
metrics in an open source app that:
|
||||
|
||||
Features:
|
||||
* has an easy to use user interface with graphs,
|
||||
* doesn't require you to create an account,
|
||||
* can be configured to only show the metrics you care about, and
|
||||
* respects your privacy and lets you decide what to do with your data.
|
||||
|
||||
* Logs your weight, body fat, water percentage and muscle percentage
|
||||
* Display all your data on a chart and table
|
||||
* Import or export your data from/into a CSV file
|
||||
====Bluetooth scales====
|
||||
|
||||
openScale has built-in support for a number of Bluetooth (BLE or "smart") scales
|
||||
from many manufacturers, e.g. Beurer, Sanitas, Yunmai, Xiaomi, etc. (see model
|
||||
list below). Together with our users we constantly improve and extend the set of
|
||||
supported scales and in many cases pick up where the original app falls short.
|
||||
|
||||
For scales without Bluetooth, or Bluetooth scales not (yet) supported by
|
||||
openScale, measurements can be manually entered in a quick and easy way.
|
||||
|
||||
====Privacy====
|
||||
|
||||
This app has no ads and requests no unnecessary permissions. The location
|
||||
permission is only needed to find a Bluetooth scale. Once found the permission
|
||||
can be revoked (or never granted if Bluetooth isn't used).
|
||||
|
||||
====Supported metrics====
|
||||
|
||||
Weight, BMI (body mass index), body water, muscle, LBM (lean body mass), body
|
||||
fat, bone mass, waist circumference, waist-to-height ratio, hip circumference,
|
||||
waist-hip ratio, visceral fat, chest circumference, thigh circumference, biceps
|
||||
circumference, neck circumference, body fat caliper and BMR (basal metabolic
|
||||
rate). Each entry can also have an optional comment.
|
||||
|
||||
'''Note:''' don't worry if you think the list is too long: metrics you don't use
|
||||
can be disabled and hidden.
|
||||
|
||||
====Other features====
|
||||
|
||||
* Resizable widget to show the latest measurement on the home screen
|
||||
* Configure your weight unit: kg, lb or st
|
||||
* Set a goal to help keep your diet
|
||||
* Displays all your data on a chart and in a table to track your progress
|
||||
* Evaluates measurements and gives a quick visual feedback to show you if you're within or outside the recommended range given your age, sex, height etc.
|
||||
* Import or export your data from/into a CSV (comma separated value) file
|
||||
* Supports body fat, body water and lean body mass estimations based on scientific publications. Useful if your scale doesn't support those measurements.
|
||||
* Support for multiple users
|
||||
* Support for Bluetooth Xiaomi Mi Scale, Sanitas SBF70, Medisana BS444, Digoo DG-S038H, Yunmai Mini (basic support)
|
||||
* Connection to a custom made bluetooth scale (see openScale wiki for more information)
|
||||
* All data belongs to you (no cloud service)
|
||||
* Partially or fully translated into Catalan, Chinese (traditional), Czech, Dutch, English, French, Galician, German, Greek, Italian, Japanese, Norwegian Bokmål, Polish, Portuguese (Brazil), Romanian, Slovak, Spanish, Swedish and Turkish
|
||||
* Optional dark theme
|
||||
|
||||
====Supported Bluetooth scales====
|
||||
|
||||
* Custom made Bluetooth scale
|
||||
* Beurer BF700, BF710 and BF800
|
||||
* Digoo DG-S038H
|
||||
* Excelvan CF369BLE
|
||||
* Exingtech Y1
|
||||
* Hesley (Yunchen)
|
||||
* MGB
|
||||
* Medisana BS444, BS440
|
||||
* Runtastic Libra
|
||||
* Sanitas SBF70
|
||||
* Silvercrest SBF75
|
||||
* Xiaomi Mi scale v1 and v2
|
||||
* Yunmai Mini and SE
|
||||
* iHealth HS3
|
||||
* Easy Home 64050
|
||||
* and many more
|
||||
|
||||
Please see
|
||||
[https://github.com/oliexdev/openScale/wiki/Supported-scales-in-openScale
|
||||
Wikipage] for the full list and the level of support for each scale.
|
||||
|
||||
====Support====
|
||||
|
||||
If you find a bug, have an idea on how to improve openScale or have a question,
|
||||
please visit the openScale project page on
|
||||
[https://github.com/oliexdev/openScale GitHub]
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
|||
|
|
@ -46,6 +46,11 @@ Build:3.2.2.4,23
|
|||
subdir=android/API26
|
||||
gradle=yes
|
||||
|
||||
Build:3.2.2.6,24
|
||||
commit=v3.2.2.6
|
||||
subdir=android/API26
|
||||
gradle=yes
|
||||
|
||||
Maintainer Notes:
|
||||
Summary and Description have been moved to the new localizable text files:
|
||||
https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
|
||||
|
|
@ -53,5 +58,5 @@ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
|
|||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:3.2.2.4
|
||||
Current Version Code:23
|
||||
Current Version:3.2.2.6
|
||||
Current Version Code:24
|
||||
|
|
|
|||
|
|
@ -83,5 +83,5 @@ Contains crashlytics since at least 1.6.2.
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.0.11
|
||||
Current Version Code:41
|
||||
Current Version:2.0.12
|
||||
Current Version Code:42
|
||||
|
|
|
|||
|
|
@ -93,7 +93,22 @@ Build:3.1.3.2,90
|
|||
subdir=project/app
|
||||
gradle=yes
|
||||
|
||||
Build:3.3,93
|
||||
commit=v3.3
|
||||
subdir=project/app
|
||||
gradle=yes
|
||||
|
||||
Build:3.4,94
|
||||
commit=v3.4
|
||||
subdir=project/app
|
||||
gradle=yes
|
||||
|
||||
Build:3.4.2,96
|
||||
commit=v3.4.2
|
||||
subdir=project/app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:3.1.3.2
|
||||
Current Version Code:90
|
||||
Current Version:3.4.2
|
||||
Current Version Code:96
|
||||
|
|
|
|||
|
|
@ -28,7 +28,31 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '0.8'
|
||||
versionCode: 8
|
||||
commit: v0.8
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '0.9'
|
||||
versionCode: 9
|
||||
commit: v0.9
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '0.10'
|
||||
versionCode: 10
|
||||
commit: v0.10
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '0.6'
|
||||
CurrentVersionCode: 6
|
||||
CurrentVersion: '0.10'
|
||||
CurrentVersionCode: 10
|
||||
|
|
|
|||
|
|
@ -348,7 +348,13 @@ Build:2.4.3,60
|
|||
submodules=yes
|
||||
gradle=yes
|
||||
|
||||
Build:2.4.4,61
|
||||
commit=v2.4.4
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.4.3
|
||||
Current Version Code:60
|
||||
Current Version:2.4.4
|
||||
Current Version Code:61
|
||||
|
|
|
|||
|
|
@ -11,17 +11,13 @@ Identify over one hundred different dog breeds with your smartphone.
|
|||
|
||||
This application will not run on devices with less than 1 GB of RAM.
|
||||
|
||||
If you like this app consider buying the premium version which supports the
|
||||
identification of more than two hundred different dog breeds with much higher
|
||||
accuracy.
|
||||
Click the camera button or load an image from the image gallery to analyze a
|
||||
single picture. Tap the display to close the displayed result, or use the share
|
||||
button to share a screenshot. Activate continuous predictions and keep the dog
|
||||
in the circle to get predictions directly from the video stream.
|
||||
|
||||
Click the camera button or load an image from the gallery to identify a dog in a
|
||||
single picture. Activate continuous predictions and keep the dog in the circle
|
||||
to get predictions directly from the video stream. The app works best for images
|
||||
loaded from the gallery.
|
||||
|
||||
The application reports up to three predictions with highest confidence. Please
|
||||
treat the output only as a suggestion.
|
||||
The application reports up to three predictions it believes to be the most
|
||||
correct. Please treat the output only as a suggestion.
|
||||
|
||||
Based on an extended version of the Stanford Dogs Dataset. Icons made by
|
||||
Pause08, Smashicons, Freepik from www.flaticon.com.
|
||||
|
|
@ -35,6 +31,11 @@ Build:28,58
|
|||
gradle=yes
|
||||
output=gradleBuild/outputs/apk/release/com.jstappdev.dbclf-release-unsigned.apk
|
||||
|
||||
Build:32,63
|
||||
commit=v1.0.3
|
||||
gradle=yes
|
||||
output=gradleBuild/outputs/apk/release/com.jstappdev.dbclf-release-unsigned.apk
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:32
|
||||
|
|
|
|||
|
|
@ -82,7 +82,13 @@ Build:1.4.2,10
|
|||
submodules=yes
|
||||
gradle=yes
|
||||
|
||||
Build:1.4.3,11
|
||||
commit=1.4.3
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.4.2
|
||||
Current Version Code:10
|
||||
Current Version:1.4.3
|
||||
Current Version Code:11
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@ Issue Tracker:
|
|||
Auto Name:Solitaire
|
||||
Summary:Solitaire collection
|
||||
Description:
|
||||
This abandoned app is kept for historical reasons, so you should rather use it's
|
||||
succesor [[net.sourceforge.solitaire_cg]]. It has matured a lot, is well
|
||||
maintained and offers additional features and games.
|
||||
'''Note:''' This abandoned app is kept for historical reasons, so you should
|
||||
rather use it's succesor [[net.sourceforge.solitaire_cg]]. It has matured a lot,
|
||||
is well maintained and offers additional features and games.
|
||||
|
||||
Solitaire Collection of Klondike (Regular solitaire), Spider Solitaire, and
|
||||
Freecell using the touchscreen interface. Features include multi-level undo,
|
||||
|
|
@ -21,6 +21,7 @@ Build:1.12.2,450
|
|||
prebuild=rm build.xml
|
||||
target=android-8
|
||||
|
||||
Archive Policy:0 versions
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Static
|
||||
Current Version:1.12.2
|
||||
|
|
|
|||
|
|
@ -90,7 +90,11 @@ Build:4.5,38
|
|||
commit=v4.5
|
||||
gradle=yes
|
||||
|
||||
Build:4.6,39
|
||||
commit=v4.6
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:4.5
|
||||
Current Version Code:38
|
||||
Current Version:4.6
|
||||
Current Version Code:39
|
||||
|
|
|
|||
|
|
@ -46,7 +46,12 @@ Build:1.2.0,7
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2.1,8
|
||||
commit=v.1.2.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v.%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.2.0
|
||||
Current Version Code:7
|
||||
Current Version:1.2.1
|
||||
Current Version Code:8
|
||||
|
|
|
|||
|
|
@ -1621,11 +1621,18 @@ Build:20181106,20181106
|
|||
rm=user_manual,gplay.gradle
|
||||
scandelete=src/androidTest
|
||||
|
||||
Build:20181107,20181107
|
||||
commit=dev-20181107
|
||||
submodules=yes
|
||||
gradle=versionDev
|
||||
rm=user_manual,gplay.gradle
|
||||
scandelete=src/androidTest
|
||||
|
||||
Maintainer Notes:
|
||||
Tags get removed. See https://github.com/nextcloud/android/issues/969.
|
||||
.
|
||||
|
||||
Auto Update Mode:Version dev-%c
|
||||
Update Check Mode:Tags ^dev
|
||||
Current Version:20181106
|
||||
Current Version Code:20181106
|
||||
Current Version:20181107
|
||||
Current Version Code:20181107
|
||||
|
|
|
|||
|
|
@ -124,6 +124,13 @@ Build:3.1.0beta3,66
|
|||
rm=app/gplay.gradle
|
||||
prebuild=sed -i -e '/work-firebase/d' build.gradle
|
||||
|
||||
Build:3.1.0beta6,69
|
||||
commit=v3.1.0beta6
|
||||
subdir=app
|
||||
gradle=generic
|
||||
rm=app/gplay.gradle
|
||||
prebuild=sed -i -e '/work-firebase/d' build.gradle
|
||||
|
||||
Archive Policy:5 versions
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags ^v[0-9]+\.[0-9]+\.[0-9]+$
|
||||
|
|
|
|||
|
|
@ -232,7 +232,25 @@ Build:1.7.1,38
|
|||
submodules=yes
|
||||
gradle=yes
|
||||
|
||||
Build:1.8.0,39
|
||||
commit=1.8.0
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
|
||||
Build:1.8.1,40
|
||||
commit=1.8.1
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
|
||||
Build:1.8.2,41
|
||||
commit=1.8.2
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.7.1
|
||||
Current Version Code:38
|
||||
Current Version:1.8.2
|
||||
Current Version Code:41
|
||||
|
|
|
|||
33
metadata/com.noprestige.kanaquiz.yml
Normal file
33
metadata/com.noprestige.kanaquiz.yml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
Categories:
|
||||
- Science & Education
|
||||
License: Apache-2.0
|
||||
SourceCode: https://github.com/theblackwidower/KanaQuiz
|
||||
IssueTracker: https://github.com/theblackwidower/KanaQuiz/issues
|
||||
|
||||
AutoName: The Kana Quiz
|
||||
Summary: A simple app to quiz the user on identifying Japanese characters
|
||||
Description: |-
|
||||
Are you trying to learn Japanese, but can't seem to remember the pronunciation of the basic Hiragana or Katakana character set?
|
||||
|
||||
This application is here to help. It will test your knowledge, and drill the basics into your head. You can select which of the twenty different groups you wish to test yourself on. Allowing you to customize based on your skill level. Because we can't learn all this stuff at once. Also includes a reference screen that can display all kana you're currently working on, just to remind you.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/theblackwidower/KanaQuiz.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.13.1-pure
|
||||
versionCode: 16
|
||||
commit: v0.13.1
|
||||
subdir: app
|
||||
output: build/outputs/apk/pure/app-pure-unsigned.apk
|
||||
prebuild: |-
|
||||
sed -i -e '/maven {/,+2d' -e '/io.fabric.tools/d' ../build.gradle && \
|
||||
sed -i -e '/crashlytics/,+2d' -e '/firebase/d' -e '/io.fabric/d' build.gradle
|
||||
build: gradle assemblePure
|
||||
|
||||
MaintainerNotes: We can't enable auto update because the version name has a suffix.
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.13.1
|
||||
CurrentVersionCode: 16
|
||||
|
|
@ -44,7 +44,12 @@ Build:1.43,19
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.44,22
|
||||
commit=1.44
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.43
|
||||
Current Version Code:19
|
||||
Current Version:1.44
|
||||
Current Version Code:22
|
||||
|
|
|
|||
|
|
@ -708,7 +708,20 @@ Build:0.10.14,4148
|
|||
PATH="$PWD/go/bin:$PATH" gradle buildNative
|
||||
ndk=r15c
|
||||
|
||||
Build:0.10.15,4150
|
||||
commit=0.10.15
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
rm=syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
||||
prebuild=sed -i -e '/signingConfig/d' app/build.gradle
|
||||
build=wget -O go.tgz https://dl.google.com/go/go1.9.7.linux-amd64.tar.gz && \
|
||||
echo '88573008f4f6233b81f81d8ccf92234b4f67238df0f0ab173d75a302a1f3d6ee go.tgz' | shasum -c - && \
|
||||
tar xf go.tgz && \
|
||||
PATH="$PWD/go/bin:$PATH" gradle buildNative
|
||||
ndk=r15c
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags ^[0-9.]*$
|
||||
Current Version:0.10.14
|
||||
Current Version Code:4148
|
||||
Current Version:0.10.15
|
||||
Current Version Code:4150
|
||||
|
|
|
|||
|
|
@ -315,7 +315,19 @@ Build:2.9.0,20900000
|
|||
gradle=yes
|
||||
rm=libs/disklrucache*,owncloud-android-library/libs,user_manual
|
||||
|
||||
Build:2.9.1,20900100
|
||||
commit=oc-android-2.9.1
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
rm=libs/disklrucache*,owncloud-android-library/libs,user_manual
|
||||
|
||||
Build:2.9.2,20900200
|
||||
commit=oc-android-2.9.2
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
rm=libs/disklrucache*,owncloud-android-library/libs,user_manual
|
||||
|
||||
Auto Update Mode:Version oc-android-%v
|
||||
Update Check Mode:Tags ^oc-android-[0-9.]*$
|
||||
Current Version:2.9.0
|
||||
Current Version Code:20900000
|
||||
Current Version:2.9.2
|
||||
Current Version Code:20900200
|
||||
|
|
|
|||
19
metadata/com.pitchedapps.frost.txt
Normal file
19
metadata/com.pitchedapps.frost.txt
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
AntiFeatures:NonFreeNet
|
||||
Categories:Internet
|
||||
License:GPL-3.0-only
|
||||
Web Site:https://allanwang.github.io/Frost-for-Facebook/
|
||||
Source Code:https://github.com/AllanWang/Frost-for-Facebook
|
||||
Issue Tracker:https://github.com/AllanWang/Frost-for-Facebook/issues
|
||||
Changelog:https://github.com/AllanWang/Frost-for-Facebook/blob/dev/docs/Changelog.md
|
||||
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/AllanWang/Frost-for-Facebook
|
||||
|
||||
Build:2.1.2,2010200
|
||||
commit=v2.1.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
|
|
@ -52,7 +52,13 @@ Build:1.2.1,9
|
|||
gradle=fdroid
|
||||
prebuild=sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/firebase/d' -e '/google-services/d' ''../build.gradle build.gradle
|
||||
|
||||
Build:1.2.3,11
|
||||
commit=1.2.3
|
||||
subdir=app
|
||||
gradle=fdroid
|
||||
prebuild=sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/firebase/d' -e '/google-services/d' ''../build.gradle build.gradle
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags ^[0-9.]*$
|
||||
Current Version:1.2.1
|
||||
Current Version Code:9
|
||||
Current Version:1.2.3
|
||||
Current Version Code:11
|
||||
|
|
|
|||
|
|
@ -81,7 +81,12 @@ Build:0.11.4,1104
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.11.5,1105
|
||||
commit=v0.11.5
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.11.4
|
||||
Current Version Code:1104
|
||||
Current Version:0.11.5
|
||||
Current Version Code:1105
|
||||
|
|
|
|||
|
|
@ -345,7 +345,14 @@ Build:0.7.0a,305
|
|||
scandelete=SPD-classes/src/main/jniLibs/
|
||||
preassemble=:SPD-classes:ndkBuild
|
||||
|
||||
Build:0.7.0c,311
|
||||
commit=v0.7.0c
|
||||
subdir=core
|
||||
gradle=yes
|
||||
scandelete=SPD-classes/src/main/jniLibs/
|
||||
preassemble=:SPD-classes:ndkBuild
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.7.0a
|
||||
Current Version Code:305
|
||||
Current Version:0.7.0c
|
||||
Current Version Code:311
|
||||
|
|
|
|||
32
metadata/com.simplemobiletools.calendar.pro.yml
Normal file
32
metadata/com.simplemobiletools.calendar.pro.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
License: Apache-2.0
|
||||
AuthorName: Tibor Kaputa
|
||||
AuthorEmail: hello@simplemobiletools.com
|
||||
WebSite: https://simplemobiletools.github.io
|
||||
SourceCode: https://github.com/SimpleMobileTools/Simple-Calendar
|
||||
IssueTracker: https://github.com/SimpleMobileTools/Simple-Calendar/issues
|
||||
Changelog: https://github.com/SimpleMobileTools/Simple-Calendar/blob/HEAD/CHANGELOG.md
|
||||
Donate: https://simplemobiletools.github.io/donate
|
||||
Bitcoin: 19Hc8A7sWGud8sP19VXDC5a5j28UyJfpyJ
|
||||
Litecoin: LYACbHTKaM9ZubKQGxJ4NRyVy1gHUuztRP
|
||||
|
||||
Name: Simple Calendar Pro
|
||||
AutoName: Calendar
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/SimpleMobileTools/Simple-Calendar
|
||||
|
||||
Builds:
|
||||
- versionName: 6.0.1
|
||||
versionCode: 136
|
||||
commit: v6.0.1
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/keystore/d' build.gradle
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 6.0.1
|
||||
CurrentVersionCode: 136
|
||||
|
|
@ -511,7 +511,12 @@ Build:5.1.1,133
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:5.1.2,134
|
||||
commit=5.1.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:5.1.1
|
||||
Current Version Code:133
|
||||
Current Version:5.1.2
|
||||
Current Version Code:134
|
||||
|
|
|
|||
32
metadata/com.simplemobiletools.contacts.pro.yml
Normal file
32
metadata/com.simplemobiletools.contacts.pro.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
License: Apache-2.0
|
||||
AuthorName: Tibor Kaputa
|
||||
AuthorEmail: hello@simplemobiletools.com
|
||||
WebSite: https://simplemobiletools.github.io
|
||||
SourceCode: https://github.com/SimpleMobileTools/Simple-Contacts
|
||||
IssueTracker: https://github.com/SimpleMobileTools/Simple-Contacts/issues
|
||||
Changelog: https://github.com/SimpleMobileTools/Simple-Contacts/blob/HEAD/CHANGELOG.md
|
||||
Donate: https://simplemobiletools.github.io/donate
|
||||
Bitcoin: 19Hc8A7sWGud8sP19VXDC5a5j28UyJfpyJ
|
||||
Litecoin: LYACbHTKaM9ZubKQGxJ4NRyVy1gHUuztRP
|
||||
|
||||
Name: Simple Contacts Pro
|
||||
AutoName: Contacts
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/SimpleMobileTools/Simple-Contacts
|
||||
|
||||
Builds:
|
||||
- versionName: 6.0.0
|
||||
versionCode: 36
|
||||
commit: v6.0.0
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/keystore/d' build.gradle
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 6.0.0
|
||||
CurrentVersionCode: 36
|
||||
|
|
@ -156,7 +156,12 @@ Build:5.1.0,34
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:5.1.1,35
|
||||
commit=5.1.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:5.1.0
|
||||
Current Version Code:34
|
||||
Current Version:5.1.1
|
||||
Current Version Code:35
|
||||
|
|
|
|||
|
|
@ -167,7 +167,13 @@ Build:5.0.0,40
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:5.0.1,41
|
||||
disable=ProGuard fails
|
||||
commit=5.0.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:5.0.0
|
||||
Current Version Code:40
|
||||
Current Version:5.0.1
|
||||
Current Version Code:41
|
||||
|
|
|
|||
41
metadata/com.simplemobiletools.filemanager.pro.yml
Normal file
41
metadata/com.simplemobiletools.filemanager.pro.yml
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
Categories:
|
||||
- System
|
||||
License: Apache-2.0
|
||||
AuthorName: Tibor Kaputa
|
||||
AuthorEmail: hello@simplemobiletools.com
|
||||
WebSite: https://simplemobiletools.github.io
|
||||
SourceCode: https://github.com/SimpleMobileTools/Simple-File-Manager
|
||||
IssueTracker: https://github.com/SimpleMobileTools/Simple-File-Manager/issues
|
||||
Changelog: https://github.com/SimpleMobileTools/Simple-File-Manager/blob/HEAD/CHANGELOG.md
|
||||
Donate: https://simplemobiletools.github.io/donate
|
||||
Bitcoin: 19Hc8A7sWGud8sP19VXDC5a5j28UyJfpyJ
|
||||
Litecoin: LYACbHTKaM9ZubKQGxJ4NRyVy1gHUuztRP
|
||||
|
||||
Name: Simple File Manager Pro
|
||||
AutoName: File Manager
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/SimpleMobileTools/Simple-File-Manager
|
||||
|
||||
Builds:
|
||||
- versionName: 6.0.0
|
||||
versionCode: 63
|
||||
commit: 6.0.0
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- RootTools@4.2
|
||||
- RootShell@1.3
|
||||
rm:
|
||||
- libs
|
||||
prebuild: |-
|
||||
sed -i -e '/RootTools.jar/d' -e '/keystore/d' build.gradle && \
|
||||
mkdir -p src/main/java && \
|
||||
cp -a $$RootTools$$/src/com src/main/java/ && \
|
||||
cp -a $$RootShell$$/src/com src/main/java/
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 6.0.0
|
||||
CurrentVersionCode: 63
|
||||
|
|
@ -430,7 +430,18 @@ Build:5.0.2,61
|
|||
cp -a $$RootTools$$/src/com src/main/java/ && \
|
||||
cp -a $$RootShell$$/src/com src/main/java/
|
||||
|
||||
Build:5.0.3,62
|
||||
commit=5.0.3
|
||||
subdir=app
|
||||
gradle=yes
|
||||
srclibs=RootTools@4.2,RootShell@1.3
|
||||
rm=libs
|
||||
prebuild=sed -i -e '/RootTools.jar/d' build.gradle && \
|
||||
mkdir -p src/main/java && \
|
||||
cp -a $$RootTools$$/src/com src/main/java/ && \
|
||||
cp -a $$RootShell$$/src/com src/main/java/
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:5.0.2
|
||||
Current Version Code:61
|
||||
Current Version:5.0.3
|
||||
Current Version Code:62
|
||||
|
|
|
|||
40
metadata/com.simplemobiletools.gallery.pro.yml
Normal file
40
metadata/com.simplemobiletools.gallery.pro.yml
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
- Graphics
|
||||
License: Apache-2.0
|
||||
AuthorName: Tibor Kaputa
|
||||
AuthorEmail: hello@simplemobiletools.com
|
||||
WebSite: https://simplemobiletools.github.io
|
||||
SourceCode: https://github.com/SimpleMobileTools/Simple-Gallery
|
||||
IssueTracker: https://github.com/SimpleMobileTools/Simple-Gallery/issues
|
||||
Changelog: https://github.com/SimpleMobileTools/Simple-Gallery/blob/HEAD/CHANGELOG.md
|
||||
Donate: https://simplemobiletools.github.io/donate
|
||||
Bitcoin: 19Hc8A7sWGud8sP19VXDC5a5j28UyJfpyJ
|
||||
Litecoin: LYACbHTKaM9ZubKQGxJ4NRyVy1gHUuztRP
|
||||
|
||||
Name: Simple Gallery Pro
|
||||
AutoName: Gallery
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/SimpleMobileTools/Simple-Gallery
|
||||
|
||||
Builds:
|
||||
- versionName: 6.0.0
|
||||
versionCode: 208
|
||||
commit: 6.0.0
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 6.0.2
|
||||
versionCode: 210
|
||||
commit: v6.0.2
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/keystore/d' build.gradle
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 6.0.2
|
||||
CurrentVersionCode: 210
|
||||
|
|
@ -732,7 +732,12 @@ Build:5.1.2,206
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:5.1.3,207
|
||||
commit=5.1.3
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:5.1.2
|
||||
Current Version Code:206
|
||||
Current Version:5.1.3
|
||||
Current Version Code:207
|
||||
|
|
|
|||
40
metadata/com.simplemobiletools.notes.pro.yml
Normal file
40
metadata/com.simplemobiletools.notes.pro.yml
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
Categories:
|
||||
- System
|
||||
License: Apache-2.0
|
||||
AuthorName: Tibor Kaputa
|
||||
AuthorEmail: hello@simplemobiletools.com
|
||||
WebSite: https://simplemobiletools.github.io
|
||||
SourceCode: https://github.com/SimpleMobileTools/Simple-Notes
|
||||
IssueTracker: https://github.com/SimpleMobileTools/Simple-Notes/issues
|
||||
Changelog: https://github.com/SimpleMobileTools/Simple-Notes/blob/HEAD/CHANGELOG.md
|
||||
Donate: https://simplemobiletools.github.io/donate
|
||||
Bitcoin: 19Hc8A7sWGud8sP19VXDC5a5j28UyJfpyJ
|
||||
Litecoin: LYACbHTKaM9ZubKQGxJ4NRyVy1gHUuztRP
|
||||
|
||||
Name: Simple Notes Pro
|
||||
AutoName: Notes
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/SimpleMobileTools/Simple-Notes
|
||||
|
||||
Builds:
|
||||
- versionName: 6.0.0
|
||||
versionCode: 55
|
||||
commit: 6.0.0
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/keystore/d' build.gradle
|
||||
|
||||
- versionName: 6.0.1
|
||||
versionCode: 56
|
||||
commit: v6.0.1
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/keystore/d' build.gradle
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 6.0.1
|
||||
CurrentVersionCode: 56
|
||||
|
|
@ -216,7 +216,12 @@ Build:5.0.1,53
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:5.0.2,54
|
||||
commit=5.0.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:5.0.1
|
||||
Current Version Code:53
|
||||
Current Version:5.0.2
|
||||
Current Version Code:54
|
||||
|
|
|
|||
|
|
@ -46,7 +46,16 @@ Build:0.4,4
|
|||
prebuild=sed -i -e '1d' -e "2s/^/include\ \'\:app\'\,\ \'\:Sync\' \n/" -e '/GoogleSync/d' settings.gradle && \
|
||||
sed -i -e '/googleImplementation/d' app/build.gradle
|
||||
|
||||
Build:0.9,9
|
||||
commit=v0.9
|
||||
subdir=app/CarnetAndroid
|
||||
submodules=yes
|
||||
gradle=fdroid
|
||||
output=app/build/outputs/apk/fdroid/release/app-fdroid-release-unsigned.apk
|
||||
prebuild=sed -i -e '1d' -e "2s/^/include\ \'\:app\'\,\ \'\:Sync\' \n/" -e '/GoogleSync/d' settings.gradle && \
|
||||
sed -i -e '/googleImplementation/d' app/build.gradle
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.4
|
||||
Current Version Code:4
|
||||
Current Version:0.9
|
||||
Current Version Code:9
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
Categories:Sports & Health
|
||||
License:GPL-3.0-only
|
||||
Web Site:
|
||||
Source Code:https://github.com/SunyataZero/KindMind
|
||||
Issue Tracker:https://github.com/SunyataZero/KindMind/issues
|
||||
Source Code:https://gitlab.com/SunyataZero/kindmind
|
||||
Issue Tracker:https://gitlab.com/SunyataZero/kindmind/issues
|
||||
|
||||
Auto Name:KindMind
|
||||
Summary:Be aware of sad feelings and unmet needs
|
||||
|
|
@ -17,12 +17,17 @@ chosen together so that the sorting improves as the app is used.
|
|||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/SunyataZero/KindMind
|
||||
Repo:https://gitlab.com/SunyataZero/kindmind
|
||||
|
||||
Build:1.0.0_BETA,59
|
||||
commit=cb4f7581793e33bdb773fd4c5b00eee97cce36c2
|
||||
|
||||
Build:1.2.1_BETA,65
|
||||
commit=1.2.1_BETA
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0.0_BETA
|
||||
Current Version Code:59
|
||||
Current Version:1.2.1_BETA
|
||||
Current Version Code:65
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ IssueTracker: https://github.com/theblixguy/ForceDoze/issues
|
|||
AutoName: ForceDoze
|
||||
Summary: Enable Doze mode immediately after screen off and turn off motion sensing
|
||||
Description: |-
|
||||
```ForceDoze``` allows you to forcefully enable Doze right after you turn off your
|
||||
'''ForceDoze''' allows you to forcefully enable Doze right after you turn off your
|
||||
screen, and on top of that, it also disables motion sensors so Doze stays active
|
||||
even if your device is not stationary while screen off. Doze will only deactivate
|
||||
periodically to execute maintenance jobs (like getting notifications, etc),
|
||||
|
|
@ -16,7 +16,7 @@ Description: |-
|
|||
off and Doze enabled, Doze is still periodically checking for movement, and
|
||||
disabling motion sensing improves battery life further.
|
||||
|
||||
```Features```
|
||||
'''Features'''
|
||||
|
||||
* Force Doze mode immediately after screen off or after a user specified delay
|
||||
* Add/remove apps or packages directly to system Doze whitelist
|
||||
|
|
|
|||
|
|
@ -120,6 +120,11 @@ Build:1.10.0,22
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.11.0,23
|
||||
commit=v1.11.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Maintainer Notes:
|
||||
Summary and Description are maintained by upstream using fastlane in
|
||||
the source repo:
|
||||
|
|
@ -128,5 +133,5 @@ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
|
|||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.10.0
|
||||
Current Version Code:22
|
||||
Current Version:1.11.0
|
||||
Current Version Code:23
|
||||
|
|
|
|||
|
|
@ -32,12 +32,12 @@ Builds:
|
|||
|
||||
- versionName: v1.2
|
||||
versionCode: 2
|
||||
commit: vv1.2
|
||||
commit: v1.2
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
output: app/build/outputs/apk/app-release-unsigned.apk
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: v1.2
|
||||
CurrentVersionCode: 2
|
||||
|
|
|
|||
|
|
@ -154,11 +154,17 @@ Build:1.0.31,31
|
|||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle
|
||||
gradle=fdroid
|
||||
|
||||
Build:1.0.32-fdroid,32
|
||||
commit=1.0.32-fdroid
|
||||
subdir=app
|
||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle
|
||||
gradle=fdroid
|
||||
|
||||
Maintainer Notes:
|
||||
Uses jitpack, so Gradle 2.11 or newer is needed.
|
||||
.
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0.31
|
||||
Current Version Code:31
|
||||
Current Version:1.0.32-fdroid
|
||||
Current Version Code:32
|
||||
|
|
|
|||
|
|
@ -74,7 +74,83 @@ Builds:
|
|||
popd
|
||||
ndk: r18b
|
||||
|
||||
- versionName: 3.2.3
|
||||
versionCode: 32
|
||||
commit: 3.2.3
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- libbaresip-android@1.0.1
|
||||
rm:
|
||||
- distribution/*/lib/armeabi-v7a/*.a
|
||||
build: |-
|
||||
pushd $$libbaresip-android$$ && \
|
||||
sed -i -e 's!\/usr\/local\/android-ndk-r18b!$$NDK$$!' -e 's!\/usr\/src\/baresip-studio!../../com.tutpro.baresip!' Makefile && \
|
||||
make download-sources && \
|
||||
make all && \
|
||||
make install-all && \
|
||||
popd
|
||||
ndk: r18b
|
||||
|
||||
- versionName: 4.0.0
|
||||
versionCode: 33
|
||||
commit: 4.0.0
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- libbaresip-android@1.0.1
|
||||
rm:
|
||||
- distribution/*/lib/armeabi-v7a/*.a
|
||||
build: |-
|
||||
pushd $$libbaresip-android$$ && \
|
||||
sed -i -e 's!\/usr\/local\/android-ndk-r18b!$$NDK$$!' -e 's!\/usr\/src\/baresip-studio!../../com.tutpro.baresip!' Makefile && \
|
||||
make download-sources && \
|
||||
make all && \
|
||||
make install-all && \
|
||||
popd
|
||||
ndk: r18b
|
||||
|
||||
- versionName: 4.1.0
|
||||
versionCode: 34
|
||||
commit: 4.1.0
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- libbaresip-android@1.0.1
|
||||
rm:
|
||||
- distribution/*/lib/armeabi-v7a/*.a
|
||||
build: |-
|
||||
pushd $$libbaresip-android$$ && \
|
||||
sed -i -e 's!\/usr\/local\/android-ndk-r18b!$$NDK$$!' -e 's!\/usr\/src\/baresip-studio!../../com.tutpro.baresip!' Makefile && \
|
||||
make download-sources && \
|
||||
make all && \
|
||||
make install-all && \
|
||||
popd
|
||||
ndk: r18b
|
||||
|
||||
- versionName: 4.1.2
|
||||
versionCode: 36
|
||||
commit: 4.1.2
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- libbaresip-android@1.0.1
|
||||
rm:
|
||||
- distribution/*/lib/armeabi-v7a/*.a
|
||||
build: |-
|
||||
pushd $$libbaresip-android$$ && \
|
||||
sed -i -e 's!\/usr\/local\/android-ndk-r18b!$$NDK$$!' -e 's!\/usr\/src\/baresip-studio!../../com.tutpro.baresip!' Makefile && \
|
||||
make download-sources && \
|
||||
make all && \
|
||||
make install-all && \
|
||||
popd
|
||||
ndk: r18b
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 3.2.2
|
||||
CurrentVersionCode: 31
|
||||
CurrentVersion: 4.1.2
|
||||
CurrentVersionCode: 36
|
||||
|
|
|
|||
|
|
@ -24,7 +24,21 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.0'
|
||||
versionCode: 15
|
||||
commit: v1.0
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.0.1
|
||||
versionCode: 16
|
||||
commit: v1.0.1
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '0.9'
|
||||
CurrentVersionCode: 14
|
||||
CurrentVersion: 1.0.1
|
||||
CurrentVersionCode: 16
|
||||
|
|
|
|||
|
|
@ -161,11 +161,16 @@ Build:1.9.3,41
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:2.0.2,43
|
||||
commit=V2.0.2-F-DROID
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Maintainer Notes:
|
||||
Upstream generates the version information at compile time.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.9.3
|
||||
Current Version Code:41
|
||||
Current Version:2.0.2
|
||||
Current Version Code:43
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
AntiFeatures:NonFreeNet
|
||||
Categories:Multimedia
|
||||
License:LGPL-3.0-only
|
||||
Web Site:
|
||||
|
|
@ -16,6 +17,9 @@ features:
|
|||
* select photos as tags
|
||||
* share photos and set as wallpaper
|
||||
* download raw photos.
|
||||
|
||||
By using this app you agree to the [https://unsplash.com/license Unsplash photos
|
||||
license].
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
|||
|
|
@ -88,7 +88,18 @@ Builds:
|
|||
build: ANDROID_NDK_ROOT=$$NDK$$ make
|
||||
ndk: r17b
|
||||
|
||||
- versionName: 2.4.0.0
|
||||
versionCode: 1130
|
||||
commit: v2.4.0.0
|
||||
timeout: 14400
|
||||
sudo: apt install -y g++ build-essential tofrodos
|
||||
gradle:
|
||||
- yes
|
||||
output: app/build/outputs/apk/release/wownerujo-*_universal.apk
|
||||
build: ANDROID_NDK_ROOT=$$NDK$$ make
|
||||
ndk: r17b
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.3.1.0
|
||||
CurrentVersionCode: 1120
|
||||
CurrentVersion: 2.4.0.0
|
||||
CurrentVersionCode: 1130
|
||||
|
|
|
|||
|
|
@ -121,11 +121,25 @@ Build:1.0.19,10019
|
|||
prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.6.4111459'
|
||||
ndk=r13b
|
||||
|
||||
Build:1.0.20,10020
|
||||
commit=1.0.20
|
||||
subdir=android-refimpl-app/app
|
||||
gradle=yes
|
||||
prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.6.4111459'
|
||||
ndk=r13b
|
||||
|
||||
Build:1.0.21,10021
|
||||
commit=1.0.21
|
||||
subdir=android-refimpl-app/app
|
||||
gradle=yes
|
||||
prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.6.4111459'
|
||||
ndk=r13b
|
||||
|
||||
Maintainer Notes:
|
||||
Description and summary in app git repository
|
||||
.
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags ^[0-9].*
|
||||
Current Version:1.0.19
|
||||
Current Version Code:10019
|
||||
Current Version:1.0.21
|
||||
Current Version Code:10021
|
||||
|
|
|
|||
|
|
@ -120,7 +120,12 @@ Build:1.6.1,20
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.6.2,21
|
||||
commit=v1.6.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.6.1
|
||||
Current Version Code:20
|
||||
Current Version:1.6.2
|
||||
Current Version Code:21
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ Issue Tracker:https://github.com/romario333/opensudoku/issues
|
|||
Auto Name:OpenSudoku
|
||||
Summary:Sudoku game
|
||||
Description:
|
||||
'''Hint:''' The developer marked this project as "no longer being actively
|
||||
'''Note:''' The developer marked this project as "no longer being actively
|
||||
maintained" on 2016-04-06, so you should rather use it's succesor
|
||||
[[org.moire.opensudoku]].
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
Categories:Theming
|
||||
License:GPL-3.0-or-later
|
||||
Web Site:
|
||||
Source Code:https://github.com/danielmeek32/FlexibleWallpaper
|
||||
Issue Tracker:https://github.com/danielmeek32/FlexibleWallpaper/issues
|
||||
Source Code:https://gitlab.com/danielmeek32/FlexibleWallpaper
|
||||
Issue Tracker:https://gitlab.com/danielmeek32/FlexibleWallpaper/issues
|
||||
|
||||
Auto Name:Flexible Wallpaper
|
||||
Summary:Use images with any aspect ratio as a wallpaper
|
||||
|
|
@ -24,7 +24,7 @@ nothing that I can do about it.
|
|||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/danielmeek32/FlexibleWallpaper
|
||||
Repo:https://gitlab.com/danielmeek32/FlexibleWallpaper
|
||||
|
||||
Build:1.0,1
|
||||
commit=1.0
|
||||
|
|
|
|||
|
|
@ -52,5 +52,5 @@ Maintainer Notes:
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags ^VIDELIBRI
|
||||
Current Version:1.996
|
||||
Current Version Code:1996
|
||||
Current Version:1.998
|
||||
Current Version Code:1998
|
||||
|
|
|
|||
|
|
@ -350,7 +350,17 @@ Build:11.2.0.1,800
|
|||
gradle=current
|
||||
prebuild=sed -i -e '/bintray/d' -e '/markdown/d' -e '/preset-utils/d' build.gradle
|
||||
|
||||
Build:11.2.0.0,801
|
||||
commit=11.2.0.0
|
||||
gradle=current
|
||||
prebuild=sed -i -e '/bintray/d' -e '/markdown/d' -e '/preset-utils/d' build.gradle
|
||||
|
||||
Build:11.2.1.0,802
|
||||
commit=11.2.1.0
|
||||
gradle=current
|
||||
prebuild=sed -i -e '/bintray/d' -e '/markdown/d' -e '/preset-utils/d' build.gradle
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags ^[0-9.]*$
|
||||
Current Version:11.2.0.1
|
||||
Current Version Code:800
|
||||
Current Version:11.2.1.0
|
||||
Current Version Code:802
|
||||
|
|
|
|||
|
|
@ -41,7 +41,12 @@ Build:1.5.1,13
|
|||
subdir=launcher
|
||||
gradle=yes
|
||||
|
||||
Build:1.6,14
|
||||
commit=v1.6
|
||||
subdir=launcher
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.5.1
|
||||
Current Version Code:13
|
||||
Current Version:1.6
|
||||
Current Version Code:14
|
||||
|
|
|
|||
|
|
@ -403,6 +403,13 @@ Build:1.7.0,1070000
|
|||
gradle=free
|
||||
gradleprops=freeBuild
|
||||
|
||||
Build:1.7.1,1070195
|
||||
commit=1.7.1
|
||||
subdir=app
|
||||
init=sed -i '/playCompile/d' ../core/build.gradle
|
||||
gradle=free
|
||||
gradleprops=freeBuild
|
||||
|
||||
Maintainer Notes:
|
||||
Summary and Description have been moved to the new localizable text files:
|
||||
https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
|
||||
|
|
@ -410,5 +417,5 @@ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
|
|||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.7.0
|
||||
Current Version Code:1070000
|
||||
Current Version:1.7.1
|
||||
Current Version Code:1070195
|
||||
|
|
|
|||
24
metadata/de.fzi.bettyrieckmann.quotingstars.yml
Normal file
24
metadata/de.fzi.bettyrieckmann.quotingstars.yml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
License: Apache-2.0
|
||||
SourceCode: https://github.com/uheai/Quoting-Stars
|
||||
IssueTracker: https://github.com/uheai/Quoting-Stars/issues
|
||||
|
||||
AutoName: Quoting Stars
|
||||
Summary: App for Silent Communications 2017
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/uheai/Quoting-Stars
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.8
|
||||
versionCode: 8
|
||||
commit: v1.0.8
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.8
|
||||
CurrentVersionCode: 8
|
||||
|
|
@ -101,7 +101,13 @@ Build:1.2.4,15
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2.5,16
|
||||
disable=SQLiteDBReader.java:16: error: TABLE_NAME has private access in SQLiteDefines
|
||||
commit=1.2.5
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.2.4
|
||||
Current Version Code:15
|
||||
Current Version:1.2.5
|
||||
Current Version Code:16
|
||||
|
|
|
|||
|
|
@ -1350,6 +1350,19 @@ Build:5.5.1,196
|
|||
scandelete=opacclient/buildSrc
|
||||
preassemble=downloadJson
|
||||
|
||||
Build:5.5.2,197
|
||||
commit=5.5.2
|
||||
subdir=opacclient/opacapp
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
srclibs=CWACAdapter@v1.0.1,Endless@v1.2.3
|
||||
rm=opacclient/opacapp/libs/*.jar
|
||||
prebuild=cp -fR $$CWACAdapter$$/src/com src/main/java/ && \
|
||||
cp -fR $$Endless$$/src/com src/main/java/ && \
|
||||
sed -i -e '/adapter/d' -e '/endless/d' build.gradle
|
||||
scandelete=opacclient/buildSrc
|
||||
preassemble=downloadJson
|
||||
|
||||
Maintainer Notes:
|
||||
Using commonsware maven dependencies adds READ_PHONE_STATE permission; building
|
||||
the source directly fixes this but might break more easily. Wait for next release
|
||||
|
|
@ -1358,5 +1371,5 @@ to deploy.
|
|||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:5.5.1
|
||||
Current Version Code:196
|
||||
Current Version:5.5.2
|
||||
Current Version Code:197
|
||||
|
|
|
|||
|
|
@ -35,7 +35,14 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.9'
|
||||
versionCode: 19
|
||||
commit: REL-1.9
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version REL-%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.8'
|
||||
CurrentVersionCode: 18
|
||||
CurrentVersion: '1.9'
|
||||
CurrentVersionCode: 19
|
||||
|
|
|
|||
|
|
@ -99,7 +99,12 @@ Build:1.44.2,24
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.44.3,25
|
||||
commit=v1.44.3
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.44.2
|
||||
Current Version Code:24
|
||||
Current Version:1.44.3
|
||||
Current Version Code:25
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue