|
|
@ -125,6 +125,7 @@ import com.todoroo.astrid.service.TaskService;
|
|
|
|
import com.todoroo.astrid.service.UpgradeService;
|
|
|
|
import com.todoroo.astrid.service.UpgradeService;
|
|
|
|
import com.todoroo.astrid.sync.SyncResultCallback;
|
|
|
|
import com.todoroo.astrid.sync.SyncResultCallback;
|
|
|
|
import com.todoroo.astrid.sync.SyncV2Provider;
|
|
|
|
import com.todoroo.astrid.sync.SyncV2Provider;
|
|
|
|
|
|
|
|
import com.todoroo.astrid.taskrabbit.TaskRabbitControlSet;
|
|
|
|
import com.todoroo.astrid.ui.DateChangedAlerts;
|
|
|
|
import com.todoroo.astrid.ui.DateChangedAlerts;
|
|
|
|
import com.todoroo.astrid.ui.DeadlineControlSet;
|
|
|
|
import com.todoroo.astrid.ui.DeadlineControlSet;
|
|
|
|
import com.todoroo.astrid.utility.AstridPreferences;
|
|
|
|
import com.todoroo.astrid.utility.AstridPreferences;
|
|
|
@ -250,6 +251,7 @@ public class TaskListFragment extends ListFragment implements OnScrollListener,
|
|
|
|
private RepeatControlSet repeatControl;
|
|
|
|
private RepeatControlSet repeatControl;
|
|
|
|
private GCalControlSet gcalControl;
|
|
|
|
private GCalControlSet gcalControl;
|
|
|
|
private EditPeopleControlSet peopleControl;
|
|
|
|
private EditPeopleControlSet peopleControl;
|
|
|
|
|
|
|
|
private TaskRabbitControlSet taskRabbitControl;
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* ======================================================================
|
|
|
|
* ======================================================================
|
|
|
@ -652,11 +654,13 @@ public class TaskListFragment extends ListFragment implements OnScrollListener,
|
|
|
|
repeatControl.getDisplayView(), gcalControl.getDisplayView());
|
|
|
|
repeatControl.getDisplayView(), gcalControl.getDisplayView());
|
|
|
|
deadlineControl.setIsQuickadd(true);
|
|
|
|
deadlineControl.setIsQuickadd(true);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
peopleControl = new EditPeopleControlSet(getActivity(), this,
|
|
|
|
peopleControl = new EditPeopleControlSet(getActivity(), this,
|
|
|
|
R.layout.control_set_assigned,
|
|
|
|
R.layout.control_set_assigned,
|
|
|
|
R.layout.control_set_default_display,
|
|
|
|
R.layout.control_set_default_display,
|
|
|
|
R.string.actfm_EPA_assign_label, TaskEditFragment.REQUEST_LOG_IN);
|
|
|
|
R.string.actfm_EPA_assign_label, TaskEditFragment.REQUEST_LOG_IN);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
resetControlSets();
|
|
|
|
resetControlSets();
|
|
|
|
|
|
|
|
|
|
|
|
LayoutParams lp = new LinearLayout.LayoutParams(LayoutParams.FILL_PARENT, LayoutParams.FILL_PARENT, 1.0f);
|
|
|
|
LayoutParams lp = new LinearLayout.LayoutParams(LayoutParams.FILL_PARENT, LayoutParams.FILL_PARENT, 1.0f);
|
|
|
|