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

F

findTrueEarlyDate(Task) - Method in class com.evanv.taskapp.logic.Optimizer
Finds the date that is the later of A) the earliest current do date for a parent Task, or B) the actual earliest completion date for the given Task, as scheduling earlier than the later of these dates would create problems.
findTrueEndDate(Task) - Method in class com.evanv.taskapp.logic.Optimizer
Finds the date that is the earlier of A) the earliest current do date for a child Task, or B) the actual due date for the given Task, as scheduling later than the earlier of these dates would create problems.
finishProcessing(boolean) - Method in class com.evanv.taskapp.ui.main.MainActivity
Now that the user has handled overdue tasks, we're ready to start the app.
fromArrayList(ArrayList<Long>) - Static method in class com.evanv.taskapp.db.Converters
Convert ArrayList of Longs (used for IDs) to a String, useful for storing parent/child relations
fromDate(Date) - Static method in class com.evanv.taskapp.db.Converters
Convert Date to Long for easy storing of Date fields in Room DB.
fromString(String) - Static method in class com.evanv.taskapp.db.Converters
Convert String of Longs (used for IDs) to an ArrayList, useful for storing parent/child relations
A C D E F G H I L M N O P R S T U W X Y 
All Classes All Packages