Skip to content
This repository was archived by the owner on Jun 7, 2020. It is now read-only.

RocketChat/Rocket.Chat.Android

Folders and files

NameName
Last commit message
Last commit date
Jul 4, 2017
Aug 16, 2017
Sep 9, 2017
Mar 13, 2017
Feb 24, 2017
Jul 11, 2017
Sep 1, 2017
Sep 6, 2017
Sep 5, 2017
Aug 23, 2017
Jul 12, 2017
Nov 4, 2016
Jul 27, 2017
Nov 4, 2016
Dec 17, 2015
Aug 31, 2017
Nov 4, 2016
Aug 23, 2017
Jul 22, 2017
Mar 7, 2017
Feb 10, 2017
Oct 28, 2016
Oct 28, 2016
Feb 10, 2017

Repository files navigation

Rocket.Chat Android native application

CircleCI Build Status Codacy Badge

Get it from Google Play

Rocket.Chat on Google Play

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

Bug report & Feature request

Please report via GitHub issue :)

Coding Style

Please follow our coding style when contributing.