Merge remote-tracking branch 'remotes/upstream/master' into beta
[pub/Android/ownCloud.git] / README.md
1 #This is the BETA Android client for [ownCloud][0]
2
3 The BETA app is only intended to be used by experienced users that want to use and test the latest features.
4 All pull requests labeled "3 - to review" or higher will be included into the branch.
5
6 If you find a bug please verify first if it is *really* a bug in beta, then comment in the corresponding pull request or create a new issue with the prefix "Beta YYYY-MM-DD:".
7
8 The compiled APKs can be found [here][2]
9
10 The changelog is found [here][3]
11
12 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.
13
14 ## Build Status on
15 Git beta: ![Build Status](https://api.travis-ci.org/owncloud/android.svg?branch=beta)
16
17 ## Development
18
19 ### Project Setup
20 Make sure you read [SETUP.md][1] when you start working on this project.
21
22 [0]: https://github.com/owncloud/core
23 [1]: https://github.com/owncloud/android/blob/master/SETUP.md
24 [2]: https://github.com/owncloud/android/tree/beta/apks/
25 [3]: https://github.com/owncloud/android/blob/beta/CHANGELOG.md
26
27 ### Contributing
28 Please see [Contribution Guidelines](https://owncloud.org/contribute/). Fork this repository and contribute back using
29 [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.