Signal-iOS/Signal/src/ViewControllers/ConversationView
Michelle Linington f483ee2cac Fixes some name collision bugs
- Fixes up content alignment issues from parallel changes to table view
  styling.
- Re-adds view controller presentation within a nav controller (stemming
  from parallel changes to table view styling)
- Fixes a bug around overzealous collision detection

Also fixes an unrelated issue. Setting up cv banners performs layout, which
can cause the conversation view controller's trait collection to change.
This can lead to us reenterantly setting up banners and updating trait
collection.

The workaround is to just call -ensureBannerState asynchronously from
-traitCollectionDidChange to break the synchronous chain.
2021-03-17 01:14:25 -07:00
..
Cells SSK: Make OrderedDictionary a struct and improve it a bit 2021-03-04 10:30:54 -08:00
CV Tweak selection animations to be slide in / out 2021-03-16 19:48:59 -03:00
Emoji Picker Convert font style convenience methods to properties. 2020-10-06 13:09:45 -03:00
Reactions Details Convert font style convenience methods to properties. 2020-10-06 13:09:45 -03:00
BlockingGroupMigrationView.swift Refine group migrations. 2020-10-30 09:20:51 -03:00
ConversationCollectionView.h Modify layout to handle performBatchUpdates(). 2020-12-18 10:49:48 -03:00
ConversationCollectionView.m Animate message send and receive. 2021-03-16 19:48:59 -03:00
ConversationHeaderView.swift Rewrite conversation view. 2020-12-10 12:44:13 -03:00
ConversationInputTextView.swift Revert "Fix auto-scroll issue around first message in thread." 2020-12-18 11:26:13 -03:00
ConversationInputToolbar.h Remove camera preview from Attach menu 2021-01-11 14:42:33 -08:00
ConversationInputToolbar.m Animate quoted replies 2021-03-16 19:48:59 -03:00
ConversationScrollButton.h Add scroll to mention button 2020-08-04 14:09:06 -07:00
ConversationScrollButton.m Add "share group link QR code" view. 2020-09-01 17:11:09 -03:00
ConversationViewController.h Animate multi-select UI appearance/disappearance 2021-03-16 19:48:59 -03:00
ConversationViewController.m Fixes some name collision bugs 2021-03-17 01:14:25 -07:00
ConversationViewController+Banners.swift Fixes some name collision bugs 2021-03-17 01:14:25 -07:00
ConversationViewController+BottomBar.swift Fix issue around sharing a sticker pack URL to just the currently open conversation. 2021-01-28 11:32:13 -03:00
ConversationViewController+CVC.swift Block loads while animating selection change 2021-03-16 19:48:59 -03:00
ConversationViewController+GestureRecognizers.swift Rename CVItemViewModel, CVItemViewModelImpl. 2020-12-11 16:49:14 -03:00
ConversationViewController+LastVisibleSortId.swift Improve landing of loads. 2020-12-18 11:20:49 -03:00
ConversationViewController+Mentions.swift Migrate CVC "bottom view" logic to Swift. 2020-10-30 09:07:37 -03:00
ConversationViewController+MessageActionsDelegate.swift Fix issues around message details view. 2021-01-22 23:23:48 -03:00
ConversationViewController+MessageRequest.swift Most of the work for profile spoofing in group membership 2021-03-03 12:51:07 -08:00
ConversationViewController+OWS.swift Show tapped avatar in conversation settings full screen 2021-01-21 16:17:24 -08:00
ConversationViewController+Scroll.swift Improve attachment progress indicators. 2021-01-21 20:40:23 -03:00
ConversationViewController+Selection.swift Animate multi-select UI appearance/disappearance 2021-03-16 19:48:59 -03:00
ConversationViewController+Wallpaper.swift Fix wallpaper threading issue 2021-01-21 17:28:20 -08:00
ConversationViewLayout.swift All loads to land near edge of load window. 2020-12-19 08:20:38 -03:00
CVViewState.swift Block loads while animating selection change 2021-03-16 19:48:59 -03:00
DateHeaderInteraction.swift Rewrite conversation view. 2020-12-10 12:44:13 -03:00
InteractionReactionState.swift Rewrite conversation view. 2020-12-10 12:44:13 -03:00
MemberRequestView.swift Refine group migrations. 2020-10-30 09:20:51 -03:00
MessageRequestView.swift Refine group migrations. 2020-10-30 09:20:51 -03:00
MessageSelectionView.swift Revise dark theme. 2020-04-16 11:32:35 -03:00
ThreadDetailsInteraction.swift Clean up codebase. 2020-12-10 13:17:24 -03:00
TypingIndicatorInteraction.swift Respond to CR. 2020-05-11 10:19:52 -03:00
UnreadIndicatorInteraction.swift Rewrite conversation view. 2020-12-10 12:44:13 -03:00