6dc775b236
```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 ```
49 lines
1.4 KiB
YAML
49 lines
1.4 KiB
YAML
Categories:
|
|
- Internet
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/voidcode/Diaspora-Webclient
|
|
IssueTracker: https://github.com/voidcode/Diaspora-Webclient/issues
|
|
|
|
AutoName: Diaspora Webclient
|
|
Summary: Diaspora Social Network Client
|
|
Description: |-
|
|
Client for the Diaspora social network which gives you the opportunity to
|
|
|
|
* Read your stream.
|
|
* Share a message.
|
|
* Find quickly a stream via tag searches.
|
|
* Switch between pods(see settings).
|
|
* Auto-translation of post(with Google or Microsoft Translator).
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/voidcode/Diaspora-Webclient.git
|
|
|
|
Builds:
|
|
- versionName: '1.3'
|
|
versionCode: 3
|
|
commit: 26d7120fea1af5835a17537bebeef6df523d57e6
|
|
target: android-10
|
|
|
|
- versionName: '1.5'
|
|
versionCode: 6
|
|
commit: a153d5f996f284da44d5defa25ce601fd76b53ad
|
|
prebuild:
|
|
- mkdir libs
|
|
- mv google-api-translate-java-0.97.jar libs/
|
|
- mv microsoft-translator-java-api-0.4-jar-with-dependencies.jar libs/
|
|
target: android-10
|
|
|
|
- versionName: 1.6.3
|
|
versionCode: 10
|
|
commit: 8673ac9367dce08fecfde0f4858a03df4647864a
|
|
prebuild:
|
|
- mkdir libs
|
|
- mv google-api-translate-java-0.97.jar libs/
|
|
- mv microsoft-translator-java-api-0.4-jar-with-dependencies.jar libs/
|
|
target: android-10
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 1.6.3
|
|
CurrentVersionCode: 10
|