session-ios/SessionMessagingKit/Jobs/Types
Morgan Pretty 7097853d58 A few bugs fixes and some optimisations
Fixed a bug where notifications could incorrectly appear for messages in the current thread
Fixed a bug where swiping left/right on images in the MediaDetailViewController could load images from other threads
Fixed a bug where the unread count wouldn't appear correctly when opening a conversation
Fixed a bug where the unread count on the conversation cell could get truncated
Fixed a bug where notifications weren't working correctly when the app is in the foreground
Fixed a bug where we weren't clearing the 'received X new messages' count when in the foreground
Fixed a bug where outgoing messages could get marked as read in a very specific case
Updated the "group notification" logic to only apply to Open Groups (and always doing it rather than just in the background)
Added a placeholder person icon when you have a closed group with a single member
Added a couple of indexes to improve the HomeVC database query performance (reduce launch time by ~15% in some cases)
Added a background task to give message sending the chance to complete when sending the app to the background
Removed an unneeded query from the HomeViewModel init (reduce launch time by ~10% in some cases)
Optimised one of the queries used to load the data needed for the conversation screen
2022-08-19 16:58:47 +10:00
..
AttachmentDownloadJob.swift Attempted to fix the notification & call reporting issues 2022-07-25 17:03:09 +10:00
AttachmentUploadJob.swift Fixed a few issues found during QA 2022-08-04 13:25:46 +10:00
DisappearingMessagesJob.swift Removed the debug code and added a migration to remove the old YDB 2022-08-01 16:53:05 +10:00
FailedAttachmentDownloadsJob.swift Renamed GRDBStorage to Storage (no use having the prefix anymore since the old DB is deprecated) 2022-07-01 13:08:45 +10:00
FailedMessageSendsJob.swift Renamed GRDBStorage to Storage (no use having the prefix anymore since the old DB is deprecated) 2022-07-01 13:08:45 +10:00
GarbageCollectionJob.swift Updated the GarbageCollectionJob to log the number of files it removes 2022-08-01 10:05:30 +10:00
MessageReceiveJob.swift A few bugs fixes and some optimisations 2022-08-19 16:58:47 +10:00
MessageSendJob.swift Fixed a few issues found during QA 2022-08-04 13:25:46 +10:00
NotifyPushServerJob.swift Fixed a number of reported bugs, some cleanup, added animated profile support 2022-07-08 17:53:48 +10:00
RetrieveDefaultOpenGroupRoomsJob.swift Renamed GRDBStorage to Storage (no use having the prefix anymore since the old DB is deprecated) 2022-07-01 13:08:45 +10:00
SendReadReceiptsJob.swift Renamed GRDBStorage to Storage (no use having the prefix anymore since the old DB is deprecated) 2022-07-01 13:08:45 +10:00
UpdateProfilePictureJob.swift Fixed a couple of crashes and a couple of other bugs 2022-07-28 15:36:56 +10:00