No description
Find a file
2016-04-27 10:43:56 +08:00
.tx update translations 2016-04-07 20:14:41 +02:00
gradle/wrapper update gradle 2016-03-30 16:03:44 +02:00
Habitica update translations 2016-04-26 16:49:56 +02:00
translations update translations 2016-04-26 16:49:56 +02:00
.gitignore chore: add Habitica connection properties to gradle build 2016-04-22 11:40:40 +08:00
.gradletasknamecache Initial commit 2015-04-12 13:54:29 +02:00
.travis.yml Merge pull request #515 from nivl4/chore-add-build-properties 2016-04-26 16:49:38 +02:00
AndroidStyle.xml style: add android code style scheme 2016-04-27 10:42:48 +08:00
build.gradle update support libraries 2016-04-08 11:22:30 +02:00
gradlew Allow customizations and sets to be purchased 2016-01-16 18:05:14 +01:00
gradlew.bat Allow customizations and sets to be purchased 2016-01-16 18:05:14 +01:00
habitica.properties.example chore: add Habitica connection properties to gradle build 2016-04-22 11:40:40 +08: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 chore: add Habitica connection properties to gradle build 2016-04-22 11:40:40 +08: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

Build Instructions

Config File

Setup Habitica build config file by simply copying the example habitica properties file.

$ cp habitica.properties.example habitica.properties

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.