- AboutActivity - Class in org.isoron.uhabits.ui.about
-
Activity that allows the user to see information about the app itself.
- AboutActivity() - Constructor for class org.isoron.uhabits.ui.about.AboutActivity
-
- AbstractImporter - Class in org.isoron.uhabits.io
-
AbstractImporter is the base class for all classes that import data from
files into the app.
- AbstractImporter() - Constructor for class org.isoron.uhabits.io.AbstractImporter
-
- ACTION_CHECK - Static variable in class org.isoron.uhabits.HabitBroadcastReceiver
-
- ACTION_DISMISS - Static variable in class org.isoron.uhabits.HabitBroadcastReceiver
-
- ACTION_REFRESH - Static variable in class org.isoron.uhabits.HabitsApplication
-
- ACTION_SHOW_REMINDER - Static variable in class org.isoron.uhabits.HabitBroadcastReceiver
-
- ACTION_SNOOZE - Static variable in class org.isoron.uhabits.HabitBroadcastReceiver
-
- activity - Variable in class org.isoron.uhabits.ui.BaseScreen
-
- activity - Variable in class org.isoron.uhabits.ui.habits.show.ShowHabitFragment
-
- add(Habit) - Method in class org.isoron.uhabits.models.HabitList
-
Inserts a new habit in the list.
- add(Habit) - Method in class org.isoron.uhabits.models.memory.MemoryHabitList
-
- add(Repetition) - Method in class org.isoron.uhabits.models.memory.MemoryRepetitionList
-
- add(Repetition) - Method in class org.isoron.uhabits.models.RepetitionList
-
Adds a repetition to the list.
- add(List<Score>) - Method in class org.isoron.uhabits.models.ScoreList
-
- add(Habit) - Method in class org.isoron.uhabits.models.sqlite.SQLiteHabitList
-
- add(Repetition) - Method in class org.isoron.uhabits.models.sqlite.SQLiteRepetitionList
-
- add(List<Score>) - Method in class org.isoron.uhabits.models.sqlite.SQLiteScoreList
-
- addListener(CommandRunner.Listener) - Method in class org.isoron.uhabits.commands.CommandRunner
-
- addListener(ModelObservable.Listener) - Method in class org.isoron.uhabits.models.ModelObservable
-
Adds the given listener to the observable.
- ALL_WEEK_DAYS - Static variable in class org.isoron.uhabits.utils.DateUtils
-
- AndroidComponent - Interface in org.isoron.uhabits
-
Dependency injection component for classes that are specific to Android.
- AndroidModule - Class in org.isoron.uhabits
-
Module that provides dependencies when the application is running on
Android.
- AndroidModule() - Constructor for class org.isoron.uhabits.AndroidModule
-
- applyCurrentTheme(Activity) - Static method in class org.isoron.uhabits.utils.InterfaceUtils
-
- archived - Variable in class org.isoron.uhabits.models.sqlite.records.HabitRecord
-
- ArchiveHabitsCommand - Class in org.isoron.uhabits.commands
-
Command to archive a list of habits.
- ArchiveHabitsCommand(List<Habit>) - Constructor for class org.isoron.uhabits.commands.ArchiveHabitsCommand
-