6dc775b236
```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 ```
49 lines
1.1 KiB
YAML
49 lines
1.1 KiB
YAML
Categories:
|
|
- Phone & SMS
|
|
License: GPL-3.0-or-later
|
|
WebSite: https://overflow.mrdoomy.xyz
|
|
SourceCode: https://github.com/MrDoomy/OverFlow
|
|
IssueTracker: https://github.com/MrDoomy/OverFlow/issues
|
|
|
|
AutoName: OverFlow
|
|
Summary: Send SMS in bulk
|
|
Description: |-
|
|
Send SMS in bulk. Features include:
|
|
|
|
* Retrive mobile phone numbers of contacts
|
|
* Send messages
|
|
* Choose the number of messages to send
|
|
* Be notified of the number of messages sent
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/MrDoomy/OverFlow
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: 2d201b3a5d14eb3b9797816384d491817a5733da
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.0.2
|
|
versionCode: 3
|
|
commit: ebb66914bb85f50979271999062b1b1115856013
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
prebuild: echo -e "\ninclude ':library'" >> ../settings.gradle
|
|
|
|
- versionName: 1.0.3
|
|
versionCode: 4
|
|
commit: 15ac5d2563c466a2a4259ff1811c9d2965569671
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
prebuild: echo -e "\ninclude ':library'" >> ../settings.gradle
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 1.0.3
|
|
CurrentVersionCode: 4
|