SafeSlingerProject / SafeSlinger-iOS

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

add test message post-exchange #46

Closed mwfarb closed 9 years ago

mwfarb commented 10 years ago

https://github.com/SafeSlingerProject/SafeSlinger-Android/issues/71

mwfarb commented 9 years ago

I stopped using state_FileSent for only sending a single message: messages tab, compose tab, automated verification message after slinging keys between 2 persons. We already push the user directly into the conversation view, so the visual confirmation is apparent in that case.

I started using state_MessagesSent for multiple messages as a toast message: introductions tab, and automated verification messages after slinging keys between 3+ persons. In this case I push the user to the list of all threads and added a small subtext of progress messages for each including use of string prog_pending.

For the automated message text I used: label_messageYouAreVerified.

brnunes commented 9 years ago

Added message confirmation after key exchange. Committed to branch v1.8.2. https://github.com/SafeSlingerProject/SafeSlinger-iOS/tree/v1.8.2