restcomm-android-sdk
restcomm-android-sdk copied to clipboard
Improve message delivery reporting UI
Right now I used a simple TextView to show Success or Failure, so that I can take advantage of that text from UI tests. But this is too ugly, we need to come up with nice little graphics to use and then replace the UI test matchers to match based on actually used image. Here's an interesting article on this.