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/Database/Models
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
..
Attachment.swift Added logic for the GarbageCollectionJob 3 years ago
Capability.swift Further work on the DB refactoring 3 years ago
ClosedGroup.swift Added logic for the GarbageCollectionJob 3 years ago
ClosedGroupKeyPair.swift Fixed a few closed group and job issues 3 years ago
Contact.swift Added back the majority of the ConversationVC interactions 3 years ago
ControlMessageProcessRecord.swift Cleared out some legacy code, fixed a few bugs, got typing indicators and mentions working 3 years ago
DisappearingMessageConfiguration.swift Removed some more legacy code which has been refactored 3 years ago
GroupMember.swift Working on the MediaGallery and ClosedGroup handling 3 years ago
Interaction.swift Added logic for the GarbageCollectionJob 3 years ago
InteractionAttachment.swift Added logic for the GarbageCollectionJob 3 years ago
LinkPreview.swift Added logic for the GarbageCollectionJob 3 years ago
OpenGroup.swift Added logic for the GarbageCollectionJob 3 years ago
Profile.swift Optimised the home screen query (~50% speed improvement) 3 years ago
Quote.swift Added logic for the GarbageCollectionJob 3 years ago
RecipientState.swift Optimised the home screen query (~50% speed improvement) 3 years ago
SessionThread.swift Added logic for the GarbageCollectionJob 3 years ago
ThreadTypingIndicator.swift Finished of the Conversation screen and JobQueue concurrency 3 years ago