From 3bb2b7b791d61559d8090fc63e89eee7bc689fc0 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Tue, 31 May 2022 21:08:51 -0500 Subject: [PATCH] Execute command and show note or error response --- src/cheogram/res/layout/command_note.xml | 30 +++ src/cheogram/res/layout/command_page.xml | 27 ++ .../conversations/entities/Conversation.java | 253 ++++++++++++++++++ .../ui/ConversationFragment.java | 55 +--- src/main/res/layout/fragment_conversation.xml | 2 +- 5 files changed, 315 insertions(+), 52 deletions(-) create mode 100644 src/cheogram/res/layout/command_note.xml create mode 100644 src/cheogram/res/layout/command_page.xml diff --git a/src/cheogram/res/layout/command_note.xml b/src/cheogram/res/layout/command_note.xml new file mode 100644 index 0000000000000000000000000000000000000000..79c4f35fd18002ba1ff868acbf9e55aae0a8dc8a --- /dev/null +++ b/src/cheogram/res/layout/command_note.xml @@ -0,0 +1,30 @@ + + + + + + + + + + diff --git a/src/cheogram/res/layout/command_page.xml b/src/cheogram/res/layout/command_page.xml new file mode 100644 index 0000000000000000000000000000000000000000..c624dd8f8b016b26143952cbfa78a06465254dd9 --- /dev/null +++ b/src/cheogram/res/layout/command_page.xml @@ -0,0 +1,27 @@ + + + + + + +