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 ```
37 lines
1 KiB
YAML
37 lines
1 KiB
YAML
Categories:
|
|
- System
|
|
License: GPL-3.0-or-later
|
|
SourceCode: https://github.com/bfix/ringcode-android
|
|
IssueTracker: https://github.com/bfix/ringcode-android/issues
|
|
Bitcoin: 18FLvxn8Vgz5DTgVH1kT4DRJoaANpWhqvP
|
|
|
|
AutoName: RingCode
|
|
Summary: Morse code notifications of incoming calls
|
|
Description: |-
|
|
If the normal ringtones are silenced, the application will notify incoming calls
|
|
with a Morse code associated with the calling number.
|
|
|
|
The user assigns codes to phone numbers (either directly or based on contact
|
|
info). The list of assignments can be modified (entry activated, deactivated or
|
|
deleted).
|
|
|
|
The user can specify parameters like volume and Morse speed.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/bfix/ringcode-android
|
|
|
|
Builds:
|
|
- versionName: 1.1c
|
|
versionCode: 4
|
|
disable: make ucm happy
|
|
commit: '4'
|
|
|
|
- versionName: '1.1'
|
|
versionCode: 11
|
|
commit: cea290e21969abb4fb931cf65b5f5b92576aaa47
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '1.1'
|
|
CurrentVersionCode: 11
|