fdroiddata/metadata/de.enaikoon.android.keypadmapper3.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

47 lines
1.3 KiB
YAML

AntiFeatures:
- Tracking
Categories:
- Navigation
License: BSD-3-Clause
WebSite: http://wiki.openstreetmap.org/wiki/Keypad-Mapper_3
SourceCode: https://github.com/msemm/Keypad-Mapper-3
IssueTracker: https://github.com/msemm/Keypad-Mapper-3/issues
AutoName: Keypad-Mapper 3
Summary: OSM Data Collection
Description: |-
Keypad-Mapper 3 makes it easy for you to record the GPS coordinates of house
numbers for adding them later to OpenStreetMap.
Features:
* records house numbers
* saves address data
* takes GPS photos for entering in JOSM
* indicates the GPS reception strength of GPS and GLONASS
* exports the recorded information
Note that although it's not mentioned anywhere except very deep in the help
page, this application collects and uploads GSM cell data. See
[https://f-droid.org/repository/issues/?do=view_issue&issue=421 here] for more
information.
RepoType: git
Repo: https://github.com/msemm/Keypad-Mapper-3.git
Builds:
- versionName: 3.1.00
versionCode: 47
commit: 0c81f1
subdir: KeypadMapper3
init: sed -i 's/\\\\/\//g' project.properties
androidupdate:
- .
- ../actionbarsherlock
- ../enaikoon_resources_lib
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 3.1.00
CurrentVersionCode: 47