You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-ios/SessionUtilitiesKit
Morgan Pretty 37ea2a89bc Fixed a number of crashes currently affecting production
• Fixed a crash due to our ThreadSafe code using a struct instead of a class (rendering it non thread safe)
• Fixed a crash which could occur on the home screen if the data loaded before the UI finished loading
• (Hopefully) Fixed a crash which could occur when the OS optimised async execution to run immediately within an existing database transaction (potentially resulting in re-entrant database access)
• Fixed an issue where the database read/write publishers weren't checking for a valid database state before actual query execution (only during the creation of the stream)
3 months ago
..
Combine Refactored `Atomic<T>` to `@ThreadSafe` and `@ThreadSafeObject` 4 months ago
Crypto Refactored `Atomic<T>` to `@ThreadSafe` and `@ThreadSafeObject` 4 months ago
Database Fixed a number of crashes currently affecting production 3 months ago
General Merge pull request #342 from mpretty-cyro/fix/atomic-reentrancy 3 months ago
JobRunner Fixed a number of crashes currently affecting production 3 months ago
LibSession Updated NTS & 1-1 conversation deletion to be consistent with other plats 5 months ago
Media Fixed an issue where sharing attachments could lose filename and extension 4 months ago
Meta Replaced Cocoapods with Swift Package Manager for dependency management 8 months ago
Networking Fixed an app submission issue due to private API naming collision 6 months ago
Utilities Fixed a number of crashes currently affecting production 3 months ago
Configuration.swift Refactored the LintLocalizableStrings script 6 months ago