Go to file
Gregor Santner f2bcadd7bd v0.1.4 2016-07-31 15:18:05 +02:00
.github Update ISSUE_TEMPLATE.md 2016-07-18 13:37:23 +02:00
app v0.1.4 2016-07-31 15:18:05 +02:00
gradle/wrapper Android Studio 2.0; bump libs; gradle version 2016-04-09 13:53:06 +02:00
.gitignore Updated gitignore 2016-03-20 14:57:46 +01:00
.travis.yml Allow turning off toolbar intellihide 2016-07-31 15:16:22 +02:00
CHANGELOG.md v0.1.4 2016-07-31 15:18:05 +02:00
CONTRIBUTING.md Localization lint; Translation; Readme 2016-07-27 21:54:54 +02:00
LICENSE.md Lots of refactoring; Reworked Splash,PodSelectionActivity; Switch Pod; Clear settings; 2016-06-04 03:48:57 +02:00
README.md Update license infos of source files 2016-07-29 14:00:28 +02:00
SCREENSHOTS.md v0.1.2 2016-06-05 18:03:20 +02:00
build.gradle Removed swipe-to-refresh functionality in new status messages and existing conversations to approach #33 2016-06-22 21:43:00 +02:00
gradle.properties Initial commit 2016-03-03 17:46:31 +01:00
gradlew Initial commit 2016-03-03 17:46:31 +01:00
gradlew.bat Bump android libs; gradle; Studio 2.1 2016-05-05 17:42:29 +02:00
settings.gradle Initial commit 2016-03-03 17:46:31 +01:00

README.md

F-Droid

Build Status Join the chat at https://gitter.im/Diaspora-for-Android/diaspora-android Join the chat (XMPP) at diaspora-android@conference.jabberhead.tk

Diaspora for Android

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.
Notice: This is the repo of the latest version of the unoffical Diaspora Android App.

Contributions

We are always open for any kind of contribution. (PR's, bug reports, feature requests, translations, ..)
If you got any questions feel free to join our XMPP/Jabber conference at diaspora-android@conference.jabberhead.tk or Gitter.
Note that the main project members are mostly busy with their job/university/school and may not react or start coding immediately.

License

It's released under GNU GENERAL PUBLIC LICENSE (see LICENCE).

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.

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 :)

Device Requirements

The minimum version supported is Ice Cream Sandwich, Android v4.0.3 / API 15

App 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.

Maintainers