X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/e6f9fc1480b1ae800fc37e6b16647d6de774db47..refs/heads/sdcard-save:/README.md diff --git a/README.md b/README.md index 86da59ba..e3ff5353 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,20 @@ -This is the android client for [owncloud][0]. +#This is the Android client for [ownCloud][0] -It only allows file syncronization. Other OwnCloud features may be added in the future, but they are not a priority right now. +The app performs file synchronization with an ownCloud server. Other ownCloud features may be added in the future, but they are not a priority right now. +## Build Status on +Git master: ![Build Status](https://api.travis-ci.org/owncloud/android.svg?branch=master) + +Git stable: ![Build Status](https://api.travis-ci.org/owncloud/android.svg?branch=stable) + +## Development + +### Project Setup Make sure you read [SETUP.md][1] when you start working on this project. [0]: https://github.com/owncloud/core -[1]: https://raw.github.com/owncloud/android/master/SETUP.md \ No newline at end of file +[1]: https://github.com/owncloud/android/blob/master/SETUP.md + +### Contributing +Please see [Contribution Guidelines](https://owncloud.org/contribute/). Fork this repository and contribute back using +[pull requests](https://github.com/owncloud/android/pulls). All pull requests should be based on, and targeted to, the ['master'](https://github.com/owncloud/android/tree/master) branch.