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.
41 lines
1.5 KiB
41 lines
1.5 KiB
# µHabits
|
|
|
|
µHabits is a simple app for building and tracking habits on Android.
|
|
|
|
<sub>This software is in alpha stage. Expect occasional bugs and incomplete features.
|
|
Suggestions and pull requests are very welcome.</sub>
|
|
|
|
## Features
|
|
|
|
* A **simple and beautiful interface**, following material design guidelines.
|
|
|
|
* Advanced algorithm for calculating the **strength of the habits**. Every repetition
|
|
makes your habit stronger, and every missed day makes it weaker. A single missed
|
|
day after a long streak, however, will not completely destroy your entire progress.
|
|
|
|
* Support for both **daily habits** and habits with more **complex schedules**, such as 3 times
|
|
every week; one time every other week; or every other day.
|
|
|
|
* Habit **reminders**, at a chosen hour of the day.
|
|
|
|
* **Complete history** of your habit strength and repetitions. Scroll back and see
|
|
how did your habits improved (or not) over time.
|
|
|
|
* **Current streak** and past streaks.
|
|
|
|
## Screenshots
|
|
|
|
[![Main screen][screen1th]][screen1]
|
|
[![Edit habit][screen2th]][screen2]
|
|
[![Habit strength][screen3th]][screen3]
|
|
[![Habit history and streaks][screen4th]][screen4]
|
|
|
|
[screen1]: screenshots/original/uhabits1.png
|
|
[screen2]: screenshots/original/uhabits2.png
|
|
[screen3]: screenshots/original/uhabits3.png
|
|
[screen4]: screenshots/original/uhabits4.png
|
|
[screen1th]: screenshots/thumbs/uhabits1.png
|
|
[screen2th]: screenshots/thumbs/uhabits2.png
|
|
[screen3th]: screenshots/thumbs/uhabits3.png
|
|
[screen4th]: screenshots/thumbs/uhabits4.png
|