A C D E F G H I L M N O P R S T U W X Y 
All Classes All Packages

I

ignoreCheckedChanged - Variable in class com.evanv.taskapp.ui.additem.AddItem
 
initialAssignment(PriorityQueue<Task>, Date, List<List<Task>>, int[]) - Method in class com.evanv.taskapp.logic.Optimizer
First run of scheduling.
initializeForOptimization() - Method in class com.evanv.taskapp.logic.Task
Copies children into working children and parents into working parents, so the optimizer can utilize the inherent dependency tree.
inputShown - Variable in class com.evanv.taskapp.ui.additem.recur.RecurActivity
 
insert(Event) - Method in interface com.evanv.taskapp.db.EventDao
Insert an event into the event_table
insert(Event) - Method in class com.evanv.taskapp.db.TaskAppRepository
Asynchronously inserts an event into the event_table
insert(Event) - Method in class com.evanv.taskapp.db.TaskAppViewModel
Asynchronously inserts an event into the event_table
insert(Task) - Method in class com.evanv.taskapp.db.TaskAppRepository
Asynchronously inserts a task into the task_table
insert(Task) - Method in class com.evanv.taskapp.db.TaskAppViewModel
Asynchronously inserts a task into the task_table
insert(Task) - Method in interface com.evanv.taskapp.db.TaskDao
Insert a task into the task_table
insertEventAsyncTask(EventDao, Event) - Constructor for class com.evanv.taskapp.db.TaskAppRepository.insertEventAsyncTask
Initializes the thread with the event to be added and the Dao to interface with
insertTaskAsyncTask(TaskDao, Task) - Constructor for class com.evanv.taskapp.db.TaskAppRepository.insertTaskAsyncTask
Initializes the thread with the task to be added and the Dao to interface with
INSTANCE - Static variable in class com.evanv.taskapp.db.TaskAppRoomDatabase
 
intentAddItem() - Method in class com.evanv.taskapp.ui.main.MainActivity
Launches the AddItem activity.
intentRecur() - Method in class com.evanv.taskapp.ui.additem.EventEntry
Launch a new intent to the RecurActivity, and give it the needed information
intentRecur() - Method in class com.evanv.taskapp.ui.additem.TaskEntry
Launch a new intent to the RecurActivity, and give it the needed information
isCompletable() - Method in class com.evanv.taskapp.ui.main.recycler.TaskItem
Returns boolean that represents, if true, that the task can be completed today
isEmpty() - Method in class com.evanv.taskapp.logic.LogicSubsystem
Return true if the app has no tasks/events currently being tracked.
isListOfDays(String) - Method in class com.evanv.taskapp.ui.additem.recur.YearlyRecurFragment
Checks if String contains a comma delimited list of days
isListOfMonths(String) - Method in class com.evanv.taskapp.ui.additem.recur.YearlyRecurFragment
Checks if String contains a comma delimited list of three-letter abbreviations of months
ITEM_REQUEST - Static variable in class com.evanv.taskapp.ui.main.MainActivity
 
ItemEntry - Interface in com.evanv.taskapp.ui.additem
An interface describing a Fragment that has a method that returns a Bundle with all of it's fields, allowing MainActivity to retrieve all the fields for Event/Task entry easily
A C D E F G H I L M N O P R S T U W X Y 
All Classes All Packages