6c177c1fc3
!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 ```
34 lines
1.1 KiB
YAML
34 lines
1.1 KiB
YAML
Categories:
|
|
- Science & Education
|
|
License: MIT
|
|
WebSite: http://labcam.mpdl.mpg.de/
|
|
SourceCode: https://github.com/MPDL/LabCam
|
|
IssueTracker: https://github.com/MPDL/LabCam/issues
|
|
|
|
AutoName: LabCam
|
|
Summary: Upload your scientific data to an imeji backend
|
|
Description: |-
|
|
LabCam enables to easily capture scientific research data like photos or videos
|
|
and various metadata and automatically transfer them to an image repository. The
|
|
App is for scientists and scientific assistants who collect their research data
|
|
with mobile devices. The Application relieves the documentation of research data
|
|
by providing two different ways for uploading: manual and automatically.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/MPDL/LabCam.git
|
|
|
|
Builds:
|
|
- versionName: 1.1.1
|
|
versionCode: 3
|
|
disable: crashlytics, jars
|
|
commit: 5bb7c4c41e91b6ecd1d0540d2d1e677466368a20
|
|
subdir: app
|
|
init: echo 'android { lintOptions { checkReleaseBuilds false }}' >> build.gradle
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 1.3.2
|
|
CurrentVersionCode: 11
|