session-ios/SessionMessagingKit/Jobs/Types
Morgan Pretty 4d5ded7557 Fixed a few bugs with media attachment handling, added webp support
Updated the OpenGroupManager to create a BlindedIdLookup for messages within the `inbox` (validating that the sessionId does actually match the blindedId)
Added support for static and animated WebP images
Added basic support for HEIC and HEIF images
Fixed an issue where the file size limit was set to 10,000,000 bytes instead of 10,485,760 bytes (which is actually 10Mb)
Fixed an issue where attachments uploaded by the current user on other devices would always show a loading indicator
Fixed an issue where media attachments that don't contain width/height information in their protos weren't updating the values once the download was completed
Fixed an issue where the media view could download an invalid file and endlessly appear to be downloading
2022-07-29 15:26:24 +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 additional issues uncovered 2022-07-26 11:36:32 +10:00
DisappearingMessagesJob.swift Fixed a few bugs with media attachment handling, added webp support 2022-07-29 15:26:24 +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 Fixed a number of reported bugs, some cleanup, added animated profile support 2022-07-08 17:53:48 +10:00
MessageReceiveJob.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
MessageSendJob.swift Attempted to fix the notification & call reporting issues 2022-07-25 17:03:09 +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