Build in terminal with ./gradlew build
or import into Android Studio (recommended).
- Android support libraries: Used for a lot of classes, views, etc.
- Ason: A really awesome JSON library building on top of Android's integrated JSON classes.
- OkHttp: Used for WebSocket integration in an elegant and fast way.
Currently, the app is configured to be signed with my personal keys on my computer, but it will use debug keys if the signing config isn't found. Depending on future maintainance, there will be different keys used for this.
See CONTRIBUTING.md
GPLv3
The format and some content of this README.md comes from the home-assistant-iOS repository.