Package | Description |
---|---|
org.isoron.uhabits |
Provides classes for the Loop Habit Tracker app.
|
org.isoron.uhabits.commands |
Provides commands to modify the models, such as
CreateHabitCommand . |
org.isoron.uhabits.io |
Provides classes that deal with importing from and exporting to files.
|
org.isoron.uhabits.models |
Provides core models classes, such as
Habit
and Repetition . |
org.isoron.uhabits.models.memory |
Provides in-memory implementation of core models.
|
org.isoron.uhabits.models.sqlite |
Provides SQLite implementations of the core models.
|
org.isoron.uhabits.models.sqlite.records |
Provides SQLite records corresponding to the core models.
|
org.isoron.uhabits.tasks |
Provides async tasks for useful operations such as
ExportCSVTask . |
org.isoron.uhabits.ui |
Provides classes for the Android user interface.
|
org.isoron.uhabits.ui.about |
Provides activity that shows information about the app.
|
org.isoron.uhabits.ui.habits.edit |
Provides dialogs for editing habits and related classes.
|
org.isoron.uhabits.ui.habits.list |
Provides acitivity for listing habits and related classes.
|
org.isoron.uhabits.ui.habits.list.controllers |
Provides controllers that are specific for
ListHabitsActivity . |
org.isoron.uhabits.ui.habits.list.model |
Provides models that are specific for
ListHabitsActivity . |
org.isoron.uhabits.ui.habits.list.views | |
org.isoron.uhabits.ui.habits.show |
Provides activity that display detailed habit information and related
classes.
|
org.isoron.uhabits.ui.habits.show.views |
Provides custom views that are used primarily on
ShowHabitActivity . |
org.isoron.uhabits.ui.intro |
Provides activity that introduces app to the user and related classes.
|
org.isoron.uhabits.ui.settings |
Provides activity for changing the settings.
|
org.isoron.uhabits.utils |
Provides various utilities classes, such as
ColorUtils . |
org.isoron.uhabits.widgets |
Provides home-screen Android widgets and related classes.
|
org.isoron.uhabits.widgets.views |
Provides views that are specific for the home-screen widgets.
|