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/SessionShareExtension
Morgan Pretty b541666ef0 Got the ability to send message working again and other tweaks
Tested and fixed a couple of issues with the disappearingMessages job
Added a simple dependency system for jobs (primarily for the AttachmentUploadJob, but will likely be others later)
Setup the AttachmentUploadJob again (looks like there are cases which use it)
Prevented a possible infinite job deferral loop from causing the app to crash (the loop is still technically possible but the app will continue to run now)
Updated the interactions unique constraints based on testing and discussions around how the serverHash works
Deleted the legacy ReadReceipt handling (now managed via the 'interaction.wasRead' flag and 'SendReadReceiptsJob')
Deleted the unused SSKIncrementingIdFinder
3 years ago
..
Base.lproj Fix screen lock handling 4 years ago
Meta Refactored SessionShareExtension code to Swift 3 years ago
SAEScreenLockViewController.swift Refactored SessionShareExtension code to Swift 3 years ago
ShareAppExtensionContext.swift Added initial support for sharing URLs and text 3 years ago
ShareVC.swift Got the ability to send message working again and other tweaks 3 years ago
SimplifiedConversationCell.swift Further work on migrations and message pipeline refactoring 3 years ago
ThreadPickerVC.swift Fixed a bug where sharing a url with LinkPreviews disabled could result in it being duplicated in the message 3 years ago