45 lines
1.1 KiB
YAML
45 lines
1.1 KiB
YAML
Categories:
|
|
- Connectivity
|
|
License: MIT
|
|
WebSite: https://github.com/theksmith/CarBusInterface/wiki
|
|
SourceCode: https://github.com/theksmith/CarBusInterface
|
|
IssueTracker: https://github.com/theksmith/CarBusInterface/issues
|
|
Changelog: https://github.com/theksmith/CarBusInterface/blob/HEAD/CHANGELOG.md
|
|
|
|
AutoName: Car Bus Interface
|
|
Description: |-
|
|
Interface with a vehicle's communication bus via Bluetooth OBD2 dongle (ELM327
|
|
compatible). It allows the Android device to respond to specific bus messages,
|
|
such as those occurring when the user presses physical buttons inside the
|
|
vehicle.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/theksmith/CarBusInterface
|
|
|
|
Builds:
|
|
- versionName: '0.8'
|
|
versionCode: 1
|
|
commit: v0.8
|
|
subdir: Android Studio Project/app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '0.9'
|
|
versionCode: 90
|
|
commit: v0.9
|
|
subdir: Android Studio Project/app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '1.0'
|
|
versionCode: 100
|
|
commit: v1.0
|
|
subdir: Android Studio Project/app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: Version v%v
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '1.0'
|
|
CurrentVersionCode: 100
|