fdroiddata/metadata/org.bc_bd.mrwhite.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

44 lines
958 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Categories:
- System
License: GPL-2.0-only
WebSite: https://bc-bd.org/blog/mrwhite.html
AutoName: MrWhite
Summary: Bright-screen torch
Description: |-
MrWhite is a tiny app that turns your screen white and increases the screens
brightness to its maximum.
If your phone has no led flash which you could use as a torch, you can help
yourself with MrWhite.
Source code url is git:// so can only be viewed with an app such as
[[com.madgag.agit]].
RepoType: git
Repo: git://bc-bd.org/git/mrwhite.git
Builds:
- versionName: '1.0'
versionCode: 1
commit: 87b4fc811619fc58ab6a0642effd75fa08f32741
- versionName: '1.1'
versionCode: 2
commit: ed4a9ebb58b5063b701c23669f3856acfba05462
- versionName: '1.2'
versionCode: 3
commit: v1.2
- versionName: '2.2'
versionCode: 6
commit: v2.2
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: '2.2'
CurrentVersionCode: 6
NoSourceSince: '2.2'