No description
Find a file
2016-10-03 22:47:02 +02:00
.tx update translations 2016-08-21 20:37:43 +02:00
gradle/wrapper Apply avatar transformations (if items available) / update gradle 2016-10-03 22:47:02 +02:00
Habitica Apply avatar transformations (if items available) / update gradle 2016-10-03 22:47:02 +02:00
reports/profile Rewrite task lists 2016-05-10 16:07:12 +02:00
translations update translations 2016-09-23 20:50:27 +02:00
.gitignore Added firebase notifications 2016-08-02 13:27:42 -05:00
.gradletasknamecache Initial commit 2015-04-12 13:54:29 +02:00
.travis.yml update build tools for travis 2016-09-23 19:21:04 +02:00
AndroidStyle.xml style: add android code style scheme 2016-04-27 10:42:48 +08:00
build.gradle update gradle plugin 2016-09-20 16:46:34 +02:00
gradlew Apply avatar transformations (if items available) / update gradle 2016-10-03 22:47:02 +02:00
gradlew.bat Apply avatar transformations (if items available) / update gradle 2016-10-03 22:47:02 +02:00
habitica.properties.example add more api tests 2016-06-07 14:27:27 +02:00
habitica.properties.travis launch dev server for testing on travis 2016-06-07 14:45:58 +02:00
habitica.resources.example move secret strings to gradle config file 2016-06-17 12:43:49 +02:00
install-codestyle.sh chore: add code style scheme installer 2016-04-27 10:43:56 +08:00
LICENSE Added GPLv3 to be consistent with the habitrpg 2016-01-01 11:50:11 -06:00
PULL_REQUEST_TEMPLATE.md Create PULL_REQUEST_TEMPLATE.md 2016-02-18 01:30:44 +01:00
README.md Added example google services. Added instruction for google services. 2016-08-02 13:30:57 -05:00
settings.gradle don't launch crashlytics and instabug, when debug 2015-06-23 12:07:21 +02:00
signingrelease.properties.template Initial commit 2015-04-12 13:54:29 +02:00
store_strings.xml display list of guilds the user is a member of 2016-02-26 12:51:06 +01:00

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.