fdroiddata/metadata/org.androidpn.client.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

53 lines
1.2 KiB
YAML

Categories:
- System
License: Apache-2.0
SourceCode: https://github.com/daktak/androidpn-client
IssueTracker: https://github.com/daktak/androidpn-client/issues
AutoName: AndroidPN Client
Summary: Push Notification Client
Description: |-
Android Push Notification Client. Obtain server from
[https://sourceforge.net/projects/androidpn/ here]. ''AndroidPN'' is based on
XMPP. The server part also offers an admin console to send out notifications to
a single device or all devices registered with the server.
RepoType: git
Repo: https://github.com/daktak/androidpn-client
Builds:
- versionName: 0.5.6
versionCode: 20160303
commit: v0.5.6-r2
subdir: app
gradle:
- yes
rm:
- app/src/main/lib/asmack.*
- versionName: 0.5.7
versionCode: 20160308
commit: v0.5.7-r1
subdir: app
gradle:
- yes
- versionName: 0.5.8
versionCode: 20160310
commit: v0.5.8
subdir: app
gradle:
- yes
- versionName: 0.5.10
versionCode: 20160415
commit: 0.5.10
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 0.5.10
CurrentVersionCode: 20160415