This repository contains the source code for the Gaug.es Android app available from Google Play.
Please see the issues section to report any bugs or feature requests and to see the list of known issues.
The build requires Maven
v3.0.3+ and the Android SDK
to be installed in your development environment. In addition you'll need to set
the ANDROID_HOME
environment variable to the location of your SDK:
export ANDROID_HOME=/home/roberto/tools/android-sdk
After satisfying those requirements, the build is pretty simple:
mvn clean package
from the app
directory to build the APK onlymvn clean install
from the root directory to build the app and also run
the integration tests, this requires a connected Android device or running
emulatorYou might find that your device doesn't let you install your build if you already have the version from the Android Market installed. This is standard Android security as it it won't let you directly replace an app that's been signed with a different key. Manually uninstall Gauges from your device and you will then be able to install your own built version.
Gaug.es for Android is built on the awesome Gauges API and uses many great open-source libraries from the Android dev community:
Please fork this repository and contribute back using pull requests.
Any contributions, large or small, major features, bug fixes, additional language translations, unit/integration tests are welcomed and appreciated but will be thoroughly reviewed and discussed.