- ImportDataTask - Class in org.isoron.uhabits.tasks
-
- ImportDataTask(File, ProgressBar) - Constructor for class org.isoron.uhabits.tasks.ImportDataTask
-
- ImportDataTask.Listener - Interface in org.isoron.uhabits.tasks
-
- importHabitsFromFile(File) - Method in class org.isoron.uhabits.io.AbstractImporter
-
- importHabitsFromFile(File) - Method in class org.isoron.uhabits.io.GenericImporter
-
- importHabitsFromFile(File) - Method in class org.isoron.uhabits.io.HabitBullCSVImporter
-
- importHabitsFromFile(File) - Method in class org.isoron.uhabits.io.LoopDBImporter
-
- importHabitsFromFile(File) - Method in class org.isoron.uhabits.io.RewireDBImporter
-
- importHabitsFromFile(File) - Method in class org.isoron.uhabits.io.TickmateDBImporter
-
- incrementLaunchCount() - Method in class org.isoron.uhabits.utils.Preferences
-
- indexOf(Habit) - Method in class org.isoron.uhabits.models.HabitList
-
Returns the index of the given habit in the list, or -1 if the list does
not contain the habit.
- indexOf(Habit) - Method in class org.isoron.uhabits.models.memory.MemoryHabitList
-
- indexOf(Habit) - Method in class org.isoron.uhabits.models.sqlite.SQLiteHabitList
-
- init(Bundle) - Method in class org.isoron.uhabits.ui.intro.IntroActivity
-
- initialize() - Method in class org.isoron.uhabits.utils.Preferences
-
- initializeActiveAndroid() - Static method in class org.isoron.uhabits.utils.DatabaseUtils
-
- initializeHabits() - Method in class org.isoron.uhabits.ui.habits.edit.BaseDialogFragment
-
- initializeHabits() - Method in class org.isoron.uhabits.ui.habits.edit.CreateHabitDialogFragment
-
- initializeHabits() - Method in class org.isoron.uhabits.ui.habits.edit.EditHabitDialogFragment
-
- initToolbar() - Method in class org.isoron.uhabits.ui.BaseRootView
-
- inject(CheckmarkButtonController) - Method in interface org.isoron.uhabits.BaseComponent
-
- inject(ListHabitsController) - Method in interface org.isoron.uhabits.BaseComponent
-
- inject(CheckmarkPanelView) - Method in interface org.isoron.uhabits.BaseComponent
-
- inject(ToggleRepetitionTask) - Method in interface org.isoron.uhabits.BaseComponent
-
- inject(BaseDialogFragment) - Method in interface org.isoron.uhabits.BaseComponent
-
- inject(HabitCardListCache) - Method in interface org.isoron.uhabits.BaseComponent
-
- inject(HabitBroadcastReceiver) - Method in interface org.isoron.uhabits.BaseComponent
-
- inject(ListHabitsSelectionMenu) - Method in interface org.isoron.uhabits.BaseComponent
-
- inject(HintList) - Method in interface org.isoron.uhabits.BaseComponent
-
- inject(HabitCardListAdapter) - Method in interface org.isoron.uhabits.BaseComponent
-
- inject(ArchiveHabitsCommand) - Method in interface org.isoron.uhabits.BaseComponent
-
- inject(ChangeHabitColorCommand) - Method in interface org.isoron.uhabits.BaseComponent
-
- inject(UnarchiveHabitsCommand) - Method in interface org.isoron.uhabits.BaseComponent
-
- inject(EditHabitCommand) - Method in interface org.isoron.uhabits.BaseComponent
-
- inject(CreateHabitCommand) - Method in interface org.isoron.uhabits.BaseComponent
-
- inject(HabitPickerDialog) - Method in interface org.isoron.uhabits.BaseComponent
-
- inject(BaseWidgetProvider) - Method in interface org.isoron.uhabits.BaseComponent
-
- inject(ShowHabitActivity) - Method in interface org.isoron.uhabits.BaseComponent
-
- inject(DeleteHabitsCommand) - Method in interface org.isoron.uhabits.BaseComponent
-
- inject(ListHabitsActivity) - Method in interface org.isoron.uhabits.BaseComponent
-
- inject(BaseSystem) - Method in interface org.isoron.uhabits.BaseComponent
-
- inject(HistoryEditorDialog) - Method in interface org.isoron.uhabits.BaseComponent
-
- inject(HabitsApplication) - Method in interface org.isoron.uhabits.BaseComponent
-
- inject(Habit) - Method in interface org.isoron.uhabits.BaseComponent
-
- inject(AbstractImporter) - Method in interface org.isoron.uhabits.BaseComponent
-
- inject(HabitsCSVExporter) - Method in interface org.isoron.uhabits.BaseComponent
-
- insert(long[], int[]) - Method in class org.isoron.uhabits.models.CheckmarkList
-
- insert(long[], int[]) - Method in class org.isoron.uhabits.models.memory.MemoryCheckmarkList
-
- insert(long[], int[]) - Method in class org.isoron.uhabits.models.sqlite.SQLiteCheckmarkList
-
- InterfaceUtils - Class in org.isoron.uhabits.utils
-
- InterfaceUtils() - Constructor for class org.isoron.uhabits.utils.InterfaceUtils
-
- IntroActivity - Class in org.isoron.uhabits.ui.intro
-
Activity that introduces the app to the user, shown only after the app is
launched for the first time.
- IntroActivity() - Constructor for class org.isoron.uhabits.ui.intro.IntroActivity
-
- invalidate() - Method in class org.isoron.uhabits.ui.BaseMenu
-
- invalidate() - Method in class org.isoron.uhabits.ui.BaseScreen
-
- invalidate() - Method in class org.isoron.uhabits.ui.BaseSelectionMenu
-
- invalidateNewerThan(long) - Method in class org.isoron.uhabits.models.CheckmarkList
-
Marks as invalid every checkmark that has timestamp either equal or newer
than a given timestamp.
- invalidateNewerThan(long) - Method in class org.isoron.uhabits.models.memory.MemoryCheckmarkList
-
- invalidateNewerThan(long) - Method in class org.isoron.uhabits.models.ScoreList
-
Marks all scores that have timestamp equal to or newer than the given
timestamp as invalid.
- invalidateNewerThan(long) - Method in class org.isoron.uhabits.models.sqlite.SQLiteCheckmarkList
-
- invalidateNewerThan(long) - Method in class org.isoron.uhabits.models.sqlite.SQLiteScoreList
-
- invalidateNewerThan(long) - Method in class org.isoron.uhabits.models.sqlite.SQLiteStreakList
-
- isArchived() - Method in class org.isoron.uhabits.models.Habit
-
Returns whether the habit is archived or not.
- isFirstRun() - Method in class org.isoron.uhabits.utils.Preferences
-
- isLocaleFullyTranslated() - Static method in class org.isoron.uhabits.utils.InterfaceUtils
-
- isNightMode() - Static method in class org.isoron.uhabits.utils.InterfaceUtils
-
- ISORON_NAMESPACE - Static variable in class org.isoron.uhabits.utils.InterfaceUtils
-
- isSelectionEmpty() - Method in class org.isoron.uhabits.ui.habits.list.model.HabitCardListAdapter
-
Returns whether list of selected items is empty.
- isShortToggleEnabled() - Method in class org.isoron.uhabits.utils.Preferences
-
- isSQLite3File(File) - Static method in class org.isoron.uhabits.io.AbstractImporter
-
- isTestMode() - Static method in class org.isoron.uhabits.HabitsApplication
-