mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 11:36:37 +00:00
38 lines
1.2 KiB
YAML
38 lines
1.2 KiB
YAML
Categories:
|
|
- Navigation
|
|
License: GPL-3.0-or-later
|
|
WebSite: https://codebutler.github.com/farebot
|
|
SourceCode: https://archive.softwareheritage.org/browse/origin/https://github.com/codebutler/farebot/directory/
|
|
IssueTracker: https://github.com/codebutler/farebot/issues
|
|
|
|
AutoName: FareBot
|
|
Description: |-
|
|
Read data from MIFARE public transit cards using your NFC-equipped Android
|
|
phone.
|
|
|
|
<i>N.B</i> 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
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: 2.4.1
|
|
CurrentVersionCode: 18
|
|
|
|
NoSourceSince: 2.4.1
|