fdroiddata/metadata/com.codebutler.farebot.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```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
```
2019-08-19 13:13:47 +02:00

43 lines
1.3 KiB
YAML

Categories:
- Navigation
License: GPL-3.0-or-later
WebSite: https://codebutler.github.com/farebot
SourceCode: https://github.com/codebutler/farebot
IssueTracker: https://github.com/codebutler/farebot/issues
AutoName: FareBot
Summary: Transport card reader
Description: |-
Read data from MIFARE public transit cards using your NFC-equipped Android
phone.
''N.B'' This build cannot use the Google Maps because no keys are included in
the source code. Most of its functionalities still work without having Google
Apps on your device.
RepoType: git
Repo: https://github.com/codebutler/farebot
Builds:
- versionName: 2.4.1
versionCode: 18
commit: ffcc3025f5d99ee
prebuild:
- sed -i 's/<uses-library android:name="com.google.android.maps"/<uses-library
android:name="com.google.android.maps" android:required="false"/' AndroidManifest.xml
- echo "android.library.reference.1=libs/ActionBarSherlock" >> project.properties
androidupdate:
- .
- libs/ActionBarSherlock
target: Google Inc.:Google APIs:15
- versionName: 2.5.0
versionCode: 20
disable: binary blob - crashlytics
commit: unknown - see disabled
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 3.1.1
CurrentVersionCode: 29