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/Messages/Signal
Morgan Pretty 4380f1975c Further work on the DB refactoring
Added the rest of the interaction structure to the database (testing some migration logic now - still needs to be finalised)
Updated the YDBToGRDB migrations to wrap their inserts in autorelease pools (helps memory slightly, unfortunately it's caching the YDB data which uses the most memory but we have opted for speed over RAM at the moment)
Updated the MockDataGenerator so it should now "chunk" the code generation (crazy large figures were previously resulting in excessive memory usage)
3 years ago
..
TSIncomingMessage+Conversion.swift clean unused server timestamp 4 years ago
TSIncomingMessage.h Fixed an unrecognised selector crash hidden by the conversion of Objective-C to Swift 3 years ago
TSIncomingMessage.m Minor tweaks to the message request banner on the HomeVC 3 years ago
TSInfoMessage.h avoid conflicts with call beta in TSInfoMessageType 3 years ago
TSInfoMessage.m Minor tweaks to the message request banner on the HomeVC 3 years ago
TSInteraction.h clean 4 years ago
TSInteraction.m clean 4 years ago
TSMessage.h deleted message UI in conversation screen 4 years ago
TSMessage.m Further work on SessionMessagingKit migrations 3 years ago
TSOutgoingMessage+Conversion.swift Further work on SessionMessagingKit migrations 3 years ago
TSOutgoingMessage.h Further work on the DB refactoring 3 years ago
TSOutgoingMessage.m Further work on the DB refactoring 3 years ago
TypingIndicatorInteraction.swift Further work on SessionMessagingKit migrations 3 years ago