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/SessionMessagingKit/Jobs/Types
Morgan Pretty 93b54a3b7d Added logic for the GarbageCollectionJob
Fixed a bug where the GalleryRailView wasn't appearing
Fixed a database reentrancy error
Fixed a bug where the threadId for migrated attachmentUpload jobs wasn't getting set to the non-legacy version
Deleted the buggy overwritten 'delete' methods to avoid confusion
Updated the GroupMember table to cascade delete if it's thread is deleted (can't do so for the Closed/Open group but they share the same id conveniently)
Updated the 'isRunningTests' to be based on the existence of XCInjectBundleInfo which seems to be more consistent than the old approach
3 years ago
..
AttachmentDownloadJob.swift Fixed a few bugs, resolved a number of TODOs and deleted more unused code 3 years ago
AttachmentUploadJob.swift Added logic for the GarbageCollectionJob 3 years ago
DisappearingMessagesJob.swift Added a simple migration progress indicator and animation (need timing tweaks) 3 years ago
FailedAttachmentDownloadsJob.swift Fixed a few bugs, resolved a number of TODOs and deleted more unused code 3 years ago
FailedMessageSendsJob.swift Finished of the conversation screen and resolved a bug of bugs/TODOs 3 years ago
GarbageCollectionJob.swift Added logic for the GarbageCollectionJob 3 years ago
MessageReceiveJob.swift Added back the majority of the ConversationVC interactions 3 years ago
MessageSendJob.swift Added a simple migration progress indicator and animation (need timing tweaks) 3 years ago
NotifyPushServerJob.swift Further work on the JobRunner 3 years ago
RetrieveDefaultOpenGroupRoomsJob.swift Further work on the JobRunner 3 years ago
SendReadReceiptsJob.swift Added back the majority of the ConversationVC interactions 3 years ago
UpdateProfilePictureJob.swift Removed a bunch of legacy database types 3 years ago