Package-level declarations
Types
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.
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.
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.