session-ios/Session/Conversations/Message Cells/Content Views
Morgan Pretty d0be7f786c Fixed a hang, removed redundant libs, files and code
Fixed an issue where returning the app from the background would result in the app staying permanently on the splash screen
Included a CRC32 implementation so we can drop the CryptoSwift dependenciy (using CryptoKit everywhere else)
Removed 'SocketRocket' (unused)
Removed the `xcode_14_3_workaround` post-install hook (fixed with CocoaPods 1.12.1)
Removed the `enable_fts5_support` post-install hook (enabled by default since GRDB 6.7.0 so redundant)
Removed the `enable_whole_module_optimization_for_crypto_swift` post-install hook (dropped CryptoSwift support)
Cleared out a bunch of headers from the Signal-Bridging-header file (direct imports instead to reduce incremental build sizes)
Deleted some unused code
2023-06-29 16:58:23 +10:00
..
DeletedMessageView.swift Adding accessibility ids to attachments button, camera button, gif button and documents button, also adding text input id for captions on images 2023-01-06 10:38:34 +11:00
DocumentView.swift wrap up media info container view 2023-01-19 10:47:21 +11:00
LinkPreviewState.swift Further config util logic 2022-12-07 15:06:15 +11:00
LinkPreviewView.swift Fixed a few message scrolling bugs and a couple minor UI tweaks 2022-10-10 11:48:48 +11:00
MediaAlbumView.swift Merge remote-tracking branch 'upstream/dev' into feature/updated-user-config-handling 2023-04-13 13:22:39 +10:00
MediaLoaderView.swift Fixed search performance, started styling in-conversaiton settings 2022-09-07 17:37:01 +10:00
MediaPlaceholderView.swift Adding accessibility ids to attachments button, camera button, gif button and documents button, also adding text input id for captions on images 2023-01-06 10:38:34 +11:00
MediaView.swift Fixed a hang, removed redundant libs, files and code 2023-06-29 16:58:23 +10:00
OpenGroupInvitationView.swift Updated some more message types and modals 2022-08-31 17:44:44 +10:00
QuoteView.swift Fixed a number of issues found during internal testing 2023-06-23 17:54:29 +10:00
ReactionContainerView.swift Fixed a couple of QA issues 2023-05-23 09:42:10 +10:00
ReactionView.swift Added toast and info message deletion, fixed layout issues & unit tests 2022-10-05 18:44:25 +11:00
TypingIndicatorView.swift Further config util logic 2022-12-07 15:06:15 +11:00
VoiceMessageView.swift adding new accessibility ids to message types test 2023-01-10 16:33:49 +11:00