rrbrambley / MessageBeast-Android

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

Add drafts feature to MessageManager #11

Closed rrbrambley closed 10 years ago

rrbrambley commented 10 years ago

It'd be great to have a draft feature the MessageManager/sqlite DB. This is different than unsent messages because:

• Unsent messages will be sent when a connection is available. So they're like drafts that have already been committed to be sent. • Drafts are typically in-progress work that don't show up in the same place in the UI as the rest of things. Therefore, it makes sense to have a different sqlite table and such.

rrbrambley commented 10 years ago

This has been added. I still think it would be extra cool to autosync drafts to a channel so that they'd work across devices, but for now, this will suffice. 0b25f65f48674239e78642527110303012b98930