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/Shared
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
8 months ago
..
Types Updated GRDB and refactored internal Storage operations 8 months ago
Views Fixed a bunch of issues found by QA 12 months ago
BaseVC.swift Added the legacy group deprecation logic (pending final copy) 9 months ago
BezierPathView.swift WIP: refactor BezierPathView with swiftUI 2 years ago
CaptionView.swift Replaced Cocoapods with Swift Package Manager for dependency management 1 year ago
FullConversationCell.swift Fixed a few more QA issues 9 months ago
LoadingIndicatorView.swift minor change of swiftui preview syntax for CI 2 years ago
LoadingViewController.swift Merge remote-tracking branch 'upstream/dev' into standardised-strings 1 year ago
QRCodeScanningViewController.swift workaround for restarting capture after going back from message notification screen 1 year ago
ScanQRCodeScreen.swift Merge remote-tracking branch 'RyanFork/strings' into feature/groups-rebuild 1 year ago
ScanQRCodeWrapperVC.swift Replaced Cocoapods with Swift Package Manager for dependency management 1 year ago
ScreenLockUI.swift Fixed the build issues and broken unit tests 10 months ago
SessionCarouselView+Info.swift optimise round corner for carousel view 3 years ago
SessionCarouselView+SwiftUI.swift Merge remote-tracking branch 'upstream/dev' into feature/groups-rebuild 12 months ago
SessionCarouselView.swift implement carousel view delegate 3 years ago
SessionCarouselViewDelegate.swift implement carousel view delegate 3 years ago
SessionHostingViewController.swift Merge remote-tracking branch 'upstream/dev' into feature/groups-rebuild 12 months ago
SessionListViewModel.swift Merge remote-tracking branch 'origin/feature/swift-package-manager' into feature/groups-rebuild 1 year ago
SessionTableViewController.swift Fixed a few issues that came up when testing 9 months ago
SessionTableViewModel.swift Updated accessibility ids as per documentation 2 years ago
SessionTableViewTitleView.swift Fixed a number of bugs found in the internal release 2 years ago
UserListViewModel.swift Working through QA Issues 12 months ago