You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-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
8 years ago
..
Models Provision device from QRCode. 8 years ago
Supporting Files iOS 9 Support 9 years ago
audio Removing unused imported classes. 9 years ago
call Fixed RecentCall unconditionally setting userNotified, even for missed calls //FREEBIE 10 years ago
contact extract and test contact searcher 8 years ago
network Adapting to renaming. 8 years ago
phone Fixes #146 #147. 9 years ago
profiling Recursively added dot syntax, translating more terms when they were encountered in the dif 10 years ago
push Removing unused imported classes. 9 years ago
util More logging, scrub phone numbers from file logs (#1357) 8 years ago
view controllers/Signals/TSMessageAdapters Explain send failures for text and media messages 8 years ago
TestUtil.h Goodbye OCTest, Hello XCTest 10 years ago
TestUtil.m Initial work to depend on external futures library instead of internal implementation 10 years ago