dandelion/README.md

44 lines
3.4 KiB
Markdown
Raw Normal View History

2016-03-31 08:49:18 +02:00
[![F-Droid](https://f-droid.org/wiki/images/0/06/F-Droid-button_get-it-on.png)](https://f-droid.org/repository/browse/?fdid=com.github.dfa.diaspora_android)
2016-03-22 19:38:25 +01:00
2016-03-30 10:32:07 +02:00
[![Build Status](https://travis-ci.org/Diaspora-for-Android/diaspora-android.svg?branch=master)](https://travis-ci.org/Diaspora-for-Android/diaspora-android)
2016-08-10 22:53:16 +02:00
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/diaspora-for-android/localized.svg)](https://crowdin.com/project/diaspora-for-android)
2016-03-30 10:54:14 +02:00
[![Join the chat at https://gitter.im/Diaspora-for-Android/diaspora-android](https://badges.gitter.im/Diaspora-for-Android/diaspora-android.svg)](https://gitter.im/Diaspora-for-Android/diaspora-android?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2016-03-25 11:44:15 +01:00
2016-05-05 18:19:15 +02:00
# Diaspora for Android
2016-03-03 18:33:38 +01:00
2016-05-05 18:19:15 +02:00
This is an unofficial webview based client for the community-run, distributed social network **[Diaspora](https://joindiaspora.com/)**. It's currently under development and should be used with that in mind. Please submit any bugs you might find.
**Notice:** This is the repo of the latest version of the unoffical Diaspora Android App.
2016-03-03 18:37:51 +01:00
2016-07-29 14:00:28 +02:00
- Download ([F-Droid](https://f-droid.org/repository/browse/?fdid=com.github.dfa.diaspora_android), [Release Archive](https://github.com/Diaspora-for-Android/diaspora-android/releases))
2016-05-26 16:08:20 +02:00
- Watch [Changelog](https://github.com/Diaspora-for-Android/diaspora-android/blob/master/CHANGELOG.md)
- See [Screenshots](https://github.com/Diaspora-for-Android/diaspora-android/blob/master/SCREENSHOTS.md)
## Contributions
2016-07-27 21:54:54 +02:00
We are always open for any kind of contribution. (PR's, bug reports, feature requests, translations, ..)
2016-08-06 02:26:28 +02:00
If you got any questions feel free to join our XMPP/Jabber conference at `diaspora-android@conference.jabberhead.tk` or [Gitter](https://gitter.im/Diaspora-for-Android/diaspora-android).
2016-05-26 16:08:20 +02:00
Note that the main project members are mostly busy with their job/university/school and may not react or start coding immediately.
2016-08-06 02:26:28 +02:00
We use Crowdin to translate Diaspora for Android. Join our project here: <https://crowdin.com/project/diaspora-for-android/invite>
2016-08-14 11:34:36 +02:00
If your desired language is not listed please contact the maintainers/owner.
2016-08-06 02:26:28 +02:00
2016-03-03 18:33:38 +01:00
### License
2016-05-26 16:08:20 +02:00
It's released under GNU GENERAL PUBLIC LICENSE (see [LICENCE](https://github.com/Diaspora-for-Android/diaspora-android/blob/master/LICENSE.md)).
2016-03-03 18:33:38 +01:00
2016-07-27 21:54:54 +02:00
### WebApp
The app is developed as an WebApp because currently Diaspora doesn't have an API that can be used to create a native interface to retrieve the user's data, publications, direct messages and so on, that's why there are only WebApps for Diaspora out there.
API is discussed frequently on Diaspora, but the main developers seem to not give the API and mobile view the attention it needs. [Stay tuned on Diaspora* Issues](https://github.com/diaspora/diaspora/labels/api).
2016-03-03 18:33:38 +01:00
2016-07-27 21:54:54 +02:00
Why a WebApp is better than using the mobile site on a browser?
Basically it provides better integration with the system (events coming into and going out of the app), notifications, customized interface and functions and a nice little icon that takes you directly to your favorite social network :)
2016-03-03 18:33:38 +01:00
### Device Requirements
2016-08-06 23:18:19 +02:00
The minimum version supported is Jelly Bean, Android v4.2.0 / API 17
2016-03-03 18:33:38 +01:00
### App Permissions
2016-03-03 18:33:38 +01:00
It requires access to the Internet and to external storage to be able to upload photos when creating a new post and for taking screenshots.
2016-07-18 11:59:10 +02:00
## Maintainers
2016-07-29 14:00:28 +02:00
- gsantner ([GitHub](https://github.com/gsantner), [Web](https://gsantner.github.io))
- vanitasvitae ([GitHub](https://github.com/vanitasvitae))