mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
a8d0140f2c
629 changed files with 6045 additions and 1124 deletions
|
|
@ -1,16 +1,19 @@
|
|||
# Contributing to F-Droid
|
||||
|
||||
For information about all aspects of F-Droid, check out the
|
||||
[docs](https://f-droid.org/docs)
|
||||
|
||||
|
||||
## Issue Tracker
|
||||
|
||||
You may use the issue tracker to report issues on app metadata and issues with
|
||||
the packages distributed through our repository.
|
||||
|
||||
Please note that app submissions belong in the
|
||||
[submission queue](https://f-droid.org/forums/forum/submission-queue/).
|
||||
You may use the
|
||||
[issue tracker](https://gitlab.com/fdroid/fdroiddata/issues) to report
|
||||
issues on app metadata and issues with the packages distributed
|
||||
through our repository.
|
||||
|
||||
Before opening an issue about an outdated app, have a look at its metadata
|
||||
file and make sure that updating the app is actually possible. Issues opened
|
||||
about apps that can no longer be built will be closed.
|
||||
file and make sure that updating the app is actually possible.
|
||||
|
||||
|
||||
## Merge Requests
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ Measures your speed with GPS
|
|||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:git://git.code.sf.net/p/androidspeedo/code
|
||||
Repo:https://git.code.sf.net/p/androidspeedo/code
|
||||
|
||||
Build:1.0,1
|
||||
commit=d30c4c0b52c51bb420
|
||||
|
|
|
|||
|
|
@ -130,5 +130,5 @@ Build:2.12.9.2,137
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.12.9.3
|
||||
Current Version Code:138
|
||||
Current Version:2.12.9.4
|
||||
Current Version Code:139
|
||||
|
|
|
|||
|
|
@ -63,7 +63,17 @@ Build:1.2.0,8
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.3.0,10
|
||||
commit=v1.3.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.3.1,11
|
||||
commit=v1.3.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.2.0
|
||||
Current Version Code:8
|
||||
Current Version:1.3.1
|
||||
Current Version Code:11
|
||||
|
|
|
|||
|
|
@ -28,5 +28,5 @@ Set UCM to None because svn fetch hangs.
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:1.5
|
||||
Current Version Code:6
|
||||
Current Version:0
|
||||
Current Version Code:0
|
||||
|
|
|
|||
|
|
@ -522,11 +522,29 @@ Build:1.73,73
|
|||
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
|
||||
|
||||
Build:1.74,74
|
||||
commit=1.74
|
||||
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
|
||||
|
||||
Build:1.75,75
|
||||
commit=1.75
|
||||
subdir=app
|
||||
gradle=yes
|
||||
srclibs=RapidDecoder@7cdfca4
|
||||
prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
|
||||
sed -i -e '/rapid.decoder/d' build.gradle && \
|
||||
sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
|
||||
|
||||
Maintainer Notes:
|
||||
RapidDecoder 0.3.0 is required, but this version is not tagged.
|
||||
.
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.73
|
||||
Current Version Code:73
|
||||
Current Version:1.75
|
||||
Current Version Code:75
|
||||
|
|
|
|||
|
|
@ -649,13 +649,49 @@ Build:1.9-ose,182
|
|||
prebuild=sed -i -e 's/gradle-4.0.1/gradle-4.0/' ../gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
Build:1.9.1-ose,184
|
||||
disable=see fdroid/fdroiddata#969
|
||||
commit=v1.9.1-ose
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=standard
|
||||
prebuild=sed -i -e 's/gradle-4.0.1/gradle-4.0/' ../gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
Build:1.9.2-ose,186
|
||||
commit=v1.9.2-ose
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=standard
|
||||
prebuild=sed -i -e 's/gradle-4.0.1/gradle-4.0/' ../gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
Build:1.9.3-ose,189
|
||||
commit=v1.9.3-ose
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=standard
|
||||
prebuild=sed -i -e 's/gradle-4.0.1/gradle-4.0/' ../gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
Build:1.9.4-ose,191
|
||||
commit=v1.9.4-ose
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=standard
|
||||
prebuild=sed -i -e 's/gradle-4.0.1/gradle-4.0/' ../gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
Build:1.9.5-ose,192
|
||||
commit=v1.9.5-ose
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=standard
|
||||
prebuild=sed -i -e 's/gradle-4.0.1/gradle-4.0/' ../gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
Build:1.9.7-ose,195
|
||||
commit=v1.9.7-ose
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=standard
|
||||
prebuild=sed -i -e 's/gradle-4.0.1/gradle-4.0/' ../gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags ^v[0-9.]+-ose$
|
||||
Current Version:1.9.1-ose
|
||||
Current Version Code:184
|
||||
Current Version:1.9.7-ose
|
||||
Current Version Code:195
|
||||
|
|
|
|||
|
|
@ -91,7 +91,19 @@ Build:1.4.3,13
|
|||
submodules=yes
|
||||
gradle=yes
|
||||
|
||||
Build:1.5.2,16
|
||||
commit=v1.5.2
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
|
||||
Build:1.5.4,18
|
||||
commit=v1.5.4
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.4.3
|
||||
Current Version Code:13
|
||||
Current Version:1.5.4
|
||||
Current Version Code:18
|
||||
|
|
|
|||
|
|
@ -112,5 +112,5 @@ Build:2.5.0,250
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.5.0
|
||||
Current Version Code:250
|
||||
Current Version:2.5.2
|
||||
Current Version Code:252
|
||||
|
|
|
|||
|
|
@ -211,7 +211,13 @@ Build:1.29.2,12902
|
|||
init=sed -i '/proprietaryCompile/d' build.gradle
|
||||
gradle=foss
|
||||
|
||||
Build:1.30.0,13000
|
||||
commit=netmon-1.30.0
|
||||
subdir=networkmonitor
|
||||
init=sed -i '/proprietaryCompile/d' build.gradle
|
||||
gradle=foss
|
||||
|
||||
Auto Update Mode:Version netmon-%v
|
||||
Update Check Mode:Tags ^netmon-
|
||||
Current Version:1.29.2
|
||||
Current Version Code:12902
|
||||
Current Version:1.30.0
|
||||
Current Version Code:13000
|
||||
|
|
|
|||
|
|
@ -333,7 +333,22 @@ Build:1.22.2,112202
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.22.3,112203
|
||||
commit=release-1.22.3
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.25.0,112500
|
||||
commit=release-1.25.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.25.1,112501
|
||||
commit=release-1.25.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version release-%v
|
||||
Update Check Mode:Tags ^release-
|
||||
Current Version:1.22.2
|
||||
Current Version Code:112202
|
||||
Current Version:1.25.1
|
||||
Current Version Code:112501
|
||||
|
|
|
|||
|
|
@ -170,7 +170,13 @@ Build:1.0.55,10549
|
|||
Build:1.0.56,10560
|
||||
commit=1.0.56
|
||||
|
||||
Build:1.0.57,10571
|
||||
commit=1.0.57
|
||||
|
||||
Build:1.0.58,10580
|
||||
commit=1.0.58
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0.56
|
||||
Current Version Code:10560
|
||||
Current Version:1.0.58
|
||||
Current Version Code:10580
|
||||
|
|
|
|||
|
|
@ -69,7 +69,12 @@ Build:0.3-4,15
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.3-5,16
|
||||
commit=v0.3-5
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.3-4
|
||||
Current Version Code:15
|
||||
Current Version:0.3-5
|
||||
Current Version Code:16
|
||||
|
|
|
|||
|
|
@ -183,7 +183,7 @@ Maintainer Notes:
|
|||
Archive Policy:0 versions
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Static
|
||||
Current Version:1.9.1.1
|
||||
Current Version Code:115
|
||||
Current Version:0
|
||||
Current Version Code:0
|
||||
|
||||
No Source Since:1.9.2.0
|
||||
|
|
|
|||
|
|
@ -41,5 +41,5 @@ This app has been moved to the archive because people did complain to upstream -
|
|||
Archive Policy:0 versions
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Static
|
||||
Current Version:0.8.0
|
||||
Current Version Code:66
|
||||
Current Version:0
|
||||
Current Version Code:0
|
||||
|
|
|
|||
|
|
@ -43,5 +43,5 @@ Build:1.4,4
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.4
|
||||
Current Version Code:4
|
||||
Current Version:1.5
|
||||
Current Version Code:5
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ Maintainer Notes:
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Static
|
||||
Current Version:1.09.05
|
||||
Current Version Code:10905
|
||||
Current Version:0
|
||||
Current Version Code:0
|
||||
|
||||
No Source Since:1.09.11
|
||||
|
|
|
|||
|
|
@ -27,5 +27,5 @@ Includes binaries!
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Static
|
||||
Current Version:1.4.6
|
||||
Current Version Code:15
|
||||
Current Version:0
|
||||
Current Version Code:0
|
||||
|
|
|
|||
|
|
@ -211,7 +211,19 @@ Build:2.0.6.4,154
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Build:2.2.0.6,162
|
||||
commit=v2.2.0.6
|
||||
subdir=app
|
||||
gradle=flavor1
|
||||
rm=app/libs
|
||||
|
||||
Build:2.2.0.8,164
|
||||
commit=v2.2.0.8
|
||||
subdir=app
|
||||
gradle=flavor1
|
||||
rm=app/libs
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.2.0.0
|
||||
Current Version Code:156
|
||||
Current Version:2.2.0.8
|
||||
Current Version Code:164
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ To run this, you need a non-free BIOS file, which must be obtained elsewhere.
|
|||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:git://git.code.sf.net/p/gameboid/code
|
||||
Repo:https://git.code.sf.net/p/gameboid/code
|
||||
|
||||
Build:1.3.2,6
|
||||
commit=1.3.2
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ who in turn used code of gnuboy.
|
|||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:git://git.code.sf.net/p/gbcoid/code
|
||||
Repo:https://git.code.sf.net/p/gbcoid/code
|
||||
|
||||
Build:1.8.5,32
|
||||
commit=1.8.5
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ who in turn used code of FCEUltra (currently known as FCEUX).
|
|||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:git://git.code.sf.net/p/nesoid/code
|
||||
Repo:https://git.code.sf.net/p/nesoid/code
|
||||
|
||||
Build:2.5,61
|
||||
commit=2.5
|
||||
|
|
|
|||
|
|
@ -18,17 +18,12 @@ permission.
|
|||
Repo Type:git
|
||||
Repo:https://github.com/nilesr/United4
|
||||
|
||||
Build:4.1.3,413
|
||||
commit=8d89932
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:4.1.4,414
|
||||
commit=4.1.4
|
||||
Build:4.1.6,416
|
||||
commit=4.1.6
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:4.1.4
|
||||
Current Version Code:414
|
||||
Current Version:4.1.6
|
||||
Current Version Code:416
|
||||
|
|
@ -169,8 +169,8 @@ Build:1.09.39,49
|
|||
sed -i -e 's/${AMPACHE_USERNAME}/null/g' build.gradle && \
|
||||
sed -i -e 's/${AMPACHE_PASSWORD}/null/g' build.gradle
|
||||
|
||||
Build:1.09.40,50
|
||||
commit=v1.09.40
|
||||
Build:1.09.43,53
|
||||
commit=v1.09.43
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
|
|
@ -182,5 +182,5 @@ Build:1.09.40,50
|
|||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.09.40
|
||||
Current Version Code:50
|
||||
Current Version:1.09.43
|
||||
Current Version Code:53
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Categories:Writing
|
||||
License:GPL-3.0
|
||||
Web Site:http://j.mp/sshkeyboardandroid
|
||||
Web Site:http://www.pedramhayati.com/2012/07/16/ssh-terminal-keyboard-android/
|
||||
Source Code:https://github.com/pi3ch/ssh_anysoftkeyboard
|
||||
Issue Tracker:https://github.com/pi3ch/ssh_anysoftkeyboard/issues
|
||||
Donate:http://anysoftkeyboard.github.io/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Categories:Writing
|
||||
License:GPL-3.0
|
||||
Web Site:http://j.mp/farsiandroid
|
||||
Web Site:http://www.pedramhayati.com/2011/05/15/persianfarsi-language-for-android
|
||||
Source Code:https://github.com/pi3ch/persian_anysoftkeyboard
|
||||
Issue Tracker:https://github.com/pi3ch/persian_anysoftkeyboard/issues
|
||||
Donate:http://anysoftkeyboard.github.io/
|
||||
|
|
|
|||
|
|
@ -37,16 +37,23 @@ Build:1.1.11,1801011100
|
|||
subdir=app
|
||||
gradle=v18
|
||||
|
||||
Build:1.1.15,2010115014
|
||||
commit=1.1.15
|
||||
subdir=app
|
||||
gradle=v14
|
||||
|
||||
Build:1.1.15,2010115018
|
||||
commit=1.1.15
|
||||
subdir=app
|
||||
gradle=v18
|
||||
|
||||
Maintainer Notes:
|
||||
Build both flavors with each release.
|
||||
VC is generated at buildtime, cannot set UCM.
|
||||
VC starts with api version, so we will run into problems: once we have
|
||||
more v18 builds than archive policy allows in general, even new v14
|
||||
builds will only deploy to archive...
|
||||
.
|
||||
|
||||
Archive Policy:4 versions
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:1.1.11
|
||||
Current Version Code:1801011100
|
||||
Current Version:1.1.15
|
||||
Current Version Code:2010115018
|
||||
|
|
|
|||
|
|
@ -6,10 +6,11 @@ Issue Tracker:https://gitlab.com/funkygoby/metronome/issues
|
|||
Changelog:https://gitlab.com/funkygoby/metronome/blob/HEAD/CHANGELOG
|
||||
|
||||
Auto Name:Metronome
|
||||
Summary:Use your smartphone as a metronome
|
||||
Summary:A light and reliable metronome
|
||||
Description:
|
||||
A reliable metronome for Android with large BPM capabilities and able to follow
|
||||
a user-defined structure
|
||||
A reliable metronome for Android with large BPM capabilities, able to follow a
|
||||
user-defined structure, polyrhythms and random mute. With generated or native
|
||||
sounds
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
|||
|
|
@ -218,8 +218,26 @@ Build:0.9.6,453
|
|||
build=$$NDK$$/ndk-build && \
|
||||
gradle nativeLibsToJar
|
||||
|
||||
Build:0.9.8,473
|
||||
commit=v0.9.8
|
||||
subdir=MessengerProj
|
||||
submodules=yes
|
||||
gradle=fat
|
||||
build=$$NDK$$/ndk-build -j `nproc` && \
|
||||
gradle nativeLibsToJar
|
||||
ndk=r15c
|
||||
|
||||
Build:0.9.9,483
|
||||
commit=v0.9.9
|
||||
subdir=MessengerProj
|
||||
submodules=yes
|
||||
gradle=fat
|
||||
build=$$NDK$$/ndk-build -j `nproc` && \
|
||||
gradle nativeLibsToJar
|
||||
ndk=r15c
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Vercode Operation:%c*10 + 3
|
||||
Current Version:0.9.6
|
||||
Current Version Code:453
|
||||
Current Version:v0.10.0
|
||||
Current Version Code:33
|
||||
|
|
|
|||
|
|
@ -105,7 +105,12 @@ Build:0.5.5,27
|
|||
subdir=app
|
||||
gradle=FlavorDefault
|
||||
|
||||
Build:0.5.8(alpha),30
|
||||
commit=v0.5.8(alpha)
|
||||
subdir=app
|
||||
gradle=FlavorDefault
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.5.5
|
||||
Current Version Code:27
|
||||
Current Version:0.5.8(alpha)
|
||||
Current Version Code:30
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Issue Tracker:https://github.com/BiglySoftware/BiglyBT-Android/issues
|
|||
Donate:https://www.biglybt.com/donation/donate.php
|
||||
Bitcoin:1BiGLYBT38ttJhvZkjGc5mCw5uKoRHcUmr
|
||||
|
||||
Name: BiglyBT, Torrent Downloader
|
||||
Name:BiglyBT, Torrent Downloader
|
||||
Auto Name:BiglyBT
|
||||
|
||||
Repo Type:git
|
||||
|
|
@ -20,11 +20,35 @@ Build:1.1.0,9
|
|||
prebuild=sed -i -e '/gaFlavorCompile/d; /dexcount/d; /google-services/d' build.gradle && \
|
||||
sed -i -e '/google-services/d' ../build.gradle
|
||||
|
||||
Build:1.1.1,15
|
||||
commit=v1.1.1
|
||||
subdir=BiglyBT
|
||||
patch=noDexClassLoader.patch
|
||||
gradle=CoreFlavorNogaFlavor
|
||||
prebuild=sed -i -e '/gaFlavorCompile/d; /dexcount/d; /google-services/d' build.gradle && \
|
||||
sed -i -e '/google-services/d' ../build.gradle
|
||||
|
||||
Build:1.1.2,17
|
||||
commit=v1.1.2
|
||||
subdir=BiglyBT
|
||||
patch=noDexClassLoader.patch
|
||||
gradle=CoreFlavorNogaFlavor
|
||||
prebuild=sed -i -e '/gaFlavorCompile/d; /dexcount/d; /google-services/d' build.gradle && \
|
||||
sed -i -e '/google-services/d' ../build.gradle
|
||||
|
||||
Build:1.1.4,19
|
||||
commit=v1.1.4
|
||||
subdir=BiglyBT
|
||||
patch=noDexClassLoader.patch
|
||||
gradle=CoreFlavorNogaFlavor
|
||||
prebuild=sed -i -e '/gaFlavorCompile/d; /dexcount/d; /google-services/d' build.gradle && \
|
||||
sed -i -e '/google-services/d' ../build.gradle
|
||||
|
||||
Maintainer Notes:
|
||||
Repo has metadata structure for description, title, images, etc
|
||||
.
|
||||
|
||||
Auto Update Mode:Version +-fdroid v%v
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags ^v[0-9.]*$
|
||||
Current Version:1.1.0
|
||||
Current Version Code:9
|
||||
Current Version:1.1.4
|
||||
Current Version Code:19
|
||||
|
|
|
|||
31
metadata/com.bijoysingh.quicknote.txt
Normal file
31
metadata/com.bijoysingh.quicknote.txt
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
Categories:Writing
|
||||
License:GPL-3.0
|
||||
Web Site:
|
||||
Source Code:https://github.com/BijoySingh/Material-Notes-Android-App
|
||||
Issue Tracker:https://github.com/BijoySingh/Material-Notes-Android-App/issues
|
||||
|
||||
Auto Name:Material Notes
|
||||
Summary:Quick and beautiful note-taking
|
||||
Description:
|
||||
Material Notes offers a simple no hassle interface for adding notes in a
|
||||
beautiful material design. It works completely offline, offers rich notes with
|
||||
lists, headings, quotes and more.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/BijoySingh/Material-Notes-Android-App
|
||||
|
||||
Build:3.2.0,18
|
||||
commit=v3.2.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:3.5.0,22
|
||||
commit=v3.5.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:3.5.0
|
||||
Current Version Code:22
|
||||
26
metadata/com.bmco.cratesiounofficial.txt
Normal file
26
metadata/com.bmco.cratesiounofficial.txt
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
Categories:Development
|
||||
License:Apache-2.0
|
||||
Web Site:
|
||||
Source Code:https://github.com/TheUberCatman/crates-io-android
|
||||
Issue Tracker:https://github.com/TheUberCatman/crates-io-android/issues
|
||||
|
||||
Auto Name:Crates.io unofficial
|
||||
Summary:Rust crates.io browsing app
|
||||
Description:
|
||||
This app is made for making it easy to browse Rust crates. Where you can
|
||||
subscribe to your favorites and get notifications when they got updates or when
|
||||
they get downloaded more.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/TheUberCatman/crates-io-android
|
||||
|
||||
Build:1.3.2,6
|
||||
commit=1.3.2-fix
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.3.2
|
||||
Current Version Code:6
|
||||
|
|
@ -35,7 +35,12 @@ Build:1.1.1,11
|
|||
subdir=bitcoincash
|
||||
gradle=yes
|
||||
|
||||
Build:1.2,20
|
||||
commit=bch-1.2
|
||||
subdir=bitcoincash
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version bch-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.1.1
|
||||
Current Version Code:11
|
||||
Current Version:1.2
|
||||
Current Version Code:20
|
||||
|
|
|
|||
|
|
@ -156,7 +156,12 @@ Build:5.2.2,122
|
|||
subdir=bitcoin
|
||||
gradle=yes
|
||||
|
||||
Build:5.3,130
|
||||
commit=btc-5.3
|
||||
subdir=bitcoin
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version btc-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:5.2.2
|
||||
Current Version Code:122
|
||||
Current Version:5.3
|
||||
Current Version Code:130
|
||||
|
|
|
|||
|
|
@ -40,7 +40,12 @@ Build:1.2.2,22
|
|||
subdir=ethereum
|
||||
gradle=yes
|
||||
|
||||
Build:1.3,30
|
||||
commit=eth-1.3
|
||||
subdir=ethereum
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version eth-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.2.2
|
||||
Current Version Code:22
|
||||
Current Version:1.3
|
||||
Current Version Code:30
|
||||
|
|
|
|||
|
|
@ -40,7 +40,12 @@ Build:1.1.2,12
|
|||
subdir=litecoin
|
||||
gradle=yes
|
||||
|
||||
Build:1.2,20
|
||||
commit=ltc-1.2
|
||||
subdir=litecoin
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version ltc-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.1.2
|
||||
Current Version Code:12
|
||||
Current Version:1.2
|
||||
Current Version Code:20
|
||||
|
|
|
|||
|
|
@ -31,5 +31,5 @@ Build:2.5.0,20
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:3.0.0
|
||||
Current Version Code:24
|
||||
Current Version:3.0.1
|
||||
Current Version Code:25
|
||||
|
|
|
|||
|
|
@ -126,11 +126,13 @@ Build:2.4.12,2041200
|
|||
prebuild=sed -i -e '1,14d' -e '/normalImplementation/,+2d' -e '/enableCrashlytics/s/true/false/g' -e "/apply plugin: 'io.fabric'/d" build.gradle && \
|
||||
sed -i -e '/maven.google.com/d' ../build.gradle
|
||||
|
||||
Maintainer Notes:
|
||||
Upstream generates version at build time, no UCM.
|
||||
.
|
||||
Build:2.5.0,2050000
|
||||
commit=2.5.0
|
||||
subdir=app
|
||||
gradle=fdroid
|
||||
prebuild=sed -i -e '1,14d' -e '/normalImplementation/,+2d' -e '/enableCrashlytics/s/true/false/g' -e "/apply plugin: 'io.fabric'/d" build.gradle
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:2.4.12
|
||||
Current Version Code:2041200
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.5.0
|
||||
Current Version Code:2050000
|
||||
|
|
|
|||
|
|
@ -83,7 +83,12 @@ Build:1.2,34
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2.1,35
|
||||
commit=v1.2.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.2
|
||||
Current Version Code:34
|
||||
Current Version:1.2.1
|
||||
Current Version Code:35
|
||||
|
|
|
|||
|
|
@ -55,5 +55,5 @@ Build:1.1.6,11
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.2.2
|
||||
Current Version Code:14
|
||||
Current Version:1.2.3
|
||||
Current Version Code:15
|
||||
|
|
|
|||
|
|
@ -7,28 +7,6 @@ Issue Tracker:https://github.com/etesync/android/issues
|
|||
Changelog:https://github.com/etesync/android/blob/HEAD/ChangeLog.md
|
||||
|
||||
Auto Name:EteSync
|
||||
Summary:Synchronize contacts and calendars securely
|
||||
Description:
|
||||
Secure, End-to-End encrypted and journalized personal information
|
||||
synchronization for Android. Currently only contacts and calendars, with more on
|
||||
the way.
|
||||
|
||||
In order to use this application you need to have an account with EteSync. Check
|
||||
out [https://www.etesync.com/] for more information. The server code is
|
||||
available at [https://github.com/etesync/journal-manager].
|
||||
|
||||
'''Easy to Use:''' EteSync is very easy to use. It seamlessly integrates with
|
||||
Android so you won't even notice you are using it. Security doesn't always have
|
||||
to come at a cost.
|
||||
|
||||
'''Secure & Open:''' Thanks to End-to-End encryption, not even we can see your
|
||||
data. Don't believe us? You shouldn't, just verify yourself, the client is open
|
||||
source.
|
||||
|
||||
'''Full History:''' A full history of your data is saved in an integrity-checked
|
||||
journal which means no one can modify or truncate information without your
|
||||
knowledge.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/etesync/android
|
||||
|
|
@ -119,7 +97,37 @@ Build:0.18.1,16
|
|||
submodules=yes
|
||||
gradle=yes
|
||||
|
||||
Build:0.18.2,17
|
||||
commit=v0.18.2
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
|
||||
Build:0.19.1,19
|
||||
commit=v0.19.1
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
|
||||
Build:0.19.2,20
|
||||
commit=v0.19.2
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
|
||||
Build:0.19.3,21
|
||||
commit=v0.19.3
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
|
||||
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
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.18.1
|
||||
Current Version Code:16
|
||||
Current Version:0.19.3
|
||||
Current Version Code:21
|
||||
|
|
|
|||
|
|
@ -313,5 +313,5 @@ See here: https://github.com/farmerbb/Taskbar/issues/4
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:3.7.2
|
||||
Current Version Code:171
|
||||
Current Version:3.8
|
||||
Current Version Code:174
|
||||
|
|
|
|||
|
|
@ -95,7 +95,12 @@ Build:4.5.1,451
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:4.5.5,455
|
||||
commit=4.5.5
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:4.5.1
|
||||
Current Version Code:451
|
||||
Current Version:4.5.5
|
||||
Current Version Code:455
|
||||
|
|
|
|||
|
|
@ -69,7 +69,17 @@ Build:0.4.1,12
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.5.0,13
|
||||
commit=v0.5.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.5.1,14
|
||||
commit=v0.5.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.4.1
|
||||
Current Version Code:12
|
||||
Current Version:0.5.1
|
||||
Current Version Code:14
|
||||
|
|
|
|||
|
|
@ -567,11 +567,21 @@ Build:V1.5.3,10503
|
|||
cp -fR $$UsbSerial4Android$$/usbSerialForAndroid/src/main/java/com src/ && \
|
||||
cp $$AChartEngineFr3ts0n$$/target/achartengine-1.2.0.jar libs/
|
||||
|
||||
Build:V1.5.4,10504
|
||||
commit=V1.5.4
|
||||
srclibs=AChartEngineFr3ts0n@e2594a4a257cfeacba3595f1b16218a5541810c3,UsbSerial4Android@a213f06ad0b19fd6f1a6b4f8b2f74f986a00ea68
|
||||
rm=libs/*.jar,src/com/fr3ts0n/pvs/gui/,src/com/fr3ts0n/ecu/gui/application/,src/com/fr3ts0n/prot/gui/
|
||||
build=pushd $$AChartEngineFr3ts0n$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp -fR $$UsbSerial4Android$$/usbSerialForAndroid/src/main/java/com src/ && \
|
||||
cp $$AChartEngineFr3ts0n$$/target/achartengine-1.2.0.jar libs/
|
||||
|
||||
Maintainer Notes:
|
||||
Very unstable and complex build, do not enable auto updates.
|
||||
.
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:V1.5.3
|
||||
Current Version Code:10503
|
||||
Current Version:V1.5.4
|
||||
Current Version Code:10504
|
||||
|
|
|
|||
36
metadata/com.freerdp.afreerdp.txt
Normal file
36
metadata/com.freerdp.afreerdp.txt
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
Categories:Internet,Connectivity
|
||||
License:Apache-2.0
|
||||
Web Site:http://www.freerdp.com/
|
||||
Source Code:https://github.com/FreeRDP/FreeRDP
|
||||
Issue Tracker:https://github.com/FreeRDP/FreeRDP/issues
|
||||
|
||||
Auto Name:aFreeRDP
|
||||
Summary:FreeRDP is a free remote desktop protocol client
|
||||
Description:
|
||||
FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released
|
||||
under the Apache license. Enjoy the freedom of using your software wherever you
|
||||
want, the way you want it, in a world where interoperability can finally
|
||||
liberate your computing experience.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/FreeRDP/FreeRDP.git
|
||||
|
||||
Build:2.0.0-rc0,10
|
||||
commit=2.0.0-rc0
|
||||
subdir=client/Android/Studio/aFreeRDP
|
||||
patch=2.0.0-rc0-gcc-sysroot.diff
|
||||
gradle=yes
|
||||
prebuild=echo -e "RELEASE_STORE_FILE=\nRELEASE_KEY_ALIAS=" >>../gradle.properties && \
|
||||
cd ../../../../scripts && \
|
||||
sed -i -e 's/OPENSSL_TAG=OpenSSL_1_1_0[a-f]/OPENSSL_TAG=OpenSSL_1_1_0g/' -e 's/WITH_OPENH264=0/WITH_OPENH264=1/' android-build-*.conf && \
|
||||
sed -i -e 's/make/make USE_ASM=no/' android-build-openh264.sh
|
||||
build=cd ../../../../scripts && \
|
||||
./android-build-freerdp.sh --ndk $$NDK$$ --sdk $$SDK$$ --conf android-build-32.conf && \
|
||||
./android-build-freerdp.sh --ndk $$NDK$$ --sdk $$SDK$$ --conf android-build-64.conf
|
||||
ndk=r12b
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:2.0.0-rc0
|
||||
Current Version Code:10
|
||||
15
metadata/com.freerdp.afreerdp/2.0.0-rc0-gcc-sysroot.diff
Normal file
15
metadata/com.freerdp.afreerdp/2.0.0-rc0-gcc-sysroot.diff
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
diff --git a/cmake/AndroidToolchain.cmake b/cmake/AndroidToolchain.cmake
|
||||
index d682e28df..fcc47399a 100644
|
||||
--- a/cmake/AndroidToolchain.cmake
|
||||
+++ b/cmake/AndroidToolchain.cmake
|
||||
@@ -1369,6 +1369,10 @@ if( ANDROID_COMPILER_IS_CLANG )
|
||||
if( BUILD_WITH_ANDROID_NDK )
|
||||
set( ANDROID_CXX_FLAGS "-gcc-toolchain ${ANDROID_TOOLCHAIN_ROOT} ${ANDROID_CXX_FLAGS}" )
|
||||
endif()
|
||||
+else()
|
||||
+ if( BUILD_WITH_ANDROID_NDK )
|
||||
+ set( ANDROID_CXX_FLAGS "${ANDROID_CXX_FLAGS} --sysroot=${ANDROID_SYSROOT}" )
|
||||
+ endif()
|
||||
endif()
|
||||
|
||||
# cache flags
|
||||
|
|
@ -22,5 +22,5 @@ Build:4.2.1,17
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:5.1.0
|
||||
Current Version Code:19
|
||||
Current Version:5.1.1
|
||||
Current Version Code:20
|
||||
|
|
|
|||
28
metadata/com.games.boardgames.aeonsend.txt
Normal file
28
metadata/com.games.boardgames.aeonsend.txt
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
Categories:Games
|
||||
License:GPL-3.0
|
||||
Author Name:Jan Svoboda
|
||||
Author Email:svoboh@gmail.com
|
||||
Web Site:https://github.com/JanSvoboda/aeonsend-randomizer/blob/HEAD/README.md
|
||||
Source Code:https://github.com/JanSvoboda/aeonsend-randomizer
|
||||
Issue Tracker:https://github.com/JanSvoboda/aeonsend-randomizer/issues
|
||||
|
||||
Auto Name:Aeon's End
|
||||
Summary:Unofficial market setup randomizer for boardgame Aeon's End
|
||||
Description:
|
||||
Android app to help you randomize you Market Setup. Choose number of players and
|
||||
expansions that you want to have included in your game and then choose you
|
||||
market setup. Voila - your market is randomized and created for you.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/JanSvoboda/aeonsend-randomizer.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
|
||||
|
|
@ -129,12 +129,28 @@ Build:3.4.2-foss,49
|
|||
prebuild=sed -i -e '/play-services/d' -e '/firebase/d' build.gradle
|
||||
scanignore=mobile/src/main/res/raw/datagz
|
||||
|
||||
Build:3.4.5,52
|
||||
commit=v3.4.5
|
||||
subdir=mobile
|
||||
gradle=yes
|
||||
forceversion=yes
|
||||
rm=mobile/annotations.jar
|
||||
scanignore=mobile/src/main/res/raw/datagz
|
||||
|
||||
Build:3.4.6,53
|
||||
commit=v3.4.6
|
||||
subdir=mobile
|
||||
gradle=yes
|
||||
forceversion=yes
|
||||
rm=mobile/annotations.jar
|
||||
scanignore=mobile/src/main/res/raw/datagz
|
||||
|
||||
Maintainer Notes:
|
||||
Under mobile/src/main/res/raw/datagz is the apps card database.
|
||||
Cannot enable AUM because of fdroid/fdroidserver#144.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:3.4.3
|
||||
Current Version Code:50
|
||||
Current Version:3.4.6
|
||||
Current Version Code:53
|
||||
|
|
|
|||
|
|
@ -41,7 +41,32 @@ Build:1.2.2.1,46
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2.3,49
|
||||
commit=1.2.3
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2.4,50
|
||||
commit=1.2.4
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2.4.1,51
|
||||
commit=1.2.4.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2.4.2,52
|
||||
commit=1.2.4.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2.4.4,54
|
||||
commit=1.2.4.4
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags ^[0-9\.]*$
|
||||
Current Version:1.2.2.1
|
||||
Current Version Code:46
|
||||
Current Version:1.2.4.4
|
||||
Current Version Code:54
|
||||
|
|
|
|||
|
|
@ -92,5 +92,5 @@ Build:4.2.1,55
|
|||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:4.2.1
|
||||
Current Version Code:55
|
||||
Current Version:4.1.2
|
||||
Current Version Code:53
|
||||
|
|
|
|||
|
|
@ -92,5 +92,5 @@ be used.
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.14.3b1
|
||||
Current Version Code:27
|
||||
Current Version:1.14.5b2
|
||||
Current Version Code:30
|
||||
|
|
|
|||
|
|
@ -289,6 +289,13 @@ Build:1.54.1b2,330
|
|||
extlibs=android/android-support-v4.jar
|
||||
scanignore=src/com/ghostsq/commander/adapters/CA.java
|
||||
|
||||
Build:1.55b3,335
|
||||
commit=599
|
||||
srclibs=Zip4j@d0ec9f4f80bdbeaec76478ab0c0a63d9e9e7eaa5
|
||||
extlibs=android/android-support-v4.jar
|
||||
prebuild=mv $$Zip4j$$/src/net ./src/
|
||||
scanignore=src/com/ghostsq/commander/adapters/CA.java
|
||||
|
||||
Maintainer Notes:
|
||||
No commit messages in source repo! No tags. Apks on website can be used to
|
||||
confirm a release is real. Commit where AndroidManifest is changed usually
|
||||
|
|
@ -300,5 +307,5 @@ The scanignore is for the dex class loading which is used for loading plugins.
|
|||
Archive Policy:4 versions
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.54.1b2
|
||||
Current Version Code:330
|
||||
Current Version:1.55b3
|
||||
Current Version Code:335
|
||||
|
|
|
|||
|
|
@ -191,7 +191,49 @@ Build:3.0.43,209
|
|||
subdir=app
|
||||
gradle=universal
|
||||
|
||||
Build:3.0.47,213
|
||||
commit=audiorecorder-3.0.47
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:3.0.51,217
|
||||
commit=audiorecorder-3.0.51
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:3.0.53,219
|
||||
commit=audiorecorder-3.0.53
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:3.0.54,220
|
||||
commit=audiorecorder-3.0.54
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:3.0.55,221
|
||||
commit=audiorecorder-3.0.55
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:3.0.57,223
|
||||
commit=audiorecorder-3.0.57
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:3.0.59,225
|
||||
commit=audiorecorder-3.0.59
|
||||
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.0.43
|
||||
Current Version Code:209
|
||||
Current Version:3.0.59
|
||||
Current Version Code:225
|
||||
|
|
|
|||
|
|
@ -141,7 +141,55 @@ Build:1.4.3,106
|
|||
subdir=app
|
||||
gradle=universal
|
||||
|
||||
Build:1.4.5,108
|
||||
commit=callrecorder-1.4.5
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:1.4.7,110
|
||||
commit=callrecorder-1.4.7
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:1.4.9,112
|
||||
commit=callrecorder-1.4.9
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:1.4.10,113
|
||||
commit=callrecorder-1.4.10
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:1.4.11,114
|
||||
commit=callrecorder-1.4.11
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:1.4.13,116
|
||||
commit=callrecorder-1.4.13
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:1.4.14,117
|
||||
commit=callrecorder-1.4.14
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:1.4.16,119
|
||||
commit=callrecorder-1.4.16
|
||||
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.4.3
|
||||
Current Version Code:106
|
||||
Current Version:1.4.16
|
||||
Current Version Code:119
|
||||
|
|
|
|||
|
|
@ -191,7 +191,27 @@ Build:3.0.68,320
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:3.1.5,326
|
||||
commit=hourlyreminder-3.1.5
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:3.1.7,328
|
||||
commit=hourlyreminder-3.1.7
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:3.1.8,329
|
||||
commit=hourlyreminder-3.1.8
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:3.1.15,336
|
||||
commit=hourlyreminder-3.1.15
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version hourlyreminder-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:3.0.68
|
||||
Current Version Code:320
|
||||
Current Version:3.1.15
|
||||
Current Version Code:336
|
||||
|
|
|
|||
|
|
@ -122,7 +122,32 @@ Build:1.2.83,96
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2.85,99
|
||||
commit=mover-1.2.85
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2.86,100
|
||||
commit=mover-1.2.86
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2.90,104
|
||||
commit=mover-1.2.90
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2.91,105
|
||||
commit=mover-1.2.91
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2.94,108
|
||||
commit=mover-1.2.94
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version mover-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.2.83
|
||||
Current Version Code:96
|
||||
Current Version:1.2.94
|
||||
Current Version Code:108
|
||||
|
|
|
|||
|
|
@ -229,7 +229,61 @@ Build:3.4.35,519
|
|||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:3.4.47,531
|
||||
commit=torrentclient-3.4.47
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:3.4.48,532
|
||||
commit=torrentclient-3.4.48
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:3.4.56,540
|
||||
commit=torrentclient-3.4.56
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:3.4.60,544
|
||||
commit=torrentclient-3.4.60
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:3.4.63,547
|
||||
commit=torrentclient-3.4.63
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:3.4.66,550
|
||||
commit=torrentclient-3.4.66
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:3.4.67,551
|
||||
commit=torrentclient-3.4.67
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:3.4.68,552
|
||||
commit=torrentclient-3.4.68
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:3.4.79,567
|
||||
commit=torrentclient-3.4.79
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Auto Update Mode:Version torrentclient-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:3.4.35
|
||||
Current Version Code:519
|
||||
Current Version:3.4.79
|
||||
Current Version Code:567
|
||||
|
|
|
|||
|
|
@ -54,7 +54,17 @@ Build:1.7,8
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.8,9
|
||||
commit=v1.8
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.9,10
|
||||
commit=v1.9
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.7
|
||||
Current Version Code:8
|
||||
Current Version:1.9
|
||||
Current Version Code:10
|
||||
|
|
|
|||
20
metadata/com.github.mueller_ma.viewandroidversion.txt
Normal file
20
metadata/com.github.mueller_ma.viewandroidversion.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
Categories:System
|
||||
License:GPL-3.0
|
||||
Web Site:https://github.com/mueller-ma/View-android-version/blob/HEAD/README.md
|
||||
Source Code:https://github.com/mueller-ma/View-android-version
|
||||
Issue Tracker:https://github.com/mueller-ma/View-android-version/issues
|
||||
|
||||
Auto Name:Android version
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/mueller-ma/View-android-version.git
|
||||
|
||||
Build:1.2,2
|
||||
commit=v1.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.2
|
||||
Current Version Code:2
|
||||
|
|
@ -184,8 +184,16 @@ Build:2.3.22,222
|
|||
sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/play-services/d' -e '/google-services/d' build.gradle && \
|
||||
sed -i -e '/dl.bintray.com\/lukaville/d' -e 's/com.nbsp:library:1.6/com.github.nbsp-team:MaterialFilePicker:5e0a4834/g' build.gradle
|
||||
|
||||
Build:2.3.27,227
|
||||
commit=227
|
||||
subdir=app
|
||||
gradle=purefloss
|
||||
prebuild=touch translate.properties && \
|
||||
sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/play-services/d' -e '/google-services/d' build.gradle && \
|
||||
sed -i -e '/dl.bintray.com\/lukaville/d' -e 's/com.nbsp:library:1.6/com.github.nbsp-team:MaterialFilePicker:5e0a4834/g' build.gradle
|
||||
|
||||
Auto Update Mode:Version %c
|
||||
Update Check Mode:HTTP
|
||||
Update Check Data:https://raw.githubusercontent.com/premnirmal/StockTicker/master/app/version.properties|versionCode=(.*)|.|versionName=(.*)
|
||||
Current Version:2.3.22
|
||||
Current Version Code:222
|
||||
Current Version:2.3.27
|
||||
Current Version Code:227
|
||||
|
|
|
|||
|
|
@ -188,7 +188,27 @@ Build:0.28,28
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.29,29
|
||||
commit=0.29
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.30,30
|
||||
commit=0.30
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.31,31
|
||||
commit=0.31
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.32,32
|
||||
commit=0.32
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.28
|
||||
Current Version Code:28
|
||||
Current Version:0.32
|
||||
Current Version Code:32
|
||||
|
|
|
|||
|
|
@ -92,7 +92,21 @@ Build:1.4.5,1004005
|
|||
rm=desktop
|
||||
scanignore=android/libs/*
|
||||
|
||||
Build:1.4.6,1004006
|
||||
commit=v1.4.6
|
||||
subdir=android
|
||||
gradle=yes
|
||||
rm=desktop
|
||||
scanignore=android/libs/*
|
||||
|
||||
Build:1.4.7,1004007
|
||||
commit=v1.4.7
|
||||
subdir=android
|
||||
gradle=yes
|
||||
rm=desktop
|
||||
scanignore=android/libs/*
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.4.5
|
||||
Current Version Code:1004005
|
||||
Current Version:1.4.7
|
||||
Current Version Code:1004007
|
||||
|
|
|
|||
29
metadata/com.gmail.afonsotrepa.pocketgopher.txt
Normal file
29
metadata/com.gmail.afonsotrepa.pocketgopher.txt
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
Categories:Internet
|
||||
License:Unlicense
|
||||
Web Site:https://afonsotrepa.github.io/PocketGopher/
|
||||
Source Code:https://github.com/afonsotrepa/PocketGopher
|
||||
Issue Tracker:https://github.com/afonsotrepa/PocketGopher/issues
|
||||
|
||||
Auto Name:Pocket Gopher
|
||||
Summary:A fast, elegant and modern Gopher Client
|
||||
Description:
|
||||
* A Tiny client based on material design, with a Dark theme.
|
||||
* Bookmarks and History for intuitive navigation.
|
||||
* Modular support for Video, Sound, HTML and Text files (and more in future updates).
|
||||
* Ability to easily edit URLs on the fly.
|
||||
* Designed for the modern Android ecosystem, with fluid interaction.
|
||||
* Ad free.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/afonsotrepa/PocketGopher
|
||||
|
||||
Build:1.2.3,1
|
||||
commit=1.2.3
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.2.3
|
||||
Current Version Code:1
|
||||
31
metadata/com.goltzkiste.guessaday.txt
Normal file
31
metadata/com.goltzkiste.guessaday.txt
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
Categories:Games,Science & Education,Time
|
||||
License:GPL-3.0
|
||||
Web Site:https://page.mi.fu-berlin.de/moritz/guessaday.html
|
||||
Source Code:https://github.com/mo271/guessaday
|
||||
Issue Tracker:https://github.com/mo271/guessaday/issues
|
||||
Bitcoin:1Guessas8CtCA9S9ZA9p9fCFAD3VZTE9ey
|
||||
|
||||
Auto Name:Guessaday
|
||||
Summary:Guess the day of week of a random date
|
||||
Description:
|
||||
A trainer for calculating the day of the week of any given date.
|
||||
|
||||
This app displays a random date and asks you what day of the week that date is.
|
||||
Then it checks your answer. Optionally it measures how long it took you. In the
|
||||
settings you can configure the range for the random date.
|
||||
|
||||
If you want to learn how to do this calculation, check out on the developer's
|
||||
website!
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/mo271/guessaday
|
||||
|
||||
Build:1.02,6
|
||||
commit=a2a17f7f8cfba2fa73730d664acbe7f8d070079e
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.02
|
||||
Current Version Code:6
|
||||
|
|
@ -86,6 +86,16 @@ Build:3.8.0,3080
|
|||
scanignore=app/src/main/res/raw/mimes
|
||||
build=$$NDK$$/ndk-build
|
||||
|
||||
Build:4.0.2,4002
|
||||
disable=only for oreo? https://github.com/IvanVolosyuk/diskusage/issues/50
|
||||
commit=64479bf235365b7818cc3bfb3a635fd687028ae6
|
||||
subdir=app
|
||||
patch=scan5-recipe.patch,system-jar-sources.patch
|
||||
gradle=yes
|
||||
rm=jni/scan,app/src/main/assets/scan*,app/src/main/extra/system.jar
|
||||
scanignore=app/src/main/res/raw/mimes
|
||||
build=$$NDK$$/ndk-build
|
||||
|
||||
Maintainer Notes:
|
||||
The system.jar is from AOSP - see extra/system.jar.README and
|
||||
[https://github.com/ivanvolosyuk/diskusage/issues/19]
|
||||
|
|
|
|||
|
|
@ -99,6 +99,7 @@ Build:4.7.5,105
|
|||
$$MVN3$$ install -f ../android-core/pom.xml -Dmaven.test.skip=true
|
||||
|
||||
Build:4.7.6,106
|
||||
disable=older failing build
|
||||
commit=BS-4.7.6
|
||||
subdir=android
|
||||
sudo=apt-get -y install -t jessie-backports maven
|
||||
|
|
@ -110,6 +111,15 @@ Build:4.7.6,106
|
|||
$$MVN3$$ install -f ../android-core/pom.xml -Dmaven.test.skip=true && \
|
||||
$$MVN3$$ install -f ../pom.xml -Dmaven.test.skip=true
|
||||
|
||||
Build:4.7.7,107
|
||||
commit=BS-4.7.7
|
||||
sudo=apt-get -y install -t jessie-backports maven
|
||||
output=android/target/android-$$VERSION$$-aligned.apk
|
||||
rm=core/src/test
|
||||
prebuild=sed -i '/<application /a\ android:debuggable="false"' android/AndroidManifest.xml
|
||||
build=$$MVN3$$ -Dmaven.jar.sign.skip=true -Dmaven.test.skip=true -Dandroid.sign.debug=false -Dandroid.release=true package && \
|
||||
zip -d android/target/android-$$VERSION$$-aligned.apk 'META-INF/*'
|
||||
|
||||
Maintainer Notes:
|
||||
Enable AUM again once they switch to a sane build system, possibly gradle.
|
||||
|
||||
|
|
@ -119,5 +129,5 @@ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:4.7.6
|
||||
Current Version Code:106
|
||||
Current Version:4.7.7
|
||||
Current Version Code:107
|
||||
|
|
|
|||
1
metadata/com.google.zxing.client.android/ar/name.txt
Normal file
1
metadata/com.google.zxing.client.android/ar/name.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
ماسح الرمز الشريطي
|
||||
|
|
@ -1 +1 @@
|
|||
ات، أو الرموز الشريطية التي تحتوي على عناوين المواقع، ومعلومات الاتصال، وهلم جرا
|
||||
فحص رمز شريطي علي المنتجات،أو رموز شريطية تحتوي علي رابط،معلومات إتصال، وهلم جرا
|
||||
|
|
@ -1 +1 @@
|
|||
Els codis de barres d'exploració en els productes, o els codis de barres que con
|
||||
Escaneja codis de barres de productes, o codis que contenen URLs i altra info
|
||||
1
metadata/com.google.zxing.client.android/cs/name.txt
Normal file
1
metadata/com.google.zxing.client.android/cs/name.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Skener čárových kódů
|
||||
1
metadata/com.google.zxing.client.android/da/name.txt
Normal file
1
metadata/com.google.zxing.client.android/da/name.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
stregkodescanner
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
Scannen Sie Barcodes und sehen Sie sich die darin enthaltenen Informationen an oder erstellen Sie QR-Codes, um URLs, Kontaktinformationen und mehr zwischen Geräten auszutauschen.
|
||||
|
||||
Die Suchanfragen zu Büchern, Produkten oder Internetadressen werden an einen (vom Herkunftsland abhängigen) Google-Server weitergeleitet. Es kann aber in den Einstellungen auch eine benutzerdefinierte Suchmaschine definiert werden, z. B. „duckduckgo.com/?q=%s“ oder „wikibooks.org/w/index.php?search=%s“.
|
||||
Buch-, Produkt- und Websuche gehen auf einen Google-Server (abhängig von der Wahl des Herkunftslandes), wobei in den Einstellungen z. B. duckduckgo.com/?q=%s oder wikibooks.org/w/index.php?search=%s eine benutzerdefinierte Suchschaltfläche erstellt werden kann.
|
||||
|
||||
Unterstützt folgende Barcode-Typen:
|
||||
|
||||
|
|
|
|||
|
|
@ -1,18 +1,14 @@
|
|||
Scannez des codes barres sur les produits, ou des Data Matrix, ou des Qr codes, contenant des URL (site web), des contacts, etc.
|
||||
|
||||
Presque toutes les questions et critiques négatives sont concernés par l'un des points suivants. Merci de faire gagner du temps à tout le monde en lisant ceci d'abord :
|
||||
Les recherches sur le web, des produits, des livres passent par un serveur Google (selon le choix du pays d'origine), malgré la création d'un bouton de recherche dédié dans les paramètres, i.e. duckduckgo.com/?q=%s ou wikibooks.org/w/index.php?search=%s.
|
||||
|
||||
Personne ne vous vole d'informations. L'application vous permet de partager des contacts, des applications et des marque-pages à travers un Qr code. C'est pourquoi les autorisations de contacts sont nécessaires.
|
||||
Voir la FAQ (en anglais) des développeurs ( https://github.com/zxing/zxing/wiki/Frequently-Asked-Questions )
|
||||
Supporte les types de code-barres suivants :
|
||||
|
||||
Si votre appareil ne scan pas, essayez d'abord les solutions de contournement de bugs dans les paramètres de l'application. Activez-les tous, puis essayez de les désactiver un à un, pour déterminer lequel est nécessaire. Si cela n'a pas aidé, essayez d'effacer le cache et les paramètres (du téléphone) relatif à l'application, à partir des paramètres Android.
|
||||
* UPC-A et UPC-E * EAN-8 et EAN-13 * Code 39 ; 93 ; 128 * ITF * Codabar * RSS-14 (toutes les variantes) * Code QR * Data Matrix * Aztec (qualité 'beta') * PDF 417 (qualité 'alpha')
|
||||
|
||||
Si ça ne marche toujours pas et que vous pensez que cela proviens de l'application, envoyez un message avec les informations suivantes. Les messages ne comportant pas ces informations ne peuvent être géré, et seront donc ignorés.
|
||||
|
||||
- le type d’appareil (mobile, tablette, le modèle)
|
||||
- une description basique de ce qui ne fonctionne pas : ça crash ? ça ne scan pas ? ça se comporte bizarrement ?
|
||||
- vous confirmez que vous avez bien essayé les conseils énoncé précédemment
|
||||
- transmettez une capture d'écran du log (fichier journal) qui apparait lorsque l'application se lance
|
||||
Si votre appareil ne scanne pas, essayez d'abord des méthodes alternatives. Dans paramètres, activez toutes les options possibles, puis désactivez les l'une après l'autre pour trouver celles qui sont nécessaires. Si cela ne fonctionne toujours pas, videz le cache et les paramètres de l'appareil dans les paramètres Android.
|
||||
|
||||
Si celle-ci ne fonctionne toujours pas et vous pensez que c'est un problème de l'application, envoyez un message à l'auteur avec les informations suivantes. Les messages sans ces informations ne pourront pas être traités, et seront donc ignorés.
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
I codici a barre di scansione sui prodotti, codici QR, e altro ancora
|
||||
Scansiona codici a barre sui prodotti, codici QR e altro ancora
|
||||
|
|
@ -1 +1 @@
|
|||
제품 또는 URL을 포함하는 바코드에 바코드를, 그래서에 대한 정보를 문의하고,
|
||||
제품 또는 URL을 포함하는 바코드, 연락처 정보 등등의 바코드를 스캔합니다
|
||||
|
|
@ -1 +1 @@
|
|||
Skenēšanas svītrkodus par produktiem, vai svītrkodi, kas satur URL, sazinieties
|
||||
Skenēšanas svītrkodus par produktiem, vai svītrkodi, kas satur URL, sazinieties
|
||||
1
metadata/com.google.zxing.client.android/nl/name.txt
Normal file
1
metadata/com.google.zxing.client.android/nl/name.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Streepjescodescanner
|
||||
1
metadata/com.google.zxing.client.android/nl/summary.txt
Normal file
1
metadata/com.google.zxing.client.android/nl/summary.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Scan barcodes op producten, of barcodes die URL's bevatten, contactgegevens, enz
|
||||
1
metadata/com.google.zxing.client.android/no/name.txt
Normal file
1
metadata/com.google.zxing.client.android/no/name.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Strekkodeskanner
|
||||
|
|
@ -1 +1 @@
|
|||
Skaner bar kodów
|
||||
Skaner kodów kreskowych
|
||||
1
metadata/com.google.zxing.client.android/pt/name.txt
Normal file
1
metadata/com.google.zxing.client.android/pt/name.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Scanner de códigos de barras
|
||||
1
metadata/com.google.zxing.client.android/pt/summary.txt
Normal file
1
metadata/com.google.zxing.client.android/pt/summary.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Digitaliza códigos de barras de produtos, URLs, informação de contactos, etc
|
||||
|
|
@ -1 +1 @@
|
|||
Сканер штрих-кода
|
||||
Сканер штрих-кодов
|
||||
|
|
@ -1 +1 @@
|
|||
Сканирование штрих-кодов на продукции, QR-коды и многое другое
|
||||
Сканирование штрих-кодов (в том числе содержащих ссылки, контакты и т.д.)
|
||||
|
|
@ -1 +1 @@
|
|||
Skenovanie čiarových kódov na výrobky alebo čiarové kódy, ktoré obsahujú adresy
|
||||
Skenovanie čiarových kódov na výrobky alebo čiarové kódy, ktoré obsahujú adresy
|
||||
|
|
@ -1 +1 @@
|
|||
Scan črtne kode na izdelkih ali črtne kode, ki vsebujejo URL-jev, se obrnite na
|
||||
Scan črtne kode na izdelkih ali črtne kode, ki vsebujejo URL-jev, se obrnite na
|
||||
1
metadata/com.google.zxing.client.android/sv/name.txt
Normal file
1
metadata/com.google.zxing.client.android/sv/name.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Streckkodsläsare
|
||||
|
|
@ -77,7 +77,19 @@ Build:0.59,59
|
|||
forcevercode=yes
|
||||
prebuild=sed -i -e 's/versionCode Integer/0 + Integer/g' build.gradle
|
||||
|
||||
Auto Update Mode:None
|
||||
Build:0.60,60
|
||||
commit=v0.60alphaPoC
|
||||
subdir=app
|
||||
gradle=prod
|
||||
prebuild=sed -i -e '/versionCode Integer.parseInt/d' build.gradle
|
||||
|
||||
Build:0.61,61
|
||||
commit=v0.61alphaPoC
|
||||
subdir=app
|
||||
gradle=prod
|
||||
prebuild=sed -i -e '/versionCode Integer.parseInt/d' build.gradle
|
||||
|
||||
Auto Update Mode:Version v%valphaPoC
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.59
|
||||
Current Version Code:59
|
||||
Current Version:0.61
|
||||
Current Version Code:61
|
||||
|
|
|
|||
|
|
@ -59,7 +59,12 @@ Build:1.5.5,18
|
|||
subdir=android_app/app
|
||||
gradle=yes
|
||||
|
||||
Build:1.6,19
|
||||
commit=v1.6
|
||||
subdir=android_app/app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags ^v[0-9.]*$
|
||||
Current Version:1.5.5
|
||||
Current Version Code:18
|
||||
Current Version:1.6
|
||||
Current Version Code:19
|
||||
|
|
|
|||
|
|
@ -249,11 +249,18 @@ Build:2.8.2,20802300
|
|||
rm=tools,docs
|
||||
scanignore=AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
|
||||
|
||||
Build:2.8.3,20803300
|
||||
commit=v2.8.3
|
||||
subdir=AnkiDroid
|
||||
gradle=yes
|
||||
rm=tools,docs
|
||||
scanignore=AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
|
||||
|
||||
Maintainer Notes:
|
||||
Uses DexLoader to load custom decks and plugins (?).
|
||||
.
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags ^v[0-9.]*$
|
||||
Current Version:2.8.2
|
||||
Current Version Code:20802300
|
||||
Current Version:2.8.3
|
||||
Current Version Code:20803300
|
||||
|
|
|
|||
27
metadata/com.igisw.openmoneybox.txt
Normal file
27
metadata/com.igisw.openmoneybox.txt
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
Categories:Money
|
||||
License:GPL-3.0
|
||||
Web Site:http://igisw-bilancio.sourceforge.net/
|
||||
Source Code:https://launchpad.net/bilancio
|
||||
Issue Tracker:https://bugs.launchpad.net/bilancio
|
||||
Changelog:https://sourceforge.net/p/igisw-bilancio/wiki/Changelog_3.1.2_Android/
|
||||
Donate:http://igisw-bilancio.sourceforge.net/donation.html
|
||||
|
||||
Auto Name:OpenMoneyBox
|
||||
|
||||
Repo Type:bzr
|
||||
Repo:lp:bilancio/trunk
|
||||
|
||||
Build:3.1.2.5,17
|
||||
commit=4
|
||||
subdir=android/API24
|
||||
gradle=yes
|
||||
|
||||
Maintainer Notes:
|
||||
Summary and Description have been moved to the new localizable text files:
|
||||
https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:3.1.2.5
|
||||
Current Version Code:17
|
||||
1
metadata/com.igisw.openmoneybox/en-US/description.txt
Normal file
1
metadata/com.igisw.openmoneybox/en-US/description.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
OpenMoneyBox is an application designed to manage small personal money budgets in the easiest way.
|
||||
BIN
metadata/com.igisw.openmoneybox/en-US/icon.png
Normal file
BIN
metadata/com.igisw.openmoneybox/en-US/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
1
metadata/com.igisw.openmoneybox/en-US/summary.txt
Normal file
1
metadata/com.igisw.openmoneybox/en-US/summary.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Budget management application
|
||||
1
metadata/com.igisw.openmoneybox/en-US/title.txt
Normal file
1
metadata/com.igisw.openmoneybox/en-US/title.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
OpenMoneyBox
|
||||
1
metadata/com.igisw.openmoneybox/it/description.txt
Normal file
1
metadata/com.igisw.openmoneybox/it/description.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Portamonete è un'applicazione studiata per gestire piccoli bilanci economici personali con la maggiore semplicità possibile.
|
||||
1
metadata/com.igisw.openmoneybox/it/summary.txt
Normal file
1
metadata/com.igisw.openmoneybox/it/summary.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Gestione del bilancio
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue