Signal-iOS/Signal/src/ViewControllers/ConversationView
Michael Kirk 45c4066a80 Fix deadlock with thread.name
For contact threads, thread.name opened a sneaky transaction, which would
sometimes cause a deadlock.

This commit moves the name method to the contact manager and offers an explicit
transaction flavor. There is still a sneaky transaction flavor used in some
places where it's deemed dangerous to plumb through a transaction without
further scrutiny.
2019-08-23 18:45:23 -06:00
..
Cells Fix deadlock with thread.name 2019-08-23 18:45:23 -06:00
ConversationCollectionView.h Landscape orientation. 2019-01-09 15:14:36 -05:00
ConversationCollectionView.m Landscape orientation. 2019-01-09 15:14:36 -05:00
ConversationHeaderView.swift Show that a user is in contacts in conversation title. 2019-07-18 12:21:39 -07:00
ConversationInputTextView.h Fix sticker keyboard edges cases around first responder. 2019-05-29 09:02:29 -04:00
ConversationInputTextView.m Add sticker button compensation to conversation text input 2019-08-19 16:23:38 -07:00
ConversationInputToolbar.h "Add More" from recents selection 2019-08-16 13:51:19 -07:00
ConversationInputToolbar.m Add sticker button compensation to conversation text input 2019-08-19 16:23:38 -07:00
ConversationMessageMapping.swift Don't show thread details in note to self 2019-08-15 14:09:01 -07:00
ConversationScrollButton.h Respond to CR. 2017-11-22 09:39:43 -05:00
ConversationScrollButton.m Respond to CR. 2019-04-25 09:54:49 -04:00
ConversationViewController.h Smooth Media Gallery Animations 2019-07-24 13:25:37 -06:00
ConversationViewController.m Fix deadlock with thread.name 2019-08-23 18:45:23 -06:00
ConversationViewController+OWS.swift Fix rebase breakage. 2019-07-31 11:09:23 -03:00
ConversationViewItem.h Respond to CR. 2019-08-08 15:55:56 -03:00
ConversationViewItem.m Respond to CR. 2019-08-08 15:55:56 -03:00
ConversationViewLayout.h Cache system message text. 2018-08-09 14:01:07 -04:00
ConversationViewLayout.m Reduce logging. 2019-03-15 16:27:08 -04:00
ConversationViewModel.h avoid deadlock 2019-05-13 12:48:45 -04:00
ConversationViewModel.m Don't show thread details in note to self 2019-08-15 14:09:01 -07:00
MessageRequestView.swift Don't force profiles for existing conversations until phone number privacy rolls out 2019-07-31 13:17:37 -07:00
ThreadDetailsInteraction.swift Add Thread details interaction 2019-07-31 12:02:32 -07:00
TypingIndicatorInteraction.swift Convert interactions to BaseModel. 2019-07-19 15:25:28 -03:00