session-ios/SessionUtilitiesKit
Morgan Pretty ec81236615 Fixed a few more threading-related bugs
Updated the libSession build script to reset and checkout submodules based on a flag (simplify the process)
Updated the share and notification extensions to generate the DSYM on debug builds to allow for better debugging
Added additional startup logging for debugging purposes
Tweaked the SNLog function to indicate when the log happens on the main thread (slightly less efficient but should help track down logic incorrectly running on the main thread)
Fixed a bug where we weren't recording the last PN server registration (so would re-register every time)
Fixed a bug where if the user sent the app to the background too quickly after launching the app wouldn't successfully startup when re-opening
Fixed a bug where the Notification and Share extensions would assert because they were dispatching the post-migration logic to the main thread (due to the threading changes in a previous release)
Fixed a bug where the Notification extension would incorrectly poll open groups on the main thread
2023-06-30 17:59:37 +10:00
..
Combine Resolved the remaining known internal testing issues 2023-06-29 12:11:54 +10:00
Crypto Fixed a hang, removed redundant libs, files and code 2023-06-29 16:58:23 +10:00
Database Fixed a few more threading-related bugs 2023-06-30 17:59:37 +10:00
General Fixed a few more threading-related bugs 2023-06-30 17:59:37 +10:00
JobRunner Fixed a number of issues found during internal testing 2023-06-23 17:54:29 +10:00
Media Fixed a couple of bugs found during testing 2023-03-06 17:53:30 +11:00
Meta Fixed a hang, removed redundant libs, files and code 2023-06-29 16:58:23 +10:00
Networking Fixed a breaking issue and a few other minor bugs 2023-06-26 18:03:40 +10:00
Utilities Fixed a breaking issue and a few other minor bugs 2023-06-26 18:03:40 +10:00
Configuration.swift Fixed build issues, bugs, added unit tests and added the ConvoInfoVolatile handling 2023-02-01 18:12:36 +11:00