talk-android/app/src/main/java/com/nextcloud/talk/ui/dialog
Marcel Hibbe aedede9ffd
proof of concept: use conductor with BottomSheetDialog
two approaches are added with this commit (just for testing):

1.for conversationOperationAddFavorite
- replace UI in ConversationOperationDialog
- push another controller via method in ConversationsListController (makes no sense here, but will be useful for other cases)

2. for conversationOperationRemoveFavorite
- hide UI
- introduce another conductor router for dialog
- push new Controller with new router
- fetchData in old controller

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2022-02-16 11:34:05 +01:00
..
AttachmentDialog.kt share contact from attachment dialog 2021-11-17 12:12:05 +01:00
AudioOutputDialog.kt format code + fix klint/findbugs warnings 2022-02-07 14:27:38 +01:00
ChooseAccountDialogFragment.java spotbugs: remove needlessly boxing a boolean constant 2021-11-11 22:10:48 +01:00
ConversationOperationDialog.kt proof of concept: use conductor with BottomSheetDialog 2022-02-16 11:34:05 +01:00
ScopeDialog.kt migrate scope dialog to native view binding 2021-11-11 22:10:55 +01:00
SortingOrderDialogFragment.java Add order capabilities to file browser 2021-09-03 12:58:46 +02:00