49 lines
1.5 KiB
YAML
49 lines
1.5 KiB
YAML
Categories:
|
|
- Internet
|
|
License: MPL-2.0
|
|
WebSite: http://friendica.android.max-weller.de/
|
|
SourceCode: https://github.com/max-weller/friendica-for-android
|
|
IssueTracker: https://github.com/max-weller/friendica-for-android/issues
|
|
|
|
AutoName: Friendica
|
|
Description: |-
|
|
The app started as a simple image uploader providing an entry in the
|
|
"Share"/"Send" menu of Android apps (e.g. the gallery app) to send photos to
|
|
your Friendica account.
|
|
|
|
Now it's being extended towards a full interface for Friendica, including
|
|
timeline display and the ability to view and post on you and your friends'
|
|
profile walls. You need to have a Friendica account. To get one, choose a site
|
|
from the [http://dir.friendica.com/siteinfo Friendica directory]. It's free!
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/max-weller/friendica-for-android.git
|
|
|
|
Builds:
|
|
- versionName: '8.0'
|
|
versionCode: 8
|
|
commit: 1e7901e380
|
|
subdir: mw-android-friendica-01
|
|
prebuild:
|
|
- rm -rf ../EXPORT
|
|
- sed -i 's@\(android.library.reference.1=\).*@\1../libpulltorefresh@' project.properties
|
|
androidupdate:
|
|
- .
|
|
- ../libpulltorefresh
|
|
|
|
- versionName: '9.0'
|
|
versionCode: 9
|
|
commit: 55d1230abd
|
|
subdir: mw-android-friendica-01
|
|
prebuild:
|
|
- rm -rf ../EXPORT ../.idea ../.DS_Store
|
|
- sed -i 's@1=.*@1=../libpulltorefresh@' project.properties
|
|
androidupdate:
|
|
- .
|
|
- ../libpulltorefresh
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '9.0'
|
|
CurrentVersionCode: 9
|