session-ios/Signal/src/Models/TSMessageAdapaters
Michael Kirk 33f6a95520 Explain send failures for text and media messages
fixes #1231

Motivation
----------
Previously when messages failed to send, there was no reason given.
Furthermore, when media messages failed to send there was no indication
that any attempt to send the message even occurred, nor a retry
dialog.

UX Changes
----------
- Show "uploading" status for media
- Show specific error message in retry-send dialog
- Only scroll to bottom when new message is inserted
- Show specific errors when group creation fails

Code Changes
-----------
- Updated incorrect references to TSMessageAdapters which were actually
  references to OWSMessageData
- MessageSender was extracted from SSK MessagesManager
- access MessagesManager as property
- idiomatic init/properties for Env
- log contact intersections
- Move scroll-to-bottom animation to main thread.

// FREEBIE
2016-10-26 15:22:35 -04:00
..
OWSMessageData.h Explain send failures for text and media messages 2016-10-26 15:22:35 -04:00
OWSMessageEditing.h Call notifications are deletable 2016-10-12 09:30:25 -04:00
TSAnimatedAdapter.h Consistent and efficient media Delete/Copy/Save UX 2016-07-18 09:20:48 -07:00
TSAnimatedAdapter.m Fix incorrect GIF message bubble sizing (#1300) 2016-08-15 09:39:46 -04:00
TSContentAdapters.h Code Cleanup (#1229) 2016-06-17 15:41:41 -07:00
TSMessageAdapter.h Explain send failures for text and media messages 2016-10-26 15:22:35 -04:00
TSMessageAdapter.m Explain send failures for text and media messages 2016-10-26 15:22:35 -04:00
TSPhotoAdapter.h Consistent and efficient media Delete/Copy/Save UX 2016-07-18 09:20:48 -07:00
TSPhotoAdapter.m Prevent crash when copying corrupted image attachment. (#1287) 2016-07-21 15:55:32 -07:00
TSVideoAttachmentAdapter.h Consistent and efficient media Delete/Copy/Save UX 2016-07-18 09:20:48 -07:00
TSVideoAttachmentAdapter.m Explain send failures for text and media messages 2016-10-26 15:22:35 -04:00