
```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,014 B
YAML
34 lines
1,014 B
YAML
Categories:
|
|
- Multimedia
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/dozingcat/CamTimer
|
|
IssueTracker: https://github.com/dozingcat/CamTimer/issues
|
|
|
|
AutoName: CamTimer
|
|
Summary: Camera timer
|
|
Description: |-
|
|
CamTimer is a simple camera timer application for Android devices. It allows you
|
|
to choose from a 5, 10, or 15 second countdown and takes one or four pictures
|
|
after the time has elapsed. After you take a picture it will be shown full
|
|
screen, allowing you to share or delete it.
|
|
|
|
You can also control the camera flash setting, switch to the front-facing camera
|
|
if available (requires Android 2.3 or later), and take pictures without a delay.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/dozingcat/CamTimer.git
|
|
|
|
Builds:
|
|
- versionName: 1.2.2
|
|
versionCode: 5
|
|
commit: 6a62eeed9b05a6
|
|
|
|
- versionName: 1.2.3
|
|
versionCode: 6
|
|
commit: 4f92a50af18136a2d72012c3ef6ad602b002d84c
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 1.2.3
|
|
CurrentVersionCode: 6
|