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 9859cf95a4 Attempted to fix the notification & call reporting issues
Fixed an issue where fileIds weren't correctly getting sent along with open group messages
Fixed an issue where the screens could miss updates if the device was locked with the app in the foreground and then later unlocked after receiving notifications
Added an optimisation to prevent attempting to send a message after it has been deleted
Added logic to report fake calls if the code goes down an invalid code path when handling a call (to prevent Apple blocking the app)
Delayed the core which clears notifications to increase the time the app has to handle interactions (just in case it was a race condition)
3 years ago
..
Attachment.swift Attempted to fix the notification & call reporting issues 3 years ago
BlindedIdLookup.swift Fixed a large number of bugs and added a setting to control open group message deletion 3 years ago
Capability.swift Fixed a few bugs and continued work on fixing unit tests 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 Made a couple of tweaks to the GRDBStorage interface 3 years ago
DisappearingMessageConfiguration.swift Renamed GRDBStorage to Storage (no use having the prefix anymore since the old DB is deprecated) 3 years ago
GroupMember.swift Renamed GRDBStorage to Storage (no use having the prefix anymore since the old DB is deprecated) 3 years ago
Interaction.swift Fixed a large number of bugs and added a setting to control open group message deletion 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 Renamed GRDBStorage to Storage (no use having the prefix anymore since the old DB is deprecated) 3 years ago
Profile.swift Added linting for the localized strings, updated the quote & mention behaviour for the current user 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 Fixed a number of bugs found during QA 3 years ago
ThreadTypingIndicator.swift Finished of the Conversation screen and JobQueue concurrency 3 years ago