session-ios/Session/Shared
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
..
Types Merge remote-tracking branch 'origin/feature/tweak-profile-modal-ui' into feature/updated-user-config-handling 2023-05-26 17:54:45 +10:00
Views Another tweak for the string linter and a couple of UI fixes 2023-05-31 17:26:43 +10:00
BaseVC.swift fix gradient background 2022-09-28 14:26:07 +10:00
CaptionView.swift Fixed a hang, removed redundant libs, files and code 2023-06-29 16:58:23 +10:00
FullConversationCell.swift Fixed a hang, removed redundant libs, files and code 2023-06-29 16:58:23 +10:00
LoadingViewController.swift Removed some unneeded imports 2022-12-07 15:54:56 +11:00
OWSBezierPathView.h Fixed a hang, removed redundant libs, files and code 2023-06-29 16:58:23 +10:00
OWSBezierPathView.m Further config util logic 2022-12-07 15:06:15 +11:00
QRCodeScanningViewController.swift Finished removing usages to non-theme colour variables 2022-09-20 16:06:01 +10:00
ScanQRCodeWrapperVC.swift fix scan qr code screen 2022-10-05 15:24:43 +11:00
ScreenLockUI.swift Fixed a number of bugs found during internal testing 2023-06-19 18:19:47 +10:00
SessionCarouselView+Info.swift optimise round corner for carousel view 2023-01-30 17:16:35 +11:00
SessionCarouselView.swift implement carousel view delegate 2023-01-31 11:06:06 +11:00
SessionCarouselViewDelegate.swift implement carousel view delegate 2023-01-31 11:06:06 +11:00
SessionTableViewController.swift Resolved the remaining known internal testing issues 2023-06-29 12:11:54 +10:00
SessionTableViewModel.swift Fixed a few bugs uncovered with further testing 2023-05-10 17:27:36 +10:00
UserSelectionVC.swift Fixed an accessibility regression 2023-04-26 15:13:39 +10:00