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 ```
23 lines
665 B
YAML
23 lines
665 B
YAML
Categories:
|
|
- Multimedia
|
|
License: Apache-2.0
|
|
SourceCode: https://archive.softwareheritage.org/browse/origin/https://github.com/mariotaku/imageviewer-gl/directory/
|
|
|
|
AutoName: GLImageViewer
|
|
Summary: View local and remote images
|
|
Description: |-
|
|
Simple image viewer based on AOSP-Gallery app. It can open local/offline and
|
|
remote/online images. It does not install an app launcher, but gets invoked from
|
|
a browser or file explorer.
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: 0aac87dfcdc45d4621c87dcc315f4f043d577a1e
|
|
target: android-17
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '1.0'
|
|
CurrentVersionCode: 1
|