6dc775b236
```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 ```
34 lines
949 B
YAML
34 lines
949 B
YAML
AntiFeatures:
|
|
- NonFreeNet
|
|
Categories:
|
|
- Navigation
|
|
License: Apache-2.0
|
|
WebSite: http://taxi-bulgaria.com
|
|
SourceCode: https://github.com/sytolk/TaxiAndroidOpen
|
|
IssueTracker: https://github.com/sytolk/TaxiAndroidOpen/issues
|
|
|
|
AutoName: Taxi Bulgaria
|
|
Summary: Taxi information and odering in Bulgaria
|
|
Description: |-
|
|
Interact with web services provided by taxi companies for internet communication
|
|
with taxis: sending a new request, real-time monitoring of status and
|
|
positioning of taxis, order history, leave feedback for quality of service and
|
|
more.
|
|
|
|
Currently only available for Burgas, Bulgaria.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/sytolk/TaxiAndroidOpen
|
|
|
|
Builds:
|
|
- versionName: 1.0.38
|
|
versionCode: 38
|
|
disable: non-free deps (play-services)
|
|
commit: fb08b69e7f0655f53406405b77ea78ef56d089ca
|
|
maven: 'yes'
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 1.0.47
|
|
CurrentVersionCode: 47
|