dandelion/README.md

39 lines
2.6 KiB
Markdown
Raw Normal View History

2016-03-22 19:38:25 +01:00
[![F-Droid](https://f-droid.org/wiki/images/0/06/F-Droid-button_get-it-on.png)](https://f-droid.org/repository/browse/?fdfilter=diaspora&fdid=de.baumann.diaspora)
2016-03-30 10:32:07 +02:00
**NOTICE:** Project was moved to <https://github.com/Diaspora-for-Android/diaspora-android>, README and paths need to be updated.
[![Build Status](https://travis-ci.org/Diaspora-for-Android/diaspora-android.svg?branch=master)](https://travis-ci.org/Diaspora-for-Android/diaspora-android)
2016-03-25 11:44:15 +01:00
## Main developers:
2016-03-25 11:44:15 +01:00
2016-03-30 10:50:32 +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)
- de-live-gdev (<https://de-live-gdev.github.io>)
- martinchodev (<https://github.com/martinchodev>)
- scoute-dich (<https://github.com/scoute-dich>)
2016-03-25 11:44:15 +01:00
2016-03-03 18:33:38 +01:00
# Diaspora
2016-03-03 18:40:07 +01:00
This is an 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.
2016-03-03 18:37:51 +01:00
2016-03-03 18:33:38 +01:00
### License
It's released under GNU GENERAL PUBLIC LICENSE (see LICENCE).
### Native
It's "native" because it's developed in Java + the Android SDK (Android Studio). Other Diaspora clients are developed using frameworks like AppCelerator Titanium. A native app will always be more efficient and almost certainly be faster and make better use of the resources of the device.
### "WebApp"
It's a WebApp because at this moment 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.
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 :)
### System Requirements
The minimum version supported is Ice Cream Sandwitch, Android version 4.0.3 (or API 15)
### Permissions
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.
- Download [APK](https://github.com/scoute-dich/Diaspora/releases)
2016-03-03 18:47:51 +01:00
- Watch [Changelog](https://github.com/scoute-dich/Diaspora/blob/master/CHANGELOG.md)
2016-03-03 18:46:37 +01:00
- See [license](https://github.com/scoute-dich/Diaspora/blob/master/LICENSE.md)
2016-03-03 19:56:00 +01:00
- See [screenshots](https://github.com/scoute-dich/Diaspora/blob/master/SCREENSHOTS.md)