Signal-iOS/SignalMessaging
Michael Kirk 3aebaefc31 A lighter touch for the fix-call connect.
Though it should be fine, reloading the callUIAdapter is a bit heavy
handed. And the current implementation is prone to being broken, since
we sometimes forget not to treat callUIAdapter as a singleton.

Longer term we can find a way to either: make callUIAdapter a true
singleton or possibly make callUIAdapter a private member of something
which *is* a true singleton.

Since we only *need* it to be reloaded the one time the migration runs
(or when a user changes settings which should be rare) it makes sense to
remove it from the happy path.

// FREEBIE
2018-03-08 10:15:20 -05:00
..
attachments In-App notifications don't pause background audio 2018-03-05 17:59:09 -05:00
categories Strip out special casing for pre-iOS 9 users. 2018-02-26 14:13:38 -05:00
contacts Strip out special casing for pre-iOS 9 users. 2018-02-26 14:13:38 -05:00
environment CR: rename SignalClassic constant 2018-03-06 14:00:29 -05:00
Models Share a photo from photos app 2017-12-07 10:13:06 -05:00
profiles Revert "Revert "Merge branch 'charlesmchen/debugLogs' into hotfix/2.20.1"" 2018-03-02 17:44:14 -05:00
utils A lighter touch for the fix-call connect. 2018-03-08 10:15:20 -05:00
viewControllers Clean up ahead of PR. 2017-12-05 11:32:19 -05:00
ViewControllers Custom notification sounds. 2018-02-23 12:53:42 -05:00
views Strip out special casing for pre-iOS 9 users. 2018-02-26 14:13:38 -05:00
Views Respond to CR. 2018-02-22 12:07:11 -05:00
Info.plist Shared framework between app and extension 2017-11-29 13:58:27 -08:00
SignalMessaging-Prefix.pch Retain changes from session database branch. 2018-01-10 12:18:23 -05:00
SignalMessaging.h Rebrand OWSAudioPlayer. 2018-02-26 14:47:57 -05:00