fdroiddata/metadata/com.callrecorder.android.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

39 lines
1.3 KiB
YAML

Categories:
- Multimedia
License: GPL-3.0-only
SourceCode: https://github.com/riul88/call-recorder-for-android
IssueTracker: https://github.com/riul88/call-recorder-for-android/issues
AutoName: Call recorder for Android
Summary: Record calls
Description: |-
Records all incoming and outgoing calls from/to your phone. Your calls are saved
in mp3 format and can be sent by various methods.
The main application screen contains a list of all calls with details of phone
numbers, date and time of a call. A click on one of the items will provide you
with 3 options: erase record, send record and play record.
In order to allow or disallow recordings open the main menu and choose
enable/disable recordings.
This is a fork of the discontinued [[com.call.recorder]]. The fork should work
with newer devices based on Android 4.1 and above.
RepoType: git
Repo: https://github.com/riul88/call-recorder-for-android
Builds:
- versionName: 2.0.5
versionCode: 25
commit: b172b1adaca6f97a95f784ba9078dabd94029ed8
extlibs:
- android/android-support-v4.jar
MaintainerNotes: GPLv3 as seen on the GoggleCode project page before the fork.
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 2.0.5
CurrentVersionCode: 25