fdroiddata/metadata/com.yasfa.views.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

28 lines
691 B
YAML

Categories:
- Multimedia
- Reading
License: GPL-3.0-only
SourceCode: https://github.com/IanEH/YASFA1
IssueTracker: https://github.com/IanEH/YASFA1/issues
AutoName: YASFA
Summary: Build and speak out sentences
Description: |-
Helps people who have lost the ability to speak: Flip through the screens with a
single finger and select words/sentences to speak aloud. Right now, only English
is supported.
RepoType: git
Repo: https://github.com/IanEH/YASFA1
Builds:
- versionName: '3.0'
versionCode: 3
commit: ff530e8b8e0811be3a8f9a1e67d9ac4099961bbb
subdir: YASFAUI
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '3.0'
CurrentVersionCode: 3