fdroiddata/metadata/com.teamdc.stephendiniz.autoaway.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

45 lines
1.1 KiB
YAML

Categories:
- Phone & SMS
License: GPL-3.0-only
SourceCode: https://github.com/DizzyThermal/Auto-Away
IssueTracker: https://github.com/DizzyThermal/Auto-Away/issues
AutoName: Auto-Away
Summary: Auto respond calls and messages
Description: |-
Customizable SMS text messaging and phone call auto-response system for your
Android device.
Auto-Away replies custom messages via SMS to people that message you. All
auto-replies can be logged in the application for future viewing and can be
cleared when no longer needed.
RepoType: git
Repo: https://github.com/DizzyThermal/Auto-Away
Builds:
- versionName: 1.2.1
versionCode: 15
commit: 4b72e665f5e8
subdir: Auto-Away
- versionName: 1.2.3
versionCode: 18
commit: abb488f3321b
subdir: Auto-Away
- versionName: 1.2.8
versionCode: 23
commit: '62e566745'
subdir: Auto-Away
- versionName: 1.3.0
versionCode: 24
commit: ad16ba8b40ed6de6ff65dd9403f91c54564df0cd
subdir: Auto-Away
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.3.0
CurrentVersionCode: 24