Zom-Android-XMPP icon indicating copy to clipboard operation
Zom-Android-XMPP copied to clipboard

Better handle audio fails

Open cstiens opened this issue 6 years ago • 2 comments

In some cases, a long audio message will fail to send.

Here's what happens:

What did you do? Tapped to record an audio message within a chat. What did you expect to see? I expected the message to go through. What did you see instead? The audio message just disappeared. Nothing showed up in the chat. I didn't have an option to resend.

We're doing a handful of tests to see if there's a threshold of time when they fail to send. But, in general, we need to handle the fail case better.

Some ideas:

  • give the option to resend
  • show the audio recording in the chat (always) and try to auto resend

cstiens avatar Sep 07 '17 18:09 cstiens

One of the issues here is that the chat session is not yet init'd yet, due to logging in or some other problem. We need to handle that better, and be able to queue messages even if there is on active session.

n8fr8 avatar Nov 21 '17 21:11 n8fr8

Could be a number of things still here:

  • Error with audio recording setup (should notify the user)
  • Accidentally delete if you move your thumb
  • is recorded, but somehow not enqueued in outbound messages

n8fr8 avatar Jan 03 '18 20:01 n8fr8