README.md 1.64 KB
Newer Older
Yusuke Iwaki's avatar
Yusuke Iwaki committed
1 2
# UNDER HEAVY DEVELOPMENT for v1.0-beta

3 4
* rough design document is [here](https://github.com/RocketChat/Rocket.Chat.Android/blob/doc/README.md)
* Rocket.Chat.Android.Lily is moved to [deprecated_lily](https://github.com/RocketChat/Rocket.Chat.Android/tree/deprecated_lily) branch.
Yusuke Iwaki's avatar
Yusuke Iwaki committed
5

Yusuke Iwaki's avatar
Yusuke Iwaki committed
6 7
Contribution to [the issue with `v1.0-beta` without asignee](https://github.com/RocketChat/Rocket.Chat.Android/issues?utf8=%E2%9C%93&q=is%3Aopen%20is%3Aissue%20no%3Aassignee%20v1.0-beta) is very Welcome! :smile:

8
---
Yusuke Iwaki's avatar
Yusuke Iwaki committed
9

10
[![CircleCI](https://circleci.com/gh/RocketChat/Rocket.Chat.Android/tree/develop.svg?style=shield)](https://circleci.com/gh/RocketChat/Rocket.Chat.Android/tree/develop) [![Build Status](https://travis-ci.org/RocketChat/Rocket.Chat.Android.svg?branch=develop)](https://travis-ci.org/RocketChat/Rocket.Chat.Android)
Yusuke Iwaki's avatar
Yusuke Iwaki committed
11

Gabriel Engel's avatar
Gabriel Engel committed
12
# Rocket.Chat.Android
Yusuke Iwaki's avatar
Yusuke Iwaki committed
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
Rocket.Chat Native Android Application.

![screenshots](https://cloud.githubusercontent.com/assets/11763113/11993320/ccdcf296-aa72-11e5-9950-e08f7a280516.png)

*Warning: This app is not production ready. It is under heavy development and any contributions are welcome.*


## How to build

Retrolambda needs java8 to be installed on your system
```
export ANDROID_HOME=/path/to/android/sdk

git clone https://github.com/RocketChat/Rocket.Chat.Android.git
cd Rocket.Chat.Android

echo "sdk.dir="$ANDROID_HOME > local.properties

./gradlew assembleDebug
```
Yusuke Iwaki's avatar
Yusuke Iwaki committed
33 34 35 36 37 38 39 40 41


## Bug report & Feature request

Please report via instabug

![Instabug](https://cloud.githubusercontent.com/assets/11763113/20717302/6b0918d2-b698-11e6-86f5-df25813f0158.png)

Of course, [GitHub issue](https://github.com/RocketChat/Rocket.Chat.Android/issues) is also available :)