Remove disabled versions take 2 of many

This commit is contained in:
Licaon_Kter 2022-10-14 07:12:33 +00:00
parent d5252aedff
commit 150be79b1b
129 changed files with 0 additions and 4545 deletions

View File

@ -29,13 +29,6 @@ Builds:
- popd
- cp $$ImageLoader$$/target/universal-image-loader-1.9.3.jar libs/
- versionName: '1.1'
versionCode: 2
disable: https://github.com/jordhi/CineCat/pull/1 simplifies future builds
commit: v1.1
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.0'

View File

@ -40,11 +40,6 @@ Builds:
commit: 7843408a0960
target: android-14
- versionName: '5.6'
versionCode: 36
disable: build fail
commit: '5.6'
- versionName: '6.02'
versionCode: 42
commit: '6.02'

View File

@ -22,34 +22,6 @@ RepoType: git
Repo: https://github.com/btmura/rbb.git
Builds:
- versionName: '2.3'
versionCode: 6
disable: broken build
commit: v2.3
srclibs:
- ViewPagerIndicator@2.4.1
prebuild:
- rm -rf tests eclipse
- echo "android.library.reference.1=$$ViewPagerIndicator$$" >> project.properties
- mv libs/support/*.jar libs/
target: android-17
- versionName: '3.0'
versionCode: 7
disable: proprietary blob (youtube api)
commit: unknown - see disabled
- versionName: '3.2'
versionCode: 9
disable: java problems
commit: v3.2-foss
srclibs:
- 1:ViewPagerIndicator@2.4.1
prebuild:
- rm -rf tests eclipse
- mv libs/android-support-v4.jar $$ViewPagerIndicator$$/libs
target: android-18
- versionName: '3.4'
versionCode: 11
commit: v3.4-foss

View File

@ -80,17 +80,6 @@ Builds:
scanignore:
- src/com/ghostsq/commander/adapters/CA.java
- versionName: 1.51.4
versionCode: 233
disable: Build fails - missing R.drawable.plugins
commit: '412'
scanignore:
- src/com/ghostsq/commander/adapters/CA.java
- versionName: 1.51.5b3
versionCode: 236
disable: skip beta
- versionName: 1.52.1
versionCode: 246
commit: '427'

View File

@ -235,17 +235,6 @@ 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
disable: fails to build
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
- versionName: 2.5.1
versionCode: 65
commit: v2.5.1

View File

@ -186,17 +186,6 @@ Builds:
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d; /com.crashlytics/d' ../build.gradle
../CommonUtils/build.gradle build.gradle
- versionName: 1.6.4
versionCode: 30
disable: crashes on startup
commit: v1.6.4
subdir: app
submodules: true
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d; /com.crashlytics/d' ../build.gradle
../CommonUtils/build.gradle build.gradle
- versionName: 1.6.5
versionCode: 31
commit: v1.6.5

View File

@ -1,139 +0,0 @@
Categories:
- Games
License: MIT
SourceCode: https://github.com/AndreMiras/EtherollApp
IssueTracker: https://github.com/AndreMiras/EtherollApp/issues
Changelog: https://github.com/AndreMiras/EtherollApp/blob/develop/src/etherollapp/CHANGELOG.md
Name: Etheroll
Description: |-
Cross platform Etheroll app built with Python and Kivy. Uses an Ethereum
smart contract to place bets on the blockchain.
RepoType: git
Repo: https://github.com/AndreMiras/EtherollApp.git
Builds:
- versionName: '2019.0217'
versionCode: 202117
disable: legal issues, refs fdroid/fdroiddata#2360
commit: v20190217
sudo: apt-get install -y build-essential libffi-dev libltdl-dev python2.7 zlib1g-dev
output: bin/etheroll-$$VERSION$$-release-unsigned.apk
srclibs:
- buildozer@586152c
prebuild:
- sed -r "s:#?android.sdk_path =.*:android.sdk_path = $$SDK$$:" -i buildozer.spec
- sed -r "s:#?android.ndk_path =.*:android.ndk_path = $$NDK$$:" -i buildozer.spec
- sed -r "s:#?android.accept_sdk_license =.*:android.accept_sdk_license = False:"
-i buildozer.spec
- pip install --user --upgrade $$buildozer$$ Cython==0.28.6
build: PATH="$HOME/.local/bin:$PATH" buildozer android release
ndk: r17c
- versionName: '2019.0426'
versionCode: 202326
disable: legal issues, refs fdroid/fdroiddata#2360
commit: v2019.0426
sudo: apt-get install -y build-essential libffi-dev libltdl-dev python2.7 zlib1g-dev
output: bin/etheroll-$$VERSION$$-release-unsigned.apk
srclibs:
- buildozer@586152c
prebuild:
- sed -r "s:#?android.sdk_path =.*:android.sdk_path = $$SDK$$:" -i buildozer.spec
- sed -r "s:#?android.ndk_path =.*:android.ndk_path = $$NDK$$:" -i buildozer.spec
- sed -r "s:#?android.accept_sdk_license =.*:android.accept_sdk_license = False:"
-i buildozer.spec
- pip install --user --upgrade $$buildozer$$ Cython==0.28.6
build: PATH="$HOME/.local/bin:$PATH" buildozer android release
ndk: r17c
- versionName: '2019.0624'
versionCode: 721202524
disable: legal issues, refs fdroid/fdroiddata#2360
commit: v2019.0624
sudo: apt-get install -y build-essential libffi-dev libltdl-dev python2.7 zlib1g-dev
output: bin/etheroll-$$VERSION$$-release-unsigned.apk
srclibs:
- buildozer@586152c
prebuild:
- sed -r "s:#?android.sdk_path =.*:android.sdk_path = $$SDK$$:" -i buildozer.spec
- sed -r "s:#?android.ndk_path =.*:android.ndk_path = $$NDK$$:" -i buildozer.spec
- sed -r "s:#?android.accept_sdk_license =.*:android.accept_sdk_license = False:"
-i buildozer.spec
- pip install --user --upgrade $$buildozer$$ Cython==0.28.6
build: PATH="$HOME/.local/bin:$PATH" buildozer android release
ndk: r17c
- versionName: '2019.0911'
versionCode: 721202811
disable: legal issues, refs fdroid/fdroiddata#2360
commit: v2019.0911
sudo:
- apt-get update
- apt-get install -y build-essential libffi-dev libltdl-dev python2.7 zlib1g-dev
output: bin/etheroll-$$VERSION$$-release-unsigned.apk
srclibs:
- buildozer@586152c
prebuild:
- sed -r "s:#?android.sdk_path =.*:android.sdk_path = $$SDK$$:" -i buildozer.spec
- sed -r "s:#?android.ndk_path =.*:android.ndk_path = $$NDK$$:" -i buildozer.spec
- sed -r "s:#?android.accept_sdk_license =.*:android.accept_sdk_license = False:"
-i buildozer.spec
- pip3 install --user --upgrade $$buildozer$$ Cython==0.28.6
build: PATH="$HOME/.local/bin:$PATH" buildozer android release
ndk: r17c
- versionName: '2019.1101'
versionCode: 721203001
disable: fails to build
commit: v2019.1101
sudo:
- apt-get update
- apt-get install -y build-essential libffi-dev libltdl-dev python2.7 zlib1g-dev
output: bin/etheroll-$$VERSION$$-release-unsigned.apk
srclibs:
- buildozer@586152c
prebuild:
- sed -r "s:#?android.sdk_path =.*:android.sdk_path = $$SDK$$:" -i buildozer.spec
- sed -r "s:#?android.ndk_path =.*:android.ndk_path = $$NDK$$:" -i buildozer.spec
- sed -r "s:#?android.accept_sdk_license =.*:android.accept_sdk_license = False:"
-i buildozer.spec
- pip3 install --user --upgrade $$buildozer$$ Cython==0.28.6
build: PATH="$HOME/.local/bin:$PATH" buildozer android release
ndk: r17c
- versionName: '2019.1108'
versionCode: 721203008
disable: legal issues, refs fdroid/fdroiddata#2360
commit: v2019.1108
sudo:
- apt-get update
- apt-get install -y build-essential libffi-dev libltdl-dev python2.7 zlib1g-dev
output: bin/etheroll__armeabi-v7a-$$VERSION$$-armeabi-v7a-release-unsigned.apk
srclibs:
- buildozer@b6981f8
prebuild:
- sed -r "s:#?android.sdk_path =.*:android.sdk_path = $$SDK$$:" -i buildozer.spec
- sed -r "s:#?android.ndk_path =.*:android.ndk_path = $$NDK$$:" -i buildozer.spec
- sed -r "s:#?android.accept_sdk_license =.*:android.accept_sdk_license = False:"
-i buildozer.spec
- pip3 install --user --upgrade $$buildozer$$ Cython==0.28.6
build: PATH="$HOME/.local/bin:$PATH" buildozer android release
ndk: r19c
MaintainerNotes: |-
The build relies on buildozer master (post 0.39 release) which fixes issues
with unsigned releases.
Cython is pinned since this is the official tested version with buildozer.
Both SDK and NDK path are set to use fdroid ones.
The auto accept license is disabled since fdroid sdkmanager doesn't support
the --licenses argument.
ArchivePolicy: 0 versions
AutoUpdateMode: None
UpdateCheckMode: None
UpdateCheckData: src/etherollapp/version.py|__version_code__ = (\d+)|.|__version__
= '(\d+\.\d+)'
CurrentVersion: '2019.1108'
CurrentVersionCode: 721203008

View File

@ -1 +0,0 @@
Wetten auf Blockchains durch Etheroll Smart Contracts

View File

@ -1 +0,0 @@
Gamble on blockchain through Etheroll smart contract

View File

@ -1 +0,0 @@
Vetoj sur blokĉeno uzante inteligentajn kontraktojn Etheroll

View File

@ -1 +0,0 @@
Apostar en blockchain mediante el contrato inteligente de Etheroll

View File

@ -1 +0,0 @@
Jeu d'argent sur la blockchain via le contrat Etheroll

View File

@ -1 +0,0 @@
הימור על בלוקצ׳יין דרך חוזה חכם של Etheroll

View File

@ -1 +0,0 @@
Scommetti su blockchain attraverso Etheroll smart contract

View File

@ -1 +0,0 @@
Spill på blokkjeden gjennom Eheroll-smartkontrakter

View File

@ -1 +0,0 @@
Zakłady na blockchain korzysta z inteligentnej umowy Etheroll

View File

@ -1 +0,0 @@
Aposte em blockchain por meio de contrato inteligente da Etheroll

View File

@ -1 +0,0 @@
Aposte na blockchain através do contrato inteligente da Etheroll

View File

@ -1 +0,0 @@
Aposte na blockchain através do contrato inteligente da Etheroll

View File

@ -1 +0,0 @@
Pariați pe blockchain prin contractul inteligent Etheroll

View File

@ -1 +0,0 @@
Играйте на блокчейне через смарт-контракт Etheroll

View File

@ -1 +0,0 @@
Etheroll akıllı sözleşmesi aracılığıyla blockchain üzerinde kumar oynayın

View File

@ -1 +0,0 @@
Азартні ігри на блокчейні через розумний контракт Etheroll

View File

@ -1 +0,0 @@
通过以太坊智能合约在区块链上赌博

View File

@ -1 +0,0 @@
通過以太坊智能合約在區塊鏈上賭博

View File

@ -85,15 +85,6 @@ Builds:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: 0.6.0
versionCode: 22
disable: fails to build
commit: 0.6.0
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: 0.7.0
versionCode: 23
commit: 0.7.0
@ -362,19 +353,6 @@ Builds:
- free
prebuild: sed -i -e '/sed:free-build:remove/d' build.gradle ../build.gradle
- versionName: 2.2.0
versionCode: 56
disable: https://github.com/trynoice/android-app/issues/1056
commit: 22b66b53c1211b9ca2c6bdd54eb5bffe402ebc85
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- free
prebuild: sed -i -e '/sed:free-build:remove/d' build.gradle ../build.gradle
- versionName: 2.2.1
versionCode: 57
commit: 52bf469d9a66d3a340c5fb0bb0e95323452825f4

View File

@ -15,14 +15,6 @@ RepoType: git
Repo: https://gitlab.com/axet/android-audio-recorder.git
Builds:
- versionName: 1.4.19
versionCode: 121
disable: non-free
commit: audiorecorder-1.4.19
subdir: app
gradle:
- yes
- versionName: 1.4.26
versionCode: 128
commit: audiorecorder-1.4.26
@ -293,15 +285,6 @@ Builds:
- yes
prebuild: sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
- versionName: 3.0.55
versionCode: 221
disable: old and failing
commit: audiorecorder-3.0.55
subdir: app
gradle:
- yes
prebuild: sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
- versionName: 3.0.57
versionCode: 223
commit: audiorecorder-3.0.57
@ -790,15 +773,6 @@ Builds:
- yes
prebuild: sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
- versionName: 3.3.5
versionCode: 330
disable: Could not find com.github.axet:android-audio-library:1.0.168
commit: audiorecorder-3.3.5
subdir: app
gradle:
- yes
prebuild: sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
- versionName: 3.3.6
versionCode: 331
commit: audiorecorder-3.3.6
@ -955,16 +929,6 @@ Builds:
prebuild: sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
ndk: r16b
- versionName: 3.5.10
versionCode: 366
disable: https://gitlab.com/axet/android-audio-recorder/-/issues/220#note_877332830
commit: 537d76099267fc35e0a69b9e29c0572c1ba33c09
subdir: app
gradle:
- yes
prebuild: sed -i -e '/applicationVariants/,/^ }/d' build.gradle
ndk: r16b
- versionName: 3.5.12
versionCode: 368
commit: c9005e958494a8fe553edca27eb3f970599de3b1

View File

@ -119,14 +119,6 @@ Builds:
gradle:
- yes
- versionName: 1.3.22
versionCode: 91
disable: failing
commit: callrecorder-1.3.22
subdir: app
gradle:
- yes
- versionName: 1.3.23
versionCode: 92
commit: callrecorder-1.3.23
@ -222,15 +214,6 @@ Builds:
- yes
prebuild: sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
- versionName: 1.4.11
versionCode: 114
disable: old and failing
commit: callrecorder-1.4.11
subdir: app
gradle:
- yes
prebuild: sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
- versionName: 1.4.13
versionCode: 116
commit: callrecorder-1.4.13

View File

@ -188,14 +188,6 @@ Builds:
gradle:
- yes
- versionName: 0.4.6
versionCode: 146
disable: fails to build
commit: filemanager-0.4.6
subdir: app
gradle:
- yes
- versionName: 0.4.7
versionCode: 147
commit: filemanager-0.4.7

View File

@ -64,14 +64,6 @@ Builds:
gradle:
- yes
- versionName: 3.0.14
versionCode: 266
disable: doesnt build
commit: hourlyreminder-3.0.14
subdir: app
gradle:
- yes
- versionName: 3.0.19
versionCode: 271
commit: hourlyreminder-3.0.19
@ -331,14 +323,6 @@ Builds:
gradle:
- yes
- versionName: 3.1.23
versionCode: 344
disable: Wrong Gradle version
commit: hourlyreminder-3.1.23
subdir: app
gradle:
- yes
- versionName: 3.1.24
versionCode: 345
commit: hourlyreminder-3.1.24
@ -707,15 +691,6 @@ Builds:
- yes
prebuild: sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
- versionName: 3.4.24
versionCode: 439
disable: fails to build
commit: hourlyreminder-3.4.24
subdir: app
gradle:
- yes
prebuild: sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
- versionName: 3.4.26
versionCode: 441
commit: hourlyreminder-3.4.26

View File

@ -14,110 +14,6 @@ RepoType: git
Repo: https://gitlab.com/axet/android-torrent-client.git
Builds:
- versionName: 2.7.15
versionCode: 314
disable: cannot find java-unrar
commit: torrentclient-2.7.15
subdir: app
gradle:
- yes
- versionName: 2.7.35
versionCode: 334
disable: more than one resulting apks found
commit: torrentclient-2.7.35
subdir: app
gradle:
- yes
- versionName: 2.7.55
versionCode: 354
disable: more than one resulting apks found
commit: torrentclient-2.7.55
subdir: app
gradle:
- yes
- versionName: 2.7.61
versionCode: 360
disable: more than one resulting apks found
commit: torrentclient-2.7.61
subdir: app
gradle:
- yes
- versionName: 2.7.62
versionCode: 361
disable: more than one resulting apks found
commit: torrentclient-2.7.62
subdir: app
gradle:
- yes
- versionName: 2.7.66
versionCode: 365
disable: more than one resulting apks found
commit: torrentclient-2.7.66
subdir: app
gradle:
- yes
- versionName: 2.7.71
versionCode: 370
disable: more than one resulting apks found
commit: torrentclient-2.7.71
subdir: app
gradle:
- yes
- versionName: 2.7.72
versionCode: 371
disable: more than one resulting apks found
commit: torrentclient-2.7.72
subdir: app
gradle:
- yes
- versionName: 3.0.0
versionCode: 377
disable: more than one resulting apks found
commit: torrentclient-3.0.0
subdir: app
gradle:
- yes
- versionName: 3.1.12
versionCode: 390
disable: more than one resulting apks found
commit: torrentclient-3.1.12
subdir: app
gradle:
- yes
- versionName: 3.1.27
versionCode: 405
disable: more than one resulting apks found
commit: torrentclient-3.1.27
subdir: app
gradle:
- yes
- versionName: 3.2.7
versionCode: 424
disable: more than one resulting apks found
commit: torrentclient-3.2.7
subdir: app
gradle:
- yes
- versionName: 3.2.11
versionCode: 428
disable: more than one resulting apks found
commit: torrentclient-3.2.11
subdir: app
gradle:
- yes
- versionName: 3.2.23
versionCode: 439
commit: torrentclient-3.2.23
@ -555,18 +451,6 @@ Builds:
- sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
ndk: r16b
- versionName: 3.4.137
versionCode: 625
disable: 'error: cannot find symbol Storage.isConnectedWifi'
commit: torrentclient-3.4.137
subdir: app
gradle:
- yes
prebuild:
- sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
- sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
ndk: r16b
- versionName: 3.4.138
versionCode: 626
commit: torrentclient-3.4.138
@ -688,26 +572,6 @@ Builds:
prebuild: sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
ndk: r16b
- versionName: 3.4.181
versionCode: 669
disable: lintVitalRelease fails
commit: torrentclient-3.4.181
subdir: app
gradle:
- yes
prebuild: sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
ndk: r16b
- versionName: 3.4.182
versionCode: 670
disable: lintVitalRelease fails
commit: torrentclient-3.4.182
subdir: app
gradle:
- yes
prebuild: sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
ndk: r16b
- versionName: 3.4.185
versionCode: 673
commit: torrentclient-3.4.185

View File

@ -1205,25 +1205,6 @@ Builds:
- PATH="$PWD/go/bin:$PATH" gradle buildNative
ndk: r19c
- versionName: 1.5.0.0
versionCode: 1050000
disable: fails to build
commit: v1.5.0.0
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
- versionName: 1.6.0.0
versionCode: 1060000
commit: v1.6.0.0
@ -1640,24 +1621,6 @@ Builds:
preassemble:
- buildNative
- versionName: 1.18.3.0
versionCode: 1180300
disable: out of memory
commit: f714d00cb159edb93fba8aa9b926db891597ae75
submodules: true
sudo:
- apt-get update
- apt-get install -y openjdk-11-jdk
- update-alternatives --auto java
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
preassemble:
- buildNative
- versionName: 1.18.4.0
versionCode: 1180400
commit: 72f9ea6175812748daa67d992de178c3bc3d5433
@ -1768,26 +1731,6 @@ Builds:
preassemble:
- buildNative
- versionName: 1.20.1.0
versionCode: 1200100
disable: https://github.com/Catfriend1/syncthing-android/issues/891
commit: f7d5541e0f398e266e2a33e3ccb00e4d36708fc9
submodules: true
sudo:
- apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
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
- echo 'org.gradle.jvmargs=-Xmx4096m' >> gradle.properties
preassemble:
- buildNative
- versionName: 1.20.3.0
versionCode: 1200300
commit: 6f63d3c6d12eabfc2a2db8a2b251c581f6d0417d

View File

@ -99,14 +99,6 @@ Builds:
gradle:
- yes
- versionName: '2.1'
versionCode: 12
disable: Unexpected version/version code in output
commit: v2.1
subdir: app
gradle:
- yes
- versionName: '2.2'
versionCode: 13
commit: v2.2

View File

@ -20,15 +20,6 @@ RepoType: git
Repo: https://github.com/darthjoey91/Hangman-Android.git
Builds:
- versionName: '1.0'
versionCode: 1
disable: this is not 1.0
commit: v0.1-alpha
subdir: app
gradle:
- yes
prebuild: sed -i -e '/repo1/d' -e '/repo1/amavenCentral()' build.gradle ../build.gradle
- versionName: 0.2-alpha
versionCode: 2
commit: v0.2-alpha

View File

@ -66,14 +66,6 @@ Builds:
gradle:
- yes
- versionName: 0.2.0
versionCode: 9
disable: failing build
commit: v0.2.0
subdir: app
gradle:
- yes
- versionName: 0.2.0a
versionCode: 10
commit: v0.2.0a

View File

@ -55,22 +55,6 @@ Builds:
gradle:
- yes
- versionName: '2.4'
versionCode: 22
disable: google play services
commit: v2.4
subdir: app
gradle:
- yes
- versionName: '2.7'
versionCode: 34
disable: google play services
commit: v2.7
subdir: app
gradle:
- yes
ArchivePolicy: 0 versions
AutoUpdateMode: None
UpdateCheckMode: None

View File

@ -40,13 +40,6 @@ Builds:
- sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
- mv libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
- versionName: 0.5.0
versionCode: 7
disable: no gradle
commit: 0.5.0
gradle:
- yes
- versionName: 0.5.1
versionCode: 8
commit: 0.5.1

View File

@ -12,15 +12,6 @@ RepoType: git
Repo: https://github.com/ooz/HeyMeditation
Builds:
- versionName: 1.0.1
versionCode: 1
disable: wrong versioncode
commit: 9b2aa18c8811a826daff41109b41859048d1f01d
srclibs:
- 1:appcompat@v7
extlibs:
- android/android-support-v4.jar
- versionName: 1.0.1
versionCode: 2
commit: 02d871939ca9655128ac76728d249096da5d81a9

View File

@ -86,118 +86,6 @@ Builds:
gradle:
- yes
- versionName: 4.70.00
versionCode: 30
disable: crashlytics
commit: 4.70.00
subdir: app
gradle:
- yes
- versionName: 5.00.00
versionCode: 33
disable: crashlytics
commit: 5.00.00
subdir: app
gradle:
- yes
- versionName: 5.01.00
versionCode: 34
disable: crashlytics
commit: 5.01.00
subdir: app
gradle:
- yes
- versionName: 5.02.00
versionCode: 35
disable: crashlytics
commit: 5.02.00
subdir: app
gradle:
- yes
- versionName: 5.03.00
versionCode: 36
disable: crashlytics
commit: 5.03.00
subdir: app
gradle:
- yes
- versionName: 5.10.00
versionCode: 37
disable: crashlytics
commit: 5.10.00
subdir: app
gradle:
- yes
- versionName: 5.20.00
versionCode: 40
disable: crashlytics
commit: 5.20.00
subdir: app
gradle:
- yes
- versionName: 5.30.01
versionCode: 42
disable: crashlytics
commit: 5.30.01
subdir: app
gradle:
- yes
- versionName: 5.30.20
versionCode: 43
disable: crashlytics
commit: 5.30.20
subdir: app
gradle:
- yes
- versionName: 5.30.30
versionCode: 44
disable: crashlytics
commit: 5.30.30
subdir: app
gradle:
- yes
- versionName: 5.30.31
versionCode: 45
disable: crashlytics
commit: 5.30.31
subdir: app
gradle:
- yes
- versionName: 5.30.32
versionCode: 46
disable: crashlytics
commit: 5.30.32
subdir: app
gradle:
- yes
- versionName: 5.30.33
versionCode: 47
disable: crashlytics
commit: 5.30.33
subdir: app
gradle:
- yes
- versionName: 5.30.34
versionCode: 48
disable: crashlytics
commit: 5.30.34
subdir: app
gradle:
- yes
- versionName: 1.10.53
versionCode: 67
commit: 28947b97ddd457e2aece59ff1da259d35e0c0151
@ -208,15 +96,6 @@ Builds:
antifeatures:
- Tracking
- versionName: 1.30.24
versionCode: 122
disable: gradle crashes
commit: '122'
subdir: app
gradle:
- purefloss
prebuild: sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/play-services/d' build.gradle
- versionName: 2.2.14
versionCode: 194
commit: '194'

View File

@ -124,30 +124,6 @@ Builds:
gradle:
- yes
- versionName: 1.1.0
versionCode: 1000
disable: buildToolsVersion is not specified
commit: Release_1.1.0
subdir: app
gradle:
- yes
- versionName: 1.1.1
versionCode: 1001
disable: buildToolsVersion is not specified
commit: Release_1.1.1
subdir: app
gradle:
- yes
- versionName: 1.1.4
versionCode: 1004
disable: buildToolsVersion is not specified
commit: Release_1.1.4
subdir: app
gradle:
- yes
- versionName: 1.1.6
versionCode: 1006
commit: Release_1.1.6

View File

@ -25,15 +25,6 @@ Builds:
maven: 'yes'
prebuild: sed -i 's/3.8.0/3.6.1/g' pom.xml
- versionName: '0.2'
versionCode: 20
disable: maven failures
commit: v0.2
maven: 'yes'
prebuild:
- sed -i 's/3.8.0/3.6.1/g' pom.xml
- .utility/deploy-sdk-to-m2-repo.sh
- versionName: '0.3'
versionCode: 30
commit: v0.3

View File

@ -288,14 +288,6 @@ Builds:
gradle:
- yes
- versionName: '0.36'
versionCode: 36
disable: Release builds crash
commit: '0.36'
subdir: app
gradle:
- legacy
- versionName: '0.37'
versionCode: 37
commit: '0.37'

View File

@ -21,16 +21,6 @@ Builds:
gradle:
- fdroid
- versionName: 1.3.1
versionCode: 7
disable: "Unexpected version/version code in output; APK: '1.3.0' / '6', Expected:\
\ '1.3.1' / '7'"
commit: fdroid-v1.3.1
subdir: app
gradle:
- fdroid
prebuild: sed -i -e '/com.google.android.gms/d' build.gradle
- versionName: 1.3.3
versionCode: 8
commit: fdroid-v1.3.3

View File

@ -90,38 +90,6 @@ Builds:
- yes
ndk: r12b
- versionName: 3.4.3
versionCode: 3043
disable: Build system issue, see maintainer notes
commit: 9a06fa318639
patch:
- ndk-out.patch
rm:
- jni/scan
- assets/scan
prebuild:
- mkdir libs
- cp extra/system.jar libs/
buildjni:
- yes
ndk: r12b
- versionName: 3.7.1
versionCode: 3071
disable: how is scan5 built?
commit: 9b73d3a94249f4366e06532f03cd6cf26e2eb2d9
patch:
- ndk-out.patch
rm:
- jni/scan
- assets/scan*
prebuild:
- mkdir libs
- cp extra/system.jar libs/
scanignore:
- res/raw/mimes
build: $$NDK$$/ndk-build
- versionName: 3.8.0
versionCode: 3080
commit: 471f435ef84b5a3a0c0d5d10d7c2d6ce012fe5a0
@ -139,24 +107,6 @@ Builds:
- app/src/main/res/raw/mimes
build: $$NDK$$/ndk-build
- versionName: 4.0.2
versionCode: 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
MaintainerNotes: |-
The system.jar is from AOSP - see extra/system.jar.README and
<a href="https://github.com/ivanvolosyuk/diskusage/issues/19">https://github.com/ivanvolosyuk/diskusage/issues/19</a>

View File

@ -30,14 +30,6 @@ Builds:
- libs/.svn/prop-base/libGoogleAnalytics.jar.svn-base
- libs/.svn/text-base/libGoogleAnalytics.jar.svn-base
- versionName: 1.8.0
versionCode: 1304
disable: analytics
commit: 1.8.0-published
subdir: app
gradle:
- yes
- versionName: 1.9.2
versionCode: 1480
commit: d195e1cee24af70ce6e6a2c12d4d2a9b796d53c6

View File

@ -99,49 +99,6 @@ Builds:
- core/src/test
build: mvn package -f ../core/pom.xml
- versionName: 4.7.4
versionCode: 104
disable: fails
commit: BS-4.7.4
subdir: android
prebuild:
- echo -e "java.source=7\njava.target=7" >> local.properties
- echo 'source.dir=src;../android-core/src' >> project.properties
target: android-19
scanignore:
- core/src/test
build: mvn package -f ../core/pom.xml
- versionName: 4.7.5
versionCode: 105
disable: requires recent maven, seemingly no way around it
commit: BS-4.7.5
subdir: android
maven: 'yes'
scanignore:
- core/src/test
build:
- mvn install -f ../core/pom.xml -Dmaven.test.skip=true
- mvn install -f ../android-core/pom.xml -Dmaven.test.skip=true
- versionName: 4.7.6
versionCode: 106
disable: older failing build
commit: BS-4.7.6
subdir: android
sudo:
- apt-get update
- apt-get -y install -t jessie-backports maven
maven: 'yes'
output: target/android-4.7.6-aligned.apk
prebuild: sed -i "58iandroid:debuggable=\"false\"" AndroidManifest.xml
scanignore:
- core/src/test
build:
- mvn install -f ../core/pom.xml -Dmaven.test.skip=true
- mvn install -f ../android-core/pom.xml -Dmaven.test.skip=true
- mvn install -f ../pom.xml -Dmaven.test.skip=true
- versionName: 4.7.7
versionCode: 107
commit: BS-4.7.7

View File

@ -168,52 +168,6 @@ Builds:
- ActionBarSherlock/library
- ViewPagerIndicator/library
- versionName: 2.17.1
versionCode: 21701
disable: 2.17.0
commit: unknown - see disabled
prebuild:
- rm libs/android*.jar
- cd jni/
- rm -rf iptables
- wget https://hg.adblockplus.org/adblockplusandroid/raw-file/d7c96f2212b1/iptables.patch
- git clone https://android.googlesource.com/platform/external/iptables
- cd iptables
- git apply ../iptables.patch
- make fixextensions
androidupdate:
- .
- ActionBarSherlock/library
- ViewPagerIndicator/library
target: android-15
build:
- $$NDK$$/ndk-build
- mv libs/armeabi/grep libs/armeabi/grep_armv5
- zip res/raw/grep_armv5.zip libs/armeabi/grep_armv5
- mv libs/armeabi/nflog libs/armeabi/nflog_armv5
- zip res/raw/nflog_armv5.zip libs/armeabi/nflog_armv5
- mv libs/armeabi/iptables libs/armeabi/iptables_armv5
- zip res/raw/iptables_armv5.zip libs/armeabi/iptables_armv5
- mv libs/armeabi-v7a/grep libs/armeabi-v7a/grep_armv7
- zip res/raw/grep_armv7.zip libs/armeabi/grep_armv7
- mv libs/armeabi-v7a/iptables libs/armeabi-v7a/iptables_armv7
- zip res/raw/iptables_armv7.zip libs/armeabi/iptables_armv7
- mv libs/armeabi-v7a/nflog libs/armeabi-v7a/nflog_armv7
- zip res/raw/nflog_armv7.zip libs/armeabi/nflog_armv7
- mv libs/mips/grep libs/mips/grep_mips
- zip res/raw/grep_mips.zip libs/armeabi/grep_mips
- mv libs/mips/iptables libs/mips/iptables_mips
- zip res/raw/iptables_mips.zip libs/armeabi/iptables_mips
- mv libs/mips/nflog libs/mips/nflog_mips
- zip res/raw/nflog_mips.zip libs/armeabi/nflog_mips
- mv libs/x86/grep libs/x86/grep_x86
- zip res/raw/grep_x86.zip libs/armeabi/grep_x86
- mv libs/x86/iptables libs/x86/iptables_x86
- zip res/raw/iptables_x86.zip libs/armeabi/iptables_x86
- mv libs/x86/nflog libs/x86/nflog_x86
- zip res/raw/nflog_x86.zip libs/armeabi/nflog_x86
- rm -rf libs/armeabi libs/armeabi-v7a libs/mips libs/x86
- versionName: 2.18.0
versionCode: 21800
commit: 2.18.0

View File

@ -291,41 +291,6 @@ Builds:
- make apk
ndk: r21e
- versionName: 1.24.1
versionCode: 100
disable: failed to build
commit: 1.24.1
sudo:
- apt-get update
- apt-get install -y g++
- apt-get install -y -t stretch-backports-sloppy libarchive13
- apt-get install -y -t stretch-backports cmake
- sed -i '26iset(_CMAKE_TOOLCHAIN_PREFIX \"${CMAKE_ANDROID_ARCH_TRIPLE}-\")'
/usr/share/cmake-3.16/Modules/Platform/Android/Determine-Compiler-NDK.cmake
output: build/dist/AusweisApp2-$$VERSION$$-armeabi-v7a.apk
rm:
- test/fixture
- resources/packaging/macos
prebuild:
- $$SDK$$/tools/bin/sdkmanager 'build-tools;32.0.0' 'build-tools;30.0.3' "platforms;android-31"
> /dev/null
- cp $$SDK$$/build-tools/30.0.3/lib/dx.jar $$SDK$$/build-tools/32.0.0/lib/dx.jar
- cp $$SDK$$/build-tools/30.0.3/dx $$SDK$$/build-tools/32.0.0/dx
build:
- export ANDROID_SDK_ROOT=$$SDK$$
- mkdir libs/build build
- cd libs/build
- cmake .. -DCMAKE_TOOLCHAIN_FILE=../../cmake/android.toolchain.cmake -DCMAKE_BUILD_TYPE=release
- make
- cd ../../build
- cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/android.toolchain.cmake -DCMAKE_BUILD_TYPE=MinSizeRel
-DCMAKE_PREFIX_PATH=$(realpath ../libs/build/dist) -DANDROID_VERSION_CODE=$$VERCODE$$
-DVENDOR=F-Droid -DVENDOR_DOMAIN=f-droid.org
- make
- make install
- make apk
ndk: r21e
AutoUpdateMode: None
UpdateCheckMode: HTTP
UpdateCheckData: https://appl.governikus-asp.de/ausweisapp2/apk/AusweisApp2-armeabi-v7a.apk.dump|versionCode='(\d+)'|.|versionName='([\d.]+)'

View File

@ -162,18 +162,6 @@ Builds:
scanignore:
- AndorsTrail/libs/android-support-v4r11.jar
- versionName: 0.7.17
versionCode: 64
disable: https://github.com/AndorsTrailRelease/andors-trail/issues/41
commit: 7c4ba2b2c760ee6274a52e39daf1fbb66df18178
subdir: AndorsTrail
rm:
- AndorsTrail/libs/android-support-v4.jar
extlibs:
- android/android-support-v4r11.jar
scanignore:
- AndorsTrail/libs/android-support-v4r11.jar
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 0.7.17

View File

@ -180,19 +180,6 @@ Builds:
- app/libs/*.jar
prebuild: cp -fR $$RootTools$$/RootTools/src/main/java src/main/
- versionName: 0.8.6.1 beta
versionCode: 53
disable: switch to rootshell
commit: 34d8f3d4fd282810d7c006e968ffaea785aa0164
subdir: app
gradle:
- yes
srclibs:
- RootShell@1.3
rm:
- app/libs/*.jar
prebuild: cp -fR $$RootShell$$/src/com src/main/
- versionName: 0.9.2 beta
versionCode: 74
commit: 32eaf8f4cb0d5187dec2ff119e364d626fae83a9
@ -457,26 +444,6 @@ Builds:
prebuild: sed -i -e '/appcompat-v7/acompile "com.google.android.apps.dashclock:dashclock-api:2.0.0"'
build.gradle
- versionName: 0.9.8 beta
versionCode: 110
disable: gradle crashes
commit: 0ca8f0907fc50da82b597d46958fdb46a33521f1
subdir: app
gradle:
- yes
prebuild:
- pushd ../library/src/main/java/com/kerneladiutor/library/items/
- mv Seekbar.java SeekBar.java
- popd
- versionName: 0.9.9.1
versionCode: 112
disable: gradle crashes
commit: 32eef84d48eede55c7f432cd3e0f4afac2d269e7
subdir: app
gradle:
- yes
- versionName: 0.9.9.2
versionCode: 113
commit: 49cfcd0c27b4d8a7ae765ee3f63d5409d274c1ba
@ -549,30 +516,6 @@ Builds:
gradle:
- yes
- versionName: 0.9.27.1
versionCode: 171
disable: crashlytics
commit: d27158dff9c487a1202784b16b38b64c8722fbb5
subdir: app
gradle:
- yes
- versionName: 0.9.27.2 beta
versionCode: 172
disable: firebase
commit: ba9bda3a4250447eba0440ae068716af21f90dd3
subdir: app
gradle:
- yes
- versionName: 0.9.27.4.1 beta
versionCode: 175
disable: firebase, crashlytics, play-services
commit: 62ee56ff921d3ed8f6b32e86debb880ed460f43f
subdir: app
gradle:
- yes
MaintainerNotes: |-
The app doesn't build with some gradle versions due to a crash involving the
maven and bintray plugins. Remove them for now.

View File

@ -140,27 +140,6 @@ Builds:
build: JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::") sh ./prepare_fdroid.sh
ndk: r12b
- versionName: 1.94_testnet
versionCode: 94
disable: remove apk, tag does not use release branch
commit: r1.94
subdir: app
init: git checkout release_1.94
gradle:
- btctestnet
forcevercode: true
prebuild:
- sed -i -e 's/enable true/enable false/g' build.gradle
- sed -i -e 's/output.versionCodeOverride =/0 + /g' build.gradle
scanignore:
- bitcoinj/core/src/main/resources/org/bitcoinj/crypto/cacerts
- bitcoinj/core/src/test
- app/src/btctestnet/assets/checkpoints
scandelete:
- app/src/production/assets/checkpoints
build: JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::") sh ./prepare_fdroid.sh
ndk: r13b
- versionName: 1.95_testnet
versionCode: 95
commit: r1.95

View File

@ -557,44 +557,6 @@ Builds:
- app/src/btctestnet/assets/checkpoints
build: ./prepare_fdroid.sh
- versionName: '1.66'
versionCode: 66
disable: uses bitcoinj-parent-0.14-SNAPSHOT
commit: r1.66
subdir: app
submodules: true
gradle:
- production
scanignore:
- bitcoinj/core/src/main/resources/org/bitcoinj/crypto/cacerts
- bitcoinj/core/src/test
- bitcoinj/wallettemplate
- app/src/production/assets/checkpoints
scandelete:
- app/src/main/jniLibs
- app/scrypt
- app/src/btctestnet/assets/checkpoints
build: ./prepare_fdroid.sh
- versionName: '1.67'
versionCode: 67
disable: uses btcj-0.14-SNAPSHOT
commit: r1.67
subdir: app
submodules: true
gradle:
- production
scanignore:
- bitcoinj/core/src/main/resources/org/bitcoinj/crypto/cacerts
- bitcoinj/core/src/test
- bitcoinj/wallettemplate
- app/src/production/assets/checkpoints
scandelete:
- app/src/main/jniLibs
- app/scrypt
- app/src/btctestnet/assets/checkpoints
build: ./prepare_fdroid.sh
- versionName: '1.68'
versionCode: 68
commit: r1.68
@ -649,60 +611,6 @@ Builds:
- app/src/btctestnet/assets/checkpoints
build: ./prepare_fdroid.sh
- versionName: '1.71'
versionCode: 71
disable: disabled
commit: r1.71
subdir: app
submodules: true
gradle:
- production
scanignore:
- bitcoinj/core/src/main/resources/org/bitcoinj/crypto/cacerts
- bitcoinj/core/src/test
- bitcoinj/wallettemplate
- app/src/production/assets/checkpoints
scandelete:
- app/scrypt
- app/src/btctestnet/assets/checkpoints
build: ./prepare_fdroid.sh
- versionName: '1.72'
versionCode: 72
disable: requires ndk=r11c
commit: r1.72
subdir: app
submodules: true
gradle:
- production
scanignore:
- bitcoinj/core/src/main/resources/org/bitcoinj/crypto/cacerts
- bitcoinj/core/src/test
- bitcoinj/wallettemplate
- app/src/production/assets/checkpoints
scandelete:
- app/scrypt
- app/src/btctestnet/assets/checkpoints
build: ./prepare_fdroid.sh
- versionName: '1.73'
versionCode: 73
disable: requires ndk=r11c
commit: r1.73
subdir: app
submodules: true
gradle:
- production
scanignore:
- bitcoinj/core/src/main/resources/org/bitcoinj/crypto/cacerts
- bitcoinj/core/src/test
- bitcoinj/wallettemplate
- app/src/production/assets/checkpoints
scandelete:
- app/scrypt
- app/src/btctestnet/assets/checkpoints
build: ./prepare_fdroid.sh
- versionName: '1.74'
versionCode: 74
commit: r1.74
@ -757,86 +665,6 @@ Builds:
- app/src/btctestnet/assets/checkpoints
build: ./prepare_fdroid.sh
- versionName: '1.80'
versionCode: 80
disable: compilation error, requires ndk-r11c and 64bit
commit: r1.80
subdir: app
submodules: true
gradle:
- production
prebuild: sed -i -e 's/enable true/enable false/g' build.gradle
scanignore:
- bitcoinj/core/src/main/resources/org/bitcoinj/crypto/cacerts
- bitcoinj/core/src/test
- bitcoinj/wallettemplate
- app/src/production/assets/checkpoints
scandelete:
- app/scrypt
- app/src/btctestnet/assets/checkpoints
build: ./prepare_fdroid.sh
ndk: r11c
- versionName: '1.82'
versionCode: 82
disable: not yet build
commit: r1.82
subdir: app
submodules: true
gradle:
- production
prebuild: sed -i -e 's/enable true/enable false/g' build.gradle
scanignore:
- bitcoinj/core/src/main/resources/org/bitcoinj/crypto/cacerts
- bitcoinj/core/src/test
- bitcoinj/wallettemplate
- app/src/production/assets/checkpoints
scandelete:
- app/scrypt
- app/src/btctestnet/assets/checkpoints
build: ./prepare_fdroid.sh
ndk: r11c
- versionName: '1.83'
versionCode: 83
disable: not yet build
commit: r1.83
subdir: app
submodules: true
gradle:
- production
prebuild: sed -i -e 's/enable true/enable false/g' build.gradle
scanignore:
- bitcoinj/core/src/main/resources/org/bitcoinj/crypto/cacerts
- bitcoinj/core/src/test
- bitcoinj/wallettemplate
- app/src/production/assets/checkpoints
scandelete:
- app/scrypt
- app/src/btctestnet/assets/checkpoints
build: ./prepare_fdroid.sh
ndk: r11c
- versionName: '1.84'
versionCode: 84
disable: https://gitlab.com/fdroid/fdroidserver/issues/176
commit: r1.84
subdir: app
submodules: true
gradle:
- production
prebuild: sed -i -e 's/enable true/enable false/g' build.gradle
scanignore:
- bitcoinj/core/src/main/resources/org/bitcoinj/crypto/cacerts
- bitcoinj/core/src/test
- bitcoinj/wallettemplate
- app/src/production/assets/checkpoints
scandelete:
- app/scrypt
- app/src/btctestnet/assets/checkpoints
build: ./prepare_fdroid.sh
ndk: r11c
- versionName: '1.87'
versionCode: 87
commit: r1.87
@ -951,27 +779,6 @@ Builds:
build: JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::") sh ./prepare_fdroid.sh
ndk: r12b
- versionName: '1.94'
versionCode: 94
disable: remove apk, tag does not use release branch
commit: r1.94
subdir: app
init: git checkout release_1.94
gradle:
- production
forcevercode: true
prebuild:
- sed -i -e 's/enable true/enable false/g' build.gradle
- sed -i -e 's/output.versionCodeOverride =/0 + /g' build.gradle
scanignore:
- bitcoinj/core/src/main/resources/org/bitcoinj/crypto/cacerts
- bitcoinj/core/src/test
- app/src/production/assets/checkpoints
scandelete:
- app/src/btctestnet/assets/checkpoints
build: JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::") sh ./prepare_fdroid.sh
ndk: r13b
- versionName: '1.95'
versionCode: 95
commit: r1.95
@ -1901,79 +1708,6 @@ Builds:
- find src/main/jniLibs -type f -name "libgreenaddress.a" -exec rm -f {} \;
ndk: r19c
- versionName: 3.5.4
versionCode: 354
disable: 'fails to build: Type com.blockstream.libwally.Wally$Obj is defined multiple
times'
commit: release_3.5.4
timeout: 25200
subdir: app
sudo:
- apt-get update
- apt-get install -y build-essential clang virtualenv
gradle:
- production
forcevercode: true
prebuild: sed -i -e 's/output.versionCodeOverride =/0 + /g' build.gradle
scanignore:
- bitcoinj/core/src/main/resources/org/bitcoinj/crypto/cacerts
- bitcoinj/core/src/test
- app/src/main/assets/production/checkpoints
scandelete:
- app/src/main/assets/btctestnet/checkpoints
build:
- JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::") sh ./prepare_fdroid.sh
- find src/main/jniLibs -type f -name "libgreenaddress.a" -exec rm -f {} \;
ndk: r19c
- versionName: 3.5.5
versionCode: 355
disable: fails to build https://github.com/Blockstream/green_android/issues/114
commit: release_3.5.5
timeout: 25200
subdir: app
sudo:
- apt-get update
- apt-get install -y build-essential clang virtualenv
gradle:
- production
forcevercode: true
prebuild: sed -i -e 's/output.versionCodeOverride =/0 + /g' build.gradle
scanignore:
- bitcoinj/core/src/main/resources/org/bitcoinj/crypto/cacerts
- bitcoinj/core/src/test
- app/src/main/assets/production/checkpoints
scandelete:
- app/src/main/assets/btctestnet/checkpoints
build:
- JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::") sh ./prepare_fdroid.sh
- find src/main/jniLibs -type f -name "libgreenaddress.a" -exec rm -f {} \;
ndk: r19c
- versionName: 3.5.7
versionCode: 357
disable: https://github.com/Blockstream/green_android/issues/114
commit: release_3.5.7
timeout: 25200
subdir: app
sudo:
- apt-get update
- apt-get install -y build-essential clang virtualenv
gradle:
- yes
forcevercode: true
prebuild: sed -i -e 's/output.versionCodeOverride =/0 + /g' build.gradle
scanignore:
- bitcoinj/core/src/main/resources/org/bitcoinj/crypto/cacerts
- bitcoinj/core/src/test
- app/src/main/assets/production/checkpoints
scandelete:
- app/src/main/assets/btctestnet/checkpoints
build:
- JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::") sh ./prepare_fdroid.sh
- find src/main/jniLibs -type f -name "libgreenaddress.a" -exec rm -f {} \;
ndk: r19c
- versionName: 3.6.0
versionCode: 22000360
commit: release_3.6.0
@ -1995,37 +1729,6 @@ Builds:
- JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::") ./prepare_gdk_clang.sh
ndk: r19c
- versionName: 3.6.3
versionCode: 22000363
disable: build failed
commit: 333ffa887a818c089873385bd6265811313899aa
timeout: 25200
sudo:
- apt-get update
- apt-get install -y build-essential clang virtualenv
- pushd build/srclib/cpython
- ./configure
- make -j`nproc`
- make altinstall
- popd
gradle:
- production
output: green/build/outputs/apk/production/release/*.apk
srclibs:
- cpython@v3.9.6
prebuild: sed -i -e 's/-p python3/-p python3.9/' crypto/prepare_gdk_clang.sh
scanignore:
- bitcoinj/core/src/main/resources/org/bitcoinj/crypto/cacerts
- bitcoinj/core/src/test
- app/src/main/assets/production/checkpoints
scandelete:
- app/src/main/assets/btctestnet/checkpoints
build:
- cd crypto
- JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::") PATH=$HOME/.local/bin:$PATH
./prepare_gdk_clang.sh
ndk: r19c
- versionName: 3.6.4
versionCode: 22000364
commit: 95987f9de6b69899c2400af4508befdf9f483b7e
@ -2492,40 +2195,6 @@ Builds:
./prepare_gdk_clang.sh
ndk: r23b
- versionName: 3.8.5
versionCode: 22000385
disable: https://github.com/Blockstream/green_android/issues/150
commit: 5354b9dab14e2daf488be287477d10041d330eb1
timeout: 25200
subdir: green
sudo:
- apt-get update
- apt-get install -y build-essential clang jq libffi-dev virtualenv openjdk-11-jdk
- update-alternatives --auto java
- pushd build/srclib/cpython
- ./configure
- make -j`nproc`
- make altinstall
- popd
gradle:
- production
srclibs:
- cpython@v3.9.6
- rustup@1.24.3
prebuild:
- sed -i -e 's/-p python3/-p python3.9/' ../crypto/prepare_gdk_clang.sh
- sed -i -e '/signingConfigs/,/^ }/d' build.gradle
build:
- $$rustup$$/rustup-init.sh -y
- source $HOME/.cargo/env
- rustup install 1.56.0
- rustup target add aarch64-linux-android armv7-linux-androideabi x86_64-linux-android
i686-linux-android
- cd ../crypto
- JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::") PATH=$HOME/.local/bin:$PATH
./prepare_gdk_clang.sh
ndk: r23b
- versionName: 3.8.6
versionCode: 22000386
commit: e9548081648e77390a917ab3a34aa0934b230e43

View File

@ -62,22 +62,6 @@ Builds:
- yes
ndk: r12b
- versionName: '1.3'
versionCode: 4
disable: external JARs
commit: '1.3'
submodules: true
gradle:
- yes
- versionName: '1.4'
versionCode: 5
disable: fails to bui;d
commit: '1.4'
submodules: true
gradle:
- yes
ArchivePolicy: 0 versions
AutoUpdateMode: None
UpdateCheckMode: None

View File

@ -84,15 +84,6 @@ Builds:
gradle:
- yes
- versionName: '1.2'
versionCode: 25
disable: https://github.com/Kestutis-Z/World-Weather/issues/30
commit: f39d35e2a1998fd73b18a44a610f4a9a0e4400af
subdir: WorldWeather/app
submodules: true
gradle:
- yes
- versionName: 1.2.1
versionCode: 26
commit: v1.2.1

View File

@ -57,14 +57,6 @@ Builds:
- sh optimize_png_resources.sh
- popd
- versionName: 1.2.5
versionCode: 10205
disable: aapt resource error
commit: v1.2.5
subdir: app
gradle:
- yes
- versionName: 1.2.6
versionCode: 10206
commit: v1.2.6

View File

@ -54,20 +54,6 @@ Builds:
- cp -r Util/src .
- rm -rf Util/
- versionName: 3.2.1
versionCode: 19
disable: old failing build
commit: 66affc8fb893
prebuild:
- mkdir libs
- mv jars/*.jar libs/
- git clone https://code.google.com/p/quickdic-dictionary.util/ Util
- cd Util
- git checkout c8f5ba9eac5f110d574ef8b443a205051026688c
- cd ..
- cp -r Util/src .
- rm -rf Util/
- versionName: '3.3'
versionCode: 21
commit: b50c9fe

View File

@ -39,11 +39,6 @@ Builds:
versionCode: 21
commit: v0.7
- versionName: '1.0'
versionCode: 23
disable: Version with Bluetooth
commit: unknown - see disabled
- versionName: '1.1'
versionCode: 25
commit: v1.1
@ -55,24 +50,11 @@ Builds:
commit: 4e4bafed59
prebuild: sed -i -e "/key\.alias.*/d" -e "/key\.store.*/d" *.properties
- versionName: '2.0'
versionCode: 31
disable: Different version code - same version?
commit: unknown - see disabled
- versionName: 2.0.1
versionCode: 32
commit: v2.0.1
prebuild: sed -i -e "/^key\./d" *.properties
- versionName: 2.0.2beta6
versionCode: 37
disable: beta version
- versionName: 2.0.2beta8
versionCode: 39
disable: beta version
- versionName: 2.0.2
versionCode: 40
commit: v2.0.2
@ -189,20 +171,10 @@ Builds:
versionCode: 20300300
commit: v2.3
- versionName: 2.3.1
versionCode: 20301302
disable: broken
commit: 2.3.1
- versionName: 2.3.2
versionCode: 20302300
commit: 2.3.2
- versionName: 2.4alpha1
versionCode: 20400101
disable: prerelease
commit: v2.4alpha1
- versionName: 2.4.2
versionCode: 20402300
commit: v2.4.2
@ -227,19 +199,6 @@ Builds:
scanignore:
- AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
- versionName: 2.4.4
versionCode: 20404300
disable: xml error
commit: v2.4.4
subdir: AnkiDroid
gradle:
- yes
rm:
- tools
- docs
scanignore:
- AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
- versionName: '2.5'
versionCode: 20500300
commit: v2.5
@ -276,19 +235,6 @@ Builds:
scanignore:
- AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
- versionName: 2.5.4
versionCode: 20504300
disable: mis-tagged
commit: v2.5.4
subdir: AnkiDroid
gradle:
- yes
rm:
- tools
- docs
scanignore:
- AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
- versionName: 2.5.4
versionCode: 20504301
commit: 1926fcc7d86d85cbc068234bc565b9f607b8e45f

View File

@ -81,19 +81,6 @@ Builds:
-e '/com.gu:option/d' -e '/support-v4/acompile "com.github.guardian:Option:e933c3a31d"'
build.gradle
- versionName: 2.3.2
versionCode: 39
disable: analytics
commit: 2.3.2
subdir: smartnaviapp
gradle:
- free
prebuild:
- sed -i -e '/fabric/d' -e '/google-service/d' build.gradle ../build.gradle
- sed -i -e '/dependencies/a/*' -e '/appcompat-v7/i*/' -e 's@http://guardian.github.com/maven/repo-releases@https://jitpack.io@g'
-e '/com.gu:option/d' -e '/support-v4/acompile "com.github.guardian:Option:e933c3a31d"'
build.gradle
ArchivePolicy: 0 versions
AutoUpdateMode: None
UpdateCheckMode: None

View File

@ -115,14 +115,6 @@ Builds:
gradle:
- fdroid
- versionName: '0.56'
versionCode: 56
disable: fails to build missing Mapbox key
commit: '0.56'
subdir: app
gradle:
- fdroid
- versionName: '0.57'
versionCode: 57
commit: '0.57'

View File

@ -167,19 +167,6 @@ Builds:
gradle:
- fdroid
- versionName: 4.0.37
versionCode: 40003702
disable: https://github.com/Infomaniak/android-kDrive/issues/265
commit: 7e6c7e080761fd9810c0e1fe7a148babdb8252f4
subdir: app
submodules: true
sudo:
- apt-get update
- apt-get install -y openjdk-11-jdk
- update-alternatives --auto java
gradle:
- fdroid
- versionName: 4.0.38
versionCode: 40003801
commit: a6b2de3d0d3bd5b6e9eaaeceba4f9e253e1d8178

View File

@ -19,14 +19,6 @@ RepoType: git
Repo: https://github.com/grennis/MongoExplorer.git
Builds:
- versionName: 1.2.0
versionCode: 9
disable: no license
commit: 61a1ffb
subdir: app
gradle:
- yes
- versionName: 2.0.0
versionCode: 10
commit: f7578a52a69b620364e39533b0a15afc08527fe7

View File

@ -17,30 +17,6 @@ RepoType: git
Repo: https://github.com/SimonSchubert/LinuxCommandLibrary
Builds:
- versionName: 3.0.1
versionCode: 71
disable: unknown maven repo
commit: v3.0.1
subdir: android
sudo:
- apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
- versionName: 3.0.2
versionCode: 72
disable: unknown maven repo
commit: 58ea969b87d2a231b8008d92ade45e67661f2ae8
subdir: android
sudo:
- apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
- versionName: 3.0.3
versionCode: 73
commit: 9e58d86528d0b84f96c912824a157a52ab8ead10

View File

@ -30,33 +30,6 @@ RepoType: git
Repo: https://github.com/enricocid/iven-feed-reader
Builds:
- versionName: '1.0'
versionCode: 1
disable: crashes
commit: '1.9'
srclibs:
- Crouton@1.8.1
- 2:FadingActionBar@parent-3.0.0
- 3:LazyList@be926df2ec5ff81693251629748ed38655075393
- JSoup@jsoup-1.8.1.a
extlibs:
- android/android-support-v4r11.jar
prebuild:
- sed -i -e '/Crouton/d' project.properties
- mvn install:install-file -DgroupId=com.google.android -DartifactId=support-v4
-Dversion=r11 -Dpackaging=jar -Dfile=libs/android-support-v4r11.jar
- pushd $$Crouton$$
- mvn package
- popd
- pushd $$JSoup$$
- mvn package
- popd
- pushd $$FadingActionBar$$
- ant release
- popd
- cp $$JSoup$$/target/jsoup-1.8.1.jar $$Crouton$$/target/*.jar $$FadingActionBar$$/bin/classes.jar
libs/
- versionName: '2.0'
versionCode: 10
commit: '2.0'
@ -185,42 +158,6 @@ Builds:
- popd
- sed -i -e '/reference\.3/d' project.properties
- versionName: '2.1'
versionCode: 14
disable: needs materialishprogress
commit: '2.1'
srclibs:
- Crouton@1.8.1
- 1:FadingActionBar@1c148b91867259ea43e6343d8afb69d106168b46
- 2:LazyList@be926df2ec5ff81693251629748ed38655075393
- JSoup@jsoup-1.8.1.a
- materialishprogress@f879632bed075a228eb6bc528dc537af6638905f
extlibs:
- android/android-support-v4r11.jar
prebuild:
- sed -i -e '/Crouton/d' project.properties
- mvn install:install-file -DgroupId=com.google.android -DartifactId=support-v4
-Dversion=r11 -Dpackaging=jar -Dfile=libs/android-support-v4r11.jar
- pushd $$Crouton$$
- mvn package
- popd
- pushd $$JSoup$$
- mvn package
- popd
- cp $$JSoup$$/target/jsoup-1.8.1.jar $$Crouton$$/target/crouton-1.8.1.jar libs/
- pushd $$FadingActionBar$$
- android update lib-project -t android-21 -p ./
- sed -i -e 's/name="library"/name="FadingActionBar"/g' build.xml
- echo "android.library=true" >> project.properties
- popd
- pushd $$LazyList$$
- android update lib-project -t android-21 -p ./
- echo "android.library=true" >> project.properties
- popd
- cp -fR $$materialishprogress$$/library/src/main/java/com src/
- cp -fR $$materialishprogress$$/library/src/main/res/values/attrs.xml res/values/
- sed -i -e '/reference\.3/d' project.properties
- versionName: 6.0.1
versionCode: 32
commit: 6.0.1

View File

@ -36,12 +36,6 @@ Builds:
- cc/libs/admob-sdk-android.jar
target: android-8
- versionName: 1.0.131
versionCode: 131
disable: Contains proprietary binaries - needs patching or disabling
commit: unknown - see disabled
subdir: cc
- versionName: 1.0.143
versionCode: 143
commit: 4b62e71e52
@ -66,10 +60,6 @@ Builds:
- .
- ../PrestoClient
- versionName: 1.0.155
versionCode: 155
disable: no clear commit for this version
- versionName: 1.0.173
versionCode: 173
commit: 5ad3c7b79b801045debe619e5a00c5d2da659fcc

View File

@ -180,19 +180,6 @@ Builds:
gradle:
- yes
- versionName: 0.11.3
versionCode: 25
disable: https://gitlab.com/juanitobananas/auto-auto-rotate/-/issues/12
commit: 15ab7fd34935d217920e28870d3f49afbe38dff7
subdir: app
submodules: true
sudo:
- apt-get update
- apt-get install -y openjdk-11-jdk
- update-alternatives --auto java
gradle:
- yes
- versionName: 0.11.4
versionCode: 26
commit: 01f5bbbbf4a5e7163618639c0c531bae224acd4d

View File

@ -407,15 +407,6 @@ Builds:
gradle:
- standard
- versionName: 1.7.2
versionCode: 64
disable: fails to build https://gitlab.com/juanitobananas/scrambled-exif/-/issues/57
commit: v1.7.2
subdir: app
submodules: true
gradle:
- standard
- versionName: 1.7.3
versionCode: 66
commit: v1.7.3

View File

@ -105,14 +105,6 @@ Builds:
gradle:
- basic
- versionName: 1.0.4.1
versionCode: 21
disable: third party maven repo
commit: v1.0.4.1
subdir: app
gradle:
- basic
ArchivePolicy: 0 versions
AutoUpdateMode: None
UpdateCheckMode: None

View File

@ -54,14 +54,6 @@ Builds:
gradle:
- pro
- versionName: 1.0.4.1
versionCode: 21
disable: third party maven repo
commit: v1.0.4.1
subdir: app
gradle:
- pro
ArchivePolicy: 0 versions
AutoUpdateMode: None
UpdateCheckMode: None

View File

@ -24,22 +24,6 @@ Builds:
- yes
ndk: r12b
- versionName: 12.8.29
versionCode: 34
disable: No source code published
commit: unknown - see disabled
buildjni:
- yes
ndk: r12b
- versionName: 12.9.25
versionCode: 35
disable: No source code published
commit: unknown - see disabled
buildjni:
- yes
ndk: r12b
- versionName: 12.11.23
versionCode: 39
commit: 6ecd84ce9c

View File

@ -188,7 +188,6 @@ Builds:
- versionName: 6.22.1
versionCode: 6220102
disable: https://github.com/dozingcat/Kumquats/issues/6
commit: rel-6.22.1
subdir: passwdsafe
gradle:

View File

@ -65,28 +65,6 @@ Builds:
- sed -i -e '/firebase/d' build.gradle
- sed -i -e '/play-services-location/d' build.gradle
- versionName: 1.6.35
versionCode: 106
disable: cannot find symbol
commit: a845ea7c63b896b6658afaf52172b084b4a93a34
subdir: app
gradle:
- fdroidFlavor
prebuild:
- sed -i -e '/firebase/d' build.gradle
- sed -i -e '/play-services-location/d' build.gradle
- versionName: 1.6.36
versionCode: 107
disable: cannot find symbol
commit: 7415830dd774b641d33a9b010c8ad2d03f572323
subdir: app
gradle:
- fdroidFlavor
prebuild:
- sed -i -e '/firebase/d' build.gradle
- sed -i -e '/play-services-location/d' build.gradle
- versionName: 1.6.38
versionCode: 108
commit: 6593f6c9238d56bb8138eb8252f61f6783c5b62c

View File

@ -72,16 +72,6 @@ Builds:
scanignore:
- diverses/keystore
- versionName: 2.1.2
versionCode: 28
disable: play-services,crashlytics
commit: 2.1.2
subdir: myTTR
gradle:
- yes
scanignore:
- diverses/keystore
MaintainerNotes: |-
Dropped AUM since upstream can't keep tags consistent.

View File

@ -56,14 +56,6 @@ Builds:
gradle:
- yes
- versionName: 2.6.0
versionCode: 12
disable: java error
commit: v2.6.0
subdir: app
gradle:
- yes
- versionName: 2.6.1
versionCode: 13
commit: v2.6.1
@ -218,14 +210,6 @@ Builds:
gradle:
- fdroid
- versionName: 3.3.1
versionCode: 35
disable: syntax error in app/src/main/java/com/jmstudios/redmoon/RedMoonApplication.kt
commit: v3.3.1
subdir: app
gradle:
- fdroid
- versionName: 3.3.2
versionCode: 36
commit: v3.3.2

View File

@ -44,22 +44,6 @@ Builds:
- $$flutter$$/bin/flutter packages pub run flutter_oss_licenses:generate.dart
- $$flutter$$/bin/flutter build apk
- versionName: 2.0.0
versionCode: 20210331
disable: no git tag
commit: v2.0.0
output: build/app/outputs/apk/release/app-release.apk
srclibs:
- flutter@2.0.4
rm:
- ios
- test
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter packages pub run flutter_oss_licenses:generate.dart
- $$flutter$$/bin/flutter build apk
- versionName: 2.0.0
versionCode: 20210419
commit: v2.0.0

View File

@ -28,22 +28,6 @@ Builds:
gradle:
- yes
- versionName: 1.0.0-beta05.6
versionCode: 16
disable: fails to build https://github.com/joshuacerdenia/NiceFeed/issues/28
commit: v1.0.0-beta05.6
subdir: app
gradle:
- yes
- versionName: 1.0.0-beta06
versionCode: 17
disable: fails to build https://github.com/joshuacerdenia/NiceFeed/issues/28
commit: v1.0-beta06
subdir: app
gradle:
- yes
- versionName: 1.0.0-beta07
versionCode: 18
commit: 1856aab894f0f2bd59c99beace6936c3eba19415

View File

@ -32,21 +32,6 @@ RepoType: git
Repo: https://github.com/vanilla-music/vanilla-music-tag-editor
Builds:
- versionName: '1.0'
versionCode: 1
disable: gradle plugin outdated
commit: '1.0'
subdir: app
gradle:
- yes
srclibs:
- audiotagger-android@392c8137057304e7364b5ec6dd14a65ea45299a6
rm:
- app/libs/*jar
prebuild:
- cp -fR $$audiotagger-android$$/src/org src/main/java/
- sed -i -e '/jar/d' build.gradle
- versionName: 1.0.1
versionCode: 2
commit: 1.0.1
@ -105,23 +90,6 @@ Builds:
- echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation'
} }" >> build.gradle
- versionName: 1.1.0
versionCode: 6
disable: doesnt build
commit: 1.1.0
subdir: app
gradle:
- yes
srclibs:
- audiotagger-android@392c8137057304e7364b5ec6dd14a65ea45299a6
rm:
- app/libs/*jar
prebuild:
- cp -fR $$audiotagger-android$$/src/org src/main/java/
- sed -i -e '/jar/d' build.gradle
- echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation'
} }" >> build.gradle
- versionName: 1.1.1
versionCode: 7
commit: 1.1.1

View File

@ -24,54 +24,6 @@ RepoType: git
Repo: https://github.com/knirirr/BeeCount.git
Builds:
- versionName: 1.2.1
versionCode: 47
disable: repo changed
commit: 1.2.1
target: android-15
- versionName: 1.2.2
versionCode: 48
disable: repo changed
commit: 1.2.2
target: android-15
- versionName: 1.2.3
versionCode: 50
disable: repo changed
commit: 1.2.3
target: android-15
- versionName: 1.2.5
versionCode: 53
disable: repo changed
commit: 1.2.5
target: android-15
- versionName: 1.2.7
versionCode: 56
disable: repo changed
commit: 1.2.7
target: android-15
- versionName: 1.2.8
versionCode: 59
disable: wrongly tagged, as is 1.2.9
- versionName: 1.2.10
versionCode: 62
disable: repo changed
commit: 1.2.10
target: android-15
- versionName: 2.0.0
versionCode: 67
disable: upstream needs fixing
commit: 2.0.0
subdir: beecount
gradle:
- yes
- versionName: 2.0.1
versionCode: 68
commit: 2.0.1
@ -129,14 +81,6 @@ Builds:
gradle:
- yes
- versionName: 2.1.0-beta
versionCode: 79
disable: beta
commit: 2.1.0-beta
subdir: beecount
gradle:
- yes
- versionName: 2.2.0
versionCode: 82
commit: 2.2.0
@ -221,22 +165,6 @@ Builds:
gradle:
- yes
- versionName: 2.4.2
versionCode: 115
disable: misconfigured beta plugin version
commit: 2.4.2
subdir: beecount
gradle:
- yes
- versionName: 2.4.3
versionCode: 116
disable: misconfigured beta plugin version
commit: 2.4.3
subdir: beecount
gradle:
- yes
- versionName: 2.4.4
versionCode: 117
commit: 2.4.4-r1

View File

@ -48,14 +48,6 @@ Builds:
gradle:
- yes
- versionName: v0.1.5-beta
versionCode: 6
disable: 'fails to build: resource drawable/band_6 not found.'
commit: v0.1.5-beta
subdir: app
gradle:
- yes
- versionName: v0.1.6-beta
versionCode: 7
commit: v0.1.6-beta

View File

@ -215,15 +215,6 @@ Builds:
- libre
ndk: r20b
- versionName: 2.8.6
versionCode: 42
disable: crashes see upstream 733
commit: 2.8.6
subdir: app
gradle:
- libre
ndk: r20b
- versionName: 2.8.7
versionCode: 43
commit: 2.8.7

View File

@ -46,16 +46,6 @@ Builds:
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation' } }" >>
build.gradle
- versionName: '0.4'
versionCode: 4
disable: java compile error
commit: v0.4
subdir: app
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation' } }" >>
build.gradle
- versionName: 0.4.1
versionCode: 5
commit: v0.4.1

View File

@ -27,33 +27,6 @@ RepoType: git
Repo: https://github.com/lgallard/qBittorrent-Client/
Builds:
- versionName: '2.0'
versionCode: 200
disable: doesnt compile
commit: v2.0
subdir: qBittorrentClient
patch:
- remove_admob.diff
srclibs:
- ApacheHttpClient@4.3.5
- ApacheHttpCore@4.3.2
rm:
- qBittorrentClient/libs/*
extlibs:
- android/android-support-v4.jar
prebuild:
- pushd $$ApacheHttpClient$$/httpclient/
- mvn package
- popd
- pushd $$ApacheHttpClient$$/httpmime/
- mvn package
- popd
- pushd $$ApacheHttpCore$$/httpcore
- mvn package
- popd
- cp $$ApacheHttpCore$$/httpcore/target/httpcore-4.3.2.jar $$ApacheHttpClient$$/httpclient/target/httpclient-4.3.5.jar
$$ApacheHttpClient$$/httpmime/target/httpmime-4.3.5.jar libs/
- versionName: 2.2.0
versionCode: 220
commit: v2.2.0
@ -81,34 +54,6 @@ Builds:
- cp $$ApacheHttpCore$$/httpcore/target/httpcore-4.3.2.jar $$ApacheHttpClient$$/httpclient/target/httpclient-4.3.5.jar
$$ApacheHttpClient$$/httpmime/target/httpmime-4.3.5.jar libs/
- versionName: 2.7.1
versionCode: 271
disable: patches dont apply anymore
commit: v2.7.1
subdir: qBittorrentClient
patch:
- remove_admob.diff
- string_fix.diff
srclibs:
- ApacheHttpClient@4.3.5
- ApacheHttpCore@4.3.2
rm:
- qBittorrentClient/libs/*
extlibs:
- android/android-support-v4.jar
prebuild:
- pushd $$ApacheHttpClient$$/httpclient/
- mvn package
- popd
- pushd $$ApacheHttpClient$$/httpmime/
- mvn package
- popd
- pushd $$ApacheHttpCore$$/httpcore
- mvn package
- popd
- cp $$ApacheHttpCore$$/httpcore/target/httpcore-4.3.2.jar $$ApacheHttpClient$$/httpclient/target/httpclient-4.3.5.jar
$$ApacheHttpClient$$/httpmime/target/httpmime-4.3.5.jar libs/
- versionName: 3.7.0
versionCode: 370
commit: 5779e53c6b8b3b5634bf1a38525947b85837be52

View File

@ -33,11 +33,6 @@ Builds:
- guava-r08/guava-r08.jar
prebuild: sed -i "s@parent=\"android:WindowTitleBackground\"@@" res/values/styles.xml
- versionName: 1.7.3
versionCode: 115
disable: a08cab7e66c70e7b0f5c but wrong version code in repo
commit: unknown - see disabled
- versionName: 1.8.0
versionCode: 120
commit: 899e4b957e512bf55254
@ -88,11 +83,6 @@ Builds:
versionCode: 140
commit: 6dd58b516
- versionName: 1.9.2
versionCode: 142
disable: no source
commit: unknown - see disabled
- versionName: 1.9.5.1
versionCode: 148
commit: 1f52896b4
@ -113,10 +103,6 @@ Builds:
versionCode: 161
commit: v1.9.6.1
- versionName: 1.9.6.2-RC1
versionCode: 162
disable: not building RCs of this
- versionName: 1.9.6.2
versionCode: 166
commit: 53344629d
@ -128,14 +114,6 @@ Builds:
- jackson/jackson-databind-2.1.0.jar
- guava-r08/guava-r08.jar
- versionName: 1.9.6.3-RC2
versionCode: 168
disable: not building RCs of this
- versionName: 1.9.6.4-RC3
versionCode: 172
disable: not building RCs of this
- versionName: 1.9.6.4
versionCode: 173
commit: v1.9.6.4

View File

@ -2709,74 +2709,6 @@ Builds:
- popd
ndk: r20b
- versionName: 9.8.5
versionCode: 256
disable: fails to build
commit: v9.8.5
subdir: app
submodules: true
gradle:
- nonRoot
srclibs:
- OpenSSL@OpenSSL_1_1_1k
- opus@v1.3
rm:
- app/src/main/jni/moonlight-core/openssl/include
- app/src/main/jni/moonlight-core/libopus/include
prebuild:
- sed -i -e '/applicationIdSuffix/d' build.gradle
- sed -i -e 's/ndkVersion\s".*"/ndkVersion "21.4.7075529"/' 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=$$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 clean opus -j`nproc`
- cp .libs/libopus.a ${lib}/libopus/armeabi-v7a/
- CC=aarch64-linux-android21-clang ./configure --host=aarch64-linux-android
--with-pic --disable-extra-programs --disable-doc
- make clean opus -j`nproc`
- cp .libs/libopus.a ${lib}/libopus/arm64-v8a/
- CC=i686-linux-android16-clang ./configure --host=i686-linux-android --with-pic
--disable-extra-programs --disable-doc
- make clean opus -j`nproc`
- cp .libs/libopus.a ${lib}/libopus/x86/
- CC=x86_64-linux-android21-clang ./configure --host=x86_64-linux-android --with-pic
--disable-extra-programs --disable-doc
- make clean opus -j`nproc`
- cp .libs/libopus.a ${lib}/libopus/x86_64/
- cp -R include/ ${lib}/libopus/
- 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 clean build_libs -j`nproc`
- cp lib*.a ${lib}/openssl/armeabi-v7a/
- 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 clean build_libs -j`nproc`
- cp lib*.a ${lib}/openssl/arm64-v8a/
- 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 clean build_libs -j`nproc`
- cp lib*.a ${lib}/openssl/x86/
- 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 clean build_libs -j`nproc`
- cp lib*.a ${lib}/openssl/x86_64/
- cp -R include/ ${lib}/openssl/
- popd
ndk: r21e
- versionName: 9.8.6
versionCode: 257
commit: v9.8.6

View File

@ -269,14 +269,6 @@ Builds:
../build.gradle > ../build.tmp
- mv ../build.tmp ../build.gradle
- versionName: 1.29.1
versionCode: 189
disable: https://github.com/LithiumSR/openstud_client/issues/29
commit: ddc048065bff7604dc0c52637a64dd6e98036dd9
subdir: app
gradle:
- foss
- versionName: 1.29.2
versionCode: 190
commit: 703d2aa59a3deb8855ee6762ec7834ff595f5a28

View File

@ -29,14 +29,6 @@ RepoType: git
Repo: https://github.com/liveplayergames/UFP
Builds:
- versionName: FD-2.02
versionCode: 202
disable: jni binaries
commit: 9c5712665148e8854d2bc91986d9f892617a23c3
subdir: android/app
gradle:
- yes
- versionName: FD-2.03
versionCode: 203
commit: FD-2_03
@ -44,14 +36,6 @@ Builds:
gradle:
- yes
- versionName: FD-2.04
versionCode: 204
disable: https://github.com/liveplayergames/UFP/issues/2
commit: FD-2_04
subdir: android/app
gradle:
- yes
MaintainerNotes: 2019-08-05 moving to archive as the app no longer seems to work,
see issue 1719

View File

@ -44,17 +44,6 @@ Builds:
gradle:
- yes
- versionName: 0.3.4
versionCode: 34
disable: https://github.com/Iamlooker/Droid-ify/issues/77
commit: 12f4cdde6cd58cfea1ebad15427ce7353e0d82d5
sudo:
- apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
- versionName: 0.3.5
versionCode: 35
commit: 3296feecbef4c64a5fd4324e732290900acd044d

View File

@ -24,19 +24,6 @@ Builds:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: 3.0.0
versionCode: 12
disable: old version code
commit: '3.0'
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@1.22.5
prebuild: echo "flutter.sdk=$$flutter$$" >> ../local.properties
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: 3.0.1
versionCode: 13
commit: v3.0.1

View File

@ -111,14 +111,6 @@ Builds:
gradle:
- yes
- versionName: '5.2'
versionCode: 15
disable: problems with releasing wake locks
commit: v5.2
subdir: app
gradle:
- yes
- versionName: '5.3'
versionCode: 16
commit: v5.3

View File

@ -156,14 +156,6 @@ Builds:
gradle:
- yes
- versionName: 0.10.4
versionCode: 30
disable: wrong version
commit: V0.10.4
subdir: app
gradle:
- yes
- versionName: 0.10.4.2
versionCode: 31
commit: V0.10.4.2

View File

@ -22,33 +22,6 @@ RepoType: git
Repo: https://github.com/rtyley/agit.git
Builds:
- versionName: '1.34'
versionCode: 130300622
disable: doesn't build anymore
commit: agit-parent-1.34
maven: 'yes'
novcheck: true
- versionName: '1.34'
versionCode: 130300716
disable: duplicated
- versionName: '1.38'
versionCode: 130400812
disable: duplicated
- versionName: '1.38'
versionCode: 130400912
disable: doesn't build anymore
commit: agit-parent-1.38
maven: 'yes'
prebuild: sed -i '/agit-integration-tests/d' pom.xml
novcheck: true
- versionName: '1.38'
versionCode: 130701616
disable: duplicated
- versionName: '1.39'
versionCode: 139000000
commit: agit-parent-1.39

View File

@ -34,14 +34,6 @@ Builds:
gradle:
- yes
- versionName: 1.1.2
versionCode: 4
disable: https://gitlab.com/manimaran/website-monitor/-/issues/10
commit: 983700878fb5bf5cd31e43a85262c08decca8175
subdir: app
gradle:
- yes
- versionName: 1.2.0
versionCode: 5
commit: 561f102bf157f57b58fe5fff7603c632a08be9ee

View File

@ -81,11 +81,6 @@ Builds:
- ../CurrentWidgetLibrary
target: android-17
- versionName: 0.39a
versionCode: 39
disable: Proprietary dependencies just so you can 'rate' the widget!?
commit: '290'
- versionName: 0.4a
versionCode: 46
commit: '310'

View File

@ -20,20 +20,6 @@ Description: |-
This is an unofficial fork without proprietary dependencies and user tracking.
Builds:
- versionName: 5.1.8_r1
versionCode: 51801
disable: broken on x86 32-bit buildserver VM
commit: v5.1.8_r1
subdir: android
gradle:
- yes
scanignore:
- data/*.bin
scandelete:
- 3party
- iphone
- data/shaders_compiler
- versionName: 5.1.8_r2
versionCode: 51802
commit: v5.1.8_r2

View File

@ -50,21 +50,6 @@ Builds:
prebuild: sed -i -e '/dependencies/acompile "com.googlecode.juniversalchardet:juniversalchardet:1.0.3"'
../libraries/sharedCode/build.gradle
- versionName: 1.13.2
versionCode: 31
disable: missing ressources
commit: v1.13.2
subdir: app-pro
gradle:
- yes
rm:
- app
- libraries/sharedCode/libs/juniversalchardet-*.jar
prebuild:
- sed -i -e '/dependencies/acompile "com.googlecode.juniversalchardet:juniversalchardet:1.0.3"'
../libraries/sharedCode/build.gradle
- sed -i -e 's/gradle:0.13.+/gradle:0.12.+/g' ../build.gradle
- versionName: 1.15.1
versionCode: 39
commit: 3ee11e0bfb69ebcea4448882df695dee81ff33b7

View File

@ -14,251 +14,6 @@ RepoType: git
Repo: https://github.com/mattermost/mattermost-mobile.git
Builds:
- versionName: 1.15.2
versionCode: 170
disable: JavaScript heap out of memory
commit: v1.15.2
subdir: android/app
sudo:
- 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/sc-uws/*.node
- node_modules/sc-uws/build/
- node_modules/xdate/build/compiler.jar
prebuild:
- sed -i -e '/play-services-gcm/,+2d' 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
../../node_modules/react-native-notifications/android/build.gradle
- sed -i -e '/hasPermission/d' -e '/tokenFetchIntent/d' -e '/GcmInstance/d'
../../node_modules/react-native-notifications/android/src/main/java/com/wix/reactnativenotifications/RNNotificationsModule.java
- sed -i -e '/maven {/,+2d' ../../node_modules/react-native-document-picker/android/build.gradle
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
scanignore:
- android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-navigation/android/build.gradle
- node_modules/react-native-image-picker/android/build.gradle
scandelete:
- node_modules
- versionName: 1.16.0
versionCode: 175
disable: JavaScript heap out of memory
commit: v1.16.0
subdir: android/app
sudo:
- 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/sc-uws/*.node
- node_modules/sc-uws/build/
- node_modules/xdate/build/compiler.jar
prebuild:
- sed -i -e '/play-services-gcm/,+2d' 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
../../node_modules/react-native-notifications/android/build.gradle
- sed -i -e '/hasPermission/d' -e '/tokenFetchIntent/d' -e '/GcmInstance/d'
../../node_modules/react-native-notifications/android/src/main/java/com/wix/reactnativenotifications/RNNotificationsModule.java
- sed -i -e '/maven {/,+2d' ../../node_modules/react-native-document-picker/android/build.gradle
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
scanignore:
- android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-navigation/android/build.gradle
- node_modules/react-native-image-picker/android/build.gradle
scandelete:
- node_modules
- versionName: 1.16.1
versionCode: 176
disable: JavaScript heap out of memory
commit: v1.16.1
subdir: android/app
sudo:
- 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/sc-uws/*.node
- node_modules/sc-uws/build/
- node_modules/xdate/build/compiler.jar
prebuild:
- sed -i -e '/play-services-gcm/,+2d' 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
../../node_modules/react-native-notifications/android/build.gradle
- sed -i -e '/hasPermission/d' -e '/tokenFetchIntent/d' -e '/GcmInstance/d'
../../node_modules/react-native-notifications/android/src/main/java/com/wix/reactnativenotifications/RNNotificationsModule.java
- sed -i -e '/maven {/,+2d' ../../node_modules/react-native-document-picker/android/build.gradle
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
scanignore:
- android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-navigation/android/build.gradle
- node_modules/react-native-image-picker/android/build.gradle
scandelete:
- node_modules
- versionName: 1.17.0
versionCode: 182
disable: watch ENOSPC
commit: v1.17.0
subdir: android/app
sudo:
- 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/sc-uws/*.node
- node_modules/sc-uws/build/
- 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' 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/local-cli/server/util/external/xsel
scanignore:
- android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-navigation/android/build.gradle
- node_modules/react-native-image-picker/android/build.gradle
- node_modules/react-native-webview/android/build.gradle
scandelete:
- node_modules
- versionName: 1.18.0
versionCode: 186
disable: watch ENOSPC
commit: v1.18.0
subdir: android/app
sudo:
- 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/sc-uws/*.node
- node_modules/sc-uws/build/
- 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' 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/local-cli/server/util/external/xsel
scanignore:
- android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-navigation/android/build.gradle
- node_modules/react-native-image-picker/android/build.gradle
- node_modules/react-native-webview/android/build.gradle
scandelete:
- node_modules
- versionName: 1.18.1
versionCode: 187
disable: JavaScript heap out of memory
commit: v1.18.1
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288
- sysctl -p
- 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/sc-uws/*.node
- node_modules/sc-uws/build/
- 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' 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/local-cli/server/util/external/xsel
scanignore:
- android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-navigation/android/build.gradle
- node_modules/react-native-image-picker/android/build.gradle
- node_modules/react-native-webview/android/build.gradle
scandelete:
- node_modules
- versionName: 1.19.0
versionCode: 193
commit: v1.19.0

View File

@ -84,13 +84,6 @@ Builds:
gradle:
- yes
- versionName: 5.0-alpha4
versionCode: 66
disable: doesnt build
commit: 5.0-alpha4
gradle:
- yes
- versionName: 5.0-beta
versionCode: 67
commit: 5.0-beta

View File

@ -13,13 +13,6 @@ RepoType: git
Repo: https://github.com/mendhak/gpslogger.git
Builds:
- versionName: '23'
versionCode: 23
disable: can't find apk fedb6b7d8b
commit: unknown - see disabled
subdir: GPSLogger
maven: 'yes'
- versionName: 27-fdroid
versionCode: 27
commit: 0633f2947

View File

@ -25,18 +25,6 @@ Builds:
- yes
ndk: r12b
- versionName: 20120814-eye-candy
versionCode: 76
disable: doesn't build
commit: unknown - see disabled
srclibs:
- AnySoftKeyboard-API@78768bc479
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$AnySoftKeyboard-API$$@'
project.properties
buildjni:
- yes
ndk: r12b
- versionName: 20130106-eye-candy
versionCode: 85
commit: a7723e1db5
@ -115,11 +103,6 @@ Builds:
- yes
ndk: r12b
- versionName: '20130807'
versionCode: 107
disable: not published
commit: unknown - see disabled
- versionName: '20130919'
versionCode: 111
commit: 2a68963f
@ -135,31 +118,6 @@ Builds:
- yes
ndk: r12b
- versionName: '20131101'
versionCode: 114
disable: no longer uses ant, prebuilts
commit: 82538d456f8
srclibs:
- AnySoftKeyboard-API@08b452ff4
- AnySoftKeyboardTools@73e9a09496
prebuild:
- sed -i 's@\(.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties
- sed -i 's@..\/AnySoftKeyboardTools@$$AnySoftKeyboardTools$$@g' build.xml
- rm -rf libs/armeabi*/ libs/x86/ libs/mips/ ant/ keyboard_keystore StoreStuff/
res/raw/words_1.dict
buildjni:
- yes
ndk: r12b
- versionName: 1.2.20140705
versionCode: 140
disable: build words dict from source, no idea what version name/code it is
commit: 1.5-r4.1
gradle:
- yes
rm:
- res/raw/words_1.dict
- versionName: 1.8.84
versionCode: 1409
commit: 1.8-r1

View File

@ -95,15 +95,6 @@ Builds:
- yes
prebuild: sed -i -e '/versionName/d' build.gradle
- versionName: 1.3.5-beta
versionCode: 13
disable: Could not find version information in build in output
commit: v1.3.5-beta
subdir: app
gradle:
- yes
prebuild: sed -i -e '/versionName/d' build.gradle
- versionName: 1.3.5
versionCode: 14
commit: v1.3.5

View File

@ -19,12 +19,6 @@ Builds:
commit: 7cd044
target: android-10
- versionName: '2.45'
versionCode: 20
disable: No source published
commit: unknown - see disabled
target: android-10
- versionName: '2.46'
versionCode: 21
commit: d1a1559d4691

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