fdroiddata/metadata/com.jotabout.screeninfo.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

43 lines
1.2 KiB
YAML

Categories:
- Development
License: MIT
WebSite: http://digitaldumptruck.jotabout.com
SourceCode: https://github.com/mportuesisf/ScreenInfo
IssueTracker: https://github.com/mportuesisf/ScreenInfo/issues
AutoName: ScreenInfo
Summary: Display screen configuration
Description: |-
Shows the screen configuration for an Android device, including the screen size
(small, normal, large, xlarge) and the density classification (ldpi, mpdi, hdpi,
xhdpi). Also shows other screen metrics, as well as the calculated screen size
in physical units. Users can email the report or share it to other apps.
This information is useful for developers producing layouts for their
applications, or to assist them in customer support scenarios.
RepoType: git
Repo: https://github.com/mportuesisf/ScreenInfo.git
Builds:
- versionName: 1.0.3
versionCode: 103
commit: 88919ec2ce
target: android-15
- versionName: 1.0.6
versionCode: 106
commit: e1f70635
- versionName: 1.0.7
versionCode: 107
commit: e80734da39389e9080424e554781b462c2d8e36f
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.0.7
CurrentVersionCode: 107