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/Session
Morgan Pretty e29758e401 Updated GRDB and refactored internal Storage operations
• Updated to GRDB 7.3.0 (from 6.29.3)
• Updated the ConfigMessageReceiveJob and MessageReceiveJob to use the `writeAsync` function (instead of the blocking `write` function) so that they aren't subject to the `Storage.transactionDeadlockTimeoutSeconds`
• Refactored the `Storage.performOperation` and `Storage.performPublisherOperation` to rely on the new cancellable async/await `Task` logic that GRDB 7 supports (as apparently the other async methods don't support cancellation...)
• Cleaned up some "Sendable" related warnings
• Minor tweaks to `Log.assertOnMainThread` to make it a little more readable
1 month ago
..
Calls Database reentrancy fixes 3 months ago
Closed Groups Fixed QA issues 2 months ago
Conversations Updated GRDB and refactored internal Storage operations 1 month ago
Database/Migrations Refactored the remaining DB queries to avoid using type-based queries 2 months ago
Emoji Merge remote-tracking branch 'upstream/dev' into feature/groups-rebuild 3 months ago
Home Updated GRDB and refactored internal Storage operations 1 month ago
Media Viewing & Editing Updated GRDB and refactored internal Storage operations 1 month ago
Meta [Automated] Update translations from Crowdin 1 month ago
Notifications Fixed a number of issues found during testing, and some QA issues 2 months ago
Onboarding Fixed a number of issues found during testing, and some QA issues 2 months ago
Open Groups Cleaned up some TODOs, QA fixes and refetch on admin promotion 3 months ago
Path Fixed a few bugs which came up during testing 2 months ago
Settings Documentation tweak 1 month ago
Shared Updated GRDB and refactored internal Storage operations 1 month ago
Utilities Fixed QA issues 2 months ago
.swiftlint.yml