6c177c1fc3
!5262 ```bash for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done > /tmp/rewrite fdroid rewritemeta --to yml `cat /tmp/rewrite` for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done ```
90 lines
2.7 KiB
YAML
90 lines
2.7 KiB
YAML
Categories:
|
|
- Navigation
|
|
License: GPL-3.0-only
|
|
WebSite: http://sasabus.org
|
|
SourceCode: https://github.com/SASAbus/SASAbus
|
|
IssueTracker: https://github.com/SASAbus/SASAbus/issues
|
|
|
|
AutoName: SASAbus
|
|
Summary: Bus schedule for South Tyrol
|
|
Description: |-
|
|
SASAbus is the first application to consult the bus schedule of SASA (Società
|
|
Autobus Servizi d'Area - Städtischer Autobus Service AG) for all lines of the
|
|
city of Bozen, Meran and Leifers (South Tyrol). Operation is very simple: choose
|
|
the city, the bus line, the destination and the bus stop: SASAbus will show you
|
|
the next bus stop schedule. Now with additional GPS mode.
|
|
|
|
The bus data is provided by [http://open.sasabz.it Sasabz] and is released under
|
|
the CC-2.0-SA-NC. Map data is licensed under the Open Data Commons Open Database
|
|
Licence and copyrighted by OpenStreetMap-Mitwirkende.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/SASAbus/SASAbus.git
|
|
|
|
Builds:
|
|
- versionName: 0.2.6
|
|
versionCode: 17
|
|
disable: v0.2.6
|
|
commit: unknown - see disabled
|
|
target: android-15
|
|
|
|
- versionName: 0.2.7
|
|
versionCode: 18
|
|
disable: e46d3e02f0
|
|
commit: unknown - see disabled
|
|
target: android-15
|
|
|
|
- versionName: 0.2.8
|
|
versionCode: 19
|
|
commit: f_droid_v0.2.8.3
|
|
|
|
- versionName: 0.2.11
|
|
versionCode: 22
|
|
disable: should be published but doesn't exist in source code
|
|
commit: unknown - see disabled
|
|
|
|
- versionName: 0.2.12
|
|
versionCode: 23
|
|
disable: beta
|
|
commit: unknown - see disabled
|
|
|
|
- versionName: 0.3.01
|
|
versionCode: 24
|
|
commit: v0.3.01
|
|
extlibs:
|
|
- android/android-support-v4.jar
|
|
|
|
- versionName: 1.1.1
|
|
versionCode: 39
|
|
disable: unverified jars
|
|
commit: f_droid_v1.1.1_final
|
|
srclibs:
|
|
- 1:ActionBarSherlock@4.4.0
|
|
- 2:PagerSlidingTabStrip@v1.0.1
|
|
prebuild:
|
|
- pushd $$PagerSlidingTabStrip$$
|
|
- mkdir libs
|
|
- popd
|
|
- cp libs/android-support-v4.jar $$PagerSlidingTabStrip$$/libs
|
|
- cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs
|
|
|
|
- versionName: 2.1.0-beta1
|
|
versionCode: 51
|
|
disable: crashlytics,fabric,play-services,...
|
|
commit: ad9c4af67d399f66753450ef055fe3d26c7ea47e
|
|
subdir: app
|
|
gradle:
|
|
- fdroid
|
|
prebuild:
|
|
- sed -i -e '/playStoreCompile/d' -e 's|https://maven.fabric.io/public|https://jitpack.io|g'
|
|
build.gradle
|
|
- sed -i -e '/fabric/d' -e '/google-services/d' ../build.gradle build.gradle
|
|
- sed -i -e '/com.crashlytics.sdk.android/,+2d' build.gradle
|
|
- sed -i -e 's|@integer/google_play_services_version|0|g' src/main/AndroidManifest.xml
|
|
src/fdroid/AndroidManifest.xml
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 3.0.7
|
|
CurrentVersionCode: 62
|