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