fdroiddata/metadata/com.mod.android.widget.fbcw.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```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 13:13:47 +02:00

29 lines
734 B
YAML

Categories:
- System
License: Apache-2.0
SourceCode: https://github.com/marin-liovic/Fast-Brightness-Control-Widget
IssueTracker: https://github.com/marin-liovic/Fast-Brightness-Control-Widget/issues
AutoName: Fast Brightness Control Widget
Summary: Simple brightness widget
Description: There are five possible states which are configurable via the launcher
RepoType: git
Repo: https://github.com/marin-liovic/Fast-Brightness-Control-Widget.git
Builds:
- versionName: '1.1'
versionCode: 2
commit: 99f0d
target: android-16
- versionName: '1.2'
versionCode: 3
commit: 203698eb881bf5c90
target: android-16
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.2'
CurrentVersionCode: 3