fdroiddata/metadata/de.baumann.diaspora.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

95 lines
2.2 KiB
YAML

Categories:
- Internet
License: GPL-3.0-or-later
WebSite: https://github.com/scoute-dich/Diaspora/wiki
SourceCode: https://github.com/scoute-dich/Diaspora
IssueTracker: https://github.com/scoute-dich/Diaspora/issues
Changelog: https://github.com/scoute-dich/Diaspora/blob/HEAD/CHANGELOG.md
AutoName: Diaspora
Summary: Client for the Diaspora social network
Description: |-
'''Warning:''' This app has been discontinued in favor of
[[com.github.dfa.diaspora_android]].
Unofficial webview based client for the community-run, distributed social
network "Diaspora". It's currently under development and should be used with
that in mind. Please submit any bugs you might find.
Based on [[ar.com.tristeslostrestigres.diasporanativewebapp]].
[https://github.com/scoute-dich/Diaspora/blob/HEAD/SCREENSHOTS.md Screenshots]
RepoType: git
Repo: https://github.com/scoute-dich/Diaspora
Builds:
- versionName: 1.0.1
versionCode: 2
disable: https://github.com/scoute-dich/Diaspora/issues/2
commit: v1.0.1
subdir: app
gradle:
- yes
- versionName: '1.1'
versionCode: 5
disable: https://github.com/scoute-dich/Diaspora/issues/2
commit: v1.1
subdir: app
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation' } }" >>
build.gradle
- versionName: 1.1.1
versionCode: 10
disable: https://github.com/scoute-dich/Diaspora/issues/2
commit: v1.1.1
subdir: app
gradle:
- yes
- versionName: '1.2'
versionCode: 15
disable: https://github.com/scoute-dich/Diaspora/issues/2
commit: v1.2
subdir: app
gradle:
- yes
- versionName: 1.2.1
versionCode: 16
disable: https://github.com/scoute-dich/Diaspora/issues/2
commit: v1.2.1
subdir: app
gradle:
- yes
- versionName: '1.3'
versionCode: 17
commit: v1.3
subdir: app
gradle:
- yes
- versionName: '1.4'
versionCode: 22
commit: v1.4
subdir: app
gradle:
- yes
- versionName: '1.5'
versionCode: 23
commit: v1.5
subdir: app
gradle:
- yes
ArchivePolicy: 0 versions
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: '1.5'
CurrentVersionCode: 23