Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Marvin Horter 2019-12-08 14:33:00 +01:00
commit 582da17e3e
266 changed files with 3676 additions and 437 deletions

View file

@ -1,7 +1,9 @@
* [ ] The app complies with the [inclusion criteria](https://f-droid.org/docs/Inclusion_Policy)
* [ ] The original app author has been notified (and supports the inclusion)
* [ ] All related fdroiddata and rfp issues have been referenced in this merge request
* [ ] All related [fdroiddata](https://gitlab.com/fdroid/fdroiddata/issues) and [RFP issues](https://gitlab.com/fdroid/rfp/issues) have been referenced in this merge request
* [ ] The upstream app source code repo contains the app metadata _(summary/description/images/changelog/etc)_ in a [Fastlane](https://gitlab.com/snippets/1895688) or [Triple-T](https://gitlab.com/snippets/1901490) folder structure
* [ ] Builds with `fdroid build`
* [ ] Releases are tagged
---------------------

View file

@ -110,7 +110,7 @@ to appear in our repository.
- You may like to add [localization and screenshots], so users can have a glance
at the app in pictures and in their preferred language.
- You can advertise the download of your app in this app store using the
[official grafic][get-it-on-fdroid].
[official grafic][get-it-on-fdroid].
<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" height="75">
```
@ -127,9 +127,9 @@ to appear in our repository.
```
https://img.shields.io/github/release/USER/REPO.svg?logo=github
```
[localization and screenshots]: https://fdroid.gitlab.io/fdroid-website/docs/All_About_Descriptions_Graphics_and_Screenshots/
[localization and screenshots]: https://f-droid.org/en/docs/All_About_Descriptions_Graphics_and_Screenshots/
[get-it-on-fdroid]: https://f-droid.org/badge/get-it-on.png
[auto-updates]: https://f-droid.org/en/docs/Build_Metadata_Reference/#Auto-Update-Mode
[auto-updates]: https://f-droid.org/en/docs/Build_Metadata_Reference/#autoupdatemode
[shields.io]: https://shields.io/#/examples/version

View file

@ -5,6 +5,8 @@
![Donate](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/F-Droid-Data/)
**[Current Buildserver Activity](https://f-droid.org/wiki/index.php?title=Special:RecentChanges&days=7&from=&hidebots=0&hideanons=1&hideliu=1&limit=500)**
Build logs can be found at `https://f-droid.org/repo/$APPID_$VERCODE.log.gz`.
This repository holds general and build information for all the apps on our
main repo on f-droid.org.

2
gradle.properties Normal file
View file

@ -0,0 +1,2 @@
org.gradle.jvmargs=-Xmx1g
org.gradle.jvmargs=-Xmx1g

View file

@ -25,7 +25,21 @@ Builds:
gradle:
- yes
- versionName: v1.6
versionCode: 10
commit: v1.6
subdir: app
gradle:
- yes
- versionName: v1.7
versionCode: 11
commit: v1.7
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: v1.5
CurrentVersionCode: 9
CurrentVersion: v1.7
CurrentVersionCode: 11

View file

@ -0,0 +1,34 @@
Categories:
- Internet
License: AGPL-3.0-or-later
AuthorName: Laurent Tréguier
AuthorEmail: laurent.treguier.developer@gmail.com
WebSite: https://fyreplace.app
SourceCode: https://github.com/fyreplace/fyreplace-client-android
IssueTracker: https://github.com/fyreplace/fyreplace-client-android/issues
Changelog: https://github.com/fyreplace/fyreplace-client-android/releases
RepoType: git
Repo: https://github.com/fyreplace/fyreplace-client-android
Builds:
- versionName: 0.4.4
versionCode: 4004
commit: v0.4.4
subdir: app
init: sed -i='' 's/gradle-.*-all/gradle-5.6.4-all/' ../gradle/wrapper/gradle-wrapper.properties
gradle:
- libre
- versionName: 0.4.6
versionCode: 4006
commit: v0.4.6
subdir: app
init: sed -i='' 's/gradle-.*-all/gradle-5.6.4-all/' ../gradle/wrapper/gradle-wrapper.properties
gradle:
- libre
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 0.4.6
CurrentVersionCode: 4006

View file

@ -219,7 +219,14 @@ Builds:
gradle:
- yes
- versionName: 1.3.1
versionCode: 46
commit: 1.3.1
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags ^[0-9.]+$
CurrentVersion: 1.3.0
CurrentVersionCode: 45
CurrentVersion: 1.3.1
CurrentVersionCode: 46

View file

@ -31,7 +31,11 @@ Builds:
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
MaintainerNotes: Versions after 1.1 include Firebase and Crashlytics.
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: '1.1'
CurrentVersionCode: 5
NoSourceSince: '1.1'

View file

@ -1323,9 +1323,24 @@ Builds:
- sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g'
../build.gradle
- versionName: '1.118'
versionCode: 118
commit: '1.118'
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
MaintainerNotes: RapidDecoder 0.3.0 is required, but this version is not tagged.
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: '1.117'
CurrentVersionCode: 117
CurrentVersion: '1.118'
CurrentVersionCode: 118

View file

@ -1218,7 +1218,23 @@ Builds:
gradle:
- standard
- versionName: 2.6.1-ose
versionCode: 313
commit: v2.6.1-ose
subdir: app
submodules: true
gradle:
- standard
- versionName: 2.6.1.1-ose
versionCode: 315
commit: v2.6.1.1-ose
subdir: app
submodules: true
gradle:
- standard
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags ^v[0-9.]+-ose$
CurrentVersion: 2.6-ose
CurrentVersionCode: 308
CurrentVersion: 2.6.1.1-ose
CurrentVersionCode: 315

View file

@ -345,6 +345,7 @@ Builds:
- versionName: 2.6.3
versionCode: 216
disable: unknown maven repo 'https://kotlin.bintray.com/kotlinx'
commit: v2.6.3
subdir: mobile
gradle:

View file

@ -109,7 +109,7 @@ Builds:
- versionName: '2.10'
versionCode: 40
disable: fails to build
disable: Could not find moe.shizuku.privilege:api:3.0.0-alpha10
commit: '2.10'
subdir: app
gradle:
@ -129,6 +129,7 @@ Builds:
- versionName: '3.0'
versionCode: 41
disable: Could not find moe.shizuku.privilege:api:3.0.0-alpha10
commit: '3.0'
subdir: app
gradle:

View file

@ -94,7 +94,14 @@ Builds:
gradle:
- yes
- versionName: 3.1.5
versionCode: 15
commit: 3.1.5
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 3.1.3
CurrentVersionCode: 13
CurrentVersion: 3.1.5
CurrentVersionCode: 15

View file

@ -89,7 +89,14 @@ Builds:
gradle:
- yes
- versionName: 1.0.3
versionCode: 22
commit: v1.0.3
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags ^((?!alpha|beta).)*$
CurrentVersion: 1.0.2
CurrentVersionCode: 21
CurrentVersion: 1.0.3
CurrentVersionCode: 22

View file

@ -201,7 +201,21 @@ Builds:
gradle:
- FlavorDefault
- versionName: 0.7.1
versionCode: 39
commit: v0.7.1
subdir: app
gradle:
- FlavorDefault
- versionName: 0.7.2
versionCode: 40
commit: v0.7.2
subdir: app
gradle:
- FlavorDefault
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 0.7.0
CurrentVersionCode: 38
CurrentVersion: 0.7.2
CurrentVersionCode: 40

View file

@ -383,7 +383,14 @@ Builds:
gradle:
- yes
- versionName: 6.9.2
versionCode: 215
commit: btc-6.9.2
subdir: bitcoin
gradle:
- yes
AutoUpdateMode: Version btc-%v
UpdateCheckMode: Tags
CurrentVersion: 6.9.1
CurrentVersionCode: 214
CurrentVersion: 6.9.2
CurrentVersionCode: 215

View file

@ -124,7 +124,16 @@ Builds:
scanignore:
- contrib
- versionName: 1.8.6
versionCode: 60
commit: AndroidMultiVNC-1.8.6
subdir: android/app
gradle:
- yes
scanignore:
- contrib
AutoUpdateMode: Version AndroidMultiVNC-%v
UpdateCheckMode: Tags
CurrentVersion: 1.8.5
CurrentVersionCode: 59
CurrentVersion: 1.8.6
CurrentVersionCode: 60

View file

@ -512,9 +512,18 @@ Builds:
output: app/build/outputs/apk/release/duckduckgo-$$VERSION$$-release-unsigned.apk
ndk: r18b
- versionName: 5.36.3
versionCode: 53603
commit: 5.36.3
submodules: true
gradle:
- yes
output: app/build/outputs/apk/release/duckduckgo-$$VERSION$$-release-unsigned.apk
ndk: r18b
MaintainerNotes: Cannot use AUM/UCM because version code and version name are dynamic.
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 5.34.0
CurrentVersionCode: 53400
CurrentVersion: 5.36.3
CurrentVersionCode: 53603

View file

@ -669,6 +669,22 @@ Builds:
gradle:
- yes
- versionName: 1.9.5
versionCode: 95
commit: v1.9.5
subdir: app
submodules: true
gradle:
- yes
- versionName: 1.9.6
versionCode: 96
commit: v1.9.6
subdir: app
submodules: true
gradle:
- yes
MaintainerNotes: |-
Summary and Description are maintained by upstream using fastlane in
the source repo:
@ -676,5 +692,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.9.4
CurrentVersionCode: 94
CurrentVersion: 1.9.6
CurrentVersionCode: 96

View file

@ -28,7 +28,14 @@ Builds:
gradle:
- yes
- versionName: '2.1'
versionCode: 12
commit: v2.1
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.8'
CurrentVersionCode: 9
CurrentVersion: '2.1'
CurrentVersionCode: 12

View file

@ -1,5 +1,3 @@
AntiFeatures:
- KnownVuln
Categories:
- Reading
License: GPL-3.0-or-later

View file

@ -369,7 +369,14 @@ Builds:
gradle:
- yes
- versionName: 0.12.3
versionCode: 55
commit: v0.12.3
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 0.12.2
CurrentVersionCode: 54
CurrentVersion: 0.12.3
CurrentVersionCode: 55

View file

@ -464,6 +464,30 @@ Builds:
rm:
- tools/android-studio/settings.jar
- versionName: '5.700'
versionCode: 27000
commit: '5.700'
subdir: app/k9mail
gradle:
- yes
rm:
- tools/android-studio/settings.jar
prebuild: echo 'org.gradle.jvmargs=-Xmx1g' >> ../../gradle.properties
- versionName: '5.701'
versionCode: 27001
commit: '5.701'
gradle:
- yes
output: app/k9mail/build/outputs/apk/release/k9mail-release-unsigned.apk
rm:
- tools/android-studio/settings.jar
prebuild: echo 'org.gradle.jvmargs=-Xmx1g' >> ../../gradle.properties
MaintainerNotes: |-
Use output instead of subdir to make gradlew-fdroid correctly determine the gradle version to be used.
It doesn't work when using subdir because we are two levels deep into thedirectory structure.
AutoUpdateMode: Version %v
UpdateCheckMode: RepoManifest/5.6-MAINT
CurrentVersion: '5.600'

View file

@ -235,7 +235,17 @@ Builds:
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle
../CommonUtils/build.gradle
- versionName: 2.4.2
versionCode: 62
commit: v2.4.2
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: 2.3.0
CurrentVersionCode: 59
CurrentVersion: 2.4.2
CurrentVersionCode: 62

View file

@ -481,7 +481,37 @@ Builds:
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
../CommonUtils/build.gradle
- versionName: 5.4.4
versionCode: 195
commit: v5.4.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: 5.4.5
versionCode: 196
commit: v5.4.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
- versionName: 5.6.0
versionCode: 199
commit: v5.6.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
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 5.4.3
CurrentVersionCode: 194
CurrentVersion: 5.6.0
CurrentVersionCode: 199

View file

@ -227,7 +227,27 @@ Builds:
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
../CommonUtils/build.gradle
- versionName: 3.0.0
versionCode: 85
commit: v3.0.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: 3.0.1
versionCode: 86
commit: v3.0.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
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 2.8.15
CurrentVersionCode: 84
CurrentVersion: 3.0.1
CurrentVersionCode: 86

View file

@ -617,7 +617,15 @@ Builds:
- yes
prebuild: sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
- versionName: 1.12.14
versionCode: 375
commit: bookreader-1.12.14
subdir: app
gradle:
- yes
prebuild: sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
AutoUpdateMode: Version bookreader-%v
UpdateCheckMode: Tags
CurrentVersion: 1.12.13
CurrentVersionCode: 374
CurrentVersion: 1.12.14
CurrentVersionCode: 375

View file

@ -158,7 +158,24 @@ Builds:
scanignore:
- app/build.gradle
- versionName: 1.10.2
versionCode: 230
commit: smsgate-1.10.2
subdir: app
gradle:
- yes
srclibs:
- android-firebase-fake@firebasefake-0.0.5
prebuild:
- sed -i -e '/com.google/d' -e "s/\/\/ implementation project(':android-firebase-fake')/implementation
project(':android-firebase-fake')/" build.gradle
- sed -i -e '/com.google/d' ../build.gradle
- ln -s ../srclib/android-firebase-fake ../
- sed -i -e '/uploadArchives/,+42d' -e 's/25.3.1/25.4.0/' ../android-firebase-fake/build.gradle
scanignore:
- app/build.gradle
AutoUpdateMode: Version smsgate-%v
UpdateCheckMode: Tags
CurrentVersion: 1.10.1
CurrentVersionCode: 229
CurrentVersion: 1.10.2
CurrentVersionCode: 230

View file

@ -1098,6 +1098,24 @@ Builds:
- PATH="$PWD/go/bin:$PATH" gradle buildNative
ndk: r19c
- versionName: 1.3.2.4
versionCode: 1030204
commit: v1.3.2.4
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.13.linux-amd64.tar.gz
- echo '68a2297eb099d1a76097905a2ce334e3155004ec08cdea85f24527be3c48e856 go.tgz'
| shasum -c -
- tar xf go.tgz
- PATH="$PWD/go/bin:$PATH" gradle buildNative
ndk: r19c
MaintainerNotes: |-
The submodule in syncthing/src/github.com/syncthing/syncthing must be
pristine, as the version/release information is taken from git.
@ -1108,5 +1126,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags ^v[a-z0-9.]*$
CurrentVersion: 1.3.2.2
CurrentVersionCode: 1030202
CurrentVersion: 1.3.2.4
CurrentVersionCode: 1030204

View file

@ -67,7 +67,14 @@ Builds:
gradle:
- yes
- versionName: 2.0.8
versionCode: 11
commit: v2.0.8
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags v\d+\.\d+(\.\d+)?
CurrentVersion: 2.0.7
CurrentVersionCode: 10
CurrentVersion: 2.0.8
CurrentVersionCode: 11

View file

@ -54,7 +54,17 @@ Builds:
gradle:
- legacy
- versionName: 0.46-legacy
versionCode: 47
commit: '0.46'
subdir: app
gradle:
- legacy
prebuild:
- sed -i -e '/android.hardware.ram.low/d' src/main/AndroidManifest.xml
- sed -i -e 's/versionCode 46/versionCode 47/' build.gradle
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 0.46-legacy
CurrentVersionCode: 46
CurrentVersionCode: 47

View file

@ -693,6 +693,32 @@ Builds:
- sed -i -e '/dl.bintray.com\/lukaville/d' -e 's/com.nbsp:library:1.8/com.github.nbsp-team:MaterialFilePicker:7f3679fbbf/g'
build.gradle
- versionName: 3.4.3
versionCode: 343
commit: '343'
subdir: app
gradle:
- purefoss
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.8/com.github.nbsp-team:MaterialFilePicker:7f3679fbbf/g'
build.gradle
- versionName: 3.4.9
versionCode: 349
commit: '349'
subdir: app
gradle:
- purefoss
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.8/com.github.nbsp-team:MaterialFilePicker:7f3679fbbf/g'
build.gradle
MaintainerNotes: |-
We replace com.nbsp:library from http://dl.bintray.com/lukaville/maven with
com.github.nbsp-team:MaterialFilePicker from
@ -701,5 +727,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version %c
UpdateCheckMode: HTTP
UpdateCheckData: https://raw.githubusercontent.com/premnirmal/StockTicker/master/app/version.properties|versionCode=(.*)|.|versionName=(.*)
CurrentVersion: 3.4.1
CurrentVersionCode: 341
CurrentVersion: 3.4.9
CurrentVersionCode: 349

View file

@ -6,7 +6,7 @@ AuthorEmail: igor.cali0@gmail.com
WebSite: http://igisw-bilancio.sourceforge.net/
SourceCode: https://gitlab.com/igi0/openmoneybox
IssueTracker: https://gitlab.com/igi0/openmoneybox/issues
Changelog: https://sourceforge.net/p/igisw-bilancio/wiki/Changelog_3.3.1_Android/
Changelog: https://sourceforge.net/p/igisw-bilancio/wiki/Changelog/
Donate: http://igisw-bilancio.sourceforge.net/donation.html
AutoName: OpenMoneyBox
@ -134,11 +134,18 @@ Builds:
gradle:
- yes
- versionName: 3.4.1.1
versionCode: 34
commit: v3.4.1.1
subdir: android/API26
gradle:
- yes
MaintainerNotes: |-
Summary and Description have been moved to the new localizable text files:
https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 3.3.1.7
CurrentVersionCode: 33
CurrentVersion: 3.4.1.1
CurrentVersionCode: 34

View file

@ -86,7 +86,28 @@ Builds:
gradle:
- fdroid
- versionName: '0.48'
versionCode: 48
commit: '0.48'
subdir: app
gradle:
- fdroid
- versionName: '0.49'
versionCode: 49
commit: '0.49'
subdir: app
gradle:
- fdroid
- versionName: '0.50'
versionCode: 50
commit: '0.50'
subdir: app
gradle:
- fdroid
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: '0.47'
CurrentVersionCode: 47
CurrentVersion: '0.50'
CurrentVersionCode: 50

View file

@ -0,0 +1,28 @@
AntiFeatures:
- NonFreeNet
Categories:
- Internet
License: GPL-3.0-only
AuthorName: Infomaniak
WebSite: https://www.infomaniak.com
SourceCode: https://gitlab.com/infomaniak/android-infomaniak-sync
IssueTracker: https://contact.infomaniak.com
AutoName: kSync
RepoType: git
Repo: https://gitlab.com/infomaniak/android-infomaniak-sync.git
Builds:
- versionName: '1.3'
versionCode: 23
commit: '1.3'
subdir: app
submodules: true
gradle:
- free
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: '1.3'
CurrentVersionCode: 23

View file

@ -283,7 +283,16 @@ Builds:
rm:
- project/gradle
- versionName: 3.6.9.2
versionCode: 131
commit: v3.6.9.2
subdir: project/app
gradle:
- yes
rm:
- project/gradle
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 3.6.9.1
CurrentVersionCode: 130
CurrentVersion: 3.6.9.2
CurrentVersionCode: 131

View file

@ -660,7 +660,15 @@ Builds:
gradle:
- standard
- versionName: 3.1.6
versionCode: 101
commit: v3.1.6
subdir: app
submodules: true
gradle:
- standard
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 3.1.3
CurrentVersionCode: 98
CurrentVersion: 3.1.6
CurrentVersionCode: 101

View file

@ -37,7 +37,14 @@ Builds:
gradle:
- yes
- versionName: 1.0.14
versionCode: 15
commit: v1.0.14
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.0.13
CurrentVersionCode: 14
CurrentVersion: 1.0.14
CurrentVersionCode: 15

View file

@ -119,7 +119,15 @@ Builds:
- libre
ndk: r20
- versionName: 2.5.0.0beta25
versionCode: 25
commit: 2.5.0.0beta25
subdir: app
gradle:
- libre
ndk: r20
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 2.5.0.0beta24
CurrentVersionCode: 24
CurrentVersion: 2.5.0.0beta25
CurrentVersionCode: 25

View file

@ -510,7 +510,19 @@ Builds:
- sed -i -e '/Jitsi repo/,+5d' ../build.gradle
- sed -i -e 's/enable true/enable false/g' build.gradle
- versionName: 0.9.9
versionCode: 90900
commit: 335a1665fc4cd3cc1e97da85ca8e7c43e3792a9f
subdir: vector
gradle:
- appfdroid
prebuild:
- sed -i -e '/com.google.firebase/,+5d' build.gradle
- sed -i -e '/com.google.gms.google-services/d' build.gradle
- sed -i -e '/Jitsi repo/,+5d' ../build.gradle
- sed -i -e 's/enable true/enable false/g' build.gradle
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 0.9.8
CurrentVersionCode: 90800
CurrentVersion: 0.9.9
CurrentVersionCode: 90900

View file

@ -632,7 +632,84 @@ Builds:
- popd
ndk: r20
- versionName: '8.7'
versionCode: 206
commit: v8.7
subdir: app
submodules: true
gradle:
- nonRoot
srclibs:
- OpenSSL@OpenSSL_1_1_1c
- opus@v1.3
rm:
- app/src/main/jni/moonlight-core/openssl/include
- app/src/main/jni/moonlight-core/libopus/include
prebuild: sed -i 's/applicationIdSuffix/\/\/applicationIdSuffix/g' build.gradle
scandelete:
- app/src/main/jni/moonlight-core/openssl
- app/src/main/jni/moonlight-core/libopus
build:
- lib="$PWD/src/main/jni/moonlight-core"
- PATH=$ANDROID_NDK/toolchains/llvm/prebuilt/linux-x86_64/bin:$PATH
- pushd $$opus$$
- ./autogen.sh
- CC=armv7a-linux-androideabi16-clang ./configure --host=arm-linux-androideabi
--with-pic --disable-extra-programs --disable-doc
- make -j16
- cp .libs/libopus.a ${lib}/libopus/armeabi-v7a/
- make distclean
- CC=aarch64-linux-android21-clang ./configure --host=aarch64-linux-android
--with-pic --disable-extra-programs --disable-doc
- make -j16
- cp .libs/libopus.a ${lib}/libopus/arm64-v8a/
- make distclean
- CC=i686-linux-android16-clang ./configure --host=i686-linux-android --with-pic
--disable-extra-programs --disable-doc
- make -j16
- cp .libs/libopus.a ${lib}/libopus/x86/
- make distclean
- CC=x86_64-linux-android21-clang ./configure --host=x86_64-linux-android --with-pic
--disable-extra-programs --disable-doc
- make -j16
- cp .libs/libopus.a ${lib}/libopus/x86_64/
- cp -R include/ ${lib}/libopus/
- make distclean
- popd
- pushd $$OpenSSL$$
- CC=armv7a-linux-androideabi16-clang ./Configure android-arm no-shared no-ssl3
no-engine no-dso no-asm no-hw no-comp no-stdio -fPIC -DOPENSSL_PIC -D__ANDROID_API__=16
-ffast-math -O3 -funroll-loops
- make -j16
- cp libcrypto.a ${lib}/openssl/armeabi-v7a/
- cp libssl.a ${lib}/openssl/armeabi-v7a/
- make distclean
- CC=aarch64-linux-android21-clang ./Configure android-arm64 no-shared no-ssl3
no-engine no-dso no-asm no-hw no-comp no-stdio -fPIC -DOPENSSL_PIC -D__ANDROID_API__=21
-ffast-math -O3 -funroll-loops
- make -j16
- cp libcrypto.a ${lib}/openssl/arm64-v8a/
- cp libssl.a ${lib}/openssl/arm64-v8a/
- make distclean
- CC=i686-linux-android16-clang ./Configure android-x86 no-shared no-ssl3 no-engine
no-dso no-asm no-hw no-comp no-stdio -fPIC -DOPENSSL_PIC -D__ANDROID_API__=16
-ffast-math -O3 -funroll-loops
- make -j16
- cp libcrypto.a ${lib}/openssl/x86/
- cp libssl.a ${lib}/openssl/x86/
- make distclean
- CC=x86_64-linux-android21-clang ./Configure android-x86_64 no-shared no-ssl3
no-engine no-dso no-asm no-hw no-comp no-stdio -fPIC -DOPENSSL_PIC -D__ANDROID_API__=21
-ffast-math -O3 -funroll-loops
- make -j`nproc`
- cp libcrypto.a ${lib}/openssl/x86_64/
- cp libssl.a ${lib}/openssl/x86_64/
- cp -R include/ ${lib}/openssl/
- make distclean
- popd
ndk: r20
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags v\d+\.\d+(\.\d+)?
CurrentVersion: '8.6'
CurrentVersionCode: 205
CurrentVersion: '8.7'
CurrentVersionCode: 206

View file

@ -235,7 +235,24 @@ Builds:
../build.gradle > ../build.tmp
- mv ../build.tmp ../build.gradle
- versionName: 1.28.13
versionCode: 184
commit: 1.28.13
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y gawk
gradle:
- foss
prebuild:
- gawk 'd==0{m=0} /isGooglePlayFlavor()/{m=1} m==1&&/{/{d++} d==0{print} m==1&&/}/{d--}'
build.gradle > build.tmp
- mv build.tmp build.gradle
- gawk 'd==0{m=0} /isGooglePlayFlavor()/{m=1} m==1&&/{/{d++} d==0{print} m==1&&/}/{d--}'
../build.gradle > ../build.tmp
- mv ../build.tmp ../build.gradle
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.28.11
CurrentVersionCode: 182
CurrentVersion: 1.28.13
CurrentVersionCode: 184

View file

@ -37,7 +37,35 @@ Builds:
- sed -i -e '/io.fabric/d' ./build.gradle
- sed -i -e '/com.google.gms.google-services/d' ./build.gradle
- versionName: 1.2.0
versionCode: 7
commit: onelist-1.2.0
subdir: app
gradle:
- fDroid
prebuild:
- sed -n -i -e '/maven.fabric/{s/.*//;x;N;d;};x;p;${x;p;}' ../build.gradle |
sed '/^$/d'
- sed -i -e '/io.fabric/d' ../build.gradle
- sed -i -e '/google-services/d' ../build.gradle
- sed -i -e '/io.fabric/d' ./build.gradle
- sed -i -e '/com.google.gms.google-services/d' ./build.gradle
- versionName: 1.2.1
versionCode: 9
commit: onelist-1.2.1
subdir: app
gradle:
- fDroid
prebuild:
- sed -n -i -e '/maven.fabric/{s/.*//;x;N;d;};x;p;${x;p;}' ../build.gradle |
sed '/^$/d'
- sed -i -e '/io.fabric/d' ../build.gradle
- sed -i -e '/google-services/d' ../build.gradle
- sed -i -e '/io.fabric/d' ./build.gradle
- sed -i -e '/com.google.gms.google-services/d' ./build.gradle
AutoUpdateMode: Version onelist-%v
UpdateCheckMode: Tags ^onelist-
CurrentVersion: 1.1.0
CurrentVersionCode: 6
CurrentVersion: 1.2.1
CurrentVersionCode: 9

View file

@ -394,6 +394,50 @@ Builds:
scandelete:
- node_modules
- versionName: 1.25.1
versionCode: 247
commit: v1.25.1
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288
- sysctl -p
- apt-get update || apt-get update
- apt-get install -y --no-install-recommends -t stretch-backports npm
init:
- sed -i -e '/react-native-youtube/d' ../../package.json build.gradle ../settings.gradle
../../app/components/post_body_additional_content/post_body_additional_content.js
- make -C ../.. pre-run
gradle:
- yes
rm:
- node_modules/react-native-notifications/android/src/main/java/com/wix/reactnativenotifications/gcm/
- node_modules/xdate/build/compiler.jar
- node_modules/react-native-video/android-exoplayer/build/
- node_modules/socketcluster/
- node_modules/shaka-player/third_party/closure/compiler.jar
- node_modules/.bin/socketcluster
prebuild:
- "sed -i -e '/play-services-gcm/,+2d' -e 's/bundleCommand: \"ram-bundle\",/bundleCommand:\
\ \"ram-bundle\", nodeExecutableAndArgs: [\"node\", \"--max-old-space-size=12000\"\
],/' build.gradle"
- sed -i -e '/ReactNativeYouTube/d' src/main/java/com/mattermost/rnbeta/MainApplication.java
- sed -i -e '/com.google.android.gms.iid.InstanceID.getInstance/d' ../../node_modules/react-native-device-info/android/src/main/java/com/learnium/RNDeviceInfo/RNDeviceModule.java
- sed -i -e '/play-services/d' ../../node_modules/react-native-device-info/android/build.gradle
- sed -i -e '/firebase/d' ../../node_modules/react-native-notifications/android/build.gradle
build.gradle
- sed -i -e '/hasPermission/d' -e '/tokenFetchIntent/d' -e '/FcmInstance/d'
-e '/FirebaseApp/'d ../../node_modules/react-native-notifications/android/src/main/java/com/wix/reactnativenotifications/RNNotificationsModule.java
../../node_modules/react-native-notifications/android/src/main/java/com/wix/reactnativenotifications/RNNotificationsPackage.java
- sed -i -e '/maven {/,+2d' ../../node_modules/react-native-document-picker/android/build.gradle
- truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
scanignore:
- android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-image-picker/android/build.gradle
- node_modules/react-native-webview/android/build.gradle
scandelete:
- node_modules
MaintainerNotes: |-
sed is used to:
* Remove push notifications (see [https://github.com/wix/react-native-notifications/issues/207 this issue])
@ -404,5 +448,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.25.0
CurrentVersionCode: 245
CurrentVersion: 1.25.1
CurrentVersionCode: 247

View file

@ -85,7 +85,14 @@ Builds:
gradle:
- yes
- versionName: '1.6'
versionCode: 17
commit: v1.6
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.5'
CurrentVersionCode: 16
CurrentVersion: '1.6'
CurrentVersionCode: 17

View file

@ -702,22 +702,9 @@ Builds:
- sed -i -e '/io.fabric/d; /com.google.gms/d' ../build.gradle build.gradle
ndk: r16b
- versionName: 3.7.7
versionCode: 2206
commit: v3.7.7
subdir: presentation
gradle:
- noAnalytics
prebuild:
- sed -i -e 's/enable true/enable false/' -e '/withAnalyticsImplementation/d'
build.gradle
- sed -i -e '/glide-snapshot/d; /maven.fabric.io/d' ../build.gradle
- sed -i -e '/io.fabric/d; /com.google.gms/d' ../build.gradle build.gradle
ndk: r16b
- versionName: 3.7.8
versionCode: 2207
commit: v3.7.8
- versionName: 3.7.10
versionCode: 2209
commit: v3.7.10
subdir: presentation
gradle:
- noAnalytics
@ -730,5 +717,5 @@ Builds:
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags ^v[0-9.]+$
CurrentVersion: 3.7.8
CurrentVersionCode: 2207
CurrentVersion: 3.7.10
CurrentVersionCode: 2209

View file

@ -3969,9 +3969,81 @@ Builds:
scandelete:
- src/androidTest
- versionName: '20191123'
versionCode: 20191123
commit: dev-20191123
submodules: true
gradle:
- versionDev
rm:
- user_manual
- gplay.gradle
scandelete:
- src/androidTest
- versionName: '20191127'
versionCode: 20191127
commit: dev-20191127
submodules: true
gradle:
- versionDev
rm:
- user_manual
- gplay.gradle
scandelete:
- src/androidTest
- versionName: '20191129'
versionCode: 20191129
commit: dev-20191129
submodules: true
gradle:
- versionDev
rm:
- user_manual
- gplay.gradle
scandelete:
- src/androidTest
- versionName: '20191203'
versionCode: 20191203
commit: dev-20191203
submodules: true
gradle:
- versionDev
rm:
- user_manual
- gplay.gradle
scandelete:
- src/androidTest
- versionName: '20191204'
versionCode: 20191204
commit: dev-20191204
submodules: true
gradle:
- versionDev
rm:
- user_manual
- gplay.gradle
scandelete:
- src/androidTest
- versionName: '20191206'
versionCode: 20191206
commit: dev-20191206
submodules: true
gradle:
- versionDev
rm:
- user_manual
- gplay.gradle
scandelete:
- src/androidTest
MaintainerNotes: Tags get removed. See https://github.com/nextcloud/android/issues/969.
AutoUpdateMode: Version dev-%c
UpdateCheckMode: Tags ^dev
CurrentVersion: '20191121'
CurrentVersionCode: 20191121
CurrentVersion: '20191206'
CurrentVersionCode: 20191206

View file

@ -976,11 +976,23 @@ Builds:
scandelete:
- src/androidTest
- versionName: 3.9.2
versionCode: 30090290
commit: stable-3.9.2
submodules: true
gradle:
- generic
rm:
- user_manual
- gplay.gradle
scandelete:
- src/androidTest
MaintainerNotes: 'Latest 3 stable version will be kept, RC versions will be directly
outdated by either a new RC or by a stable version: 3.3.0 RC1 -> 3.3.0 RC2 ->
3.3.0 (stable)'
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 3.9.0
CurrentVersionCode: 30090090
CurrentVersion: 3.9.2
CurrentVersionCode: 30090290

View file

@ -507,7 +507,16 @@ Builds:
- yes
prebuild: echo 'org.gradle.jvmargs=-Xmx1g' >> ../gradle.properties
- versionName: 1.8.26
versionCode: 65
commit: 1.8.26
subdir: app
submodules: true
gradle:
- yes
prebuild: echo 'org.gradle.jvmargs=-Xmx1g' >> ../gradle.properties
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.8.25
CurrentVersionCode: 64
CurrentVersion: 1.8.26
CurrentVersionCode: 65

View file

@ -1308,6 +1308,25 @@ Builds:
preassemble:
- buildNative
- versionName: 1.3.2
versionCode: 4204
commit: 1.3.2
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-1.13-go
- ln -s /usr/lib/go-1.13 /usr/lib/go
- ln -s /usr/lib/go-1.13/bin/go /usr/bin/go
gradle:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
prebuild: sed -i -e '/signingConfig/d' app/build.gradle
scanignore:
- syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
ndk: r15c
preassemble:
- buildNative
MaintainerNotes: |-
The submodule in syncthing/src/github.com/syncthing/syncthing must be
pristine, as the version/release information is taken from git.
@ -1318,5 +1337,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version %v
UpdateCheckMode: Tags ^[0-9.]*$
CurrentVersion: 1.3.1
CurrentVersionCode: 4200
CurrentVersion: 1.3.2
CurrentVersionCode: 4204

View file

@ -26,7 +26,14 @@ Builds:
gradle:
- yes
- versionName: 1.0-4
versionCode: 4
commit: v1.0-4
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.0-3
CurrentVersionCode: 3
CurrentVersion: 1.0-4
CurrentVersionCode: 4

View file

@ -41,7 +41,14 @@ Builds:
gradle:
- yes
- versionName: 1.9.8
versionCode: 508
commit: v1.9.8
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.9.7
CurrentVersionCode: 507
CurrentVersion: 1.9.8
CurrentVersionCode: 508

View file

@ -156,7 +156,20 @@ Builds:
- sed -i -e '/gms/d' -e 's/\(repositories {\)/\1 jcenter()/' ../build.gradle
- sed -i -e '/firebase/d' build.gradle
- versionName: '5.6'
versionCode: 50600
commit: v5.6
subdir: app
gradle:
- base
prebuild:
- perl -0 -p -i -e 's|<Preference\s[^<]*<intent\s[^<]*\.DonateActivity".*?</Preference>\s*||s'
app/src/main/res/xml/preferences.xml
- perl -0 -p -i -e 's|<activity\s[^<]*"\.DonateActivity".*?/>\s*||s' app/src/main/AndroidManifest.xml
- sed -i -e '/gms/d' -e 's/\(repositories {\)/\1 jcenter()/' ../build.gradle
- sed -i -e '/firebase/d' build.gradle
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '5.5'
CurrentVersionCode: 50501
CurrentVersion: '5.6'
CurrentVersionCode: 50600

View file

@ -5,8 +5,20 @@ SourceCode: https://github.com/andstatus/todoagenda
IssueTracker: https://github.com/plusonelabs/calendar-widget/issues
Changelog: https://github.com/andstatus/todoagenda/blob/HEAD/README.md#changelog
Name: Todo Agenda for Android 4 - 7.0
AutoName: Todo Agenda
Description: |-
This is a legacy ToDo Agenda app (ex. "Calendar Widget") for Android v.4 - 7.0
It is intended for users having older devices. For newer releases please use "Todo Agenda" app.
Since November 2019 the app changed its ID in F-Droid from "com.plusonelabs.calendar"
to "org.andstatus.todoagenda" i.e. to its current real Android package name.
The new app at F-Droid web site: [[org.andstatus.todoagenda]]
Upcoming releases of the new app will support Android 7.1.1+ only.
The name of the new app entry in F-Droid stays the same: "Todo Agenda" (because the app itself isn't changed).
But the name of this legacy app entry in F-Droid is changed to "Todo Agenda for Android 4 - 7.0" to avoid users' confusion.
Todo Agenda is home screen widgets for your Android device.
It displays a list of calendar events and tasks
so that you can easily have a glimpse at your due, current and upcoming appointments.

View file

@ -59,7 +59,14 @@ Builds:
gradle:
- yes
- versionName: '2.0'
versionCode: 13
commit: v2.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.9.1
CurrentVersionCode: 12
CurrentVersion: '2.0'
CurrentVersionCode: 13

View file

@ -1,7 +1,7 @@
Categories:
- Multimedia
License: GPL-3.0-only
SourceCode: https://archive.softwareheritage.org/browse/origin/https://music-practice-tools.googlecode.com/directory/
SourceCode: https://github.com/rproch/music-practice-tools
AutoName: Practice Hub
Description: |-

View file

@ -153,7 +153,15 @@ Builds:
- yes
prebuild: sed -i -e '/keystore/d' build.gradle
- versionName: 5.1.0
versionCode: 29
commit: 5.1.0
subdir: app
gradle:
- yes
prebuild: sed -i -e '/keystore/d' build.gradle
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 5.0.5
CurrentVersionCode: 28
CurrentVersion: 5.1.0
CurrentVersionCode: 29

View file

@ -243,7 +243,15 @@ Builds:
- yes
prebuild: sed -i -e '/keystore/d' build.gradle
- versionName: 6.7.2
versionCode: 166
commit: 6.7.2
subdir: app
gradle:
- yes
prebuild: sed -i -e '/keystore/d' build.gradle
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 6.7.1
CurrentVersionCode: 165
CurrentVersion: 6.7.2
CurrentVersionCode: 166

View file

@ -130,7 +130,15 @@ Builds:
- yes
prebuild: sed -i -e '/keystore/d' build.gradle
- versionName: 6.5.0
versionCode: 53
commit: 6.5.0
subdir: app
gradle:
- yes
prebuild: sed -i -e '/keystore/d' build.gradle
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 6.4.4
CurrentVersionCode: 52
CurrentVersion: 6.5.0
CurrentVersionCode: 53

View file

@ -74,7 +74,18 @@ Builds:
- echo "android.enableJetifier=true" >> gradle.properties
- echo "android.useAndroidX=true" >> gradle.properties
- versionName: 6.1.1
versionCode: 50
commit: 6.1.1
subdir: app
gradle:
- yes
prebuild:
- sed -i -e '/keystore/d' build.gradle
- echo "android.enableJetifier=true" >> gradle.properties
- echo "android.useAndroidX=true" >> gradle.properties
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 6.0.6
CurrentVersionCode: 48
CurrentVersion: 6.1.1
CurrentVersionCode: 50

View file

@ -379,7 +379,15 @@ Builds:
- yes
prebuild: sed -i -e '/keystore/d' build.gradle
- versionName: 6.10.6
versionCode: 273
commit: 6.10.6
subdir: app
gradle:
- yes
prebuild: sed -i -e '/keystore/d' build.gradle
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 6.10.5
CurrentVersionCode: 272
CurrentVersion: 6.10.6
CurrentVersionCode: 273

View file

@ -157,6 +157,7 @@ Builds:
- yes
rm:
- vendor/react-native-aes/android/build/
- vendor/TrustKit/
prebuild:
- truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
- sed -i -e 's/gradle-4.1/gradle-5.4.1/' gradle/wrapper/gradle-wrapper.properties

View file

@ -34,7 +34,21 @@ Builds:
gradle:
- yes
- versionName: '1.1'
versionCode: 6
commit: '1.1'
subdir: app
gradle:
- yes
- versionName: 1.1.1
versionCode: 7
commit: 1.1.1
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.0.3
CurrentVersionCode: 5
CurrentVersion: 1.1.1
CurrentVersionCode: 7

View file

@ -536,7 +536,14 @@ Builds:
gradle:
- yes
- versionName: '0.84'
versionCode: 84
commit: v0.84
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '0.82'
CurrentVersionCode: 82
CurrentVersion: '0.84'
CurrentVersionCode: 84

View file

@ -988,10 +988,61 @@ Builds:
- popd
ndk: r20
- versionName: 15.0.0
versionCode: 104
commit: 15.0.0
subdir: app
gradle:
- yes
srclibs:
- libbaresip-android@7.0
build:
- pushd $$libbaresip-android$$
- sed -i -e 's|/opt/Android/Sdk/ndk-bundle|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip|'
Makefile
- make download-sources
- make install-all
- popd
ndk: r20
- versionName: 15.1.0
versionCode: 105
commit: 15.1.0
subdir: app
gradle:
- yes
srclibs:
- libbaresip-android@7.0
build:
- pushd $$libbaresip-android$$
- sed -i -e 's|/opt/Android/Sdk/ndk-bundle|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip|'
Makefile
- make download-sources
- make install-all
- popd
ndk: r20
- versionName: 15.1.1
versionCode: 106
commit: 15.1.1
subdir: app
gradle:
- yes
srclibs:
- libbaresip-android@7.0
build:
- pushd $$libbaresip-android$$
- sed -i -e 's|/opt/Android/Sdk/ndk-bundle|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip|'
Makefile
- make download-sources
- make install-all
- popd
ndk: r20
MaintainerNotes: make download-sources checks out master branches of several libraries;
this can cause build failures.
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 14.0.0
CurrentVersionCode: 103
CurrentVersion: 15.1.1
CurrentVersionCode: 106

View file

@ -185,7 +185,67 @@ Builds:
scandelete:
- android/libs
- versionName: 3.3.0-patch1
versionCode: 329
commit: 3.3.0-patch1
subdir: android
gradle:
- yes
prebuild: sed -i -e '/maven.aliyun.com/d' ../build.gradle
scandelete:
- android/libs
- versionName: 3.3.1
versionCode: 330
commit: 3.3.1
subdir: android
gradle:
- yes
prebuild: sed -i -e '/maven.aliyun.com/d' ../build.gradle
scandelete:
- android/libs
- versionName: 3.3.2
versionCode: 332
commit: 3.3.2
subdir: android
gradle:
- yes
prebuild: sed -i -e '/maven.aliyun.com/d' ../build.gradle
scandelete:
- android/libs
- versionName: 3.3.3
versionCode: 333
commit: 3.3.3
subdir: android
gradle:
- yes
prebuild: sed -i -e '/maven.aliyun.com/d' ../build.gradle
scandelete:
- android/libs
- versionName: 3.3.4
versionCode: 334
commit: 3.3.4
subdir: android
gradle:
- yes
prebuild: sed -i -e '/maven.aliyun.com/d' ../build.gradle
scandelete:
- android/libs
- versionName: 3.3.5
versionCode: 336
commit: 3.3.5
subdir: android
gradle:
- yes
prebuild: sed -i -e '/maven.aliyun.com/d' ../build.gradle
scandelete:
- android/libs
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 3.3.0
CurrentVersionCode: 328
CurrentVersion: 3.3.5
CurrentVersionCode: 336

View file

@ -254,9 +254,16 @@ Builds:
gradle:
- yes
- versionName: 2.1.1
versionCode: 51
commit: V2.1.1-F-DROID
subdir: app
gradle:
- yes
MaintainerNotes: Upstream generates the version information at compile time.
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 2.0.8
CurrentVersionCode: 49
CurrentVersion: 2.1.1
CurrentVersionCode: 51

View file

@ -1 +0,0 @@
Оптимизирайте своята WiFi мрежа, като проверите състоянието на WiFi мрежата, силата на сигнала и идентифицирате пренаселените канали, използвайки WiFiAnalyzer с отворен код за Android

View file

@ -1 +0,0 @@
Оптимизирайте своята WiFi мрежа

View file

@ -1 +0,0 @@
Verbesseren Sie Ihr WLAN-Netzwerk, indem Sie den Netzwerkstatus und die Signalstärke Ihres WLANs messen und erkennnen Sie überlastete Kanäle mithilfe einer freien Open-Source App für Android

View file

@ -1 +0,0 @@
Verbesseren Sie Ihr WLAN-Netzwerk

View file

@ -1,16 +0,0 @@
Optimize your WiFi network, by checking WiFi network status, signal strength and identifying crowded channels using WiFiAnalyzer
Features:
* Identify nearby Access Points
* Graph channels signal strength
* Graph Access Point signal strength over time
* Analyze WiFi networks to rate channels
* HT/VHT Detection - 40/80/160MHz (Requires Android OS 6+)
* Access Point view complete or compact
* Estimated Distance to the Access Points
* Export access points details
* Dark or Light theme available
* Pause/Resume scanning
* Available filters: WiFi band, Signal strength, Security and SSID
* Vendor/OUI Database Lookup

View file

@ -1 +0,0 @@
Optimize your WiFi network

View file

@ -1 +0,0 @@
Optimiza tu red WiFi, mediante la comprobación de estado de red, intensidad de señal e identificación de los canales llenos usando la aplicación de código abierto WiFiAnalyzer para Android

View file

@ -1 +0,0 @@
Optimiza tu red WiFi

View file

@ -1 +0,0 @@
Optimisez vos réseaux Wi-Fi, en vérifiant l\'état du réseau, la force du signal et en identifiant les canaux surchargés grâce à WiFiAnalyzer pour Android.

View file

@ -1 +0,0 @@
Optimisez vos réseaux Wi-Fi

View file

@ -1 +0,0 @@
Ottimizza la tua rete WiFi, controllando lo stato, la potenza del segnale e identificando i canali affollati, usando un WiFiAnalyzer per Android

View file

@ -1 +0,0 @@
Ottimizza la tua rete WiFi

View file

@ -1 +0,0 @@
Optimiser ditt Wi-Fi-nettverk

View file

@ -1 +0,0 @@
Zoptymalizuj twoją sieć WiFi, poprzez sprawdzanie statusu sieci WiFi, siłę sygnały i indentyfikowanie zatłoczonych kanałów używając otwartoźródłowej aplikacji WiFiAnalyzer dla Androida

View file

@ -1 +0,0 @@
Zoptymalizuj swoją sieć Wi-Fi

View file

@ -1 +0,0 @@
Otimize sua rede WiFi

View file

@ -1 +0,0 @@
Otimize sua rede WiFi

View file

@ -1 +0,0 @@
Otimize sua rede Wi-Fi, verificando o estado da rede, a intensidade do sinal e identificando canais congestionados usando o WiFiAnalyzer, app open-source para Android

View file

@ -1 +0,0 @@
Otimize sua rede WiFi

View file

@ -1 +0,0 @@
Оптимизация сети WiFi путем проверки состояния Wi-Fi, уровня сигнала и определения переполненных каналов используя WiFiAnalyzer для Android

View file

@ -1 +0,0 @@
Оптимизация сети WiFi путем проверки состояния Wi-Fi

View file

@ -1 +0,0 @@
使用适用于Android的开源应用WiFiAnalyzer通过检查WiFi网络状态信号强度和识别拥挤的频道来优化您的WiFi网络

View file

@ -1 +0,0 @@
优化 WiFi 网络

View file

@ -1 +0,0 @@
使用此開源的Android WiFi分析儀來檢查WiFi狀態、訊號強度並識別擁擠的頻道從而最佳化您的WiFi網路

View file

@ -1 +0,0 @@
最佳化您的WiFi網路

View file

@ -950,6 +950,87 @@ Builds:
- ./compile.sh --release --no-gradle
ndk: r20
- versionName: 20191122-01
versionCode: 201
commit: android/release_201
timeout: 10800
subdir: client-android/ring-android/app
submodules: true
gradle:
- noPush
rm:
- client-electron
- client-gnome
- client-ios
- client-macosx
- client-uwp
- client-windows
- docker
- docs
- lrc
- packaging
- scripts
build:
- cd ../..
- export ANDROID_NDK_ROOT="$ANDROID_NDK"
- export ANDROID_ABI="armeabi-v7a arm64-v8a x86"
- ./compile.sh --release --no-gradle
ndk: r20
- versionName: 20191127-01
versionCode: 202
commit: android/release_202
timeout: 10800
subdir: client-android/ring-android/app
submodules: true
gradle:
- noPush
rm:
- client-electron
- client-gnome
- client-ios
- client-macosx
- client-uwp
- client-windows
- docker
- docs
- lrc
- packaging
- scripts
build:
- cd ../..
- export ANDROID_NDK_ROOT="$ANDROID_NDK"
- export ANDROID_ABI="armeabi-v7a arm64-v8a x86"
- ./compile.sh --release --no-gradle
ndk: r20
- versionName: 20191203-01
versionCode: 204
commit: android/release_204
timeout: 10800
subdir: client-android/ring-android/app
submodules: true
gradle:
- noPush
rm:
- client-electron
- client-gnome
- client-ios
- client-macosx
- client-uwp
- client-windows
- docker
- docs
- lrc
- packaging
- scripts
build:
- cd ../..
- export ANDROID_NDK_ROOT="$ANDROID_NDK"
- export ANDROID_ABI="armeabi-v7a arm64-v8a x86"
- ./compile.sh --release --no-gradle
ndk: r20
MaintainerNotes: |-
Ring has a lot of native dependencies, the source tarballs of these are all downloaded and build for all enabled architectures.
Build failed with swig 2.0.12 from jessie but works with 3.0.10 from jessie-backports.
@ -959,5 +1040,5 @@ MaintainerNotes: |-
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 20191115-01
CurrentVersionCode: 200
CurrentVersion: 20191203-01
CurrentVersionCode: 204

View file

@ -273,7 +273,28 @@ Builds:
gradle:
- yes
- versionName: '1.11'
versionCode: 39
commit: v1.11
subdir: app
gradle:
- yes
- versionName: '1.12'
versionCode: 40
commit: v1.12
subdir: app
gradle:
- yes
- versionName: 1.12.1
versionCode: 41
commit: v1.12.1
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.10.9
CurrentVersionCode: 38
CurrentVersion: 1.12.1
CurrentVersionCode: 41

View file

@ -36,8 +36,29 @@ Builds:
gradle:
- yes
- versionName: '1.3'
versionCode: 4
commit: v1.3
subdir: app
gradle:
- yes
- versionName: 1.3.1
versionCode: 5
commit: v1.3.1
subdir: app
gradle:
- yes
- versionName: 1.3.2
versionCode: 6
commit: v1.3.2
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
UpdateCheckIgnore: beta preview
CurrentVersion: '1.2'
CurrentVersionCode: 3
CurrentVersion: 1.3.2
CurrentVersionCode: 6

View file

@ -29,7 +29,14 @@ Builds:
gradle:
- yes
- versionName: '1.5'
versionCode: 5
commit: '1.5'
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: '1.3'
CurrentVersionCode: 3
CurrentVersion: '1.5'
CurrentVersionCode: 5

View file

@ -58,5 +58,5 @@ MaintainerNotes: |-
AutoUpdateMode: None
UpdateCheckMode: Tags ^VIDELIBRI
CurrentVersion: '2.122'
CurrentVersionCode: 2122
CurrentVersion: '2.126'
CurrentVersionCode: 2126

View file

@ -800,7 +800,14 @@ Builds:
- current
prebuild: sed -i -e '/bintray/d' -e '/markdown/d' -e '/preset-utils/d' build.gradle
- versionName: 14.0.10.0
versionCode: 1312
commit: 14.0.10.0
gradle:
- current
prebuild: sed -i -e '/bintray/d' -e '/markdown/d' -e '/preset-utils/d' build.gradle
AutoUpdateMode: Version %v
UpdateCheckMode: Tags ^[0-9]+\.[0-9]+\.[0-9]+\.0$
CurrentVersion: 14.0.9.0
CurrentVersionCode: 1311
CurrentVersion: 14.0.10.0
CurrentVersionCode: 1312

View file

@ -60,7 +60,25 @@ Builds:
gradle:
- yes
- versionName: v3.2.7
versionCode: 3149
commit: v3.2.7
gradle:
- yes
- versionName: v3.2.8
versionCode: 3162
commit: v3.2.8
gradle:
- yes
- versionName: v3.2.9
versionCode: 3175
commit: v3.2.9
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: v3.2.6
CurrentVersionCode: 3137
CurrentVersion: v3.2.9
CurrentVersionCode: 3175

View file

@ -207,7 +207,14 @@ Builds:
gradle:
- yes
- versionName: 1.19.0
versionCode: 48
commit: 1.19.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.18.0
CurrentVersionCode: 46
CurrentVersion: 1.19.0
CurrentVersionCode: 48

Some files were not shown because too many files have changed in this diff Show more