Java Other
Latest commit e70db4f May 25, 2017 @vIiRuS vIiRuS bump version number
Permalink
Failed to load latest commit information.
.tx fix a bunch of linter errors Feb 1, 2017
Habitica bump version number May 25, 2017
_gsdata_ Merge branch 'develop' of https://github.com/HabitRPG/habitica-android Feb 7, 2017
gradle/wrapper update to android studio 2.3 Mar 23, 2017
projectFilesBackup/.idea update to android studio 2.3 Mar 23, 2017
reports/profile Rewrite task lists May 10, 2016
seeds-sdk Merge branch 'develop' into fix-qrcode-screen Mar 28, 2017
translations update translation Apr 21, 2017
.gitignore more build time improvements Mar 25, 2017
.gradletasknamecache Initial commit Apr 12, 2015
.travis.yml less travis output Apr 7, 2017
AndroidStyle.xml style: add android code style scheme Apr 27, 2016
LICENSE Added GPLv3 to be consistent with the habitrpg Jan 1, 2016
PULL_REQUEST_TEMPLATE.md revert pull.md Mar 8, 2017
README.md Added example google services. Added instruction for google services. Aug 2, 2016
build.gradle update gradle plugin Apr 6, 2017
gradle.properties Added initial repeatabls UI Apr 19, 2017
gradlew Apply avatar transformations (if items available) / update gradle Oct 3, 2016
gradlew.bat Apply avatar transformations (if items available) / update gradle Oct 3, 2016
habitica.properties.example add more api tests Jun 7, 2016
habitica.properties.travis launch dev server for testing on travis Jun 7, 2016
habitica.resources.example implement seeds sdk Dec 7, 2016
install-codestyle.sh chore: add code style scheme installer Apr 27, 2016
settings.gradle implement seeds sdk Dec 7, 2016
signingrelease.properties.template Initial commit Apr 12, 2015
store_strings.xml update store strings Apr 19, 2017

README.md

Habitica for Android

Join the chat at https://gitter.im/HabitRPG/habitrpg-android

Habitica is an open source habit building program which treats your life like a Role Playing Game. Level up as you succeed, lose HP as you fail, earn money to buy weapons and armor. This repository is related to the Android Native Application.

It's also on Google Play:

Get it on Google Play

Having the application installed is a good way to be notified of new releases. However, clicking "Watch" on this repository will allow GitHub to email you whenever we publish a release.

What's New

See the project's Releases page for a list of versions with their changelogs.

View Releases

If you Watch this repository, GitHub will send you an email every time we publish an update.

Contributing

For an introduction to the technologies used and how the software is organized, refer to Contributing to Habitica - "Coders (Web & Mobile)" section.

Thank you very much to all contributors.

Steps for contributing to this repository:

  1. Fork it
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Create new Pull Request
    • Don't forget to include your Habitica User ID, so that we can count your contributrion towards your contributor tier

Code Style Guidelines

We follow the code style guidelines outlined in Android Code Style Guidelines for Contributors.

You can install our code style scheme to Intellij and/or Android Studio via this shell command:

$ ./install-codestyle.sh

Build Instructions

Config Files

Setup Habitica build config files by simply copying the example habitica files.

$ cp habitica.properties.example habitica.properties
$ cp habitica.resources.example habitica.resources
$ cp Habitica/google-services.json.example Habitica/google-services.json (Get .json from Firebase Console)

Note: this is the default production habitica.properties file for habitica.com. If you want to use a local habitica server, please modify the values in the properties file accordingly.