mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-30 03:06:51 +00:00
232 lines
8 KiB
YAML
232 lines
8 KiB
YAML
AntiFeatures:
|
|
NonFreeNet:
|
|
en-US: This app need to query journeys and additional journey data from Deutsche
|
|
Bahn
|
|
de-DE: Die App bezieht Zugverbindungen und weite Infos zu den Zugläufen von der
|
|
Deutschen Bahn
|
|
Categories:
|
|
- Navigation
|
|
License: GPL-3.0-or-later
|
|
AuthorName: McToel
|
|
WebSite: https://bahnvorhersage.de
|
|
SourceCode: https://gitlab.com/bahnvorhersage/bahnvorhersage_frontend
|
|
IssueTracker: https://gitlab.com/bahnvorhersage/bahnvorhersage_frontend/-/issues
|
|
|
|
AutoName: Bahn-Vorhersage
|
|
|
|
RepoType: git
|
|
Repo: https://gitlab.com/bahnvorhersage/bahnvorhersage_frontend.git
|
|
|
|
Builds:
|
|
- versionName: '0.3'
|
|
versionCode: 3
|
|
commit: fdb4eba942bf4377f73acd8e14349e4db233f445
|
|
subdir: android
|
|
sudo:
|
|
- curl -Lo node.tar.gz https://nodejs.org/download/release/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/
|
|
- apt-get update
|
|
- apt-get install -y build-essential
|
|
- echo "deb http://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-java-alternatives -a
|
|
init:
|
|
- cd ..
|
|
- npm install --build-from-source
|
|
- npm run build-only
|
|
- npx cap sync
|
|
gradle:
|
|
- yes
|
|
output: app/build/outputs/apk/release/app-release-unsigned.apk
|
|
scandelete:
|
|
- node_modules
|
|
|
|
- versionName: '0.4'
|
|
versionCode: 4
|
|
commit: 19724d8d5bed5a27d217a3e502079cceb3859e7b
|
|
subdir: android
|
|
sudo:
|
|
- curl -Lo node.tar.gz https://nodejs.org/download/release/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/
|
|
- apt-get update
|
|
- apt-get install -y build-essential
|
|
- echo "deb http://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-java-alternatives -a
|
|
init:
|
|
- cd ..
|
|
- npm install --build-from-source
|
|
- npm run build-only
|
|
- npx cap sync
|
|
gradle:
|
|
- yes
|
|
output: app/build/outputs/apk/release/app-release-unsigned.apk
|
|
scandelete:
|
|
- node_modules
|
|
|
|
- versionName: 0.4.1
|
|
versionCode: 5
|
|
commit: 005042e6936df7daf84dacef5e4a446b294d1c4d
|
|
subdir: android
|
|
sudo:
|
|
- curl -Lo node.tar.gz https://nodejs.org/download/release/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/
|
|
- apt-get update
|
|
- apt-get install -y build-essential
|
|
- echo "deb http://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-java-alternatives -a
|
|
init:
|
|
- cd ..
|
|
- npm install --build-from-source
|
|
- npm run build-only
|
|
- npx cap sync
|
|
gradle:
|
|
- yes
|
|
output: app/build/outputs/apk/release/app-release-unsigned.apk
|
|
scandelete:
|
|
- node_modules
|
|
|
|
- versionName: 0.4.2
|
|
versionCode: 6
|
|
commit: fdf3c06afdfc1574a2c2c291c9ddb38e268d3a1a
|
|
subdir: android
|
|
sudo:
|
|
- curl -Lo node.tar.gz https://nodejs.org/download/release/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/
|
|
- apt-get update
|
|
- apt-get install -y build-essential
|
|
- echo "deb http://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-java-alternatives -a
|
|
init:
|
|
- cd ..
|
|
- npm install --build-from-source
|
|
- npm run build-only
|
|
- npx cap sync
|
|
gradle:
|
|
- yes
|
|
output: app/build/outputs/apk/release/app-release-unsigned.apk
|
|
scandelete:
|
|
- node_modules
|
|
|
|
- versionName: 0.4.3
|
|
versionCode: 7
|
|
commit: bff0ae284abd0bfe1d640c4c6a97c3f9079fe03a
|
|
subdir: android
|
|
sudo:
|
|
- curl -Lo node.tar.gz https://nodejs.org/download/release/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/
|
|
- apt-get update
|
|
- apt-get install -y build-essential
|
|
- echo "deb http://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-java-alternatives -a
|
|
init:
|
|
- cd ..
|
|
- npm install --build-from-source
|
|
- npm run build-only
|
|
- npx cap sync
|
|
gradle:
|
|
- yes
|
|
output: app/build/outputs/apk/release/app-release-unsigned.apk
|
|
scandelete:
|
|
- node_modules
|
|
|
|
- versionName: 0.4.4
|
|
versionCode: 8
|
|
commit: 60476689ed177394a75fe2a39eaa0aa5dcf3ba6b
|
|
subdir: android
|
|
sudo:
|
|
- curl -Lo node.tar.gz https://nodejs.org/download/release/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/
|
|
- apt-get update
|
|
- apt-get install -y build-essential
|
|
- echo "deb http://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-java-alternatives -a
|
|
init:
|
|
- cd ..
|
|
- npm install --build-from-source
|
|
- npm run build-only
|
|
- npx cap sync
|
|
gradle:
|
|
- yes
|
|
output: app/build/outputs/apk/release/app-release-unsigned.apk
|
|
scandelete:
|
|
- node_modules
|
|
|
|
- versionName: 0.4.5
|
|
versionCode: 9
|
|
commit: aa06e83ad526eddd0879d826ef4f74305bccca3c
|
|
subdir: android
|
|
sudo:
|
|
- curl -Lo node.tar.gz https://nodejs.org/download/release/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/
|
|
- apt-get update
|
|
- apt-get install -y build-essential
|
|
- echo "deb http://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-java-alternatives -a
|
|
init:
|
|
- cd ..
|
|
- npm install --build-from-source
|
|
- npm run build-only
|
|
- npx cap sync
|
|
gradle:
|
|
- yes
|
|
output: app/build/outputs/apk/release/app-release-unsigned.apk
|
|
scandelete:
|
|
- node_modules
|
|
|
|
- versionName: 0.4.6
|
|
versionCode: 10
|
|
commit: 35e0d2ef68c79d90f407b8d01bb93de5da57abdc
|
|
subdir: android
|
|
sudo:
|
|
- curl -Lo node.tar.gz https://nodejs.org/download/release/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/
|
|
- apt-get update
|
|
- apt-get install -y build-essential
|
|
- echo "deb http://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-java-alternatives -a
|
|
init:
|
|
- cd ..
|
|
- npm install --build-from-source
|
|
- npm run build-only
|
|
- npx cap sync
|
|
gradle:
|
|
- yes
|
|
output: app/build/outputs/apk/release/app-release-unsigned.apk
|
|
scandelete:
|
|
- node_modules
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 0.4.6
|
|
CurrentVersionCode: 10
|