keep latest

This commit is contained in:
Licaon_Kter 2025-08-06 18:28:02 +03:00
parent 5b53f4355b
commit acd49142b1
14 changed files with 0 additions and 526 deletions

View file

@ -761,14 +761,6 @@ Builds:
- yes
prebuild: sed -i -e 's/1024/2048/' ../gradle.properties
- versionName: 5.0.4
versionCode: 159
commit: b7a6ebb124475bdd6995c31cd609dde377ad2115
subdir: app
gradle:
- yes
prebuild: sed -i -e 's/1024/2048/' ../gradle.properties
- versionName: 5.0.5
versionCode: 160
commit: f736d9b6df78d299b3e152c2aaf9f0e516883a51

View file

@ -1554,22 +1554,6 @@ Builds:
- Core/InAppReview
- Core/InAppUpdate
- versionName: 5.7.0
versionCode: 50700002
commit: 6a7b60e93c79ef1b7f70c90c8b86dea1bc96e5c5
subdir: app
submodules: true
gradle:
- fdroid
prebuild:
- sed -i -e '/amazonaws/d' ../settings.gradle.kts
- sed -i -e '/sentryAuthToken/d' -e '/sentry {/,/^}/d' -e '/sentry/d' build.gradle.kts
- echo 'android { lint { checkReleaseBuilds = false } }' >> build.gradle.kts
scandelete:
- Core/InAppStore
- Core/InAppReview
- Core/InAppUpdate
- versionName: 5.8.1
versionCode: 50800101
commit: 8e872f206be516ac46996d01cc8738d0a6d5362f

View file

@ -1069,17 +1069,6 @@ Builds:
- sed -i -e '/google.services/d' ../build.gradle.kts
- sed -i -e '/gms/d' build.gradle
- versionName: 1.15.0
versionCode: 11500001
commit: b78c8e5e147427f499938041ab2dc5ea00d7f051
subdir: app
submodules: true
gradle:
- fdroid
prebuild:
- sed -i -e '/google.services/d' ../build.gradle.kts
- sed -i -e '/gms/d' build.gradle
- versionName: 1.16.1
versionCode: 11600101
commit: a5482bfa8f4b9c7bcd6c3848d1233ae8c4572f75

View file

@ -44,13 +44,6 @@ Builds:
- yes
prebuild: git reset --soft HEAD~1
- versionName: '1.6'
versionCode: 16
commit: 1f23d4ae8751a111fa8c8e1828808121438c5752
subdir: app
gradle:
- yes
- versionName: '1.7'
versionCode: 17
commit: 1787b70d1e784c02f93e4b203b3f22fea9009ef7

View file

@ -104,17 +104,6 @@ Builds:
- packages
- tidelookup
- versionName: '23'
versionCode: 23
commit: 3c494858eff0e6589a3e7dc0032b3ea74397fdbc
subdir: nztides_app/app
gradle:
- yes
rm:
- nztides_app_eclipse_obselete
- packages
- tidelookup
- versionName: '24'
versionCode: 24
commit: 8e529661ae2129419761b5a6f576a8a9be906f05

View file

@ -3637,141 +3637,6 @@ Builds:
- mv /tmp/.cargo $HOME/.cargo
ndk: r28b
- versionName: 1.3.3
versionCode: 721
commit: 3774c03906828e0ddcdfaadff7abde7f26b5c0bc
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
binary: https://github.com/poppingmoon/aria/releases/download/v%v/aria-v%v-x86_64.apk
srclibs:
- flutter@stable
- rustup@1.27.1
rm:
- ios
- linux
- macos
- web
- windows
prebuild:
- sed -i -e "s/'stable'/'1.88.0'/" rust_builder/cargokit/build_tool/lib/src/builder.dart
- export version=$(grep flutter .fvmrc | cut -d ":" -f2|cut -d "\"" -f2)
- '[[ $version ]]'
- git -C $$flutter$$ checkout -f $version
- cd ..
- mv com.poppingmoon.aria /tmp/build
- pushd /tmp/build/
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
- popd
- mv /tmp/build com.poppingmoon.aria
- $$rustup$$/rustup-init.sh -y --default-toolchain none
scandelete:
- .pub-cache
build:
- mv $HOME/.cargo /tmp/.cargo
- HOME_TMP=$HOME
- export HOME=/tmp
- cd ..
- mv com.poppingmoon.aria /tmp/build
- pushd /tmp/build/
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
- popd
- mv /tmp/build com.poppingmoon.aria
- export HOME=$HOME_TMP
- mv /tmp/.cargo $HOME/.cargo
ndk: r28b
- versionName: 1.3.3
versionCode: 722
commit: 3774c03906828e0ddcdfaadff7abde7f26b5c0bc
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
binary: https://github.com/poppingmoon/aria/releases/download/v%v/aria-v%v-armeabi-v7a.apk
srclibs:
- flutter@stable
- rustup@1.27.1
rm:
- ios
- linux
- macos
- web
- windows
prebuild:
- sed -i -e "s/'stable'/'1.88.0'/" rust_builder/cargokit/build_tool/lib/src/builder.dart
- export version=$(grep flutter .fvmrc | cut -d ":" -f2|cut -d "\"" -f2)
- '[[ $version ]]'
- git -C $$flutter$$ checkout -f $version
- cd ..
- mv com.poppingmoon.aria /tmp/build
- pushd /tmp/build/
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
- popd
- mv /tmp/build com.poppingmoon.aria
- $$rustup$$/rustup-init.sh -y --default-toolchain none
scandelete:
- .pub-cache
build:
- mv $HOME/.cargo /tmp/.cargo
- HOME_TMP=$HOME
- export HOME=/tmp
- cd ..
- mv com.poppingmoon.aria /tmp/build
- pushd /tmp/build/
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
- popd
- mv /tmp/build com.poppingmoon.aria
- export HOME=$HOME_TMP
- mv /tmp/.cargo $HOME/.cargo
ndk: r28b
- versionName: 1.3.3
versionCode: 723
commit: 3774c03906828e0ddcdfaadff7abde7f26b5c0bc
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
binary: https://github.com/poppingmoon/aria/releases/download/v%v/aria-v%v-arm64-v8a.apk
srclibs:
- flutter@stable
- rustup@1.27.1
rm:
- ios
- linux
- macos
- web
- windows
prebuild:
- sed -i -e "s/'stable'/'1.88.0'/" rust_builder/cargokit/build_tool/lib/src/builder.dart
- export version=$(grep flutter .fvmrc | cut -d ":" -f2|cut -d "\"" -f2)
- '[[ $version ]]'
- git -C $$flutter$$ checkout -f $version
- cd ..
- mv com.poppingmoon.aria /tmp/build
- pushd /tmp/build/
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
- popd
- mv /tmp/build com.poppingmoon.aria
- $$rustup$$/rustup-init.sh -y --default-toolchain none
scandelete:
- .pub-cache
build:
- mv $HOME/.cargo /tmp/.cargo
- HOME_TMP=$HOME
- export HOME=/tmp
- cd ..
- mv com.poppingmoon.aria /tmp/build
- pushd /tmp/build/
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
- popd
- mv /tmp/build com.poppingmoon.aria
- export HOME=$HOME_TMP
- mv /tmp/.cargo $HOME/.cargo
ndk: r28b
- versionName: 1.3.4
versionCode: 731
commit: afe124f18e0530b1e3346380df3610cb04d0d323

View file

@ -4345,135 +4345,6 @@ Builds:
- mv /home/brandon/fitbook com.presley.fit_book
ndk: r27
- versionName: 2.0.12
versionCode: 1301
commit: e2691b267f0d22054b133e9e4b8f7e86cec50610
submodules: true
sudo:
- apt-get update
- apt-get install -y ninja-build
- mkdir -p /home/brandon
- chown vagrant -R /home/brandon
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
binary: https://github.com/brandonp2412/FitBook/releases/download/%v/app-x86_64-release.apk
rm:
- ios
- linux
- web
- windows
prebuild:
- rm flutter/engine/src/.gn
- sdkmanager 'cmake;3.18.1'
- cd ..
- mv com.presley.fit_book /home/brandon/fitbook
- pushd /home/brandon/fitbook
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter config --no-analytics
- flutter/bin/flutter pub get
- popd
- mv /home/brandon/fitbook com.presley.fit_book
scanignore:
- assets/food-data.zip
- flutter/bin/cache
scandelete:
- .pub-cache
- flutter
build:
- cd ..
- mv com.presley.fit_book /home/brandon/fitbook
- pushd /home/brandon/fitbook
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter build apk --split-per-abi --target-platform="android-x64"
- popd
- mv /home/brandon/fitbook com.presley.fit_book
ndk: r27
- versionName: 2.0.12
versionCode: 1302
commit: e2691b267f0d22054b133e9e4b8f7e86cec50610
submodules: true
sudo:
- apt-get update
- apt-get install -y ninja-build
- mkdir -p /home/brandon
- chown vagrant -R /home/brandon
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
binary: https://github.com/brandonp2412/FitBook/releases/download/%v/app-armeabi-v7a-release.apk
rm:
- ios
- linux
- web
- windows
prebuild:
- rm flutter/engine/src/.gn
- sdkmanager 'cmake;3.18.1'
- cd ..
- mv com.presley.fit_book /home/brandon/fitbook
- pushd /home/brandon/fitbook
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter config --no-analytics
- flutter/bin/flutter pub get
- popd
- mv /home/brandon/fitbook com.presley.fit_book
scanignore:
- assets/food-data.zip
- flutter/bin/cache
scandelete:
- .pub-cache
- flutter
build:
- cd ..
- mv com.presley.fit_book /home/brandon/fitbook
- pushd /home/brandon/fitbook
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter build apk --split-per-abi --target-platform="android-arm"
- popd
- mv /home/brandon/fitbook com.presley.fit_book
ndk: r27
- versionName: 2.0.12
versionCode: 1303
commit: e2691b267f0d22054b133e9e4b8f7e86cec50610
submodules: true
sudo:
- apt-get update
- apt-get install -y ninja-build
- mkdir -p /home/brandon
- chown vagrant -R /home/brandon
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
binary: https://github.com/brandonp2412/FitBook/releases/download/%v/app-arm64-v8a-release.apk
rm:
- ios
- linux
- web
- windows
prebuild:
- rm flutter/engine/src/.gn
- sdkmanager 'cmake;3.18.1'
- cd ..
- mv com.presley.fit_book /home/brandon/fitbook
- pushd /home/brandon/fitbook
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter config --no-analytics
- flutter/bin/flutter pub get
- popd
- mv /home/brandon/fitbook com.presley.fit_book
scanignore:
- assets/food-data.zip
- flutter/bin/cache
scandelete:
- .pub-cache
- flutter
build:
- cd ..
- mv com.presley.fit_book /home/brandon/fitbook
- pushd /home/brandon/fitbook
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
- popd
- mv /home/brandon/fitbook com.presley.fit_book
ndk: r27
- versionName: 2.0.13
versionCode: 1311
commit: c6039e4143485eff8546ba0953b4962dcfbae624

View file

@ -152,52 +152,6 @@ Builds:
- popd
- mv $$Xray-core$$/jniLibs src/main/
- versionName: 1.7.1
versionCode: 19
commit: c4f6ee9449a8b3cd14fe7180688501b2a0dbde03
subdir: app
submodules: true
sudo:
- apt-get update
- apt-get install -t bookworm-backports -y golang-go
- apt-get install -y gcc libc-dev make
gradle:
- yes
srclibs:
- Xray-core@v25.6.8
- go@go1.24.4
prebuild:
- sed -i -e '/enable true/d' build.gradle
- source ../version.properties
- git -C $$Xray-core$$ checkout -f $XRAY_CORE_VERSION
- git -C $$go$$ checkout -f go$GO_VERSION
build:
- source ../version.properties
- curl -Lo src/main/assets/geoip.dat https://github.com/lhear/v2ray-rules-dat/releases/download/$GEOIP_VERSION/geoip.dat
- curl -Lo src/main/assets/geosite.dat https://github.com/lhear/v2ray-rules-dat/releases/download/$GEOSITE_VERSION/geosite.dat
- sdkmanager "ndk;$NDK_VERSION"
- pushd $$go$$/src
- ./make.bash
- popd
- export GOPATH=$$go$$
- export PATH="$GOPATH/bin:$PATH"
- pushd $$Xray-core$$
- mkdir -p jniLibs/{arm64-v8a,x86_64}
- COMMID=$(git rev-parse HEAD | cut -c 1-7)
- export GOOS=android CGO_ENABLED=1
- export GOARCH=arm64
- export CC=$$SDK$$/ndk/$NDK_VERSION/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android24-clang
- go build -o xray -trimpath -buildvcs=false -ldflags="-X github.com/xtls/xray-core/core.build=${COMMID}
-s -w -buildid=" -v ./main
- mv xray jniLibs/arm64-v8a/libxray.so
- export GOARCH=amd64
- export CC=$$SDK$$/ndk/$NDK_VERSION/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android24-clang
- go build -o xray -trimpath -buildvcs=false -ldflags="-X github.com/xtls/xray-core/core.build=${COMMID}
-s -w -buildid=" -v ./main
- mv xray jniLibs/x86_64/libxray.so
- popd
- mv $$Xray-core$$/jniLibs src/main/
- versionName: 1.8.0
versionCode: 20
commit: 51a2f5a9fabe231dde15e8d33c848dbf2a574354

View file

@ -2251,69 +2251,6 @@ Builds:
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
ndk: r27b
- versionName: 3.198.13
versionCode: 3003168
commit: '@standardnotes/mobile@3.198.13'
subdir: packages/mobile/android/app
sudo:
- apt-get update
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
- npm install -g yarn
- sysctl fs.inotify.max_user_watches=524288 || true
init:
- cd ../../../..
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
-e '/800233/d' yarn.lock
- yarn config set -H enableImmutableInstalls false
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
- npm_config_build_from_source=true yarn
patch:
- remove-IAP.3.146.2.patch
- remove-react-native-store-review.3.177.5.patch
gradle:
- prod
srclibs:
- notifee@@notifee/react-native@9.1.1
rm:
- packages/mobile/ios
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
prebuild:
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
-e '/universalApk/s/false/true/' build.gradle
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
- pushd ../../node_modules/react-native-fingerprint-scanner/android
- sed -i -e '/FingerprintIdentify/d' build.gradle
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
- popd
- cd ../../../..
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
- yarn run build:mobile
- cd packages/mobile
- yarn run android:bundle
scanignore:
- packages/mobile/node_modules/react-native
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
- 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
- packages/desktop
- .yarn/
build:
- pushd $$notifee$$/android
- gradle publishAarPublicationToMavenRepository
- popd
- rm -rf ../../node_modules/@notifee/react-native/android/libs
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
ndk: r27b
- versionName: 3.198.14
versionCode: 3003169
commit: '@standardnotes/mobile@3.198.14'

View file

@ -239,38 +239,6 @@ Builds:
scandelete:
- node_modules
- versionName: 0.2.3
versionCode: 21
commit: a47d266d2f8ca4e9c790c9a1b667a05c7c5cf986
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- curl -Lo node.tar.gz https://nodejs.org/dist/v22.14.0/node-v22.14.0-linux-x64.tar.gz
- echo "9d942932535988091034dc94cc5f42b6dc8784d6366df3a36c4c9ccb3996f0c2 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- npm -g install yarn
gradle:
- yes
prebuild:
- cd ../..
- sed -i -e '1a "expo":{"autolinking":{"android":{"buildFromSource":[".*"]}}},'
package.json
- yarn
- yarn bundle:es
- yarn expo prebuild -p android --clean
scanignore:
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
- android/build.gradle
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
- node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-edge-to-edge/android/build.gradle
- node_modules/react-native-reanimated/android/build.gradle
- node_modules/react-native-screens/android/build.gradle
scandelete:
- node_modules
- versionName: 0.2.4
versionCode: 22
commit: d65c0d5a1fc9fbdb7007889fb67f68732dc5f358

View file

@ -134,13 +134,6 @@ Builds:
gradle:
- yes
- versionName: 0.24.1
versionCode: 69
commit: 3fcd15ab4fefd67dd798a2f1c22bfea69d5de6fb
subdir: app
gradle:
- yes
- versionName: 0.24.2
versionCode: 70
commit: 6aee464d4985ece742fa1cdb06c76903b3eff94f

View file

@ -1510,13 +1510,6 @@ Builds:
gradle:
- yes
- versionName: '9.1'
versionCode: 1024
commit: a090965a2dedebf4018e17a80f87f0aa3aa70218
subdir: app
gradle:
- yes
- versionName: 9.1.1
versionCode: 1025
commit: 83d5f8e378c222e12181257878241cb3b8e8966e

View file

@ -883,19 +883,6 @@ Builds:
- yes
prebuild: echo -e "\norg.gradle.jvmargs=-Xmx4096m" >> ../gradle.properties
- versionName: 3.4.9
versionCode: 349
commit: 34c7ce22e20b06b0db95b4bebbd24ecd39d8f71d
subdir: app
sudo:
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y -t trixie openjdk-21-jdk-headless
- update-alternatives --auto java
gradle:
- yes
prebuild: echo -e "\norg.gradle.jvmargs=-Xmx4096m" >> ../gradle.properties
- versionName: 3.5.0
versionCode: 350
commit: 28e0290b37b41a5b3c7b8abaa282ff011557419a

View file

@ -1102,47 +1102,6 @@ Builds:
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
ndk: r25b
- versionName: 1.10.0
versionCode: 141
commit: 32cb2d7bddece5c1b7685b1283f6998d59917920
timeout: 20000
subdir: materialious/android/app
sudo:
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
make
- apt-get install -y -t trixie npm
gradle:
- yes
srclibs:
- esbuild@v0.24.0
- NodejsMobile@v18.20.4
prebuild:
- sed -i -e '/enable true/d' build.gradle
- sed -i -e '/gms/d' ../build.gradle
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
- cd ../..
- npm install --build-from-source
- pushd static/nodejs-android
- npm install
- popd
- npm run build
- npx cap sync
scandelete:
- materialious/node_modules
build:
- pushd $$NodejsMobile$$
- ./tools/android_build.sh $$NDK$$ 24
- popd
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
- pushd $$esbuild$$
- make esbuild
- popd
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
ndk: r25b
- versionName: 1.10.2
versionCode: 143
commit: 49fd4c4f67633fd45db8a8543a3029d88fb7759a