Signal-iOS/Signal/src/ViewControllers/ConversationView
Michelle Linington a660a81d0f IOS-668: Reorganize how ContactsUpdater interacts with CDS operations
- Removes ContactsUpdater singleton. It wasn't really tracking much
  state anyway
- Introduces ContactDiscoveryTask. This creates a
  ContactDiscoveryOperation (modern or legacy) and updates the
  SignalRecipients database on completion. Returns a promise.
- Begin migrating away from operation queues

PromiseKit is weird about priority propogation, so this shouldn't be
used yet. Since all then closures are asynced, priorities don't
propogate down to underlying queues. This means the a
ContactDiscoveryTask on the main queue will not boost the priority on
the ModernContactDiscoverOperation's owned operation queue
2020-08-06 12:55:32 -07:00
..
Cells PR Feedback 2020-08-04 14:18:10 -07:00
Emoji Picker PR Feedback 2020-06-01 12:56:43 -07:00
Reactions Details Adjust ActionSheetController dark theme style 2020-06-25 19:04:12 -03:00
ConversationCollectionView.h Landscape orientation. 2019-01-09 15:14:36 -05:00
ConversationCollectionView.m A better fix for conversation scroll jumping 2020-06-06 17:11:42 -03:00
ConversationHeaderView.swift Fix conversation header after theme change 2020-01-02 16:29:11 -08:00
ConversationInputTextView.swift Allow selection mentions using keyboard commands 2020-08-04 14:09:06 -07:00
ConversationInputToolbar.h Mention sending 2020-08-04 14:08:30 -07:00
ConversationInputToolbar.m Mention sending 2020-08-04 14:08:30 -07:00
ConversationMessageMapping.swift Respond to CR. 2020-06-18 12:09:42 -03:00
ConversationScrollButton.h Add scroll to mention button 2020-08-04 14:09:06 -07:00
ConversationScrollButton.m Incorporate Michelle's feedback 2020-08-05 10:21:49 -07:00
ConversationViewController.h Mentions Picker 2020-07-30 11:23:45 -07:00
ConversationViewController.m IOS-668: Reorganize how ContactsUpdater interacts with CDS operations 2020-08-06 12:55:32 -07:00
ConversationViewController+LastVisibleSortId.swift Adopting some PR feedback: 2020-07-01 09:41:31 -07:00
ConversationViewController+Mentions.swift Allow tapping mentions in message bubbles 2020-08-04 14:09:06 -07:00
ConversationViewController+MessageRequest.swift Add pending members. 2020-08-06 11:23:16 -03:00
ConversationViewController+OWS.swift Respond to CR. 2020-08-05 14:28:15 -03:00
ConversationViewController+ScrollTo.swift Fix compilation failure due to rebase 2020-07-01 09:41:31 -07:00
ConversationViewItem.h PR Feedback 2020-07-15 18:41:29 -07:00
ConversationViewItem.m PR Feedback 2020-08-04 14:18:10 -07:00
ConversationViewLayout.h Fix more build warnings. 2020-04-10 13:17:08 -03:00
ConversationViewLayout.m Fix some additional flashing when loading more 2020-06-12 13:42:51 -07:00
ConversationViewModel.h Preserve conversation scroll position 2020-06-18 16:25:04 -07:00
ConversationViewModel.m PR Feedback 2020-07-15 18:41:29 -07:00
DateHeaderInteraction.swift Use sent timestamp for date headers 2020-06-12 13:48:18 -07:00
InteractionReactionState.swift Track reaction read state 2020-04-20 10:25:31 -07:00
MessageRequestView.swift Respond to CR. 2020-07-24 17:45:43 -03:00
MessageSelectionView.swift Revise dark theme. 2020-04-16 11:32:35 -03:00
ThreadDetailsInteraction.swift Respond to CR. 2020-05-11 10:19:52 -03:00
TypingIndicatorInteraction.swift Respond to CR. 2020-05-11 10:19:52 -03:00
UnreadIndicatorInteraction.swift Respond to CR. 2020-05-11 10:19:52 -03:00