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/Jobs
Morgan Pretty a049d87b11 Fixed a few bugs which came up during testing
• Added a 'requireAllRequestsSucceed' flag to the ConfigurationSyncJob (so it'll report a failure if any individual request fails)
• Fixed an issue where a number of 'response' types weren't encoding correctly (only impacted unit tests)
• Fixed an issue where the logger wasn't correctly respecting the log level settings
• Fixed an issue where the path status indicator wouldn't default to unknown
• Fixed an issue where the generic database error didn't replace the 'app_name' variable
• Fixed an issue where notification content might not be shown correctly
• Fixed an issue where a group could be partially created due to one of it's configs failing to be stored (we now consider that a failure so the user can try again)
• Fixed an issue where processing a config message in the BackgroundPoller could result in attempting to fetch from communities after the process completed
• Fixed a crash where a database query could incorrectly be interrupted after it completed if both happened at just the right time
• Fixed broken unit tests
1 month ago
..
AttachmentDownloadJob.swift Database reentrancy fixes 2 months ago
AttachmentUploadJob.swift Database reentrancy fixes 2 months ago
CheckForAppUpdatesJob.swift Database reentrancy fixes 2 months ago
ConfigMessageReceiveJob.swift Database reentrancy fixes 2 months ago
ConfigurationSyncJob.swift Fixed a few bugs which came up during testing 1 month ago
DisappearingMessagesJob.swift Database reentrancy fixes 2 months ago
DisplayPictureDownloadJob.swift Fixed a few issues that came up when testing 2 months ago
ExpirationUpdateJob.swift Database reentrancy fixes 2 months ago
FailedAttachmentDownloadsJob.swift Database reentrancy fixes 2 months ago
FailedGroupInvitesAndPromotionsJob.swift Fixed some issues found during debugging & QA issues 2 months ago
FailedMessageSendsJob.swift Database reentrancy fixes 2 months ago
GarbageCollectionJob.swift Merge remote-tracking branch 'upstream/dev' into feature/groups-rebuild 2 months ago
GetExpirationJob.swift Database reentrancy fixes 2 months ago
GroupInviteMemberJob.swift Fixed some string issues 2 months ago
GroupLeavingJob.swift Database reentrancy fixes 2 months ago
GroupPromoteMemberJob.swift Fixed some string issues 2 months ago
MessageReceiveJob.swift Database reentrancy fixes 2 months ago
MessageSendJob.swift Database reentrancy fixes 2 months ago
NotifyPushServerJob.swift Database reentrancy fixes 2 months ago
ProcessPendingGroupMemberRemovalsJob.swift Database reentrancy fixes 2 months ago
RetrieveDefaultOpenGroupRoomsJob.swift Database reentrancy fixes 2 months ago
SendReadReceiptsJob.swift Database reentrancy fixes 2 months ago
UpdateProfilePictureJob.swift Database reentrancy fixes 2 months ago