6c177c1fc3
!5262 ```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 ```
61 lines
1.5 KiB
YAML
61 lines
1.5 KiB
YAML
Categories:
|
|
- Phone & SMS
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/cesarvaliente/quitesleep
|
|
IssueTracker: https://github.com/cesarvaliente/quitesleep/issues
|
|
|
|
AutoName: QuiteSleep
|
|
Summary: Answer calls when you're busy
|
|
Description: |-
|
|
QuiteSleep is an application for Android 2.0+ which manages your incoming calls
|
|
when you're busy, sleeping, or doing anything between two time slots in any day
|
|
of the week. QuiteSleep can block a list of callers or even other different
|
|
incoming calls and send an SMS or e-mail with a predefined text to notify you're
|
|
busy, sleeping, etc.
|
|
|
|
Four different ways to allow who can call you:
|
|
|
|
1) block all; 2) block only blocked contacts; 3) block unknown 4) block unknown
|
|
and blocked contacts
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/cesarvaliente/quitesleep
|
|
|
|
Builds:
|
|
- versionName: '2.0'
|
|
versionCode: 5
|
|
commit: fbf8f2db2b36
|
|
prebuild:
|
|
- rm -rf libs
|
|
- mv lib libs
|
|
|
|
- versionName: 2.0.3
|
|
versionCode: 9
|
|
commit: 619ef22277cc
|
|
prebuild:
|
|
- rm -rf libs
|
|
- mv lib libs
|
|
|
|
- versionName: '3'
|
|
versionCode: 13
|
|
commit: 0a3dcf9b9c25
|
|
subdir: quitesleep3
|
|
prebuild:
|
|
- rm -rf libs
|
|
- mv lib libs
|
|
androidupdate:
|
|
- .
|
|
- ../com_actionbarsherlock
|
|
- ../com_viewpagerindicator
|
|
|
|
- versionName: '3'
|
|
versionCode: 14
|
|
disable: Different version code elsewhere
|
|
commit: unknown - see disabled
|
|
subdir: quitesleep3
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '3'
|
|
CurrentVersionCode: 13
|