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/SessionMessagingKit/Sending & Receiving
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)
1 year ago
..
Attachments Fixed an issue where sharing attachments could lose filename and extension 1 year ago
Errors Merge remote-tracking branch 'upstream/dev' into standardised-strings 1 year ago
Link Previews Refactored the LintLocalizableStrings 2 years ago
Message Handling Fixed a build error caused from merging 1 year ago
Notifications Updated NTS & 1-1 conversation deletion to be consistent with other plats 1 year ago
Pollers Cleaned up 'calledFromConfig' params 1 year ago
Quotes Cleaning up final things before release 3 years ago
Typing Indicators Refactored `Atomic<T>` to `@ThreadSafe` and `@ThreadSafeObject` 1 year ago
MessageReceiver.swift Fixed some issues with message deletion and the input field 1 year ago
MessageSender+Convenience.swift Fixed a few more issues found during testing 1 year ago
MessageSender.swift Fixed a number of crashes currently affecting production 1 year ago
Notification+MessageReceiver.swift [WIP] Started work fixing XCode 15 build issues 2 years ago