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/Media Viewing & Editing
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
10 months ago
..
GIFs Merge remote-tracking branch 'upstream/dev' into feature/groups-rebuild 1 year ago
Transitions Merge remote-tracking branch 'RyanFork/strings' into feature/groups-rebuild 1 year ago
AllMediaViewController.swift Added timestamp verification logic and fixed a couple of QA issues 11 months ago
CropScaleImageViewController.swift Merge remote-tracking branch 'RyanFork/strings' into feature/groups-rebuild 1 year ago
DocumentTitleViewController.swift Updated GRDB and refactored internal Storage operations 10 months ago
ImagePickerController.swift Merge remote-tracking branch 'RyanFork/strings' into feature/groups-rebuild 1 year ago
MediaDetailViewController.swift Removed FileSystem and use a properly injected FileManagerType everywhere 1 year ago
MediaGalleryNavigationController.swift Merge remote-tracking branch 'origin/feature/swift-package-manager' into feature/groups-rebuild 2 years ago
MediaGalleryViewModel.swift Merge remote-tracking branch 'upstream/dev' into feature/groups-rebuild 1 year ago
MediaPageViewController.swift Added timestamp verification logic and fixed a couple of QA issues 11 months ago
MediaTileViewController.swift Updated GRDB and refactored internal Storage operations 10 months ago
MessageInfoScreen.swift Fixed a couple of issues found during internal testing 11 months ago
OWSImagePickerController.swift Replaced Cocoapods with Swift Package Manager for dependency management 1 year ago
PhotoCapture.swift Merge remote-tracking branch 'upstream/dev' into feature/groups-rebuild 1 year ago
PhotoCaptureViewController.swift Fixed a crash when tapping on the attachment camera button 11 months ago
PhotoCollectionPickerViewModel.swift Merge remote-tracking branch 'RyanFork/strings' into feature/groups-rebuild 1 year ago
PhotoGridViewCell.swift Replaced Cocoapods with Swift Package Manager for dependency management 1 year ago
PhotoLibrary.swift Merge remote-tracking branch 'upstream/dev' into feature/groups-rebuild 1 year ago
SendMediaNavigationController.swift Reverted the isRTL changes (preferred the old approach) 1 year ago