Go to file
2019-12-20 22:40:25 +01:00
.github Small typo (#169) 2019-12-17 15:34:46 -08:00
.travis Use git log to get the change log (#178) 2019-12-19 13:11:10 -05:00
app Allow editing of Device Name (#158) 2019-12-19 16:40:26 +01:00
common Allow editing of Device Name (#158) 2019-12-19 16:40:26 +01:00
data Only send the needed data on update registration. (#180) 2019-12-19 18:37:29 -08:00
domain Allow editing of Device Name (#158) 2019-12-19 16:40:26 +01:00
gradle Update jackson dependency (#69) 2019-11-26 09:34:04 +01:00
.gitignore Alpha application (#4) 2019-11-02 06:38:40 -07:00
.travis.yml The version code is stuck at 50 (#179) 2019-12-19 14:02:59 -05:00
build.gradle Allow editing of Device Name (#158) 2019-12-19 16:40:26 +01:00
CLA.md Add required documents 2019-04-01 22:52:24 -07:00
CODE_OF_CONDUCT.md Add required documents 2019-04-01 22:52:24 -07:00
gradle.properties Initial commit 2019-04-01 22:52:08 -07:00
gradlew Initial commit 2019-04-01 22:52:08 -07:00
gradlew.bat Initial commit 2019-04-01 22:52:08 -07:00
LICENSE.md Add required documents 2019-04-01 22:52:24 -07:00
README.md Add Lokalise info. (#183) 2019-12-20 22:40:25 +01:00
settings.gradle [ARCHITECTURE] Let's do some quality (#15) 2019-11-10 13:07:38 -08:00

📱 Home Assistant Companion for Android Build Status

Setup Development Environment

  • Download and install Android Studio

  • Create a Firebase project at Firebase Console

  • Add an Android app to your Firebase project, follow the on screen instruction download the google-services.json to your home-assistant-Android/app folder

  • Use Android Studio open your source code folder and click Run -> Run 'app'

  • Connect your phone or create a new virtual device following on screen instruction

  • 🎉

Testing Dev Releases

We are using Travis to perform continuous integration both by unit testing, deploying dev releases to Firebase App Distribution and final releases to the Play Store when we add a git tag.

Quality

We are using ktlint as our linter. You can run a check locally on your machine with:

./gradlew ktlintCheck

This commands runs on our CI to check if your PR passes all tests. So we strongly recommend running it before committing.

To run a check with an auto-format:

./gradlew ktlintFormat

Translating

The project currently uses lokalise to translate the application. If you are interested in helping translate go the the link and click start translating!