rewrite yml: eu.woju.android.packages.hud
This commit is contained in:
parent
51943a02f5
commit
4e4bdc69d2
|
@ -1,38 +0,0 @@
|
|||
Categories:Navigation
|
||||
License:GPL-3.0-or-later
|
||||
Web Site:
|
||||
Source Code:https://github.com/woju/hud
|
||||
Issue Tracker:https://github.com/woju/hud/issues
|
||||
Changelog:https://github.com/woju/hud/blob/HEAD/CHANGELOG.md
|
||||
|
||||
Auto Name:HUD
|
||||
Summary:Heads-up display for your car
|
||||
Description:
|
||||
This app converts your Android phone into a simple, clear HUD for your car
|
||||
displaying momentary velocity as measured by your GPS. Lodge it between the
|
||||
windshield and the dashboard. Usable mainly during the night.
|
||||
|
||||
Occasionaly you may see these alerts:
|
||||
|
||||
* OFF - location access is turned off
|
||||
* NFX - no fix (yet)
|
||||
* NAV - not available (GPS engine status)
|
||||
* LAG - GPS speed did not update since at least 2500 ms
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/woju/hud.git
|
||||
|
||||
Build:1.0,10
|
||||
commit=v1.0
|
||||
|
||||
Build:1.1,11
|
||||
commit=v1.1
|
||||
|
||||
Build:1.2,12
|
||||
commit=v1.2
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.2
|
||||
Current Version Code:12
|
41
metadata/eu.woju.android.packages.hud.yml
Normal file
41
metadata/eu.woju.android.packages.hud.yml
Normal file
|
@ -0,0 +1,41 @@
|
|||
Categories:
|
||||
- Navigation
|
||||
License: GPL-3.0-or-later
|
||||
SourceCode: https://github.com/woju/hud
|
||||
IssueTracker: https://github.com/woju/hud/issues
|
||||
Changelog: https://github.com/woju/hud/blob/HEAD/CHANGELOG.md
|
||||
|
||||
AutoName: HUD
|
||||
Summary: Heads-up display for your car
|
||||
Description: |-
|
||||
This app converts your Android phone into a simple, clear HUD for your car
|
||||
displaying momentary velocity as measured by your GPS. Lodge it between the
|
||||
windshield and the dashboard. Usable mainly during the night.
|
||||
|
||||
Occasionaly you may see these alerts:
|
||||
|
||||
* OFF - location access is turned off
|
||||
* NFX - no fix (yet)
|
||||
* NAV - not available (GPS engine status)
|
||||
* LAG - GPS speed did not update since at least 2500 ms
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/woju/hud.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 10
|
||||
commit: v1.0
|
||||
|
||||
- versionName: '1.1'
|
||||
versionCode: 11
|
||||
commit: v1.1
|
||||
|
||||
- versionName: '1.2'
|
||||
versionCode: 12
|
||||
commit: v1.2
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.2'
|
||||
CurrentVersionCode: 12
|
Loading…
Reference in a new issue