-
Notifications
You must be signed in to change notification settings - Fork 939
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
475 changed files
with
28,276 additions
and
12,919 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,22 @@ | ||
#built application files | ||
*.apk | ||
*.ap_ | ||
|
||
# files for the dex VM | ||
*.dex | ||
|
||
# Java class files | ||
*.apk | ||
*.class | ||
|
||
# generated files | ||
bin/ | ||
gen/ | ||
|
||
# Local configuration file (sdk path, etc) | ||
local.properties | ||
|
||
# Windows thumbnail db | ||
Thumbs.db | ||
|
||
# OSX files | ||
*.dex | ||
*.iml | ||
*.local.* | ||
*.swp | ||
*.trace | ||
*~ | ||
.DS_Store | ||
|
||
# Eclipse project files | ||
.classpath | ||
.project | ||
|
||
# Android Studio | ||
.idea | ||
#.idea/workspace.xml - remove # and delete .idea if it better suit your needs. | ||
.gradle | ||
build/ | ||
*.iml | ||
|
||
.idea | ||
.project | ||
Thumbs.db | ||
art/ | ||
*.actual.png | ||
bin/ | ||
build/ | ||
captures/ | ||
docs/ | ||
gen/ | ||
local.properties |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
# Loop Habit Tracker | ||
|
||
<a href="https://circleci.com/gh/iSoron/uhabits/tree/dev"> | ||
<img src="https://img.shields.io/circleci/project/iSoron/uhabits/dev.svg"> | ||
</a> | ||
<!-- | ||
<a href="https://codecov.io/github/iSoron/uhabits?branch=dev"> | ||
<img src="https://img.shields.io/codecov/c/github/iSoron/uhabits.svg" alt="Coverage via Codecov" /> | ||
</a> | ||
--> | ||
|
||
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 | ||
|
@@ -16,6 +19,15 @@ source. | |
<a href="http://f-droid.org/app/org.isoron.uhabits"><img alt="Git if on F-Droid" src="http://i.imgur.com/baSPE7X.png" height="75px"/></a> | ||
</p> | ||
|
||
## Screenshots | ||
|
||
[![Main screen][screen1th]][screen1] | ||
[![Edit habit][screen2th]][screen2] | ||
[![Habit strength][screen3th]][screen3] | ||
[![Habit history and streaks][screen4th]][screen4] | ||
[![Widgets][screen5th]][screen5] | ||
[![Night mode][screen6th]][screen6] | ||
|
||
## Features | ||
|
||
* **Simple, beautiful and modern interface.** Loop has a minimalistic interface | ||
|
@@ -47,21 +59,12 @@ source. | |
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] | ||
[![Night mode][screen6th]][screen6] | ||
|
||
## Installing | ||
|
||
The easiest way to install Loop is through the [Google Play Store][playstore] or [F-Droid][fdroid]. | ||
You may also download and install the APK from the [releases page][releases]; | ||
note, however, that the app will not be updated automatically. To build this | ||
app from the source code, see [building instructions][build]. | ||
app from the source code, see [build instructions][build]. | ||
|
||
## Contributing | ||
|
||
|
@@ -89,18 +92,22 @@ contribute, even if you are not a software developer. | |
|
||
## License | ||
|
||
This program is free software: you can redistribute it and/or modify it | ||
under the terms of the GNU General Public License as published by the Free | ||
Software Foundation, either version 3 of the License, or (at your option) | ||
any later version. | ||
<img align="right" src="https://www.gnu.org/graphics/gplv3-88x31.png"> | ||
|
||
Copyright (C) 2016 Álinson Santos Xavier <[email protected]> | ||
|
||
Loop Habit Tracker is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by the | ||
Free Software Foundation, either version 3 of the License, or (at your | ||
option) any later version. | ||
|
||
This program is distributed in the hope that it will be useful, but WITHOUT | ||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
more details. | ||
Loop Habit Tracker is distributed in the hope that it will be useful, but | ||
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | ||
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
more details. | ||
|
||
You should have received a copy of the GNU General Public License along | ||
with this program. If not, see <http://www.gnu.org/licenses/>. | ||
You should have received a copy of the GNU General Public License along | ||
with this program. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
[screen1]: screenshots/original/uhabits1.png | ||
[screen2]: screenshots/original/uhabits2.png | ||
|
Oops, something went wrong.