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

50 lines
1.5 KiB
YAML

Categories:
- Navigation
License: CC-BY-SA-3.0
SourceCode: https://github.com/rtreffer/LocalGSMLocationProvider
IssueTracker: https://github.com/rtreffer/LocalGSMLocationProvider/issues
Name: GSMLocationNlpBackend
AutoName: GSMLocationBackend
Summary: UnifiedNlp location provider (OpenCellID)
Description: |-
[[com.google.android.gms]] backend that uses [http://opencellid.org OpenCellID].
Location calculation is done onboard and works without network connectivity. The
cell-tower based lookup for your current location is implemented via a included
binary cell database extracted from [http://opencellid.org OpenCellID].
This "NetworkLocationProvider" works without network connectivity and will never
post your data anywhere. You are thus encouraged to help OpenCellID to gather
more cells in order to improve this project.
[[de.enaikoon.android.keypadmapper3]] can be used to gather cell information for
OpenCellID.
'''Warning:''' This app drains battery and seems no longer maintained.
RepoType: git
Repo: https://github.com/rtreffer/LocalGSMLocationProvider.git
Builds:
- versionName: 0.0.1.3
versionCode: 13
commit: v0.0.1.3
srclibs:
- 1:UnifiedNlpApi@v1.0.0
target: android-19
- versionName: 0.0.1.4
versionCode: 14
commit: v0.0.1.4
srclibs:
- 1:UnifiedNlpApi@v1.0.0
rm:
- libs
target: android-19
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 0.0.1.4
CurrentVersionCode: 14