Package-level declarations

Types

Link copied to clipboard

Interface to be implemented by either the parent fragment of this fragment, the target fragment or the parent activity. If none of these implements it, there won't be any callback.

Link copied to clipboard
class RecurrencePickerDialog : DialogFragment, RecurrencePickerContract.View, DateDialogFragment.Callback

Dialog fragment used to create a custom recurrence with nearly all available options. Provides all the options available in RecurrencePickerFragment, only in a more compact way. Note: due to the MVP architecture, some interface methods are public but shouldn't be used.

Link copied to clipboard
class RecurrencePickerFragment : Fragment, RecurrencePickerContract.View, DateDialogFragment.Callback

Fragment used to create a custom recurrence with nearly all available options. Only some options of monthly recurrences are not available, like recurring on a day other than start date. This fragment can be shown directly or after RecurrenceListDialog was shown. Note: due to the MVP architecture, some interface methods are public but shouldn't be used.