mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
New app: Panoramax - Immersive free-view base
This commit is contained in:
parent
8b229ff024
commit
0b06e73a9b
1 changed files with 165 additions and 0 deletions
165
metadata/app.panoramax.yml
Normal file
165
metadata/app.panoramax.yml
Normal file
|
|
@ -0,0 +1,165 @@
|
|||
AntiFeatures:
|
||||
NonFreeNet:
|
||||
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:
|
||||
- Internet
|
||||
- Multimedia
|
||||
- Navigation
|
||||
License: AGPL-3.0-only
|
||||
AuthorName: Panoramax
|
||||
WebSite: https://panoramax.fr
|
||||
SourceCode: https://gitlab.com/panoramax/clients/mobile-app
|
||||
IssueTracker: https://gitlab.com/panoramax/clients/mobile-app/-/issues
|
||||
Translation: http://weblate.panoramax.xyz/engage/panoramax
|
||||
Changelog: https://gitlab.com/panoramax/clients/mobile-app/-/releases
|
||||
|
||||
AutoName: Panoramax
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/panoramax/clients/mobile-app.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.4.1
|
||||
versionCode: 31
|
||||
commit: 19f2fd611fd22a4f41545d9367fd0d2fd2d39323
|
||||
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
|
||||
- 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-*/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.4.1
|
||||
versionCode: 32
|
||||
commit: 19f2fd611fd22a4f41545d9367fd0d2fd2d39323
|
||||
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
|
||||
- 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-*/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.4.1
|
||||
versionCode: 33
|
||||
commit: 19f2fd611fd22a4f41545d9367fd0d2fd2d39323
|
||||
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
|
||||
- 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-*/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
|
||||
UpdateCheckMode: Tags ^v[\d.]+
|
||||
VercodeOperation:
|
||||
- 10 * %c + 1
|
||||
- 10 * %c + 2
|
||||
- 10 * %c + 3
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.4.1
|
||||
CurrentVersionCode: 33
|
||||
Loading…
Reference in a new issue