fdroiddata/metadata/com.emmaguy.cleanstatusbar.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

32 lines
882 B
YAML

Categories:
- Development
License: Apache-2.0
WebSite: https://medium.com/@emmaguy/death-to-ugly-android-screenshots-48ea071d912e
SourceCode: https://github.com/emmaguy/clean-status-bar
IssueTracker: https://github.com/emmaguy/clean-status-bar/issues
AutoName: Clean Status Bar
Summary: Tidy up your status bar before taking screenshots
Description: |-
Tired of editing out notifications/low battery to make a nice, clean status bar?
Run this app first - it draws over your status bar, showing only a full battery
and clock.
It runs as a service, so you can swap to other apps to take screenshots.
RepoType: git
Repo: https://github.com/emmaguy/clean-status-bar
Builds:
- versionName: 1.1.4
versionCode: 18
commit: 1.1.4
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 1.1.4
CurrentVersionCode: 18