fdroiddata/metadata/org.opengpx.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

48 lines
1.4 KiB
YAML

Categories:
- Navigation
License: MIT
WebSite: https://code.google.com/p/opengpx
SourceCode: https://code.google.com/p/opengpx/source
AutoName: OpenGPX
Summary: Paperless geocaching
Description: |-
N.B '''Switch to the OpenStreetMap map provider in settings'''. The app will
crash if you try to use Google Maps and you don't have that installed.
* Copy gpx files to the folder /sdcard/gpx (or /sdcard/download)
* Optional: create / edit the text file /sdcard/gpx/info.txt (e.g. your personal cache search order)
* Run OpenGPX
Variation 2 (faster imports):
* Create a cache database by using the Cache Database Management tool
* Copy database.db4o to /sdcard/gpx/database
Variation 3 (Online):
* Use the "Search Online" feature (requires a free account at [http://www.bcaching.com bcaching])
RepoType: git-svn
Repo: https://opengpx.googlecode.com/svn/trunk
Builds:
- versionName: 1.1.0
versionCode: 192
commit: '72'
prebuild:
- mv lib libs
- sed -i 's/<uses-library android:name="com.google.android.maps" \/>/<uses-library
android:name="com.google.android.maps" android:required="false" \/>/g' AndroidManifest.xml
target: Google Inc.:Google APIs:10
- versionName: 1.2.0
versionCode: 250
disable: not a release at 191
commit: '191'
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: 1.2.0
CurrentVersionCode: 250