session-ios/Session/Onboarding
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
..
DisplayNameVC.swift Fixed a number of issues found during internal testing 2023-06-23 17:54:29 +10:00
FakeChatView.swift Merge branch 'theming' into ipad-landscape-support 2022-10-04 16:48:42 +11:00
LandingVC.swift add accessibility labels for automation test 2022-10-19 16:13:21 +11:00
LinkDeviceVC.swift Fixed a couple of QA issues 2023-05-23 09:42:10 +10:00
Onboarding.swift Fixed a hang, removed redundant libs, files and code 2023-06-29 16:58:23 +10:00
PNModeVC.swift Fixed a number of issues found during internal testing 2023-06-23 17:54:29 +10:00
PNOptionView.swift Finished removing usages to non-theme colour variables 2022-09-20 16:06:01 +10:00
RegisterVC.swift Fixed a couple of QA issues 2023-05-23 09:42:10 +10:00
RestoreVC.swift Fixed a couple of QA issues 2023-05-23 09:42:10 +10:00
SeedReminderView.swift Fixed a few issues uncovered when testing the shared util feature flag 2023-01-05 13:40:33 +11:00
SeedVC.swift adding accessibility ids and label to extract session id and recovery phrase and adding ids for message requests workflow 2022-11-14 13:54:33 -10:00