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 ```
32 lines
868 B
YAML
32 lines
868 B
YAML
Categories:
|
|
- Multimedia
|
|
License: Apache-2.0
|
|
WebSite: http://lightbox.com
|
|
SourceCode: https://github.com/lightbox/QuickSnap
|
|
IssueTracker: https://github.com/lightbox/QuickSnap/issues
|
|
|
|
AutoName: QuickSnap
|
|
Summary: Basic camera app
|
|
Description: |-
|
|
Camera implementation based off the Android Gingerbread camera app source code.
|
|
|
|
Initially the Android Gingerbread camera source was forked, and then modified to
|
|
become backwards compatible down to API level 7 (Eclair). The video
|
|
functionality has also been removed and other changes made to fix problems with
|
|
indivdual devices.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/lightbox/QuickSnap
|
|
|
|
Builds:
|
|
- versionName: 1.0.1
|
|
versionCode: 2
|
|
commit: d226fda623
|
|
subdir: Camera
|
|
target: android-14
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 1.0.1
|
|
CurrentVersionCode: 2
|