fdroiddata/metadata/net.screenfreeze.deskcon.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!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
```
2019-08-19 18:41:06 +02:00

37 lines
1.1 KiB
YAML

Categories:
- System
License: GPL-3.0-only
SourceCode: https://github.com/screenfreeze/deskcon-android
IssueTracker: https://github.com/screenfreeze/deskcon-android/issues
Changelog: https://github.com/screenfreeze/deskcon-android/blob/HEAD/CHANGELOG
AutoName: DeskCon
Summary: Integrate mobile devices with a desktop
Description: |-
Receive notifications, files and commands from your mobile device on your
desktop PC. The data is send via a secure TLS connection. The connection is
encrypted and authenticated with self-signed Certificates (RSA-2048 PK). Also,
the app is designed to be very battery friendly.
Requires [https://github.com/screenfreeze/deskcon-desktop Deskcon-Desktop] on
your PC.
RepoType: git
Repo: https://github.com/screenfreeze/deskcon-android
Builds:
- versionName: '0.3'
versionCode: 10
commit: 4ba914e3abba5a977bf39facfb9fe4453f2bcc2e
patch:
- deskcon-gradle.patch
gradle:
- yes
rm:
- libs/*
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '0.3'
CurrentVersionCode: 10