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
2022-06-02 14:13:07 +10:00
..
Attachment.swift Added logic for the GarbageCollectionJob 2022-06-02 14:13:07 +10:00
Capability.swift Further work on the DB refactoring 2022-04-08 16:56:33 +10:00
ClosedGroup.swift Added logic for the GarbageCollectionJob 2022-06-02 14:13:07 +10:00
ClosedGroupKeyPair.swift Fixed a few closed group and job issues 2022-04-22 18:47:11 +10:00
Contact.swift Added back the majority of the ConversationVC interactions 2022-05-12 17:28:27 +10:00
ControlMessageProcessRecord.swift Cleared out some legacy code, fixed a few bugs, got typing indicators and mentions working 2022-05-10 17:42:15 +10:00
DisappearingMessageConfiguration.swift Removed some more legacy code which has been refactored 2022-05-23 12:23:43 +10:00
GroupMember.swift Working on the MediaGallery and ClosedGroup handling 2022-05-08 22:01:39 +10:00
Interaction.swift Added logic for the GarbageCollectionJob 2022-06-02 14:13:07 +10:00
InteractionAttachment.swift Added logic for the GarbageCollectionJob 2022-06-02 14:13:07 +10:00
LinkPreview.swift Added logic for the GarbageCollectionJob 2022-06-02 14:13:07 +10:00
OpenGroup.swift Added logic for the GarbageCollectionJob 2022-06-02 14:13:07 +10:00
Profile.swift Optimised the home screen query (~50% speed improvement) 2022-06-01 16:50:21 +10:00
Quote.swift Added logic for the GarbageCollectionJob 2022-06-02 14:13:07 +10:00
RecipientState.swift Optimised the home screen query (~50% speed improvement) 2022-06-01 16:50:21 +10:00
SessionThread.swift Added logic for the GarbageCollectionJob 2022-06-02 14:13:07 +10:00
ThreadTypingIndicator.swift Finished of the Conversation screen and JobQueue concurrency 2022-05-31 17:41:02 +10:00