mirror of https://github.com/iSoron/uhabits.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
3.7 KiB
69 lines
3.7 KiB
# Loop Habit Tracker
|
|
|
|
Loop is a simple Android app that helps you create and maintain good habits, allowing you to achieve your long-term goals. Detailed graphs and statistics show you how your habits improved over time. It is completely ad-free and open source.
|
|
|
|
<a href="https://play.google.com/store/apps/details?id=org.isoron.uhabits&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-AC-global-none-all-co-pr-py-PartBadges-Oct1515-1"><img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/images/apps/en-play-badge-border.png" width="200px"/></a>
|
|
|
|
## Features
|
|
|
|
<b>Simple, beautiful and modern interface</b>
|
|
Loop has a minimalistic interface that is easy to use and follows the material design guidelines.
|
|
|
|
<b>Habit score</b>
|
|
In addition to showing your current streak, Loop has an advanced algorithm for calculating the strength of your habits. Every repetition makes your habit stronger, and every missed day makes it weaker. A few missed days after a long streak, however, will not completely destroy your entire progress.
|
|
|
|
<b>Detailed graphs and statistics</b>
|
|
Clearly see how your habits improved over time with beautiful and detailed graphs. Scroll back to see the complete history of your habits.
|
|
|
|
<b>Flexible schedules</b>
|
|
Supports both daily habits and habits with more complex schedules, such as 3 times every week; one time every other week; or every other day.
|
|
|
|
<b>Reminders</b>
|
|
Create an individual reminder for each habit, at a chosen hour of the day. Easily check, dismiss or snooze your habit directly from the notification, without opening the app.
|
|
|
|
<b>Optimized for smartwatches</b>
|
|
Reminders can be checked, snoozed or dismissed directly from your Android Wear watch.
|
|
|
|
<b>Completely ad-free and open source</b>
|
|
There are absolutely no advertisements, annoying notifications or intrusive permissions in this app, and there will never be. The complete source code is available under the GPLv3.
|
|
|
|
## Screenshots
|
|
|
|
[![Main screen][screen1th]][screen1]
|
|
[![Edit habit][screen2th]][screen2]
|
|
[![Habit strength][screen3th]][screen3]
|
|
[![Habit history and streaks][screen4th]][screen4]
|
|
[![Widgets][screen5th]][screen5]
|
|
|
|
## Contributing
|
|
|
|
Loop is an open source project developed entirely by volunteers. If you would like to
|
|
contribute to the project, you are very welcome. There are many ways to contribute,
|
|
even if you are not a software developer.
|
|
|
|
* **Report bugs, suggest features.** The easiest way to contribute is to simply
|
|
use the app and let us know if you find any problems or have any suggestions to improve
|
|
it. You can either use the link inside the app, or open an issue at GitHub.
|
|
|
|
* **Translate the app into your own language.** If you are not a native English speaker, and would
|
|
like to see the app translated into your own language, please join our [open translation project
|
|
at POEditor][poedit].
|
|
|
|
* **Write some code.** If you are an Android developer, code contributions are very welcome. This
|
|
repository uses the [git-flow branching model][gitflow]. Please, submit pull requests against the
|
|
dev branch. This is the branch that will eventually become the next version of the app.
|
|
|
|
|
|
[screen1]: screenshots/original/uhabits1.png
|
|
[screen2]: screenshots/original/uhabits2.png
|
|
[screen3]: screenshots/original/uhabits3.png
|
|
[screen4]: screenshots/original/uhabits4.png
|
|
[screen5]: screenshots/original/uhabits5.png
|
|
[screen1th]: screenshots/thumbs/uhabits1.png
|
|
[screen2th]: screenshots/thumbs/uhabits2.png
|
|
[screen3th]: screenshots/thumbs/uhabits3.png
|
|
[screen4th]: screenshots/thumbs/uhabits4.png
|
|
[screen5th]: screenshots/thumbs/uhabits5.png
|
|
[poedit]: https://poeditor.com/join/project/8DWX5pfjS0
|
|
[gitflow]: http://nvie.com/posts/a-successful-git-branching-model/
|