Signal-iOS/Signal/src/ViewControllers/ConversationView
Michelle Linington bb4d6188cd Fix collection view content inset adjustments
The wallpaper can't be subview index 0 in ConversationViewController.
UIViewController will only automatically adjust content insets for
scroll view's at index 0.

Instead, let's make it index 1 and set the layer's z-index behind the
collection view.
2021-01-22 17:14:55 -08:00
..
Cells Update design of the conversation list cells. 2021-01-22 10:24:36 -08:00
CV Handle presenting from siri suggestion 2021-01-21 20:27:16 -08: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 Modify layout to handle performBatchUpdates(). 2020-12-18 10:49:48 -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 Remove sticker tooltip 2021-01-22 13:51:50 -08: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 Group link promotion. 2021-01-12 15:51:05 -03:00
ConversationViewController.m Fix collection view content inset adjustments 2021-01-22 17:14:55 -08:00
ConversationViewController+Banners.swift Run precommit. Happy new year! 2021-01-05 14:28:32 -08:00
ConversationViewController+BottomBar.swift Update CVC contentInset after keyboard presentation/dismissal. 2020-12-23 17:46:31 -03:00
ConversationViewController+CVC.swift PR Feedback 2021-01-21 17:00:18 -08: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 Rename CVItemViewModel, CVItemViewModelImpl. 2020-12-11 16:49:14 -03:00
ConversationViewController+MessageRequest.swift Run precommit. Happy new year! 2021-01-05 14:28:32 -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 Fix system message multi-select 2021-01-21 18:16:10 -08: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 System message wallpaper styling. 2021-01-21 17:00:17 -08: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