Skip to content

shubhamvashisht/hawkular-android-client

 
 

Repository files navigation

Hawkular Android Client

This repository contains the source code for the Hawkular Android application.

Building

Build Status

You will need JDK 1.7+ installed. Gradle, Android SDK and all dependencies will be downloaded automatically.

Debug

$ ./gradlew clean assembleDebug

Release

$ cp properties/signing.properties .
$ vi signing.properties

$ ./gradlew clean assembleRelease

Demo Server

Demo server is hosted at http://livingontheedge.hawkular.org/

To signin with android client use

host : livingontheedge.hawkular.org

port : by default 80, not needed to specify

username : jdoe

password : password

Reading

There are some documents on the Wiki, including API overview, UI mockups and instructions on running necessary servers for using the client in common and push notifications specifically.

Contributing

  • When you decide you want to start coding for Hawkular Android Client, add settings.jar into android studio by following guide of IntelliJ IDEA.

  • Execute $ mvn license:format before commit to correct license headers.

  • Execute $ mvn clean install before sending PR to confirm your present code pass coding standards of Hawkular.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 99.6%
  • Other 0.4%