rrbrambley / MessageBeast-Android

A library for building Message-based apps on App.net
MIT License
5 stars 0 forks source link

Provide way to cancel requests (e.g. file uploads) as they are executing #33

Open rrbrambley opened 10 years ago

rrbrambley commented 10 years ago

Use case:

  1. Create unsent message with file attachment, attempt send
  2. Meanwhile, app shows the unsent message in the app.
  3. The user chooses to delete the message as the upload is executing

This should presumably cancel the upload request, etc.