mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
Merge branch 'develop' of https://github.com/owncloud/android into material_toolbar
This commit is contained in:
commit
dbe0ff54ae
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -1,8 +1,20 @@
|
|||
This is the Android client for [ownCloud][0].
|
||||
#This is the Android client for [ownCloud][0]
|
||||
|
||||
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 develop: ![Build Status](https://api.travis-ci.org/owncloud/android.svg?branch=develop)
|
||||
|
||||
## 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://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 ['develop'](https://github.com/owncloud/android/tree/develop) branch.
|
||||
|
|
Loading…
Reference in a new issue