Keep only latest version

This commit is contained in:
Licaon_Kter 2023-03-31 14:14:38 +03:00
parent 4d9ac41c4a
commit 97a5e33749
31 changed files with 2 additions and 1362 deletions

View file

@ -74,18 +74,6 @@ Builds:
- NonFreeAdd
- NonFreeAssets
- versionName: build65
versionCode: 65
commit: 7b809306655a50fbf3f5ecbfe5187f40507933b9
subdir: app
gradle:
- github
scanignore:
- app/src/main/java/app/simple/inure/trackers/dex/DexLoaderBuilder.java
antifeatures:
- NonFreeAdd
- NonFreeAssets
- versionName: build66
versionCode: 66
commit: cfca90cf1cfa51c0ffc7e042f5a06d9d5e6f5574

View file

@ -1037,38 +1037,6 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- submodules/flutter/bin/flutter build apk -t lib/main_fdroid.dart
- versionName: 0.9.11
versionCode: 9110
commit: b6561758ffc27034ec94f77189460dfe0f5426b4
submodules: true
output: build/app/outputs/flutter-apk/app-release.apk
rm:
- .github
- assets_raw
- flatpak
- installers
- ios
- linux
- macos
- packages/onyxsdk_pen
- snap
- windows
prebuild:
- ./patches/remove_proprietary_dependencies.sh
- ./patches/remove_request_install_packages_permission.sh
- export PUB_CACHE=$(pwd)/.pub-cache
- submodules/flutter/bin/flutter config --no-analytics
- submodules/flutter/bin/flutter pub get
scanignore:
- submodules/flutter/packages/flutter_tools/gradle/flutter.gradle
- submodules/flutter/bin/cache
scandelete:
- submodules/flutter
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- submodules/flutter/bin/flutter build apk -t lib/main_fdroid.dart
- versionName: 0.9.12
versionCode: 9120
commit: 85ff6f38fd81a8d830fcd56026255149b81e4e47

View file

@ -49,13 +49,6 @@ Builds:
gradle:
- yes
- versionName: 1.3.2
versionCode: 6
commit: 54fb943e026213f85694ed7a978eee43e1b4874f
subdir: app
gradle:
- yes
- versionName: 1.3.3
versionCode: 7
commit: ac8142bc1d8e112965ee2dfc3bb32ac6f7b055ba

View file

@ -218,21 +218,6 @@ Builds:
gradle:
- yes
- versionName: 2.2.0
versionCode: 36
disable: https://github.com/Darkempire78/OpenCalc/issues/249
commit: d283306d9c00f21de5f56ed3133d6cdc3da9cbb6
subdir: app
gradle:
- yes
- versionName: 2.3.0
versionCode: 37
commit: 86d4d159aee90ef3ae8a367154e601fb629a3045
subdir: app
gradle:
- yes
- versionName: 2.3.1
versionCode: 38
commit: 1351eb2c2468e1ba47465fd15c76bd41b3cfb8ca

View file

@ -51,17 +51,6 @@ Builds:
- yes
prebuild: sed -i -e '/android {/a lintOptions {abortOnError false}' build.gradle
- versionName: v2.3.0
versionCode: 21
commit: efc513286ceec792f87ae6fc4011f341165f7b66
subdir: app
sudo:
- apt-get update
- apt-get install -y make
gradle:
- yes
prebuild: sed -i -e '/android {/a lintOptions {abortOnError false}' build.gradle
- versionName: v2.3.1
versionCode: 23
commit: b3adf2abdbe9808e0fba1c67e7b4a78002c58405

View file

@ -245,14 +245,6 @@ Builds:
- yes
prebuild: sed -i -e '/splits/,+8d' build.gradle
- versionName: 0.13.0
versionCode: 31
commit: 07421af169459f00e6e6d467c1958c657e6596ab
subdir: app
gradle:
- yes
prebuild: sed -i -e '/splits/,+8d' build.gradle
- versionName: 0.13.1
versionCode: 32
commit: 4470e4f7577b05a8041cd97975b02e27a5b82f70

View file

@ -3599,238 +3599,6 @@ Builds:
- buildUniversalApk=false
- reactNativeArchitectures=x86_64
- versionName: 1.13.2
versionCode: 51001
commit: 6bec7e862542bbe825a1d835ed86f978136ecc37
subdir: android/app
sudo:
- curl -Lo node.tar.gz https://nodejs.org/dist/v18.12.0/node-v18.12.0-linux-x64.tar.gz
- echo "0699c8e02581a9c312d7157331561d36ef23963766eb47daa702edb6fd6735bd node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- npm install -g yarn
- sysctl fs.inotify.max_user_watches=524288 || true
init:
- cd ../..
- yarn install --frozen-lockfile
- yarn remove @maplibre/maplibre-react-native
- mkdir -p ./node_modules/@maplibre/maplibre-react-native
- echo -e "export {};\nexport default null;" > ./node_modules/@maplibre/maplibre-react-native/index.js
gradle:
- yes
srclibs:
- meypod-notifee@7.6.1-guava-alarm
prebuild:
- sed -i -e '\!READ_PHONE_STATE!a<uses-permission android:name="com.android.vending.CHECK_LICENSE"
tools:node="remove" />' -e 's!xmlns:android!xmlns:tools="http://schemas.android.com/tools"
xmlns:android!' src/main/AndroidManifest.xml
- pushd ../..
- export NOTIFEE_COMMIT=$(grep \^notifee_git_tag dl_notifee_core.sh|cut -d "\""
-f2)
- pushd $$meypod-notifee$$
- git checkout $NOTIFEE_COMMIT
- popd
- mkdir -p ./node_modules/@notifee/core/
- cp -r $$meypod-notifee$$/android ./node_modules/@notifee/core/
- sed -E -i 's/^.*(fabric|com\.(crashlytics|google\.(firebase|android.gms))).*$//g'
./node_modules/@notifee/react-native/android/build.gradle
- sed "s/<TRANSLATION_IO_APIKEY>//" lingui.config.js.example > lingui.config.js
- npx lingui compile
- popd
scanignore:
- node_modules/jsc-android
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
- node_modules/react-native/build.gradle.kts
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-screens/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/@notifee/react-native/android/build.gradle
- node_modules/@notifee/core/android/build.gradle
- node_modules/react-native-get-location/android/build.gradle
- node_modules/react-native-file-access/android/build.gradle
- node_modules/react-native-document-picker/android/build.gradle
- node_modules/react-native-reanimated/android/build.gradle
scandelete:
- node_modules/
ndk: 23.1.7779620
gradleprops:
- buildUniversalApk=false
- reactNativeArchitectures=armeabi-v7a
- versionName: 1.13.2
versionCode: 51002
commit: 6bec7e862542bbe825a1d835ed86f978136ecc37
subdir: android/app
sudo:
- curl -Lo node.tar.gz https://nodejs.org/dist/v18.12.0/node-v18.12.0-linux-x64.tar.gz
- echo "0699c8e02581a9c312d7157331561d36ef23963766eb47daa702edb6fd6735bd node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- npm install -g yarn
- sysctl fs.inotify.max_user_watches=524288 || true
init:
- cd ../..
- yarn install --frozen-lockfile
- yarn remove @maplibre/maplibre-react-native
- mkdir -p ./node_modules/@maplibre/maplibre-react-native
- echo -e "export {};\nexport default null;" > ./node_modules/@maplibre/maplibre-react-native/index.js
gradle:
- yes
srclibs:
- meypod-notifee@7.6.1-guava-alarm
prebuild:
- sed -i -e '\!READ_PHONE_STATE!a<uses-permission android:name="com.android.vending.CHECK_LICENSE"
tools:node="remove" />' -e 's!xmlns:android!xmlns:tools="http://schemas.android.com/tools"
xmlns:android!' src/main/AndroidManifest.xml
- pushd ../..
- export NOTIFEE_COMMIT=$(grep \^notifee_git_tag dl_notifee_core.sh|cut -d "\""
-f2)
- pushd $$meypod-notifee$$
- git checkout $NOTIFEE_COMMIT
- popd
- mkdir -p ./node_modules/@notifee/core/
- cp -r $$meypod-notifee$$/android ./node_modules/@notifee/core/
- sed -E -i 's/^.*(fabric|com\.(crashlytics|google\.(firebase|android.gms))).*$//g'
./node_modules/@notifee/react-native/android/build.gradle
- sed "s/<TRANSLATION_IO_APIKEY>//" lingui.config.js.example > lingui.config.js
- npx lingui compile
- popd
scanignore:
- node_modules/jsc-android
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
- node_modules/react-native/build.gradle.kts
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-screens/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/@notifee/react-native/android/build.gradle
- node_modules/@notifee/core/android/build.gradle
- node_modules/react-native-get-location/android/build.gradle
- node_modules/react-native-file-access/android/build.gradle
- node_modules/react-native-document-picker/android/build.gradle
- node_modules/react-native-reanimated/android/build.gradle
scandelete:
- node_modules/
ndk: 23.1.7779620
gradleprops:
- buildUniversalApk=false
- reactNativeArchitectures=x86
- versionName: 1.13.2
versionCode: 51003
commit: 6bec7e862542bbe825a1d835ed86f978136ecc37
subdir: android/app
sudo:
- curl -Lo node.tar.gz https://nodejs.org/dist/v18.12.0/node-v18.12.0-linux-x64.tar.gz
- echo "0699c8e02581a9c312d7157331561d36ef23963766eb47daa702edb6fd6735bd node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- npm install -g yarn
- sysctl fs.inotify.max_user_watches=524288 || true
init:
- cd ../..
- yarn install --frozen-lockfile
- yarn remove @maplibre/maplibre-react-native
- mkdir -p ./node_modules/@maplibre/maplibre-react-native
- echo -e "export {};\nexport default null;" > ./node_modules/@maplibre/maplibre-react-native/index.js
gradle:
- yes
srclibs:
- meypod-notifee@7.6.1-guava-alarm
prebuild:
- sed -i -e '\!READ_PHONE_STATE!a<uses-permission android:name="com.android.vending.CHECK_LICENSE"
tools:node="remove" />' -e 's!xmlns:android!xmlns:tools="http://schemas.android.com/tools"
xmlns:android!' src/main/AndroidManifest.xml
- pushd ../..
- export NOTIFEE_COMMIT=$(grep \^notifee_git_tag dl_notifee_core.sh|cut -d "\""
-f2)
- pushd $$meypod-notifee$$
- git checkout $NOTIFEE_COMMIT
- popd
- mkdir -p ./node_modules/@notifee/core/
- cp -r $$meypod-notifee$$/android ./node_modules/@notifee/core/
- sed -E -i 's/^.*(fabric|com\.(crashlytics|google\.(firebase|android.gms))).*$//g'
./node_modules/@notifee/react-native/android/build.gradle
- sed "s/<TRANSLATION_IO_APIKEY>//" lingui.config.js.example > lingui.config.js
- npx lingui compile
- popd
scanignore:
- node_modules/jsc-android
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
- node_modules/react-native/build.gradle.kts
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-screens/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/@notifee/react-native/android/build.gradle
- node_modules/@notifee/core/android/build.gradle
- node_modules/react-native-get-location/android/build.gradle
- node_modules/react-native-file-access/android/build.gradle
- node_modules/react-native-document-picker/android/build.gradle
- node_modules/react-native-reanimated/android/build.gradle
scandelete:
- node_modules/
ndk: 23.1.7779620
gradleprops:
- buildUniversalApk=false
- reactNativeArchitectures=arm64-v8a
- versionName: 1.13.2
versionCode: 51004
commit: 6bec7e862542bbe825a1d835ed86f978136ecc37
subdir: android/app
sudo:
- curl -Lo node.tar.gz https://nodejs.org/dist/v18.12.0/node-v18.12.0-linux-x64.tar.gz
- echo "0699c8e02581a9c312d7157331561d36ef23963766eb47daa702edb6fd6735bd node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- npm install -g yarn
- sysctl fs.inotify.max_user_watches=524288 || true
init:
- cd ../..
- yarn install --frozen-lockfile
- yarn remove @maplibre/maplibre-react-native
- mkdir -p ./node_modules/@maplibre/maplibre-react-native
- echo -e "export {};\nexport default null;" > ./node_modules/@maplibre/maplibre-react-native/index.js
gradle:
- yes
srclibs:
- meypod-notifee@7.6.1-guava-alarm
prebuild:
- sed -i -e '\!READ_PHONE_STATE!a<uses-permission android:name="com.android.vending.CHECK_LICENSE"
tools:node="remove" />' -e 's!xmlns:android!xmlns:tools="http://schemas.android.com/tools"
xmlns:android!' src/main/AndroidManifest.xml
- pushd ../..
- export NOTIFEE_COMMIT=$(grep \^notifee_git_tag dl_notifee_core.sh|cut -d "\""
-f2)
- pushd $$meypod-notifee$$
- git checkout $NOTIFEE_COMMIT
- popd
- mkdir -p ./node_modules/@notifee/core/
- cp -r $$meypod-notifee$$/android ./node_modules/@notifee/core/
- sed -E -i 's/^.*(fabric|com\.(crashlytics|google\.(firebase|android.gms))).*$//g'
./node_modules/@notifee/react-native/android/build.gradle
- sed "s/<TRANSLATION_IO_APIKEY>//" lingui.config.js.example > lingui.config.js
- npx lingui compile
- popd
scanignore:
- node_modules/jsc-android
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
- node_modules/react-native/build.gradle.kts
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-screens/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/@notifee/react-native/android/build.gradle
- node_modules/@notifee/core/android/build.gradle
- node_modules/react-native-get-location/android/build.gradle
- node_modules/react-native-file-access/android/build.gradle
- node_modules/react-native-document-picker/android/build.gradle
- node_modules/react-native-reanimated/android/build.gradle
scandelete:
- node_modules/
ndk: 23.1.7779620
gradleprops:
- buildUniversalApk=false
- reactNativeArchitectures=x86_64
- versionName: 1.13.4
versionCode: 53001
commit: d2414ee3fa78f961b65931d551c88a119bb9278e

View file

@ -60,14 +60,6 @@ Builds:
- yes
prebuild: sed -i -e '4s/true/false/' src/main/res/xml/root_preferences.xml
- versionName: 3.0.0
versionCode: 66
commit: 49d8cc1858dbf86b626914ba21dfa9f2734158d1
subdir: app
gradle:
- yes
prebuild: sed -i -e '4s/true/false/' src/main/res/xml/root_preferences.xml
- versionName: 3.0.1
versionCode: 67
commit: f34a00cc08091c7d9739c88fef56c215ec39a1f4

View file

@ -881,45 +881,6 @@ Builds:
- $$flutter$$/bin/flutter build apk
ndk: r20
- versionName: 5.0.112
versionCode: 112
commit: 9269d2b0dd3b85d33fc77d3583d8bfb506b8bb6e
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@3.7.6
rm:
- ios
- linux
- macos
- samples
- snap
- test_driver
- web
- windows
prebuild:
- cp lib/.env.dart.example lib/.env.dart
- cp android/app/build.gradle.dev android/app/build.gradle
- cp android/build.gradle.foss android/build.gradle
- cp lib/utils/app_review.dart.foss lib/utils/app_review.dart
- cp lib/utils/oauth.dart.foss lib/utils/oauth.dart
- cp lib/ui/app/pinput.dart.foss lib/ui/app/pinput.dart
- cp lib/ui/app/upgrade_dialog.dart.foss lib/ui/app/upgrade_dialog.dart
- cp android/app/src/main/AndroidManifest.foss.xml android/app/src/main/AndroidManifest.xml
- cp pubspec.foss.yaml pubspec.yaml
- sed -i -e '/google_sign_in/d' -e '/in_app_review/d' -e '/in_app_purchase/d'
pubspec.yaml
- sed -i -e '/^ google_sign_in/,/version:/d' -e '/^ in_app_review/,/version:/d'
-e '/^ in_app_purchase/,/version:/d' pubspec.lock
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
scandelete:
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk
ndk: r20
- versionName: 5.0.113
versionCode: 113
commit: bd7df8fb3340bc0b5d23b17431781e2a93092520

View file

@ -669,13 +669,6 @@ Builds:
gradle:
- yes
- versionName: 4.16.0
versionCode: 96
commit: 88c7ad80e5fc1a2e2cb10dc4d5aa56e7dfb3fec1
subdir: app
gradle:
- yes
- versionName: 4.16.1
versionCode: 97
commit: 6b0c32e9a7b1465397ec8c2eef40848f263b597a

View file

@ -2615,114 +2615,6 @@ Builds:
- .yarn
ndk: r21d
- versionName: '1.132'
versionCode: 36158
commit: 5dd569ef72835129698423da73436c9fd63746ab
subdir: android/app
sudo:
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- npm install -g yarn
- sysctl fs.inotify.max_user_watches=524288 || true
init: yarn install
gradle:
- yes
output: build/outputs/apk/release/app-arm64-v8a-release-unsigned.apk
scanignore:
- android/build.gradle
- node_modules/jsc-android
- node_modules/react-native/*
- node_modules/react-native-file-access/android/build.gradle
- node_modules/react-native-screens/android/build.gradle
- node_modules/@react-native-masked-view/masked-view/android/build.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-linear-gradient/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-reanimated/android/build.gradle
- node_modules/react-native-share/android/build.gradle
- node_modules/@types/react-native-svg-charts/node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-vector-icons/android/build.gradle
- node_modules/react-native-document-picker/android/build.gradle
- node_modules/react-native-pager-view/android/build.gradle
scandelete:
- node_modules/
- .yarn
ndk: r21d
- versionName: '1.134'
versionCode: 36160
commit: 288ae1ae0c4326952685bd6ae7d9dc90d1c548c1
subdir: android/app
sudo:
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- npm install -g yarn
- sysctl fs.inotify.max_user_watches=524288 || true
init: yarn install
gradle:
- yes
output: build/outputs/apk/release/app-arm64-v8a-release-unsigned.apk
scanignore:
- android/build.gradle
- node_modules/jsc-android
- node_modules/react-native/*
- node_modules/react-native-file-access/android/build.gradle
- node_modules/react-native-screens/android/build.gradle
- node_modules/@react-native-masked-view/masked-view/android/build.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-linear-gradient/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-reanimated/android/build.gradle
- node_modules/react-native-share/android/build.gradle
- node_modules/@types/react-native-svg-charts/node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-vector-icons/android/build.gradle
- node_modules/react-native-document-picker/android/build.gradle
- node_modules/react-native-pager-view/android/build.gradle
scandelete:
- node_modules/
- .yarn
ndk: r21d
- versionName: '1.136'
versionCode: 36162
commit: db5cc566eaebbbce1e58cd1c60c05bebabd929bd
subdir: android/app
sudo:
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- npm install -g yarn
- sysctl fs.inotify.max_user_watches=524288 || true
init: yarn install
gradle:
- yes
output: build/outputs/apk/release/app-arm64-v8a-release-unsigned.apk
scanignore:
- android/build.gradle
- node_modules/jsc-android
- node_modules/react-native/*
- node_modules/react-native-file-access/android/build.gradle
- node_modules/react-native-screens/android/build.gradle
- node_modules/@react-native-masked-view/masked-view/android/build.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-linear-gradient/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-reanimated/android/build.gradle
- node_modules/react-native-share/android/build.gradle
- node_modules/@types/react-native-svg-charts/node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-vector-icons/android/build.gradle
- node_modules/react-native-document-picker/android/build.gradle
- node_modules/react-native-pager-view/android/build.gradle
scandelete:
- node_modules/
- .yarn
ndk: r21d
- versionName: '1.137'
versionCode: 36163
commit: 90db607190de63d082d3466d811a7999e99cc130

View file

@ -11082,36 +11082,6 @@ Builds:
scandelete:
- app/src/androidTest/assets
- versionName: '20230321'
versionCode: 20230321
commit: 70b8590ee601e45f81528b5dd5cc6210f45023f9
subdir: app
gradle:
- versionDev
rm:
- user_manual
prebuild:
- mkdir -p $HOME/.gradle
- echo "org.gradle.jvmargs=-Xmx9g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError"
> $HOME/.gradle/gradle.properties
scandelete:
- app/src/androidTest/assets
- versionName: '20230328'
versionCode: 20230328
commit: 16e598f860abe869e3990edad55b234fb73dacf8
subdir: app
gradle:
- versionDev
rm:
- user_manual
prebuild:
- mkdir -p $HOME/.gradle
- echo "org.gradle.jvmargs=-Xmx9g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError"
> $HOME/.gradle/gradle.properties
scandelete:
- app/src/androidTest/assets
- versionName: '20230329'
versionCode: 20230329
commit: 25fe3181ee96572aab49446cf38f52942b07134e

View file

@ -59,13 +59,6 @@ Builds:
gradle:
- yes
- versionName: 1.10.3
versionCode: 40
commit: ddbc45d7ae96a42049c774aa4f21d8d00e119e8e
subdir: app
gradle:
- yes
- versionName: 1.10.4
versionCode: 41
commit: fda47fc82c338e2f7e22f81995e50821d2d1ae29

View file

@ -385,14 +385,6 @@ Builds:
- fdroid
prebuild: sed -i -e '/keystore.*{/,/}/d; /keystore/d' build.gradle
- versionName: 5.17.4
versionCode: 51
commit: 9e440e01459e951136aacd25a7ffaa4cc714651a
subdir: app
gradle:
- fdroid
prebuild: sed -i -e '/keystore.*{/,/}/d; /keystore/d' build.gradle
- versionName: 5.17.5
versionCode: 52
commit: 0f3d24d6e5f4c451a4444fe9da87f4a394c7cfd3

View file

@ -9646,252 +9646,6 @@ Builds:
- .yarn/
ndk: r23b
- versionName: 3.150.27
versionCode: 3000866
commit: '@standardnotes/mobile@3.150.27'
subdir: packages/mobile/android/app
sudo:
- apt-get update
- apt-get install -y libsecret-1-dev build-essential
- curl -Lo node.tar.gz https://nodejs.org/download/release/v16.19.0/node-v16.19.0-linux-x64.tar.gz
- echo "23770ba26a52cb8fedd1096613bbc419b8a033d774a457d9024bb5a0159f3585 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- npm install -g yarn
- sysctl fs.inotify.max_user_watches=524288 || true
init:
- cd ../../../..
- yarn config set -H enableImmutableInstalls false
- sed -i -e '/react-native-iap/d' packages/mobile/package.json
- npm_config_build_from_source=true yarn
- cd packages/mobile
- npm_config_build_from_source=true yarn
patch:
- remove-IAP.3.146.2.patch
gradle:
- prod
rm:
- packages/desktop
- packages/mobile/ios
- packages/mobile/android/app/gradle
prebuild:
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
build.gradle
- pushd ../../../..
- yarn run build:mobile
- popd
- pushd ../..
- yarn run android:bundle
- popd
scanignore:
- packages/mobile/node_modules/jsc-android
- packages/mobile/node_modules/react-native
- packages/mobile/node_modules/detox/android/build.gradle
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
scandelete:
- node_modules/
- packages/mobile/node_modules
- .yarn/
ndk: r23b
- versionName: 3.150.28
versionCode: 3000867
commit: '@standardnotes/mobile@3.150.28'
subdir: packages/mobile/android/app
sudo:
- apt-get update
- apt-get install -y libsecret-1-dev build-essential
- curl -Lo node.tar.gz https://nodejs.org/download/release/v16.19.0/node-v16.19.0-linux-x64.tar.gz
- echo "23770ba26a52cb8fedd1096613bbc419b8a033d774a457d9024bb5a0159f3585 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- npm install -g yarn
- sysctl fs.inotify.max_user_watches=524288 || true
init:
- cd ../../../..
- yarn config set -H enableImmutableInstalls false
- sed -i -e '/react-native-iap/d' packages/mobile/package.json
- npm_config_build_from_source=true yarn
- cd packages/mobile
- npm_config_build_from_source=true yarn
patch:
- remove-IAP.3.146.2.patch
gradle:
- prod
rm:
- packages/desktop
- packages/mobile/ios
prebuild:
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
build.gradle
- pushd ../../../..
- yarn run build:mobile
- popd
- pushd ../..
- yarn run android:bundle
- popd
scanignore:
- packages/mobile/node_modules/jsc-android
- packages/mobile/node_modules/react-native
- packages/mobile/node_modules/detox/android/build.gradle
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
scandelete:
- node_modules/
- packages/mobile/node_modules
- .yarn/
ndk: r23b
- versionName: 3.150.31
versionCode: 3000870
commit: '@standardnotes/mobile@3.150.31'
subdir: packages/mobile/android/app
sudo:
- apt-get update
- apt-get install -y libsecret-1-dev build-essential
- curl -Lo node.tar.gz https://nodejs.org/download/release/v16.19.0/node-v16.19.0-linux-x64.tar.gz
- echo "23770ba26a52cb8fedd1096613bbc419b8a033d774a457d9024bb5a0159f3585 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- npm install -g yarn
- sysctl fs.inotify.max_user_watches=524288 || true
init:
- cd ../../../..
- yarn config set -H enableImmutableInstalls false
- sed -i -e '/react-native-iap/d' packages/mobile/package.json
- npm_config_build_from_source=true yarn
- cd packages/mobile
- npm_config_build_from_source=true yarn
patch:
- remove-IAP.3.146.2.patch
gradle:
- prod
rm:
- packages/desktop
- packages/mobile/ios
prebuild:
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
build.gradle
- pushd ../../../..
- yarn run build:mobile
- popd
- pushd ../..
- yarn run android:bundle
- popd
scanignore:
- packages/mobile/node_modules/jsc-android
- packages/mobile/node_modules/react-native
- packages/mobile/node_modules/detox/android/build.gradle
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
scandelete:
- node_modules/
- packages/mobile/node_modules
- .yarn/
ndk: r23b
- versionName: 3.150.32
versionCode: 3000871
commit: '@standardnotes/mobile@3.150.32'
subdir: packages/mobile/android/app
sudo:
- apt-get update
- apt-get install -y libsecret-1-dev build-essential
- curl -Lo node.tar.gz https://nodejs.org/download/release/v16.19.0/node-v16.19.0-linux-x64.tar.gz
- echo "23770ba26a52cb8fedd1096613bbc419b8a033d774a457d9024bb5a0159f3585 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- npm install -g yarn
- sysctl fs.inotify.max_user_watches=524288 || true
init:
- cd ../../../..
- yarn config set -H enableImmutableInstalls false
- sed -i -e '/react-native-iap/d' packages/mobile/package.json
- npm_config_build_from_source=true yarn
- cd packages/mobile
- npm_config_build_from_source=true yarn
patch:
- remove-IAP.3.146.2.patch
gradle:
- prod
rm:
- packages/desktop
- packages/mobile/ios
prebuild:
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
build.gradle
- pushd ../../../..
- yarn run build:mobile
- popd
- pushd ../..
- yarn run android:bundle
- popd
scanignore:
- packages/mobile/node_modules/jsc-android
- packages/mobile/node_modules/react-native
- packages/mobile/node_modules/detox/android/build.gradle
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
scandelete:
- node_modules/
- packages/mobile/node_modules
- .yarn/
ndk: r23b
- versionName: 3.150.33
versionCode: 3000872
commit: '@standardnotes/mobile@3.150.33'
subdir: packages/mobile/android/app
sudo:
- apt-get update
- apt-get install -y libsecret-1-dev build-essential
- curl -Lo node.tar.gz https://nodejs.org/download/release/v16.19.0/node-v16.19.0-linux-x64.tar.gz
- echo "23770ba26a52cb8fedd1096613bbc419b8a033d774a457d9024bb5a0159f3585 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- npm install -g yarn
- sysctl fs.inotify.max_user_watches=524288 || true
init:
- cd ../../../..
- yarn config set -H enableImmutableInstalls false
- sed -i -e '/react-native-iap/d' packages/mobile/package.json
- npm_config_build_from_source=true yarn
- cd packages/mobile
- npm_config_build_from_source=true yarn
patch:
- remove-IAP.3.146.2.patch
gradle:
- prod
rm:
- packages/desktop
- packages/mobile/ios
prebuild:
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
build.gradle
- pushd ../../../..
- yarn run build:mobile
- popd
- pushd ../..
- yarn run android:bundle
- popd
scanignore:
- packages/mobile/node_modules/jsc-android
- packages/mobile/node_modules/react-native
- packages/mobile/node_modules/detox/android/build.gradle
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
scandelete:
- node_modules/
- packages/mobile/node_modules
- .yarn/
ndk: r23b
- versionName: 3.150.35
versionCode: 3000874
commit: '@standardnotes/mobile@3.150.35'

View file

@ -2020,67 +2020,6 @@ Builds:
- popd
ndk: r25b
- versionName: 40.1.0
versionCode: 131
disable: fails to build
commit: 8ba163516c035dbe1ea2a8db526976f971ab4132
subdir: app
submodules: true
sudo:
- apt-get update
- apt-get install -y automake libre-dev libtool make pkg-config wget
- apt-get install -t bullseye-backports cmake
gradle:
- yes
build:
- pushd ../libbaresip-android.video
- sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip.plus|'
Makefile
- make download-sources
- make install-all
- popd
ndk: r25b
- versionName: 40.2.0
versionCode: 132
commit: 2a40190ce6a2b2e9df0712e6b6000ec7804c57c8
subdir: app
submodules: true
sudo:
- apt-get update
- apt-get install -y automake libre-dev libtool make pkg-config wget
- apt-get install -t bullseye-backports cmake
gradle:
- yes
build:
- pushd ../libbaresip-android.video
- sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip.plus|'
Makefile
- make download-sources
- make install-all
- popd
ndk: r25b
- versionName: 41.0.0
versionCode: 133
commit: 7916f2aa6bc90dcdb0cf6c399d660d0dd0bac25d
subdir: app
submodules: true
sudo:
- apt-get update
- apt-get install -y automake libre-dev libtool make pkg-config wget
- apt-get install -t bullseye-backports cmake
gradle:
- yes
build:
- pushd ../libbaresip-android.video
- sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip.plus|'
Makefile
- make download-sources
- make install-all
- popd
ndk: r25b
- versionName: 41.1.2
versionCode: 136
commit: 537af98a4efb411a03371ef8a255812c199256e1

View file

@ -3042,67 +3042,6 @@ Builds:
- popd
ndk: r25b
- versionName: 52.1.0
versionCode: 258
disable: fails to build
commit: 7fba9140408b694d76789b491d515aa909ff9ad6
subdir: app
submodules: true
sudo:
- apt-get update
- apt-get install -y automake libre-dev libtool make pkg-config wget
- apt-get install -t bullseye-backports cmake
gradle:
- yes
build:
- pushd ../libbaresip-android
- sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip|'
Makefile
- make download-sources
- make install-all
- popd
ndk: r25b
- versionName: 52.2.0
versionCode: 259
commit: 95afdfe9cdac40f7ad435b813469612b0a1e7483
subdir: app
submodules: true
sudo:
- apt-get update
- apt-get install -y automake libre-dev libtool make pkg-config wget
- apt-get install -t bullseye-backports cmake
gradle:
- yes
build:
- pushd ../libbaresip-android
- sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip|'
Makefile
- make download-sources
- make install-all
- popd
ndk: r25b
- versionName: 53.0.0
versionCode: 260
commit: 9bf25004aa7a0c6b1bc934a3c61024cf8dd93630
subdir: app
submodules: true
sudo:
- apt-get update
- apt-get install -y automake libre-dev libtool make pkg-config wget
- apt-get install -t bullseye-backports cmake
gradle:
- yes
build:
- pushd ../libbaresip-android
- sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip|'
Makefile
- make download-sources
- make install-all
- popd
ndk: r25b
- versionName: 53.1.2
versionCode: 271
commit: 1c20cdd8761b7b09fc34992b1684f75257a7c5a3

View file

@ -4555,42 +4555,6 @@ Builds:
scandelete:
- site/sitemap.xml.gz
- versionName: 4.5.11-patch1
versionCode: 836
commit: 5da7592616f734d09f20b4b0969f385badcf01b1
subdir: android
gradle:
- yes
rm:
- desktop
prebuild: sdkmanager 'platforms;android-32' 'build-tools;32.0.0'
scandelete:
- site/sitemap.xml.gz
- versionName: 4.5.12
versionCode: 837
commit: df879b1c0256499a9d3c513397eee25f587f2803
subdir: android
gradle:
- yes
rm:
- desktop
prebuild: sdkmanager 'platforms;android-32' 'build-tools;32.0.0'
scandelete:
- site/sitemap.xml.gz
- versionName: 4.5.13
versionCode: 838
commit: 837833e450453a8b5cd492d3f9303f7b81454f42
subdir: android
gradle:
- yes
rm:
- desktop
prebuild: sdkmanager 'platforms;android-32' 'build-tools;32.0.0'
scandelete:
- site/sitemap.xml.gz
- versionName: 4.5.14
versionCode: 839
commit: 375bc884f90de42b4f5694758319bf0539697076

View file

@ -11,7 +11,7 @@ Changelog: https://github.com/vitorpamplona/amethyst/releases
AutoName: Amethyst
RepoType: git
Repo: https://github.com/vitorpamplona/amethyst
Repo: https://github.com/vitorpamplona/amethyst.git
Binaries: https://github.com/vitorpamplona/amethyst/releases/download/v%v/amethyst-fdroid-universal-v%v.apk
Builds:
@ -47,46 +47,6 @@ Builds:
- fdroid
prebuild: sed -i -e '/enable true/d' build.gradle
- versionName: 0.28.1
versionCode: 103
commit: 25883d00ceee3d54c0d7eff21f155b765755167c
subdir: app
gradle:
- fdroid
prebuild: sed -i -e '/enable true/d' build.gradle
- versionName: 0.29.0
versionCode: 104
commit: afef10189bcce5a9b908f1f51c7c6ad4a618e3ef
subdir: app
gradle:
- fdroid
prebuild: sed -i -e '/enable true/d' build.gradle
- versionName: 0.29.2
versionCode: 106
commit: 5cc0bf54be5095391cf67437b641bd97dc49b0e9
subdir: app
gradle:
- fdroid
prebuild: sed -i -e '/enable true/d' build.gradle
- versionName: 0.30.0
versionCode: 107
commit: 7a50f9777316dc7381bc53cfd4d2826fd20ccfa3
subdir: app
gradle:
- fdroid
prebuild: sed -i -e '/enable true/d' build.gradle
- versionName: 0.30.1
versionCode: 108
commit: e1f23130548fcef2e7e2dc396440eb060c7db79f
subdir: app
gradle:
- fdroid
prebuild: sed -i -e '/enable true/d' build.gradle
- versionName: 0.30.2
versionCode: 109
commit: b079b3ef794e87b11ff11b09fa34eb3d7e3c430b

View file

@ -530,18 +530,6 @@ Builds:
prebuild: sed -i -e '/publish.gradle/d' ../tunnel/build.gradle
ndk: r21e
- versionName: 1.0.20230321
versionCode: 493
commit: 62986b5cadbfbee99d6edaf434fba0cd80b77a10
subdir: ui
submodules: true
gradle:
- yes
rm:
- tunnel/publish.gradle
prebuild: sed -i -e '/publish.gradle/d' ../tunnel/build.gradle
ndk: r21e
- versionName: 1.0.20230328
versionCode: 495
commit: 1.0.20230328

View file

@ -1436,15 +1436,6 @@ Builds:
prebuild: sdkmanager 'cmake;3.10.2.4988404'
ndk: r23c
- versionName: 1.0.196
versionCode: 10196
commit: 5e200f1b75d10ec5ac01eeb18876bf2e91392beb
subdir: android-refimpl-app/app
gradle:
- yes
prebuild: sdkmanager 'cmake;3.10.2.4988404'
ndk: r23c
- versionName: 1.0.197
versionCode: 10197
commit: 6e050225d2122123506bea8f4312177f6af0fc7a

View file

@ -933,21 +933,6 @@ Builds:
scandelete:
- plugins/build
- versionName: 7.0.4
versionCode: 3603009
commit: e56722493164f85b5ee3525ea2ce3b24a6e22f9f
subdir: app
gradle:
- yes
prebuild:
- sed -i -e '/crashlytics/d' -e '/googleServices/d' -e '/if (enableCrashlytics)
{/,/}/d' build.gradle.kts
- sed -i -e '/crashlytics/d' ../logging/crashlytics/build.gradle.kts
- echo -e "\norg.gradle.jvmargs=-XX:MaxHeapSize=2048m" >> ../gradle.properties
- echo -e "\norg.gradle.unsafe.configuration-cache=false" >> ../gradle.properties
scandelete:
- plugins/build
- versionName: 7.0.5
versionCode: 3603010
commit: 0bbcbecd7c22d0f921806ee50f268af4de9aa6de

View file

@ -5820,20 +5820,6 @@ Builds:
- app/lib
ndk: r25c
- versionName: '1.2058'
versionCode: 2058
commit: 27307edf5672660beb8e85968295ee79dc1c1807
subdir: app
submodules: true
gradle:
- fdroid
prebuild:
- sed -i -e '/keystoreProperties/d' -e '/in-app-purchasing/d' build.gradle
- sdkmanager 'cmake;3.22.1'
scandelete:
- app/lib
ndk: r25c
- versionName: '1.2059'
versionCode: 2059
commit: 6a6531151d29489880187b1f846b7e5e62081030

View file

@ -424,13 +424,6 @@ Builds:
gradle:
- fdroid
- versionName: 3.21.1
versionCode: 488
commit: 4a8d20ed6b82bb086675008e5192c0bdd96f2994
subdir: app
gradle:
- fdroid
- versionName: 3.21.2
versionCode: 489
commit: a013c160b7b179a75302b67f5af61f5c63987f3a

View file

@ -66,14 +66,6 @@ Builds:
gradle:
- yes
- versionName: 0.0.13
versionCode: 13
disable: fails to build
commit: 0.0.13
subdir: app
gradle:
- yes
- versionName: 0.0.14
versionCode: 14
commit: 0.0.14
@ -291,14 +283,6 @@ Builds:
gradle:
- fdroid
- versionName: 1.9.1
versionCode: 1009001
disable: badly broken version
commit: 1.9.1
subdir: app
gradle:
- fdroid
- versionName: 1.9.2
versionCode: 1009002
commit: 1.9.2
@ -523,14 +507,6 @@ Builds:
gradle:
- fdroid
- versionName: 1.16.2
versionCode: 1016002
disable: https://github.com/stefan-niedermann/nextcloud-deck/issues/930
commit: 1.16.2
subdir: app
gradle:
- fdroid
- versionName: 1.16.3
versionCode: 1016003
commit: 1.16.3
@ -538,38 +514,6 @@ Builds:
gradle:
- fdroid
- versionName: 1.17.0
versionCode: 1017000
disable: https://github.com/stefan-niedermann/nextcloud-deck/issues/936
commit: 1.17.0
subdir: app
gradle:
- fdroid
- versionName: 1.17.2
versionCode: 1017002
disable: https://github.com/stefan-niedermann/nextcloud-deck/issues/936
commit: 1.17.2
subdir: app
gradle:
- fdroid
- versionName: 1.17.4
versionCode: 1017004
disable: https://github.com/stefan-niedermann/nextcloud-deck/issues/935
commit: 1.17.4
subdir: app
gradle:
- fdroid
- versionName: 1.17.6
versionCode: 1017006
disable: https://github.com/stefan-niedermann/nextcloud-deck/issues/935
commit: 1.17.6
subdir: app
gradle:
- fdroid
- versionName: 1.17.7
versionCode: 1017007
commit: 1.17.7
@ -739,13 +683,6 @@ Builds:
gradle:
- fdroid
- versionName: 1.22.0
versionCode: 1022000
commit: aac7a1bfc79fd3c05d50d698d8a2da7837064cc6
subdir: app
gradle:
- fdroid
- versionName: 1.22.1
versionCode: 1022001
commit: e8e1e69866657b5542927d41bd8da3e08c338c3b

View file

@ -269,28 +269,6 @@ Builds:
- app/src/main/cpp/libjamesdsp
ndk: r23c
- versionName: 1.5.0
versionCode: 31
commit: e0c766538eb180174ad2f61674c9791c69eb75fa
subdir: app
submodules: true
gradle:
- RootlessFdroid
output: build/outputs/apk/rootlessFdroid/release/JamesDSP-v$$VERSION$$-$$VERCODE$$-rootless-fdroid-release-unsigned.apk
prebuild:
- sdkmanager --install "cmake;3.18.1"
- sed -i 's/^.*classpath("com\.google\.gms:google-services.*$//' ../build.gradle.kts
- sed -i 's/^.*classpath("com\.google\.firebase:firebase-crashlytics-gradle.*$//'
../build.gradle.kts
- sed -i 's/^.*id("com\.google\.gms\.google-services").*$//' build.gradle.kts
- sed -i 's/^.*id("com.google.firebase.crashlytics").*$//' build.gradle.kts
- sed -i 's/^.*import\ com\.google\.firebase.*$//' build.gradle.kts
- sed -i '/configure<CrashlyticsExtension>/,+3d' build.gradle.kts
- sed -i 's/isEnable = .*/isEnable = false/' build.gradle.kts
scandelete:
- app/src/main/cpp/libjamesdsp
ndk: r23c
- versionName: 1.5.1
versionCode: 32
commit: 80b4918470136bc85d05f55538ce35babdc16d16

View file

@ -893,81 +893,6 @@ Builds:
- node_modules/
ndk: r21e
- versionName: 4.0.0
versionCode: 400
disable: crashing
commit: e32c3249a26e02a7fdbd87cec564e63320b82af0
subdir: android/app
sudo:
- apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
- sysctl fs.inotify.max_user_watches=524288
- curl -Lo node.tar.xz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.xz
- echo "06ba2eb34aa385967f5f58c87a44753f83212f6cccea892b33f80a2e7fda8384 node.tar.xz"
| sha256sum -c -
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
- npm install -g npm@8.19.2
init: npm install
gradle:
- yes
prebuild:
- sed -i -e '/installReferrerVersion/,+11d' ../../node_modules/react-native-device-info/android/build.gradle
- sed -i -e "/swiperefreshlayout/a implementation(project(':react-native-device-info'))
{ exclude group\x3a 'com.google.firebase'\\ exclude group\x3a 'com.google.android.gms'\\
exclude group\x3a 'com.android.installreferrer'\\ }" build.gradle
scanignore:
- android/build.gradle
- android/app/build.gradle
- node_modules/hermes-engine
- node_modules/jsc-android
- node_modules/react-native/android/com/facebook/react/react-native/*/
- node_modules/react-native-device-info/android/build.gradle
- node_modules/react-native-encrypted-storage/android/build.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-screens/android/build.gradle
- node_modules/react-native-vector-icons/android/build.gradle
- node_modules/react-native/ReactAndroid/build.gradle
scandelete:
- node_modules/
ndk: r23c
- versionName: 4.0.1
versionCode: 401
disable: crashing
commit: 60eeb52bc4395fd726e7b0178e30a339fac48e12
subdir: android/app
sudo:
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- sysctl fs.inotify.max_user_watches=524288 || true
init: npm install
gradle:
- yes
prebuild:
- sed -i -e '/installReferrerVersion/,+11d' ../../node_modules/react-native-device-info/android/build.gradle
- sed -i -e "/swiperefreshlayout/a implementation(project(':react-native-device-info'))
{ exclude group\x3a 'com.google.firebase'\\ exclude group\x3a 'com.google.android.gms'\\
exclude group\x3a 'com.android.installreferrer'\\ }" build.gradle
scanignore:
- android/build.gradle
- node_modules/hermes-engine
- node_modules/jsc-android
- node_modules/react-native/ReactAndroid/build.gradle
- node_modules/react-native/ReactAndroid/hermes-engine/build.gradle
- node_modules/react-native/android/com/facebook/react/hermes-engine
- node_modules/react-native/android/com/facebook/react/react-native/*/
- node_modules/react-native-device-info/android/build.gradle
- node_modules/react-native-encrypted-storage/android/build.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-screens/android/build.gradle
- node_modules/react-native-vector-icons/android/build.gradle
scandelete:
- node_modules/
ndk: r23c
- versionName: 5.0.0
versionCode: 500
commit: 1f7032e4c353e384b0c352f443869a7ff2af9eb4
@ -1163,68 +1088,6 @@ Builds:
- node_modules/
ndk: r21e
- versionName: 6.4.0
versionCode: 640
commit: c2c853c409b44a04d3663c67f0fb0fb414777a36
subdir: android/app
sudo:
- curl -Lo node.tar.gz https://nodejs.org/dist/v18.15.0/node-v18.15.0-linux-x64.tar.gz
- echo "b298a73a9fc07badfa9e4a2e86ed48824fc9201327cdc43e3f3f58b273c535e7 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- sysctl fs.inotify.max_user_watches=524288 || true
- npm install -g npm@9.5.0
init: npm install
gradle:
- yes
prebuild:
- sed -i -e '/installReferrerVersion/,+11d' ../../node_modules/react-native-device-info/android/build.gradle
- sed -i -e "/swiperefreshlayout/a implementation(project(':react-native-device-info'))
{ exclude group\x3a 'com.google.firebase'\\ exclude group\x3a 'com.google.android.gms'\\
exclude group\x3a 'com.android.installreferrer'\\ }" build.gradle
scanignore:
- android/build.gradle
- node_modules/jsc-android
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-device-info/android/build.gradle
- node_modules/react-native-vector-icons/android/build.gradle
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
scandelete:
- node_modules/
ndk: r21e
- versionName: 6.4.1
versionCode: 641
commit: 37669367bbeda5a86add388671fedf5e67c1f2c7
subdir: android/app
sudo:
- curl -Lo node.tar.gz https://nodejs.org/dist/v18.15.0/node-v18.15.0-linux-x64.tar.gz
- echo "b298a73a9fc07badfa9e4a2e86ed48824fc9201327cdc43e3f3f58b273c535e7 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- sysctl fs.inotify.max_user_watches=524288 || true
- npm install -g npm@9.5.0
init: npm install
gradle:
- yes
prebuild:
- sed -i -e '/installReferrerVersion/,+11d' ../../node_modules/react-native-device-info/android/build.gradle
- sed -i -e "/swiperefreshlayout/a implementation(project(':react-native-device-info'))
{ exclude group\x3a 'com.google.firebase'\\ exclude group\x3a 'com.google.android.gms'\\
exclude group\x3a 'com.android.installreferrer'\\ }" build.gradle
scanignore:
- android/build.gradle
- node_modules/jsc-android
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-device-info/android/build.gradle
- node_modules/react-native-vector-icons/android/build.gradle
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
scandelete:
- node_modules/
ndk: r21e
- versionName: 6.4.2
versionCode: 642
commit: e065e4d9071bf7bb6a9508865c93314f89b709f0

View file

@ -2216,73 +2216,6 @@ Builds:
- ./build-jnilibs4atalk.sh
ndk: r20
- versionName: 3.1.4
versionCode: 301040
disable: https://github.com/cmeng-git/atalk-android/issues/202
commit: 4562e6022d4242f84712502e3e459c85d004e34c
subdir: aTalk
sudo:
- sdkmanager 'ndk;18.1.5063045' 'build-tools;32.0.0' 'build-tools;30.0.3'
- cp /opt/android-sdk/build-tools/30.0.3/lib/dx.jar /opt/android-sdk/build-tools/32.0.0/lib/dx.jar
- cp /opt/android-sdk/build-tools/30.0.3/dx /opt/android-sdk/build-tools/32.0.0/dx
- apt-get update
- apt-get install file make wget bzip2
gradle:
- fdroid
rm:
- aTalk/lib/src_reference/
- aTalk/jni/ffmpeg/android/
- aTalk/jni/openssl/android/
- aTalk/jni/vpx/android/
prebuild:
- sed -i -e 's|dl.bintray.com/google/exoplayer/|jitpack.io|' build.gradle
- cd jni/static_library_built
- sed -i -e '/export ANDROID_NDK_HOME/d' openssl/_settings.sh
- sed -i -e 's|android/android-ndk-r18b|android-sdk/ndk/18.1.5063045|' ffmpeg-x264/_settings.sh
libvpx/_settings.sh
scanignore:
- aTalk/build.gradle
scandelete:
- aTalk/jni/static_library_built
- aTalk/third_party/m2
build:
- cd jni/static_library_built
- ./build-jnilibs4atalk.sh
ndk: r20
- versionName: 3.1.5
versionCode: 301050
commit: 2a0fe54cecd1db3f8201c89326e27c593911d546
subdir: aTalk
sudo:
- sdkmanager 'ndk;18.1.5063045' 'build-tools;32.0.0' 'build-tools;30.0.3'
- cp /opt/android-sdk/build-tools/30.0.3/lib/dx.jar /opt/android-sdk/build-tools/32.0.0/lib/dx.jar
- cp /opt/android-sdk/build-tools/30.0.3/dx /opt/android-sdk/build-tools/32.0.0/dx
- apt-get update
- apt-get install file make wget bzip2
gradle:
- fdroid
rm:
- aTalk/lib/src_reference/
- aTalk/jni/ffmpeg/android/
- aTalk/jni/openssl/android/
- aTalk/jni/vpx/android/
prebuild:
- sed -i -e 's|dl.bintray.com/google/exoplayer/|jitpack.io|' build.gradle
- cd jni/static_library_built
- sed -i -e '/export ANDROID_NDK_HOME/d' openssl/_settings.sh
- sed -i -e 's|android/android-ndk-r18b|android-sdk/ndk/18.1.5063045|' ffmpeg-x264/_settings.sh
libvpx/_settings.sh
scanignore:
- aTalk/build.gradle
scandelete:
- aTalk/jni/static_library_built
- aTalk/third_party/m2
build:
- cd jni/static_library_built
- ./build-jnilibs4atalk.sh
ndk: r20
- versionName: 3.1.5
versionCode: 301051
commit: 32a208429e8efaa72aee203ea3637eb3bf3688bf

View file

@ -175,13 +175,6 @@ Builds:
gradle:
- yes
- versionName: '7.1'
versionCode: 71
commit: 508dc783dea4ad8ab0d517f1bb70b79fc91f3775
subdir: app
gradle:
- yes
- versionName: '7.2'
versionCode: 72
commit: f5966d4a3d2a14f0c67bfefbb4e9c1e63014f01f

View file

@ -214,37 +214,13 @@ Builds:
scandelete:
- node_modules
- versionName: 4.19.0
versionCode: 4019000
commit: 33c150faf7b6681806d47570753b1c588617df1a
subdir: android/app
sudo:
- apt-get update
- apt-get install -y openjdk-11-jdk-headless build-essential
- curl -Lo node.tar.xz https://nodejs.org/dist/v14.18.2/node-v14.18.2-linux-x64.tar.xz
- echo "dae683f911fe5af11f1dc9d7746d80fccdb1e7b4bef31a570f5daffadd897c42 node.tar.xz"
| sha256sum -c -
- tar xJf node.tar.xz
- cp -a node-v14.18.2-linux-x64/. /usr/local/
- npm install -g npm@7
gradle:
- yes
prebuild:
- cd ../..
- npm install
- npx gulp
- cp dist/html/index.html dist/index.html
- npx cap sync
scandelete:
- node_modules
- versionName: 4.19.1
versionCode: 4019001
commit: 27cce8b3877350468e1b22766fe58e40fcea9feb
subdir: android/app
sudo:
- apt-get update
- apt-get install -y openjdk-11-jdk-headless build-essential
- apt-get install -y build-essential
- curl -Lo node.tar.xz https://nodejs.org/dist/v14.18.2/node-v14.18.2-linux-x64.tar.xz
- echo "dae683f911fe5af11f1dc9d7746d80fccdb1e7b4bef31a570f5daffadd897c42 node.tar.xz"
| sha256sum -c -

View file

@ -137,21 +137,6 @@ Builds:
gradle:
- yes
- versionName: MatriX.124.F-Droid
versionCode: 124
disable: https://github.com/YouROK/TorrServe/issues/70
commit: d6b562569ad46568d8f184b1b6f7f1aab846fb81
subdir: app
gradle:
- yes
- versionName: MatriX.125.F-Droid
versionCode: 125
commit: 4d47beedffd1487e6e6b2d5a72ecf6d8e666fcd2
subdir: app
gradle:
- yes
- versionName: MatriX.121.6.F-Droid
versionCode: 126
commit: af8209d2bd0512914e7a03117c7fe4ea41a2834a