SafeSlingerProject / SafeSlinger-iOS

Source code for iOS platform client SafeSlinger
MIT License
6 stars 2 forks source link

Sending messages via conversation screen #54

Closed brnunes closed 9 years ago

brnunes commented 9 years ago

When the user sends a message from the conversation screen, the keyboard is dismissed and a popup with the message "message sent, awaiting response..." is shown, blocking the screen. In order to send another message, the user has to wait for the message to go away, tap in the text field, then the keyboard is shown and a new message can be written and sent. In order to provide a better experience, I suggest that the keyboard is not dismissed, the popup is not shown and the message is shown in the list right away, like in the Android version. Instead of showing the time that the message was sent in the detailTextLabel (below the message text), the message "Sending..." should be shown. When the message has been sent, then the text in the detailTextLabel is changed for the time that the message was sent.

tenmalin commented 9 years ago

Nice idea! I like it. It can help users continuing their inputs. I suggest we keep keyboard display but require one button to disable the keyboard when users want to end the conversation.

brnunes commented 9 years ago

This was done with issue #56.