fdroiddata/metadata/org.appsroid.fxpro.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!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
```
2019-08-19 18:41:06 +02:00

32 lines
926 B
YAML

Categories:
- Graphics
License: MIT
SourceCode: https://github.com/yaa110/Effects-Pro
IssueTracker: https://github.com/yaa110/Effects-Pro/issues
AutoName: Effects Pro
Summary: Apply filters to images
Description: |-
Practical and easy-to-use tool for applying filters to images. Several filters
can be applied and undone (even one by one). It tries to maintain maximum image
quality.
Supported filters are: Boost-Up Colors, Brightness, Color Depth, Color Filter,
Contrast, Emboss, Flip and Rotation, Gamma, Gaussian Blur, Grayscale, Hue,
Invert, Noise, Saturation, Sepia, Sharpen, Sketch, Tint, Vignette
RepoType: git
Repo: https://github.com/yaa110/Effects-Pro
Builds:
- versionName: 1.1.0
versionCode: 1
commit: 04ba289efee31583fd2946b8d20f3cbd47487b75
MaintainerNotes: Might use tags..
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.1.0
CurrentVersionCode: 1