From 88bacdb93faab1b326937d6163aa8b98608287f0 Mon Sep 17 00:00:00 2001 From: Louis Fredice NJAKO MOLOM Date: Mon, 2 Jun 2025 18:20:50 +0200 Subject: [PATCH] Update Panoramax to 1.7.2 (63) --- metadata/app.panoramax.yml | 141 ++++++++++++++++++++++++++++++++++++- 1 file changed, 138 insertions(+), 3 deletions(-) diff --git a/metadata/app.panoramax.yml b/metadata/app.panoramax.yml index c65442d73d..b3e5844e66 100644 --- a/metadata/app.panoramax.yml +++ b/metadata/app.panoramax.yml @@ -1,5 +1,5 @@ AntiFeatures: - NonFreeNet: + TetheredNet: en-US: Depends on panoramax.ign.fr or panoramax.openstreetmap.fr servers fr: Dépend des serveurs panoramax.ign.fr ou panoramax.openstreetmap.fr Categories: @@ -287,6 +287,141 @@ Builds: - popd - mv $repo app.panoramax + - versionName: 1.7.2 + versionCode: 61 + commit: 7450826d9978d20f900f54f341f0d0e784efa275 + sudo: + - mkdir -p /builds/panoramax/clients + - chown vagrant /builds/panoramax/clients + output: build/app/outputs/flutter-apk/app-x86_64-release.apk + binary: https://gitlab.com/panoramax/clients/mobile-app/-/releases/v%v/downloads/app-x86_64-release.apk + srclibs: + - flutter@stable + rm: + - ios + - linux + - macos + - web + - windows + prebuild: + - flutterVersion=$(sed -n -E 's/.*flutter:(.*)/\1/p' .gitlab-ci.yml) + - '[[ $flutterVersion ]] || exit 1' + - git -C $$flutter$$ checkout -f $flutterVersion + - rm $$flutter$$/engine/src/.gn + - export repo=/builds/panoramax/clients/mobile-app + - cd .. + - mv app.panoramax $repo + - pushd $repo + - export PUB_CACHE=$(pwd)/.pub-cache + - export PATH=$$flutter$$/bin:$PATH + - flutter config --no-analytics + - flutter pub get + - sed -i -e '/googleapis/d' .pub-cache/hosted/pub.dev/webview_cookie_manager_plus-*/android/build.gradle + - popd + - mv $repo app.panoramax + scandelete: + - .pub-cache + build: + - export repo=/builds/panoramax/clients/mobile-app + - cd .. + - mv app.panoramax $repo + - pushd $repo + - export PUB_CACHE=$(pwd)/.pub-cache + - export PATH=$$flutter$$/bin:$PATH + - $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-x64" + - popd + - mv $repo app.panoramax + + - versionName: 1.7.2 + versionCode: 62 + commit: 7450826d9978d20f900f54f341f0d0e784efa275 + sudo: + - mkdir -p /builds/panoramax/clients + - chown vagrant /builds/panoramax/clients + output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk + binary: https://gitlab.com/panoramax/clients/mobile-app/-/releases/v%v/downloads/app-armeabi-v7a-release.apk + srclibs: + - flutter@stable + rm: + - ios + - linux + - macos + - web + - windows + prebuild: + - flutterVersion=$(sed -n -E 's/.*flutter:(.*)/\1/p' .gitlab-ci.yml) + - '[[ $flutterVersion ]] || exit 1' + - git -C $$flutter$$ checkout -f $flutterVersion + - rm $$flutter$$/engine/src/.gn + - export repo=/builds/panoramax/clients/mobile-app + - cd .. + - mv app.panoramax $repo + - pushd $repo + - export PUB_CACHE=$(pwd)/.pub-cache + - export PATH=$$flutter$$/bin:$PATH + - flutter config --no-analytics + - flutter pub get + - sed -i -e '/googleapis/d' .pub-cache/hosted/pub.dev/webview_cookie_manager_plus-*/android/build.gradle + - popd + - mv $repo app.panoramax + scandelete: + - .pub-cache + build: + - export repo=/builds/panoramax/clients/mobile-app + - cd .. + - mv app.panoramax $repo + - pushd $repo + - export PUB_CACHE=$(pwd)/.pub-cache + - export PATH=$$flutter$$/bin:$PATH + - $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm" + - popd + - mv $repo app.panoramax + + - versionName: 1.7.2 + versionCode: 63 + commit: 7450826d9978d20f900f54f341f0d0e784efa275 + sudo: + - mkdir -p /builds/panoramax/clients + - chown vagrant /builds/panoramax/clients + output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk + binary: https://gitlab.com/panoramax/clients/mobile-app/-/releases/v%v/downloads/app-arm64-v8a-release.apk + srclibs: + - flutter@stable + rm: + - ios + - linux + - macos + - web + - windows + prebuild: + - flutterVersion=$(sed -n -E 's/.*flutter:(.*)/\1/p' .gitlab-ci.yml) + - '[[ $flutterVersion ]] || exit 1' + - git -C $$flutter$$ checkout -f $flutterVersion + - rm $$flutter$$/engine/src/.gn + - export repo=/builds/panoramax/clients/mobile-app + - cd .. + - mv app.panoramax $repo + - pushd $repo + - export PUB_CACHE=$(pwd)/.pub-cache + - export PATH=$$flutter$$/bin:$PATH + - flutter config --no-analytics + - flutter pub get + - sed -i -e '/googleapis/d' .pub-cache/hosted/pub.dev/webview_cookie_manager_plus-*/android/build.gradle + - popd + - mv $repo app.panoramax + scandelete: + - .pub-cache + build: + - export repo=/builds/panoramax/clients/mobile-app + - cd .. + - mv app.panoramax $repo + - pushd $repo + - export PUB_CACHE=$(pwd)/.pub-cache + - export PATH=$$flutter$$/bin:$PATH + - $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64" + - popd + - mv $repo app.panoramax + AllowedAPKSigningKeys: a959f5348ca3e115eab59a95ee429e54ebf3470570a782b2ab6902d8eaafe69b AutoUpdateMode: Version @@ -296,5 +431,5 @@ VercodeOperation: - 10 * %c + 2 - 10 * %c + 3 UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 1.7.1 -CurrentVersionCode: 53 +CurrentVersion: 1.7.2 +CurrentVersionCode: 63