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 89df1261e3 Added a method to allow safer database inserts
Fixed an issue where the app settings were updating immediately making them seem to
Updated GRDB to version 6.1 and SQLCipher to 4.5.2
Added a method which allows for inserting into the database while omitting columns which exist in the object but not in the database (so allow for old migrations to run with less issues)
Updated all the migrations to use the migration safe insert method
Removed some ObjC support extension functions
3 years ago
..
Attachment.swift Fixed a few issues found during QA 3 years ago
BlindedIdLookup.swift Fixed a few bugs with media attachment handling, added webp support 3 years ago
Capability.swift feat: add capability check for open group emoji reacts 3 years ago
ClosedGroup.swift Fixed a few more bugs and tweaked attachment download logic 3 years ago
ClosedGroupKeyPair.swift Fixed a few closed group and job issues 3 years ago
Contact.swift Fixed a number of bugs found during QA 3 years ago
ControlMessageProcessRecord.swift Added a method to allow safer database inserts 3 years ago
DisappearingMessageConfiguration.swift Fixed remaining bugs 3 years ago
GroupMember.swift Fixed an issue where hidden mods/admins wouldn't be properly recognised 3 years ago
Interaction.swift Added a method to allow safer database inserts 3 years ago
InteractionAttachment.swift Added logic for the GarbageCollectionJob 3 years ago
LinkPreview.swift Renamed GRDBStorage to Storage (no use having the prefix anymore since the old DB is deprecated) 3 years ago
OpenGroup.swift Fixed a few more QA issues, added a minor feature 3 years ago
Profile.swift Fixed a few more QA issues, added a minor feature 3 years ago
Quote.swift Fixed a few issues found during QA 3 years ago
Reaction.swift update sortId logic after open group reaction index 3 years ago
RecipientState.swift Finished removing usages to non-theme colour variables 3 years ago
SessionThread.swift Added a method to allow safer database inserts 3 years ago
ThreadTypingIndicator.swift Finished of the Conversation screen and JobQueue concurrency 3 years ago