fdroiddata/metadata/org.broeuschmeul.android.gps.bluetooth.provider.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!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
```
2019-08-19 18:41:06 +02:00

36 lines
1.1 KiB
YAML

Categories:
- Navigation
License: GPL-3.0-only
WebSite: https://sourceforge.net/p/bluegps4droid
SourceCode: https://sourceforge.net/p/bluegps4droid/git
IssueTracker: https://sourceforge.net/p/bluegps4droid/tickets
AutoName: BlueGps
Summary: Connect a GPS via bluetooth
Description: |-
Allows the connection of an external GPS tracker/mouse via bluetooth, injecting
the location data as a “mock provider”. This can provide more accurate location
than the build-in receiver (very useful for tracking in dense areas or in the
woods, esp. for small tracks or streetaddresses etc), as well as make it
possible to use GPS inside a car/boot, where the GPS receiver is mounted outside
to get better reception.
RepoType: git
Repo: https://git.code.sf.net/p/bluegps4droid/git
Builds:
- versionName: 1.2.5
versionCode: 125
commit: e67872c
target: android-7
- versionName: 1.2.6
versionCode: 126
commit: BlueGPS4Droid_1.2.6
target: android-7
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 1.2.6
CurrentVersionCode: 126