fdroiddata/metadata/com.mattgmg.miracastwidget.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

51 lines
1.3 KiB
YAML

Categories:
- System
License: Apache-2.0
SourceCode: https://github.com/mattgmg1990/miracast-widget
IssueTracker: https://github.com/mattgmg1990/miracast-widget/issues
AutoName: Miracast Shortcut
Summary: Miracast widget
Description: |-
Includes both, a simple activity that simply opens the settings menu to choose a
display/cast your screen and a widget that can open that settings screen with
one click and list the device you are streaming to if Miracast is currently
enabled.
RepoType: git
Repo: https://github.com/mattgmg1990/miracast-widget
Builds:
- versionName: '1.3'
versionCode: 4
commit: b90f2f645e3b02a456cf2a59fcc410c3036ce773
- versionName: '1.4'
versionCode: 5
commit: 9fdcc85102ef270f547ff1fc7ccf7b7cf7887601
- versionName: '1.6'
versionCode: 7
commit: 848f1f7d4260c1b5d164ae8fba2ba531f210601d
- versionName: '1.7'
versionCode: 8
commit: b00865c0b7982fc10db936d23b2eb39d430a0684
- versionName: '1.8'
versionCode: 9
commit: 7a593437cfd9366aed33d3baa97532f1bc76d6ac
- versionName: '2.0'
versionCode: 10
disable: play-services, https://github.com/mattgmg1990/miracast-widget/issues/3
commit: f7c4d77317adc80688f7d9bd01a5313fa45a482d
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '2.0'
CurrentVersionCode: 10