Signal-iOS/Signal/test
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
..
audio Removing unused imported classes. 2015-07-27 16:19:08 +02:00
call Fixed RecentCall unconditionally setting userNotified, even for missed calls //FREEBIE 2014-09-21 12:54:45 +02:00
contact extract and test contact searcher 2016-06-28 14:13:39 -07:00
Models Provision device from QRCode. 2016-09-02 12:40:21 -04:00
network Adapting to renaming. 2016-04-08 09:47:41 +02:00
phone Fixes #146 #147. 2015-12-24 18:52:18 +01:00
profiling Recursively added dot syntax, translating more terms when they were encountered in the dif 2014-09-12 07:21:17 +02:00
push Removing unused imported classes. 2015-07-27 16:19:08 +02:00
Supporting Files iOS 9 Support 2015-10-31 04:45:55 +01:00
util More logging, scrub phone numbers from file logs (#1357) 2016-09-27 21:20:58 -04:00
view controllers/Signals/TSMessageAdapters Explain send failures for text and media messages 2016-10-26 15:22:35 -04:00
TestUtil.h Goodbye OCTest, Hello XCTest 2014-07-17 01:14:12 +02:00
TestUtil.m Initial work to depend on external futures library instead of internal implementation 2014-08-20 08:08:32 -04:00