fdroiddata/metadata/com.innodroid.mongobrowser.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```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 13:13:47 +02:00

50 lines
1 KiB
YAML

Categories:
- Development
License: MIT
WebSite: http://innodroid.com
SourceCode: https://github.com/grennis/MongoExplorer
IssueTracker: https://github.com/grennis/mongoexplorer/issues
AutoName: Mongo Explorer
Summary: Browse MongoDB databases
Description: |-
Mongo database client UI for Android! Featuring:
* Connect to MongoDB databases (MongoHQ, MongoLab, custom...)
* List, add, and remove collections
* Add, edit and delete documents
* Browse documents
* Write custom queries
RepoType: git
Repo: https://github.com/grennis/MongoExplorer.git
Builds:
- versionName: 1.2.0
versionCode: 9
disable: no license
commit: 61a1ffb
subdir: app
gradle:
- yes
- versionName: 2.0.0
versionCode: 10
commit: f7578a52a69b620364e39533b0a15afc08527fe7
subdir: app
gradle:
- yes
- versionName: 2.0.1
versionCode: 11
disable: jars in app/libs
commit: v2.0.1
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 2.0.1
CurrentVersionCode: 11