misc fixes

This commit is contained in:
linsui 2024-07-01 11:37:54 +08:00
parent f6b4bfd28d
commit 077b741384
8 changed files with 22 additions and 308 deletions

View file

@ -3110,9 +3110,9 @@ Builds:
- $$flutter$$/bin/flutter build apk --flavor fdroid --release
ndk: r25b
- versionName: 4.14.0
versionCode: 4202
commit: 885cc464e67ffd00ed57f4758e7c7cdf980a47e3
- versionName: 4.14.1
versionCode: 4206
commit: 33fafde71f8b91718366be0c3779807733b949f0
subdir: src/ui/flutter_app
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
srclibs:
@ -3147,5 +3147,5 @@ Builds:
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
UpdateCheckData: src/ui/flutter_app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 4.14.0
CurrentVersionCode: 4202
CurrentVersion: 4.14.1
CurrentVersionCode: 4206

View file

@ -9594,7 +9594,6 @@ Builds:
- node_modules/react-native-math-view/android/build.gradle
- node_modules/react-native-navigation/lib/android/build.gradle
- node_modules/react-native-notifications/lib/android/build.gradle
- node_modules/react-native-performance/android/build.gradle
- node_modules/react-native-permissions/android/build.gradle
- node_modules/react-native-reanimated/android/build.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
@ -9683,7 +9682,6 @@ Builds:
- node_modules/react-native-math-view/android/build.gradle
- node_modules/react-native-navigation/lib/android/build.gradle
- node_modules/react-native-notifications/lib/android/build.gradle
- node_modules/react-native-performance/android/build.gradle
- node_modules/react-native-permissions/android/build.gradle
- node_modules/react-native-reanimated/android/build.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
@ -9772,7 +9770,6 @@ Builds:
- node_modules/react-native-math-view/android/build.gradle
- node_modules/react-native-navigation/lib/android/build.gradle
- node_modules/react-native-notifications/lib/android/build.gradle
- node_modules/react-native-performance/android/build.gradle
- node_modules/react-native-permissions/android/build.gradle
- node_modules/react-native-reanimated/android/build.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
@ -9861,7 +9858,6 @@ Builds:
- node_modules/react-native-math-view/android/build.gradle
- node_modules/react-native-navigation/lib/android/build.gradle
- node_modules/react-native-notifications/lib/android/build.gradle
- node_modules/react-native-performance/android/build.gradle
- node_modules/react-native-permissions/android/build.gradle
- node_modules/react-native-reanimated/android/build.gradle
- node_modules/react-native-safe-area-context/android/build.gradle

View file

@ -153,18 +153,9 @@ Builds:
rm:
- .idea
- versionName: 0.2.1
versionCode: 17
disable: https://github.com/maxrave-dev/SimpMusic/issues/94#issuecomment-2029781099
commit: 6f9840d7cbfb1de045f8c951e44e6d7931419475
subdir: app
gradle:
- yes
rm:
- .idea
- versionName: 0.2.2
versionCode: 18
disable: https://github.com/maxrave-dev/SimpMusic/issues/94#issuecomment-2029781099
commit: dab530ea0d3d65bbc73d07b3e4473412742bc5a6
subdir: app
gradle:

View file

@ -1438,9 +1438,9 @@ Builds:
- mv /home/brandon/fitbook com.presley.fit_book
ndk: r21e
- versionName: 1.0.49
versionCode: 541
commit: a0fcdbf69448bc5283e079ee3c80fcc948fab93a
- versionName: 1.0.51
versionCode: 561
commit: 6c7900fad7d7290290b0a161d02339b6aa3b5079
submodules: true
sudo:
- apt-get update
@ -1449,8 +1449,6 @@ Builds:
- 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
srclibs:
- transistor-background-fetch@0dd1457588ba031f11e9452f125144aac8a9b75f
rm:
- ios
- linux
@ -1464,8 +1462,6 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter config --no-analytics
- flutter/bin/flutter pub get
- sed -i -e '/maven {/,/^ }/cmavenLocal()' .pub-cache/hosted/pub.dev/background_fetch-*/android/build.gradle
- sed -i -e 's/maven {.*}/mavenLocal()/' android/build.gradle
- popd
- mv /home/brandon/fitbook com.presley.fit_book
scanignore:
@ -1477,19 +1473,15 @@ Builds:
- cd ..
- mv com.presley.fit_book /home/brandon/fitbook
- pushd /home/brandon/fitbook
- pushd $$transistor-background-fetch$$/android/tsbackgroundfetch/
- gradle assembleRelease
- gradle publishToMavenLocal
- popd
- 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: r21e
- versionName: 1.0.49
versionCode: 542
commit: a0fcdbf69448bc5283e079ee3c80fcc948fab93a
- versionName: 1.0.51
versionCode: 562
commit: 6c7900fad7d7290290b0a161d02339b6aa3b5079
submodules: true
sudo:
- apt-get update
@ -1498,8 +1490,6 @@ Builds:
- 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
srclibs:
- transistor-background-fetch@0dd1457588ba031f11e9452f125144aac8a9b75f
rm:
- ios
- linux
@ -1513,8 +1503,6 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter config --no-analytics
- flutter/bin/flutter pub get
- sed -i -e '/maven {/,/^ }/cmavenLocal()' .pub-cache/hosted/pub.dev/background_fetch-*/android/build.gradle
- sed -i -e 's/maven {.*}/mavenLocal()/' android/build.gradle
- popd
- mv /home/brandon/fitbook com.presley.fit_book
scanignore:
@ -1526,19 +1514,15 @@ Builds:
- cd ..
- mv com.presley.fit_book /home/brandon/fitbook
- pushd /home/brandon/fitbook
- pushd $$transistor-background-fetch$$/android/tsbackgroundfetch/
- gradle assembleRelease
- gradle publishToMavenLocal
- popd
- 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: r21e
- versionName: 1.0.49
versionCode: 543
commit: a0fcdbf69448bc5283e079ee3c80fcc948fab93a
- versionName: 1.0.51
versionCode: 563
commit: 6c7900fad7d7290290b0a161d02339b6aa3b5079
submodules: true
sudo:
- apt-get update
@ -1547,8 +1531,6 @@ Builds:
- 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
srclibs:
- transistor-background-fetch@0dd1457588ba031f11e9452f125144aac8a9b75f
rm:
- ios
- linux
@ -1562,8 +1544,6 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter config --no-analytics
- flutter/bin/flutter pub get
- sed -i -e '/maven {/,/^ }/cmavenLocal()' .pub-cache/hosted/pub.dev/background_fetch-*/android/build.gradle
- sed -i -e 's/maven {.*}/mavenLocal()/' android/build.gradle
- popd
- mv /home/brandon/fitbook com.presley.fit_book
scanignore:
@ -1575,157 +1555,6 @@ Builds:
- cd ..
- mv com.presley.fit_book /home/brandon/fitbook
- pushd /home/brandon/fitbook
- pushd $$transistor-background-fetch$$/android/tsbackgroundfetch/
- gradle assembleRelease
- gradle publishToMavenLocal
- popd
- 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: r21e
- versionName: 1.0.50
versionCode: 551
commit: e20b53c3723507c9cb8f71eee7fd0f9af56eba12
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
srclibs:
- transistor-background-fetch@0dd1457588ba031f11e9452f125144aac8a9b75f
rm:
- ios
- linux
- web
- windows
prebuild:
- 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
- sed -i -e '/maven {/,/^ }/cmavenLocal()' .pub-cache/hosted/pub.dev/background_fetch-*/android/build.gradle
- sed -i -e 's/maven {.*}/mavenLocal()/' android/build.gradle
- popd
- mv /home/brandon/fitbook com.presley.fit_book
scanignore:
- flutter/bin/cache
scandelete:
- .pub-cache
- flutter
build:
- cd ..
- mv com.presley.fit_book /home/brandon/fitbook
- pushd /home/brandon/fitbook
- pushd $$transistor-background-fetch$$/android/tsbackgroundfetch/
- gradle assembleRelease
- gradle publishToMavenLocal
- popd
- 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: r21e
- versionName: 1.0.50
versionCode: 552
commit: e20b53c3723507c9cb8f71eee7fd0f9af56eba12
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
srclibs:
- transistor-background-fetch@0dd1457588ba031f11e9452f125144aac8a9b75f
rm:
- ios
- linux
- web
- windows
prebuild:
- 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
- sed -i -e '/maven {/,/^ }/cmavenLocal()' .pub-cache/hosted/pub.dev/background_fetch-*/android/build.gradle
- sed -i -e 's/maven {.*}/mavenLocal()/' android/build.gradle
- popd
- mv /home/brandon/fitbook com.presley.fit_book
scanignore:
- flutter/bin/cache
scandelete:
- .pub-cache
- flutter
build:
- cd ..
- mv com.presley.fit_book /home/brandon/fitbook
- pushd /home/brandon/fitbook
- pushd $$transistor-background-fetch$$/android/tsbackgroundfetch/
- gradle assembleRelease
- gradle publishToMavenLocal
- popd
- 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: r21e
- versionName: 1.0.50
versionCode: 553
commit: e20b53c3723507c9cb8f71eee7fd0f9af56eba12
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
srclibs:
- transistor-background-fetch@0dd1457588ba031f11e9452f125144aac8a9b75f
rm:
- ios
- linux
- web
- windows
prebuild:
- 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
- sed -i -e '/maven {/,/^ }/cmavenLocal()' .pub-cache/hosted/pub.dev/background_fetch-*/android/build.gradle
- sed -i -e 's/maven {.*}/mavenLocal()/' android/build.gradle
- popd
- mv /home/brandon/fitbook com.presley.fit_book
scanignore:
- flutter/bin/cache
scandelete:
- .pub-cache
- flutter
build:
- cd ..
- mv com.presley.fit_book /home/brandon/fitbook
- pushd /home/brandon/fitbook
- pushd $$transistor-background-fetch$$/android/tsbackgroundfetch/
- gradle assembleRelease
- gradle publishToMavenLocal
- popd
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
- popd
@ -1741,5 +1570,5 @@ VercodeOperation:
- 10 * %c + 2
- 10 * %c + 3
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.0.50
CurrentVersionCode: 553
CurrentVersion: 1.0.51
CurrentVersionCode: 563

View file

@ -239,6 +239,7 @@ Builds:
- versionName: 3.9.1
versionCode: 391
disable: https://github.com/Pool-Of-Tears/Myne/issues/51
commit: 1268294b8fca3a5d76131ac9154d1901950d384a
subdir: app
gradle:

View file

@ -878,18 +878,10 @@ Builds:
- fdroid
prebuild: sed -i -e '/enable true/d' build.gradle
- versionName: 0.88.6
versionCode: 383
commit: 0df37d6694ed5ea949f116848e8dc4a7e3907cde
subdir: app
gradle:
- fdroid
prebuild: sed -i -e '/enable true/d' build.gradle
- versionName: 0.88.8
versionCode: 385
commit: 5c21e219fe586def5e743b9b28891e6e7542df53
subdir: app
subdir: amethyst
gradle:
- fdroid
prebuild: sed -i -e '/enable true/d' build.gradle

View file

@ -433,103 +433,7 @@ Builds:
- cp build_bin/built_in/arm64-v8a/bin.zip src/arm64-v8a/assets/bin.zip
ndk: r25c
- versionName: 2.0.0
versionCode: 3411061
commit: 3f2af7222aeaec94074d535837a85cab404b0479
subdir: source/app
sudo:
- apt-get update
- apt-get install -y bzip2 clang cmake g++ golang-go make meson wget xz-utils
gradle:
- x86
- foss
prebuild:
- sed -i -e '/alias(libs.plugins.application.firebase)/d' build.gradle.kts
- sed -i -e '/compileOnly(libs.firebase.crashlytics.build.logic)/d' ../build-logic/convention/build.gradle.kts
- sed -i -e '/sudo apt-get/,+1d' ../../build/build_bin.sh
- sed -i -e '/org.gradle.jvmargs/d' ../gradle.properties
- sed -i -e '$a\org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8' ../gradle.properties
scandelete:
- source/app/src/*/assets/
- source/build-logic/convention/build
build:
- bash ../../build/build_bin.sh built-in x86
- cp build_bin/built_in/x86/bin.zip src/x86/assets/bin.zip
ndk: r25c
- versionName: 2.0.0
versionCode: 3411062
commit: 3f2af7222aeaec94074d535837a85cab404b0479
subdir: source/app
sudo:
- apt-get update
- apt-get install -y bzip2 clang cmake g++ golang-go make meson wget xz-utils
gradle:
- x86_64
- foss
prebuild:
- sed -i -e '/alias(libs.plugins.application.firebase)/d' build.gradle.kts
- sed -i -e '/compileOnly(libs.firebase.crashlytics.build.logic)/d' ../build-logic/convention/build.gradle.kts
- sed -i -e '/sudo apt-get/,+1d' ../../build/build_bin.sh
- sed -i -e '/org.gradle.jvmargs/d' ../gradle.properties
- sed -i -e '$a\org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8' ../gradle.properties
scandelete:
- source/app/src/*/assets/
- source/build-logic/convention/build
build:
- bash ../../build/build_bin.sh built-in x86_64
- cp build_bin/built_in/x86_64/bin.zip src/x86_64/assets/bin.zip
ndk: r25c
- versionName: 2.0.0
versionCode: 3411063
commit: 3f2af7222aeaec94074d535837a85cab404b0479
subdir: source/app
sudo:
- apt-get update
- apt-get install -y bzip2 clang cmake g++ golang-go make meson wget xz-utils
gradle:
- armeabi-v7a
- foss
prebuild:
- sed -i -e '/alias(libs.plugins.application.firebase)/d' build.gradle.kts
- sed -i -e '/compileOnly(libs.firebase.crashlytics.build.logic)/d' ../build-logic/convention/build.gradle.kts
- sed -i -e '/sudo apt-get/,+1d' ../../build/build_bin.sh
- sed -i -e '/org.gradle.jvmargs/d' ../gradle.properties
- sed -i -e '$a\org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8' ../gradle.properties
scandelete:
- source/app/src/*/assets/
- source/build-logic/convention/build
build:
- bash ../../build/build_bin.sh built-in armeabi-v7a
- cp build_bin/built_in/armeabi-v7a/bin.zip src/armeabi-v7a/assets/bin.zip
ndk: r25c
- versionName: 2.0.0
versionCode: 3411064
commit: 3f2af7222aeaec94074d535837a85cab404b0479
subdir: source/app
sudo:
- apt-get update
- apt-get install -y bzip2 clang cmake g++ golang-go make meson wget xz-utils
gradle:
- arm64-v8a
- foss
prebuild:
- sed -i -e '/alias(libs.plugins.application.firebase)/d' build.gradle.kts
- sed -i -e '/compileOnly(libs.firebase.crashlytics.build.logic)/d' ../build-logic/convention/build.gradle.kts
- sed -i -e '/sudo apt-get/,+1d' ../../build/build_bin.sh
- sed -i -e '/org.gradle.jvmargs/d' ../gradle.properties
- sed -i -e '$a\org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8' ../gradle.properties
scandelete:
- source/app/src/*/assets/
- source/build-logic/convention/build
build:
- bash ../../build/build_bin.sh built-in arm64-v8a
- cp build_bin/built_in/arm64-v8a/bin.zip src/arm64-v8a/assets/bin.zip
ndk: r25c
AutoUpdateMode: Version
AutoUpdateMode: None
UpdateCheckMode: Tags
VercodeOperation:
- '%c + 1'

View file

@ -28,7 +28,8 @@ Builds:
- versionName: 1.2.1
versionCode: 5
commit: 784d060f5153ea0e95113d728223392edb4470e4
disable: https://gitlab.com/Dacid99/pockettracker/-/issues/2
commit: 42cf18effe262606380093645b4f3b016937229e
subdir: app
gradle:
- yes